VmwarePlatformDetails constructor

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

Implementation

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