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