Node Type Description Args
data class NodeTypeDescriptionArgs(val applicationPorts: Output<EndpointRangeDescriptionArgs>? = null, val capacities: Output<Map<String, String>>? = null, val clientConnectionEndpointPort: Output<Int>, val durabilityLevel: Output<String>? = null, val ephemeralPorts: Output<EndpointRangeDescriptionArgs>? = null, val httpGatewayEndpointPort: Output<Int>, val isPrimary: Output<Boolean>, val name: Output<String>, val placementProperties: Output<Map<String, String>>? = null, val reverseProxyEndpointPort: Output<Int>? = null, val vmInstanceCount: Output<Int>) : ConvertibleToJava<NodeTypeDescriptionArgs>
Describes a node type in the cluster, each node type represents sub set of nodes in the cluster.
Constructors
Link copied to clipboard
fun NodeTypeDescriptionArgs(applicationPorts: Output<EndpointRangeDescriptionArgs>? = null, capacities: Output<Map<String, String>>? = null, clientConnectionEndpointPort: Output<Int>, durabilityLevel: Output<String>? = null, ephemeralPorts: Output<EndpointRangeDescriptionArgs>? = null, httpGatewayEndpointPort: Output<Int>, isPrimary: Output<Boolean>, name: Output<String>, placementProperties: Output<Map<String, String>>? = null, reverseProxyEndpointPort: Output<Int>? = null, vmInstanceCount: Output<Int>)
Functions
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