Cluster Network Profile Args
data class ClusterNetworkProfileArgs(val outboundType: Output<String>? = null, val podCidr: Output<String>, val preconfiguredNetworkSecurityGroupEnabled: Output<Boolean>? = null, val serviceCidr: Output<String>) : ConvertibleToJava<ClusterNetworkProfileArgs>
Properties
Link copied to clipboard
The outbound (egress) routing method. Possible values are Loadbalancer
and UserDefinedRouting
. Defaults to Loadbalancer
. Changing this forces a new resource to be created.
Link copied to clipboard
Whether a preconfigured network security group is being used on the subnets. Defaults to false
. Changing this forces a new resource to be created.
Link copied to clipboard
The network range used by the OpenShift service. Changing this forces a new resource to be created.