PrivateCloud constructor

PrivateCloud({
  1. String? createTime,
  2. String? deleteTime,
  3. String? description,
  4. String? expireTime,
  5. Hcx? hcx,
  6. ManagementCluster? managementCluster,
  7. String? name,
  8. NetworkConfig? networkConfig,
  9. Nsx? nsx,
  10. String? state,
  11. String? type,
  12. String? uid,
  13. String? updateTime,
  14. Vcenter? vcenter,
})

Implementation

PrivateCloud({
  this.createTime,
  this.deleteTime,
  this.description,
  this.expireTime,
  this.hcx,
  this.managementCluster,
  this.name,
  this.networkConfig,
  this.nsx,
  this.state,
  this.type,
  this.uid,
  this.updateTime,
  this.vcenter,
});