VmwareAdminVCenterConfig constructor

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

Implementation

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