VmwareAdminNetworkConfig constructor

VmwareAdminNetworkConfig({
  1. VmwareDhcpIpConfig? dhcpIpConfig,
  2. VmwareAdminHAControlPlaneConfig? haControlPlaneConfig,
  3. VmwareHostConfig? hostConfig,
  4. List<String>? podAddressCidrBlocks,
  5. List<String>? serviceAddressCidrBlocks,
  6. VmwareStaticIpConfig? staticIpConfig,
  7. String? vcenterNetwork,
})

Implementation

VmwareAdminNetworkConfig({
  this.dhcpIpConfig,
  this.haControlPlaneConfig,
  this.hostConfig,
  this.podAddressCidrBlocks,
  this.serviceAddressCidrBlocks,
  this.staticIpConfig,
  this.vcenterNetwork,
});