Share via


ArmConnectedVMwarevSphereModelFactory.VMwareResourcePoolData Method

Definition

Initializes a new instance of VMwareResourcePoolData.

public static Azure.ResourceManager.ConnectedVMwarevSphere.VMwareResourcePoolData VMwareResourcePoolData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Resources.Models.ExtendedLocation extendedLocation = default, string kind = default, string uuid = default, string vCenterId = default, string moRefId = default, string inventoryItemId = default, string moName = default, string cpuSharesLevel = default, long? cpuReservationMHz = default, long? cpuLimitMHz = default, string memSharesLevel = default, long? memReservationMB = default, long? memLimitMB = default, long? memOverallUsageGB = default, long? memCapacityGB = default, long? cpuOverallUsageMHz = default, long? cpuCapacityMHz = default, string customResourceName = default, System.Collections.Generic.IEnumerable<string> datastoreIds = default, System.Collections.Generic.IEnumerable<string> networkIds = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareResourceStatus> statuses = default, Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareResourceProvisioningState? provisioningState = default);
static member VMwareResourcePoolData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Resources.Models.ExtendedLocation * string * string * string * string * string * string * string * Nullable<int64> * Nullable<int64> * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * string * seq<string> * seq<string> * seq<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareResourceStatus> * Nullable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareResourceProvisioningState> -> Azure.ResourceManager.ConnectedVMwarevSphere.VMwareResourcePoolData
Public Shared Function VMwareResourcePoolData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional extendedLocation As ExtendedLocation = Nothing, Optional kind As String = Nothing, Optional uuid As String = Nothing, Optional vCenterId As String = Nothing, Optional moRefId As String = Nothing, Optional inventoryItemId As String = Nothing, Optional moName As String = Nothing, Optional cpuSharesLevel As String = Nothing, Optional cpuReservationMHz As Nullable(Of Long) = Nothing, Optional cpuLimitMHz As Nullable(Of Long) = Nothing, Optional memSharesLevel As String = Nothing, Optional memReservationMB As Nullable(Of Long) = Nothing, Optional memLimitMB As Nullable(Of Long) = Nothing, Optional memOverallUsageGB As Nullable(Of Long) = Nothing, Optional memCapacityGB As Nullable(Of Long) = Nothing, Optional cpuOverallUsageMHz As Nullable(Of Long) = Nothing, Optional cpuCapacityMHz As Nullable(Of Long) = Nothing, Optional customResourceName As String = Nothing, Optional datastoreIds As IEnumerable(Of String) = Nothing, Optional networkIds As IEnumerable(Of String) = Nothing, Optional statuses As IEnumerable(Of VMwareResourceStatus) = Nothing, Optional provisioningState As Nullable(Of VMwareResourceProvisioningState) = Nothing) As VMwareResourcePoolData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

extendedLocation
ExtendedLocation

Gets or sets the extended location.

kind
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.

uuid
String

Gets or sets a unique identifier for this resource.

vCenterId
String

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

moRefId
String

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

inventoryItemId
String

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

moName
String

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

cpuSharesLevel
String

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

cpuReservationMHz
Nullable<Int64>

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

cpuLimitMHz
Nullable<Int64>

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

memSharesLevel
String

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

memReservationMB
Nullable<Int64>

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

memLimitMB
Nullable<Int64>

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

memOverallUsageGB
Nullable<Int64>

Gets the used physical memory on the pool in GB.

memCapacityGB
Nullable<Int64>

Gets the total amount of physical memory on the pool in GB.

cpuOverallUsageMHz
Nullable<Int64>

Gets the used CPU usage across all cores on the pool in MHz.

cpuCapacityMHz
Nullable<Int64>

Gets the max CPU usage across all cores on the pool in MHz.

customResourceName
String

Gets the name of the corresponding resource in Kubernetes.

datastoreIds
IEnumerable<String>

Gets the datastore ARM ids.

networkIds
IEnumerable<String>

Gets the network ARM ids.

statuses
IEnumerable<VMwareResourceStatus>

The resource status information.

provisioningState
Nullable<VMwareResourceProvisioningState>

Gets the provisioning state.

Returns

A new VMwareResourcePoolData instance for mocking.

Applies to