Show / Hide Table of Contents

Class AwrHubObjects

Logical grouping used for Awr Hub Object operations.

Inheritance
object
AwrHubObjects
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 AwrHubObjects

Properties

AwrSnapshots

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

Awr Hub Object.

In this article
Back to top