Share via


ArmConnectedVMwarevSphereModelFactory.VMwareHostData Method

Definition

Overloads

VMwareHostData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, ExtendedLocation, String, String, String, String, String, String, IEnumerable<VMwareResourceStatus>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IEnumerable<String>, IEnumerable<String>, Nullable<VMwareResourceProvisioningState>)

Initializes a new instance of VMwareHostData.

VMwareHostData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, ExtendedLocation, String, String, String, String, String, String, IEnumerable<ResourceStatus>, String, String)

Initializes a new instance of VMwareHostData.

VMwareHostData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, ExtendedLocation, String, String, String, String, String, String, IEnumerable<VMwareResourceStatus>, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IEnumerable<String>, IEnumerable<String>, Nullable<VMwareResourceProvisioningState>)

Source:
ArmConnectedVMwarevSphereModelFactory.cs

Initializes a new instance of VMwareHostData.

public static Azure.ResourceManager.ConnectedVMwarevSphere.VMwareHostData VMwareHostData (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, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareResourceStatus> statuses = default, string customResourceName = default, long? overallMemoryUsageGB = default, long? memorySizeGB = default, long? overallCpuUsageMHz = default, long? cpuMhz = default, System.Collections.Generic.IEnumerable<string> datastoreIds = default, System.Collections.Generic.IEnumerable<string> networkIds = default, Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareResourceProvisioningState? provisioningState = default);
static member VMwareHostData : 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 * seq<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareResourceStatus> * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * seq<string> * seq<string> * Nullable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VMwareResourceProvisioningState> -> Azure.ResourceManager.ConnectedVMwarevSphere.VMwareHostData
Public Shared Function VMwareHostData (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 statuses As IEnumerable(Of VMwareResourceStatus) = Nothing, Optional customResourceName As String = Nothing, Optional overallMemoryUsageGB As Nullable(Of Long) = Nothing, Optional memorySizeGB As Nullable(Of Long) = Nothing, Optional overallCpuUsageMHz As Nullable(Of Long) = Nothing, Optional cpuMhz As Nullable(Of Long) = Nothing, Optional datastoreIds As IEnumerable(Of String) = Nothing, Optional networkIds As IEnumerable(Of String) = Nothing, Optional provisioningState As Nullable(Of VMwareResourceProvisioningState) = Nothing) As VMwareHostData

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 host resides.

moRefId
String

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

inventoryItemId
String

Gets or sets the inventory Item ID for the host.

moName
String

Gets or sets the vCenter Managed Object name for the host.

statuses
IEnumerable<VMwareResourceStatus>

The resource status information.

customResourceName
String

Gets the name of the corresponding resource in Kubernetes.

overallMemoryUsageGB
Nullable<Int64>

Gets the used physical memory on the host in GB.

memorySizeGB
Nullable<Int64>

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

overallCpuUsageMHz
Nullable<Int64>

Gets the used CPU usage across all cores in MHz.

cpuMhz
Nullable<Int64>

Gets the max CPU usage across all cores in MHz.

datastoreIds
IEnumerable<String>

Gets the datastore ARM ids.

networkIds
IEnumerable<String>

Gets the network ARM ids.

provisioningState
Nullable<VMwareResourceProvisioningState>

Gets the provisioning state.

Returns

A new VMwareHostData instance for mocking.

Applies to

VMwareHostData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, ExtendedLocation, String, String, String, String, String, String, IEnumerable<ResourceStatus>, String, String)

Source:
ArmConnectedVMwarevSphereModelFactory.cs

Initializes a new instance of VMwareHostData.

public static Azure.ResourceManager.ConnectedVMwarevSphere.VMwareHostData VMwareHostData (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, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.ResourceStatus> statuses = default, string customResourceName = default, string provisioningState = default);
static member VMwareHostData : 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 * seq<Azure.ResourceManager.ConnectedVMwarevSphere.Models.ResourceStatus> * string * string -> Azure.ResourceManager.ConnectedVMwarevSphere.VMwareHostData
Public Shared Function VMwareHostData (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 statuses As IEnumerable(Of ResourceStatus) = Nothing, Optional customResourceName As String = Nothing, Optional provisioningState As String = Nothing) As VMwareHostData

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 host resides.

moRefId
String

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

inventoryItemId
String

Gets or sets the inventory Item ID for the host.

moName
String

Gets or sets the vCenter Managed Object name for the host.

statuses
IEnumerable<ResourceStatus>

The resource status information.

customResourceName
String

Gets the name of the corresponding resource in Kubernetes.

provisioningState
String

Gets or sets the provisioning state.

Returns

A new VMwareHostData instance for mocking.

Applies to