VmwareVsphereConfig constructor
VmwareVsphereConfig({
- String? datastore,
- List<
String> ? hostGroups, - List<
VmwareVsphereTag> ? tags,
Implementation
VmwareVsphereConfig({
this.datastore,
this.hostGroups,
this.tags,
});