Show / Hide Table of Contents

Class HostAllocation

Resource Allocation metric for the host

Inheritance
object
DatabaseConfigurationMetricGroup
HostAllocation
Inherited Members
DatabaseConfigurationMetricGroup.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 HostAllocation : DatabaseConfigurationMetricGroup

Properties

ResourceName

Declaration
[JsonProperty(PropertyName = "resourceName")]
public string ResourceName { get; set; }
Property Value
Type Description
string

Name of the host resource

ResourceValue

Declaration
[JsonProperty(PropertyName = "resourceValue")]
public long? ResourceValue { get; set; }
Property Value
Type Description
long?

Value of the host resource

In this article
Back to top