Get Domain Cluster Config
data class GetDomainClusterConfig(val coldStorageOptions: List<GetDomainClusterConfigColdStorageOption>, val dedicatedMasterCount: Int, val dedicatedMasterEnabled: Boolean, val dedicatedMasterType: String, val instanceCount: Int, val instanceType: String, val multiAzWithStandbyEnabled: Boolean, val nodeOptions: List<GetDomainClusterConfigNodeOption>, val warmCount: Int, val warmEnabled: Boolean? = null, val warmType: String, val zoneAwarenessConfigs: List<GetDomainClusterConfigZoneAwarenessConfig>, val zoneAwarenessEnabled: Boolean)
Constructors
Link copied to clipboard
constructor(coldStorageOptions: List<GetDomainClusterConfigColdStorageOption>, dedicatedMasterCount: Int, dedicatedMasterEnabled: Boolean, dedicatedMasterType: String, instanceCount: Int, instanceType: String, multiAzWithStandbyEnabled: Boolean, nodeOptions: List<GetDomainClusterConfigNodeOption>, warmCount: Int, warmEnabled: Boolean? = null, warmType: String, zoneAwarenessConfigs: List<GetDomainClusterConfigZoneAwarenessConfig>, zoneAwarenessEnabled: Boolean)
Properties
Link copied to clipboard
Configuration block containing cold storage configuration.
Link copied to clipboard
Number of dedicated master nodes in the cluster.
Link copied to clipboard
Indicates whether dedicated master nodes are enabled for the cluster.
Link copied to clipboard
Instance type of the dedicated master nodes in the cluster.
Link copied to clipboard
Number of instances in the cluster.
Link copied to clipboard
Instance type of data nodes in the cluster.
Link copied to clipboard
Whether a multi-AZ domain is turned on with a standby AZ.
Link copied to clipboard
List of node options for the domain.
Link copied to clipboard
Warm storage is enabled.
Link copied to clipboard
Configuration block containing zone awareness settings.
Link copied to clipboard
Indicates whether zone awareness is enabled.