Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 2.06 KB

File metadata and controls

23 lines (20 loc) · 2.06 KB

Volume

Properties

Name Type Description Notes
size int The size of the volume [optional]
tenant TenantRef
tenant_space TenantSpaceRef
storage_class StorageClassRef
protection_policy ProtectionPolicyRef [optional]
placement_group PlacementGroupRef [optional]
array ArrayRef [optional]
created_at int [optional]
source_volume_snapshot VolumeSnapshotRef [optional]
source ResourceReference [optional]
host_access_policies list[HostAccessPolicyRef] [optional]
serial_number str Volume Serial Numbers, aka LUN Serial Numbers. This will be visible to initiators that connect to the volume.
target Target [optional]
time_remaining int The amount of time left until the destroyed volume is permanently eradicated. Only valid when destroyed is true. Measured in milliseconds. Before the time_remaining period has elapsed, the destroyed volume can be recovered by setting destroyed=false. An expired but not yet eradicated volume has destroyed=true and time_remaining=0. [optional]
destroyed bool True if the volume has been destroyed and is pending eradication. The time_remaining value displays the amount of time left until the destroyed volume is permanently eradicated. Before the time_remaining period has elapsed, the destroyed volume can be recovered by setting destroyed=false. Once the time_remaining period has elapsed, the volume is permanently eradicated and can no longer be recovered. [optional]

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