Get Private Cloud Result
data class GetPrivateCloudResult(val deletionDelayHours: Int, val description: String, val hcxes: List<GetPrivateCloudHcx>, val id: String, val location: String, val managementClusters: List<GetPrivateCloudManagementCluster>, val name: String, val networkConfigs: List<GetPrivateCloudNetworkConfig>, val nsxes: List<GetPrivateCloudNsx>, val project: String? = null, val sendDeletionDelayHoursIfZero: Boolean, val state: String, val type: String, val uid: String, val vcenters: List<GetPrivateCloudVcenter>)
A collection of values returned by getPrivateCloud.
Constructors
Link copied to clipboard
constructor(deletionDelayHours: Int, description: String, hcxes: List<GetPrivateCloudHcx>, id: String, location: String, managementClusters: List<GetPrivateCloudManagementCluster>, name: String, networkConfigs: List<GetPrivateCloudNetworkConfig>, nsxes: List<GetPrivateCloudNsx>, project: String? = null, sendDeletionDelayHoursIfZero: Boolean, state: String, type: String, uid: String, vcenters: List<GetPrivateCloudVcenter>)