VmwareIpBlock constructor

VmwareIpBlock({
  1. String? gateway,
  2. List<VmwareHostIp>? ips,
  3. String? netmask,
})

Implementation

VmwareIpBlock({
  this.gateway,
  this.ips,
  this.netmask,
});