INPUT_OBJECT

GcpNativeRestoreGceInstanceInput

Description

Input required to restore a GCP GCE instance snapshot.

link GraphQL Schema definition

  • input GcpNativeRestoreGceInstanceInput {
  • # Snapshot Rubrik ID.
  • snapshotId: UUID!
  • # Specifies whether to allow Rubrik labels on the restored disk or not.
  • shouldAddRubrikLabels: Boolean!
  • # Specifies whether to restore labels of the instance from snapshot or not.
  • shouldRestoreLabels: Boolean!
  • # Specfies whether the the restored instance should be started or not.
  • shouldStartRestoredInstance: Boolean!
  • }

link Require by