VmwareVsphereConfig constructor

VmwareVsphereConfig({
  1. String? datastore,
  2. List<String>? hostGroups,
  3. List<VmwareVsphereTag>? tags,
})

Implementation

VmwareVsphereConfig({
  this.datastore,
  this.hostGroups,
  this.tags,
});