VMwareClusterNetworkConfigArgs

data class VMwareClusterNetworkConfigArgs(val controlPlaneV2Config: Output<VMwareClusterNetworkConfigControlPlaneV2ConfigArgs>? = null, val dhcpIpConfig: Output<VMwareClusterNetworkConfigDhcpIpConfigArgs>? = null, val hostConfig: Output<VMwareClusterNetworkConfigHostConfigArgs>? = null, val podAddressCidrBlocks: Output<List<String>>, val serviceAddressCidrBlocks: Output<List<String>>, val staticIpConfig: Output<VMwareClusterNetworkConfigStaticIpConfigArgs>? = null, val vcenterNetwork: Output<String>? = null) : ConvertibleToJava<VMwareClusterNetworkConfigArgs>

Constructors

Link copied to clipboard
constructor(controlPlaneV2Config: Output<VMwareClusterNetworkConfigControlPlaneV2ConfigArgs>? = null, dhcpIpConfig: Output<VMwareClusterNetworkConfigDhcpIpConfigArgs>? = null, hostConfig: Output<VMwareClusterNetworkConfigHostConfigArgs>? = null, podAddressCidrBlocks: Output<List<String>>, serviceAddressCidrBlocks: Output<List<String>>, staticIpConfig: Output<VMwareClusterNetworkConfigStaticIpConfigArgs>? = null, vcenterNetwork: Output<String>? = null)

Properties

Link copied to clipboard

Configuration for control plane V2 mode. Structure is documented below.

Link copied to clipboard

Configuration settings for a DHCP IP configuration. Structure is documented below.

Link copied to clipboard

Represents common network settings irrespective of the host's IP address. Structure is documented below.

Link copied to clipboard

All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges. Only a single range is supported. 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. Only a single range is supported.. This field cannot be changed after creation.

Link copied to clipboard

Configuration settings for a static IP configuration. Structure is documented below.

Link copied to clipboard
val vcenterNetwork: Output<String>? = null

vcenter_network specifies vCenter network name. Inherited from the admin cluster.

Functions

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