Skip to content

Commit

Permalink
Merge pull request #259 from LilyFaFa/VSwitchIds
Browse files Browse the repository at this point in the history
update DiskName parameter
  • Loading branch information
denverdino authored Feb 28, 2018
2 parents 8412899 + 93eda3b commit e4c87df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs/disks.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ type DescribeDisksArgs struct {
Category DiskCategory //enum for all(default) | cloud | ephemeral
Status DiskStatus //enum for In_use | Available | Attaching | Detaching | Creating | ReIniting | All(default)
SnapshotId string
Name string
DiskName string
Portable *bool //optional
DeleteWithInstance *bool //optional
DeleteAutoSnapshot *bool //optional
Expand Down

0 comments on commit e4c87df

Please sign in to comment.