VmwareNetworkConfig constructor
VmwareNetworkConfig({
- VmwareControlPlaneV2Config? controlPlaneV2Config,
- VmwareDhcpIpConfig? dhcpIpConfig,
- VmwareHostConfig? hostConfig,
- List<
String> ? podAddressCidrBlocks, - List<
String> ? serviceAddressCidrBlocks, - VmwareStaticIpConfig? staticIpConfig,
- String? vcenterNetwork,
Implementation
VmwareNetworkConfig({
this.controlPlaneV2Config,
this.dhcpIpConfig,
this.hostConfig,
this.podAddressCidrBlocks,
this.serviceAddressCidrBlocks,
this.staticIpConfig,
this.vcenterNetwork,
});