VmwareSourceDetails constructor

VmwareSourceDetails({
  1. String? password,
  2. String? resolvedVcenterHost,
  3. String? thumbprint,
  4. String? username,
  5. String? vcenterIp,
})

Implementation

VmwareSourceDetails({
  this.password,
  this.resolvedVcenterHost,
  this.thumbprint,
  this.username,
  this.vcenterIp,
});