Cluster Node Type
data class ClusterNodeType(val applicationPorts: ClusterNodeTypeApplicationPorts? = null, val capacities: Map<String, String>? = null, val clientEndpointPort: Int, val durabilityLevel: String? = null, val ephemeralPorts: ClusterNodeTypeEphemeralPorts? = null, val httpEndpointPort: Int, val instanceCount: Int, val isPrimary: Boolean, val isStateless: Boolean? = null, val multipleAvailabilityZones: Boolean? = null, val name: String, val placementProperties: Map<String, String>? = null, val reverseProxyEndpointPort: Int? = null)
Constructors
Link copied to clipboard
fun ClusterNodeType(applicationPorts: ClusterNodeTypeApplicationPorts? = null, capacities: Map<String, String>? = null, clientEndpointPort: Int, durabilityLevel: String? = null, ephemeralPorts: ClusterNodeTypeEphemeralPorts? = null, httpEndpointPort: Int, instanceCount: Int, isPrimary: Boolean, isStateless: Boolean? = null, multipleAvailabilityZones: Boolean? = null, name: String, placementProperties: Map<String, String>? = null, reverseProxyEndpointPort: Int? = null)