VmwareVCenterConfig constructor

VmwareVCenterConfig({
  1. String? address,
  2. String? caCertData,
  3. String? cluster,
  4. String? datacenter,
  5. String? datastore,
  6. String? folder,
  7. String? resourcePool,
  8. String? storagePolicyName,
})

Implementation

VmwareVCenterConfig({
  this.address,
  this.caCertData,
  this.cluster,
  this.datacenter,
  this.datastore,
  this.folder,
  this.resourcePool,
  this.storagePolicyName,
});