Show / Hide Table of Contents

Class HostEntities

Database entities running on the host

Inheritance
object
HostConfigurationMetricGroup
HostEntities
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 HostEntities : HostConfigurationMetricGroup

Properties

EntityName

Declaration
[Required(ErrorMessage = "EntityName is required.")]
[JsonProperty(PropertyName = "entityName")]
public string EntityName { get; set; }
Property Value
Type Description
string

Name of the database entity

Remarks

Required

EntityType

Declaration
[Required(ErrorMessage = "EntityType is required.")]
[JsonProperty(PropertyName = "entityType")]
public string EntityType { get; set; }
Property Value
Type Description
string

Type of the database entity

Remarks

Required

In this article
Back to top