Show / Hide Table of Contents

Class AwrHubSources

Logical grouping used for Awr Hub Source operations.

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

Properties

AwrHubSourcesProp

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

Awr Hub Source Object.

In this article
Back to top