Show / Hide Table of Contents

Class HostInsights

Logical grouping used for Operations Insights host related operations.

Inheritance
object
HostInsights
Inherited Members
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 HostInsights

Properties

HostInsightsProp

Declaration
[JsonProperty(PropertyName = "hostInsights")]
public object HostInsightsProp { get; set; }
Property Value
Type Description
object

Host Insights Object.

In this article
Back to top