Package version:

Details of the appliance resource.

interface ApplianceResourceDetails {
    capacity?: number;
    processUtilization?: number;
    status?: string;
    totalUtilization?: number;
}

Properties

capacity?: number

A value indicating the total capacity of appliance resource. NOTE: This property will not be serialized. It can only be populated by the server.

processUtilization?: number

A value indicating the utilization percentage by gateway agent on appliance. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

A value indicating the status of appliance resource. NOTE: This property will not be serialized. It can only be populated by the server.

totalUtilization?: number

A value indicating the total utilization percentage for all processes on the appliance. NOTE: This property will not be serialized. It can only be populated by the server.