VmwareAdminNetworkConfig class
VmwareAdminNetworkConfig contains network configuration for VMware admin cluster.
Constructors
-
VmwareAdminNetworkConfig({VmwareDhcpIpConfig? dhcpIpConfig, VmwareAdminHAControlPlaneConfig? haControlPlaneConfig, VmwareHostConfig? hostConfig, List<
String> ? podAddressCidrBlocks, List<String> ? serviceAddressCidrBlocks, VmwareStaticIpConfig? staticIpConfig, String? vcenterNetwork}) - VmwareAdminNetworkConfig.fromJson(Map json_)
Properties
- dhcpIpConfig ↔ VmwareDhcpIpConfig?
-
Configuration settings for a DHCP IP configuration.
getter/setter pair
- haControlPlaneConfig ↔ VmwareAdminHAControlPlaneConfig?
-
Configuration for HA admin cluster control plane.
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