Show / Hide Table of Contents

Class ChangeExascaleDbStorageVaultSubscriptionDetails

The configuration details for associating the Exadata Database Storage Vault with a different subscription.

Inheritance
object
ChangeExascaleDbStorageVaultSubscriptionDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class ChangeExascaleDbStorageVaultSubscriptionDetails

Properties

IsDefault

Declaration
[JsonProperty(PropertyName = "isDefault")]
public bool? IsDefault { get; set; }
Property Value
Type Description
bool?

Indicates if the subscription is UCM or not.

SubscriptionId

Declaration
[JsonProperty(PropertyName = "subscriptionId")]
public string SubscriptionId { get; set; }
Property Value
Type Description
string

The OCID of the subscription with which resource needs to be associated with.

In this article
Back to top