Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResourcePool

Package version

Define the resourcePool.

Hierarchy

  • ResourcePool

Index

Properties

Optional cpuLimitMHz

cpuLimitMHz: undefined | number

Gets or sets CPULimitMHz which specifies a CPU usage limit in MHz. Utilization will not exceed this limit even if there are available resources. NOTE: This property will not be serialized. It can only be populated by the server.

Optional cpuReservationMHz

cpuReservationMHz: undefined | number

Gets or sets CPUReservationMHz which specifies the CPU size in MHz that is guaranteed to be available. NOTE: This property will not be serialized. It can only be populated by the server.

Optional cpuSharesLevel

cpuSharesLevel: undefined | string

Gets or sets CPUSharesLevel which specifies the CPU allocation level for this pool. This property is used in relative allocation between resource consumers. NOTE: This property will not be serialized. It can only be populated by the server.

Optional customResourceName

customResourceName: undefined | string

Gets the name of the corresponding resource in Kubernetes. NOTE: This property will not be serialized. It can only be populated by the server.

Optional extendedLocation

extendedLocation: ExtendedLocation

Gets or sets the extended location.

Optional id

id: undefined | string

Gets or sets the Id. NOTE: This property will not be serialized. It can only be populated by the server.

Optional inventoryItemId

inventoryItemId: undefined | string

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

Optional kind

kind: undefined | string

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.

location

location: string

Gets or sets the location.

Optional memLimitMB

memLimitMB: undefined | number

Gets or sets MemLimitMB specifies a memory usage limit in megabytes. Utilization will not exceed the specified limit even if there are available resources. NOTE: This property will not be serialized. It can only be populated by the server.

Optional memReservationMB

memReservationMB: undefined | number

Gets or sets MemReservationMB which specifies the guaranteed available memory in megabytes. NOTE: This property will not be serialized. It can only be populated by the server.

Optional memSharesLevel

memSharesLevel: undefined | string

Gets or sets CPUSharesLevel which specifies the memory allocation level for this pool. This property is used in relative allocation between resource consumers. NOTE: This property will not be serialized. It can only be populated by the server.

Optional moName

moName: undefined | string

Gets or sets the vCenter Managed Object name for the resource pool. NOTE: This property will not be serialized. It can only be populated by the server.

Optional moRefId

moRefId: undefined | string

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

Optional name

name: undefined | string

Gets or sets the name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional provisioningState

provisioningState: undefined | string

Gets or sets the provisioning state. NOTE: This property will not be serialized. It can only be populated by the server.

Optional statuses

statuses: ResourceStatus[]

The resource status information. NOTE: This property will not be serialized. It can only be populated by the server.

Optional systemData

systemData: SystemData

The system data. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tags

tags: undefined | {}

Gets or sets the Resource tags.

Optional type

type: undefined | string

Gets or sets the type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional uuid

uuid: undefined | string

Gets or sets a unique identifier for this resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional vCenterId

vCenterId: undefined | string

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

Generated using TypeDoc