INPUT_OBJECT
GcpNativeRestoreGceInstanceInput
Description
Input required to restore a GCP GCE instance snapshot.
link GraphQL Schema definition
- input GcpNativeRestoreGceInstanceInput {
- # The archived snapshot ID from which the recovery should happen.
- : UUID
- # Specifies whether to allow Rubrik labels on the restored disk or not.
- : Boolean!
- # Specifies whether to restore labels of the instance from snapshot or not.
- : Boolean!
- # Specfies whether the the restored instance should be started or not.
- : Boolean!
- # Snapshot Rubrik ID.
- : UUID!
- # The type of the snapshot to recover from.
- : GcpSnapshotType
- }