DomainClusterConfig

data class DomainClusterConfig(val dedicatedMasterCount: Int? = null, val dedicatedMasterEnabled: Boolean? = null, val dedicatedMasterType: String? = null, val instanceCount: Int? = null, val instanceType: String? = null, val multiAzWithStandbyEnabled: Boolean? = null, val warmCount: Int? = null, val warmEnabled: Boolean? = null, val warmType: String? = null, val zoneAwarenessConfig: DomainZoneAwarenessConfig? = null, val zoneAwarenessEnabled: Boolean? = null)

Constructors

Link copied to clipboard
fun DomainClusterConfig(dedicatedMasterCount: Int? = null, dedicatedMasterEnabled: Boolean? = null, dedicatedMasterType: String? = null, instanceCount: Int? = null, instanceType: String? = null, multiAzWithStandbyEnabled: Boolean? = null, warmCount: Int? = null, warmEnabled: Boolean? = null, warmType: String? = null, zoneAwarenessConfig: DomainZoneAwarenessConfig? = null, zoneAwarenessEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val instanceCount: Int? = null
Link copied to clipboard
val instanceType: String? = null
Link copied to clipboard
Link copied to clipboard
val warmCount: Int? = null
Link copied to clipboard
val warmEnabled: Boolean? = null
Link copied to clipboard
val warmType: String? = null
Link copied to clipboard
Link copied to clipboard