Show / Hide Table of Contents

Class AwrHubs

Logical grouping used for Awr Hub operations.

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

Properties

AwrHubsProp

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

Awr Hub Object.

In this article
Back to top