Show / Hide Table of Contents

Class HostResourceAllocation

Resource Allocation metric for the host

Inheritance
object
HostConfigurationMetricGroup
HostResourceAllocation
Inherited Members
HostConfigurationMetricGroup.TimeCollected
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class HostResourceAllocation : HostConfigurationMetricGroup

Properties

TotalCpus

Declaration
[JsonProperty(PropertyName = "totalCpus")]
public int? TotalCpus { get; set; }
Property Value
Type Description
int?

Total number of CPUs available

TotalMemoryInGB

Declaration
[JsonProperty(PropertyName = "totalMemoryInGB")]
public double TotalMemoryInGB { get; set; }
Property Value
Type Description
double

Total amount of usable physical memory in gibabytes

In this article
Back to top