次の方法で共有


ApplianceMonitoringDetails Class

Definition

Appliance details of the migration item.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ApplianceMonitoringDetailsTypeConverter))]
public class ApplianceMonitoringDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IApplianceMonitoringDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ApplianceMonitoringDetailsTypeConverter))>]
type ApplianceMonitoringDetails = class
    interface IApplianceMonitoringDetails
    interface IJsonSerializable
Public Class ApplianceMonitoringDetails
Implements IApplianceMonitoringDetails
Inheritance
ApplianceMonitoringDetails
Attributes
Implements

Constructors

ApplianceMonitoringDetails()

Creates an new ApplianceMonitoringDetails instance.

Properties

CpuDetailCapacity

A value indicating the total capacity of appliance resource.

CpuDetailProcessUtilization

A value indicating the utilization percentage by gateway agent on appliance.

CpuDetailStatus

A value indicating the status of appliance resource.

CpuDetailTotalUtilization

A value indicating the total utilization percentage for all processes on the appliance.

DatastoreSnapshot

The appliance datastore snapshot details.

DiskReplicationDetailCapacity

A value indicating the total capacity of appliance resource.

DiskReplicationDetailProcessUtilization

A value indicating the utilization percentage by gateway agent on appliance.

DiskReplicationDetailStatus

A value indicating the status of appliance resource.

DiskReplicationDetailTotalUtilization

A value indicating the total utilization percentage for all processes on the appliance.

EsxiNfcBufferCapacity

A value indicating the total capacity of appliance resource.

EsxiNfcBufferProcessUtilization

A value indicating the utilization percentage by gateway agent on appliance.

EsxiNfcBufferStatus

A value indicating the status of appliance resource.

EsxiNfcBufferTotalUtilization

A value indicating the total utilization percentage for all processes on the appliance.

NetworkBandwidthCapacity

A value indicating the total capacity of appliance resource.

NetworkBandwidthProcessUtilization

A value indicating the utilization percentage by gateway agent on appliance.

NetworkBandwidthStatus

A value indicating the status of appliance resource.

NetworkBandwidthTotalUtilization

A value indicating the total utilization percentage for all processes on the appliance.

RamDetailCapacity

A value indicating the total capacity of appliance resource.

RamDetailProcessUtilization

A value indicating the utilization percentage by gateway agent on appliance.

RamDetailStatus

A value indicating the status of appliance resource.

RamDetailTotalUtilization

A value indicating the total utilization percentage for all processes on the appliance.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ApplianceMonitoringDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ApplianceMonitoringDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IApplianceMonitoringDetails.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ApplianceMonitoringDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to