VmwareNetworkConfigResponse

data class VmwareNetworkConfigResponse(val controlPlaneV2Config: VmwareControlPlaneV2ConfigResponse, val dhcpIpConfig: VmwareDhcpIpConfigResponse, val hostConfig: VmwareHostConfigResponse, val podAddressCidrBlocks: List<String>, val serviceAddressCidrBlocks: List<String>, val staticIpConfig: VmwareStaticIpConfigResponse, val vcenterNetwork: String)

Specifies network config for the VMware user cluster.

Constructors

Link copied to clipboard
fun VmwareNetworkConfigResponse(controlPlaneV2Config: VmwareControlPlaneV2ConfigResponse, dhcpIpConfig: VmwareDhcpIpConfigResponse, hostConfig: VmwareHostConfigResponse, podAddressCidrBlocks: List<String>, serviceAddressCidrBlocks: List<String>, staticIpConfig: VmwareStaticIpConfigResponse, vcenterNetwork: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration for control plane V2 mode.

Link copied to clipboard

Configuration settings for a DHCP IP configuration.

Link copied to clipboard

Represents common network settings irrespective of the host's IP address.

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.

Link copied to clipboard

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