INPUT_OBJECT
RecoverCloudClusterInput
Description
Recover a Rubrik Cloud Cluster.
link GraphQL Schema definition
- input RecoverCloudClusterInput {
- # Cloud account password.
- : String
- # AWS region.
- : String
- # AWS virtual machine configuration.
- : AwsVmConfig
- # Elastic Storage resource group for Azure account.
- : String
- # Azure virtual machine configuration.
- : AzureVmConfig
- # Customer cloud account ID.
- : UUID!
- # Cluster UUID.
- : UUID!
- # Array of NTP servers.
- : [String!]
- # Should disable AWS API termination.
- : Boolean!
- # Should keep Cloud Cluster on failure.
- : Boolean!
- # Cloud account email.
- : String
- }