VmwareControlPlaneVsphereConfig constructor

VmwareControlPlaneVsphereConfig({
  1. String? datastore,
  2. String? storagePolicyName,
})

Implementation

VmwareControlPlaneVsphereConfig({
  this.datastore,
  this.storagePolicyName,
});