PrivateCloud constructor
PrivateCloud({
- String? createTime,
- String? deleteTime,
- String? description,
- EncryptionConfig? encryptionConfig,
- String? expireTime,
- Hcx? hcx,
- ManagementCluster? managementCluster,
- String? name,
- NetworkConfig? networkConfig,
- Nsx? nsx,
- String? state,
- String? type,
- String? uid,
- String? updateTime,
- Vcenter? vcenter,
Implementation
PrivateCloud({
this.createTime,
this.deleteTime,
this.description,
this.encryptionConfig,
this.expireTime,
this.hcx,
this.managementCluster,
this.name,
this.networkConfig,
this.nsx,
this.state,
this.type,
this.uid,
this.updateTime,
this.vcenter,
});