Merge pull request #137 from yunify/DescribeVolumesInput-add-zone

Describe volumes input add zone
This commit is contained in:
roger 2019-07-29 16:30:46 +08:00 committed by GitHub
commit a4b85f5890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -344,6 +344,7 @@ type DescribeVolumesInput struct {
// VolumeType's available values: 0, 1, 2, 3, 4, 5, 10, 100, 200
VolumeType *int `json:"volume_type" name:"volume_type" location:"params"`
Volumes []*string `json:"volumes" name:"volumes" location:"params"`
Zone *string `json:"zone" name:"zone" location:"params"`
}
func (v *DescribeVolumesInput) Validate() error {