VmSelectionConfig constructor

VmSelectionConfig({
  1. String? vmZone,
})

Implementation

VmSelectionConfig({
  this.vmZone,
});