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