VmwarePlatformDetails constructor

VmwarePlatformDetails({
  1. String? esxVersion,
  2. String? osid,
  3. String? vcenterFolder,
  4. String? vcenterUri,
  5. String? vcenterVersion,
  6. String? vcenterVmId,
})

Implementation

VmwarePlatformDetails({
  this.esxVersion,
  this.osid,
  this.vcenterFolder,
  this.vcenterUri,
  this.vcenterVersion,
  this.vcenterVmId,
});