VmServerAddress constructor

VmServerAddress({
  1. String? vmId,
  2. String? vmManagerId,
})

Implementation

VmServerAddress({
  this.vmId,
  this.vmManagerId,
});