Class ChangeProtectedDatabaseSubscriptionDetails
Subscription details of the new cloud service environment, such as Microsoft Azure, where the protected database will be provisioned.
Inherited Members
Namespace: Oci.RecoveryService.Models
Assembly: OCI.DotNetSDK.Recovery.dll
Syntax
public class ChangeProtectedDatabaseSubscriptionDetailsProperties
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. |