Class OcpuUtilizationInfo
Ocpu utilization for a VM host
Inherited Members
Namespace: Oci.BlockchainService.Models
Assembly: OCI.DotNetSDK.Blockchain.dll
Syntax
public class OcpuUtilizationInfoProperties
Host
Declaration
[JsonProperty(PropertyName = "host")]
public string Host { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Host name of VM | 
OcpuCapacityNumber
Declaration
[JsonProperty(PropertyName = "ocpuCapacityNumber")]
public float? OcpuCapacityNumber { get; set; }Property Value
| Type | Description | 
|---|---|
| float? | Number of total OCPU capacity on the host | 
OcpuUtilizationNumber
Declaration
[JsonProperty(PropertyName = "ocpuUtilizationNumber")]
public float? OcpuUtilizationNumber { get; set; }Property Value
| Type | Description | 
|---|---|
| float? | Number of OCPU utilized |