| Name | Type | Description | Notes |
|---|---|---|---|
| serial_number | str | A serial number generated by the system when the volume snapshot is created. The serial number is unique across all arrays. | |
| volume_serial_number | str | The serial number of the volume this volume snapshot is created from. | |
| created_at | int | The volume snapshot creation time. Measured in milliseconds since the UNIX epoch. | |
| consistency_id | str | Volume snapshots with the same consistency_id are crash consistency. | |
| destroyed | bool | True if the volume snapshot has been destroyed and is pending eradication. The time_remaining value displays the amount of time left until the destroyed volume snapshot is permanently eradicated. | [optional] |
| time_remaining | int | The amount of time left until the destroyed volume snapshot is permanently eradicated. Only valid when destroyed is true. Measured in milliseconds. An expired but not yet eradicated volume snapshot has destroyed=true and time_remaining=0. | [optional] |
| size | int | The virtual size of the volume snapshot. Measured in bytes. | |
| tenant | TenantRef | ||
| tenant_space | TenantSpaceRef | ||
| snapshot | SnapshotRef | ||
| volume | VolumeRef | [optional] | |
| protection_policy | ProtectionPolicyRef | [optional] | |
| placement_group | PlacementGroupRef |