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