INPUT_OBJECT

RecoverCloudClusterInput

Description

Recover a Rubrik Cloud Cluster.

link GraphQL Schema definition

  • input RecoverCloudClusterInput {
  • # Cloud account password.
  • adminPassword: String
  • # Cloud account email.
  • userEmail: String
  • # Customer cloud account ID.
  • cloudAccountId: UUID!
  • # Cluster UUID.
  • clusterUuid: UUID!
  • # Elastic Storage resource group for Azure account.
  • azureEsResourceGroup: String
  • # Azure virtual machine configuration.
  • azureVmConfig: AzureVmConfig
  • # AWS virtual machine configuration.
  • awsVmConfig: AwsVmConfig
  • # AWS region.
  • awsRegion: String
  • # Should disable AWS API termination.
  • shouldDisableAwsApiTermination: Boolean!
  • # Should keep Cloud Cluster on failure.
  • shouldKeepClusterOnFailure: Boolean!
  • # Array of NTP servers.
  • ntpServers: [String!]
  • }

link Require by