VmwareAdminClusterNetworkConfigArgs

data class VmwareAdminClusterNetworkConfigArgs(val dhcpIpConfig: Output<VmwareAdminClusterNetworkConfigDhcpIpConfigArgs>? = null, val haControlPlaneConfig: Output<VmwareAdminClusterNetworkConfigHaControlPlaneConfigArgs>? = null, val hostConfig: Output<VmwareAdminClusterNetworkConfigHostConfigArgs>? = null, val podAddressCidrBlocks: Output<List<String>>, val serviceAddressCidrBlocks: Output<List<String>>, val staticIpConfig: Output<VmwareAdminClusterNetworkConfigStaticIpConfigArgs>? = null, val vcenterNetwork: Output<String>? = null) : ConvertibleToJava<VmwareAdminClusterNetworkConfigArgs>

Constructors

Link copied to clipboard
constructor(dhcpIpConfig: Output<VmwareAdminClusterNetworkConfigDhcpIpConfigArgs>? = null, haControlPlaneConfig: Output<VmwareAdminClusterNetworkConfigHaControlPlaneConfigArgs>? = null, hostConfig: Output<VmwareAdminClusterNetworkConfigHostConfigArgs>? = null, podAddressCidrBlocks: Output<List<String>>, serviceAddressCidrBlocks: Output<List<String>>, staticIpConfig: Output<VmwareAdminClusterNetworkConfigStaticIpConfigArgs>? = null, vcenterNetwork: Output<String>? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard

Configuration for HA admin cluster control plane. 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.

Functions

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