Cluster Network Profile
data class ClusterNetworkProfile(val outboundType: String? = null, val podCidr: String, val preconfiguredNetworkSecurityGroupEnabled: Boolean? = null, val serviceCidr: String)
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.