GetResourcePoolResult

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
constructor(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

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets CPULimitMHz which specifies a CPU usage limit in MHz. Utilization will not exceed this limit even if there are available resources.

Link copied to clipboard

Gets or sets CPUReservationMHz which specifies the CPU size in MHz that is guaranteed to be available.

Link copied to clipboard

Gets or sets CPUSharesLevel which specifies the CPU allocation level for this pool. This property is used in relative allocation between resource consumers.

Link copied to clipboard

Gets the name of the corresponding resource in Kubernetes.

Link copied to clipboard

Gets or sets the datastore ARM ids.

Link copied to clipboard

Gets or sets the extended location.

Link copied to clipboard
val id: String

Gets or sets the Id.

Link copied to clipboard
val inventoryItemId: String? = null

Gets or sets the inventory Item ID for the resource pool.

Link copied to clipboard
val kind: String? = null

Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.

Link copied to clipboard

Gets or sets the location.

Link copied to clipboard

Gets or sets MemLimitMB specifies a memory usage limit in megabytes. Utilization will not exceed the specified limit even if there are available resources.

Link copied to clipboard

Gets or sets MemReservationMB which specifies the guaranteed available memory in megabytes.

Link copied to clipboard

Gets or sets CPUSharesLevel which specifies the memory allocation level for this pool. This property is used in relative allocation between resource consumers.

Link copied to clipboard

Gets or sets the vCenter Managed Object name for the resource pool.

Link copied to clipboard
val moRefId: String? = null

Gets or sets the vCenter MoRef (Managed Object Reference) ID for the resource pool.

Link copied to clipboard

Gets or sets the name.

Link copied to clipboard

Gets or sets the network ARM ids.

Link copied to clipboard

Gets or sets the provisioning state.

Link copied to clipboard

The resource status information.

Link copied to clipboard

The system data.

Link copied to clipboard
val tags: Map<String, String>? = null

Gets or sets the Resource tags.

Link copied to clipboard

Gets or sets the type of the resource.

Link copied to clipboard

Gets or sets a unique identifier for this resource.

Link copied to clipboard
val vCenterId: String? = null

Gets or sets the ARM Id of the vCenter resource in which this resource pool resides.