INPUT_OBJECT
GcpNativeRestoreGceInstanceInput
Description
Input required to restore a GCP GCE instance snapshot.
link GraphQL Schema definition
- input GcpNativeRestoreGceInstanceInput {
- # Snapshot Rubrik ID.
- 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! :
- }