OBJECT
AzureNativeVmSpecificSnapshot
Description
Azure VM-specific snapshot information.
link GraphQL Schema definition
- type AzureNativeVmSpecificSnapshot implements PolarisSpecificSnapshot {
- # List of data disk snapshots attached to the Azure VM.
- : [AzureNativeAttachedDiskSpecificSnapshot!]!
- # Specifies whether the snapshot has ADE extension enabled.
- : Boolean!
- # OS disk snapshot attached to the Azure VM.
- : AzureNativeAttachedDiskSpecificSnapshot
- # ID of the snapshot.
- : UUID!
- }
link Require by
This element is not required by anyone