SnapshotProperties interface
Properties for Snapshot.
Properties
creation |
Data used when creating a volume snapshot. |
provisioning |
State of the operation on the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
source |
Size of Source Volume NOTE: This property will not be serialized. It can only be populated by the server. |
volume |
Source Volume Name of a snapshot NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
creationData
Data used when creating a volume snapshot.
creationData: SnapshotCreationData
Property Value
provisioningState
State of the operation on the resource. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
sourceVolumeSizeGiB
Size of Source Volume NOTE: This property will not be serialized. It can only be populated by the server.
sourceVolumeSizeGiB?: number
Property Value
number
volumeName
Source Volume Name of a snapshot NOTE: This property will not be serialized. It can only be populated by the server.
volumeName?: string
Property Value
string