ClusterNetworkProfileArgs

data class ClusterNetworkProfileArgs(val outboundType: Output<String>? = null, val podCidr: Output<String>, val preconfiguredNetworkSecurityGroupEnabled: Output<Boolean>? = null, val serviceCidr: Output<String>) : ConvertibleToJava<ClusterNetworkProfileArgs>

Constructors

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

Properties

Link copied to clipboard
val outboundType: Output<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
val podCidr: Output<String>

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
val serviceCidr: Output<String>

The network range used by the OpenShift service. Changing this forces a new resource to be created.

Functions

Link copied to clipboard
open override fun toJava(): ClusterNetworkProfileArgs