Show / Hide Table of Contents

Class OpsiDataStores

Logical grouping used for Ops Insights Data Store operations.

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

Properties

OpsiDataStoresProp

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

OPSI Data Store Object.

In this article
Back to top