VmCreationConfig constructor

VmCreationConfig({
  1. String? subnet,
  2. String? vmMachineType,
  3. String? vmZone,
})

Implementation

VmCreationConfig({
  this.subnet,
  this.vmMachineType,
  this.vmZone,
});