VmwareNetworkConfig class

Specifies network config for the VMware user cluster.

Constructors

VmwareNetworkConfig({VmwareControlPlaneV2Config? controlPlaneV2Config, VmwareDhcpIpConfig? dhcpIpConfig, VmwareHostConfig? hostConfig, List<String>? podAddressCidrBlocks, List<String>? serviceAddressCidrBlocks, VmwareStaticIpConfig? staticIpConfig, String? vcenterNetwork})
VmwareNetworkConfig.fromJson(Map json_)

Properties

controlPlaneV2Config VmwareControlPlaneV2Config?
Configuration for control plane V2 mode.
getter/setter pair
dhcpIpConfig VmwareDhcpIpConfig?
Configuration settings for a DHCP IP configuration.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostConfig VmwareHostConfig?
Represents common network settings irrespective of the host's IP address.
getter/setter pair
podAddressCidrBlocks List<String>?
All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAddressCidrBlocks List<String>?
All services in the cluster are assigned an RFC1918 IPv4 address from these ranges.
getter/setter pair
staticIpConfig VmwareStaticIpConfig?
Configuration settings for a static IP configuration.
getter/setter pair
vcenterNetwork String?
vcenter_network specifies vCenter network name.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited