Node Type Description Response
data class NodeTypeDescriptionResponse(val applicationPorts: EndpointRangeDescriptionResponse? = null, val capacities: Map<String, String>? = null, val clientConnectionEndpointPort: Int, val durabilityLevel: String? = null, val ephemeralPorts: EndpointRangeDescriptionResponse? = null, val httpGatewayEndpointPort: Int, val isPrimary: Boolean, val name: String, val placementProperties: Map<String, String>? = null, val reverseProxyEndpointPort: Int? = null, val vmInstanceCount: Int)
Describes a node type in the cluster, each node type represents sub set of nodes in the cluster.
Constructors
Link copied to clipboard
fun NodeTypeDescriptionResponse(applicationPorts: EndpointRangeDescriptionResponse? = null, capacities: Map<String, String>? = null, clientConnectionEndpointPort: Int, durabilityLevel: String? = null, ephemeralPorts: EndpointRangeDescriptionResponse? = null, httpGatewayEndpointPort: Int, isPrimary: Boolean, name: String, placementProperties: Map<String, String>? = null, reverseProxyEndpointPort: Int? = null, vmInstanceCount: Int)
Types
Properties
Link copied to clipboard
Link copied to clipboard
The durability level of the node type. Learn about DurabilityLevel.
Link copied to clipboard
Link copied to clipboard