Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.25 KB

SetVolumeRequest.md

File metadata and controls

21 lines (16 loc) · 1.25 KB

SetVolumeRequest

Properties

Name Type Description Notes
name Option<String> The volumes names [optional]
tags Option<Vec> The tags of the volume [optional]
export_uri Option<String> Show the volumes NBD export URI, this field is ignored [optional]
size Option<i32> The volume's disk size, must be a multiple of 512 (in bytes) [optional]
volume_type Option<String> The volume's type [optional][default to LSsd]
creation_date Option<String> The volume's creation date (RFC 3339 format) [optional]
modification_date Option<String> The volume's modification date (RFC 3339 format) [optional]
organization Option<String> The volume's organization ID [optional]
project Option<String> The volume's project ID [optional]
server Option<crate::models::SetVolumeRequestServer> [optional]
state Option<String> The volume's state [optional][default to Available]

[Back to Model list] [Back to API list] [Back to README]