BareMetalClusterNetworkConfigIslandModeCidrArgs

data class BareMetalClusterNetworkConfigIslandModeCidrArgs(val podAddressCidrBlocks: Output<List<String>>, val serviceAddressCidrBlocks: Output<List<String>>) : ConvertibleToJava<BareMetalClusterNetworkConfigIslandModeCidrArgs>

Constructors

constructor(podAddressCidrBlocks: Output<List<String>>, serviceAddressCidrBlocks: Output<List<String>>)

Properties

Link copied to clipboard

All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.

Link copied to clipboard

All services in the cluster are assigned an RFC1918 IPv4 address from these ranges. This field cannot be changed after creation.

Functions

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