Share via


IHostProperties Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to