Share via


HostProperties Class

Definition

Describes the properties of a Host.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.HostPropertiesTypeConverter))]
public class HostProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IHostProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.HostPropertiesTypeConverter))>]
type HostProperties = class
    interface IHostProperties
    interface IJsonSerializable
Public Class HostProperties
Implements IHostProperties
Inheritance
HostProperties
Attributes
Implements

Constructors

HostProperties()

Creates an new HostProperties instance.

Properties

CpuMhz

Gets the max CPU usage across all cores in MHz.

CustomResourceName

Gets the name of the corresponding resource in Kubernetes.

DatastoreId

Gets the datastore ARM ids.

InventoryItemId

Gets or sets the inventory Item ID for the host.

MemorySizeGb

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

MoName

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

MoRefId

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

NetworkId

Gets the network ARM ids.

OverallCpuUsageMHz

Gets the used CPU usage across all cores in MHz.

OverallMemoryUsageGb

Gets the used physical memory on the host in GB.

ProvisioningState

Gets the provisioning state.

Statuses

The resource status information.

Uuid

Gets or sets a unique identifier for this resource.

VCenterId

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of HostProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of HostProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IHostProperties.

FromJsonString(String)

Creates a new instance of HostProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of HostProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to