OBJECT
CloudNativeSnapshotTypeDetails
Description
Recovery details for different snapshot types.
link GraphQL Schema definition
- type CloudNativeSnapshotTypeDetails {
- # Cloud native account ID required for different snapshot types.
- : CloudNativeAccountIdWithName
- # Cloud type required for different snapshot types.
- : CloudProviderType!
- # Location name for the specific snapshot.
- : String!
- # Snapshot ID for the specific snapshot.
- : String!
- # Snapshot region required for different snapshot types.
- : CloudNativeRegion!
- # Snapshot type required for different snapshot types.
- : SnapshotType!
- }