Show / Hide Table of Contents

Class ChangeProtectedDatabaseSubscriptionDetails

Subscription details of the new cloud service environment, such as Microsoft Azure, where the protected database will be provisioned.

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

Properties

IsDefault

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

Indicates whether it is a Universal Credit Model (UCM) subscription.

SubscriptionId

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

The OCID of the new cloud service subscription to which you want to link the protected database.

In this article
Back to top