INPUT_OBJECT
ClusterConfigInput
Description
ClusterConfig for new CDM cloud cluster.
link GraphQL Schema definition
- input ClusterConfigInput {
- # Password of the admin account for the cluster.
- : String
- # AWS S3 bucket details.
- : AwsEsConfigInput
- # Azure storage container details.
- : AzureEsConfigInput
- # Name of the cluster.
- : String
- # Array of DNS server names.
- : [String!]
- # Array of DNS search domains for CDM clusters.
- : [String!]
- # GCP storage bucket details.
- : GcpEsConfigInput
- # Array of NTP servers.
- : [String!]
- # Number of nodes in the cluster.
- : Int
- # OCI bucket details.
- : OciEsConfigInput
- # Email of the admin account for the cluster.
- : String
- }