Get Resource Pool Result
data class GetResourcePoolResult(val cpuLimitMHz: Double, val cpuReservationMHz: Double, val cpuSharesLevel: String, val customResourceName: String, val datastoreIds: List<String>, val extendedLocation: ExtendedLocationResponse? = null, val id: String, val inventoryItemId: String? = null, val kind: String? = null, val location: String, val memLimitMB: Double, val memReservationMB: Double, val memSharesLevel: String, val moName: String, val moRefId: String? = null, val name: String, val networkIds: List<String>, val provisioningState: String, val statuses: List<ResourceStatusResponse>, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val uuid: String, val vCenterId: String? = null)
Define the resourcePool.
Constructors
Link copied to clipboard
fun GetResourcePoolResult(cpuLimitMHz: Double, cpuReservationMHz: Double, cpuSharesLevel: String, customResourceName: String, datastoreIds: List<String>, extendedLocation: ExtendedLocationResponse? = null, id: String, inventoryItemId: String? = null, kind: String? = null, location: String, memLimitMB: Double, memReservationMB: Double, memSharesLevel: String, moName: String, moRefId: String? = null, name: String, networkIds: List<String>, provisioningState: String, statuses: List<ResourceStatusResponse>, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, uuid: String, vCenterId: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard