ClusterNetworkProfile

data class ClusterNetworkProfile(val outboundType: String? = null, val podCidr: String, val preconfiguredNetworkSecurityGroupEnabled: Boolean? = null, val serviceCidr: String)

Constructors

Link copied to clipboard
constructor(outboundType: String? = null, podCidr: String, preconfiguredNetworkSecurityGroupEnabled: Boolean? = null, serviceCidr: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val outboundType: String? = null

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

The CIDR to use for pod IP addresses. 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.