ChangeProtectedDatabaseSubscriptionDetails¶
-
class
oci.recovery.models.
ChangeProtectedDatabaseSubscriptionDetails
(**kwargs)¶ Bases:
object
Subscription details of the new cloud service environment, such as Microsoft Azure, where the protected database will be provisioned.
Methods
__init__
(**kwargs)Initializes a new ChangeProtectedDatabaseSubscriptionDetails object with values from keyword arguments. Attributes
is_default
Gets the is_default of this ChangeProtectedDatabaseSubscriptionDetails. subscription_id
Gets the subscription_id of this ChangeProtectedDatabaseSubscriptionDetails. -
__init__
(**kwargs)¶ Initializes a new ChangeProtectedDatabaseSubscriptionDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - subscription_id (str) – The value to assign to the subscription_id property of this ChangeProtectedDatabaseSubscriptionDetails.
- is_default (bool) – The value to assign to the is_default property of this ChangeProtectedDatabaseSubscriptionDetails.
-
is_default
¶ Gets the is_default of this ChangeProtectedDatabaseSubscriptionDetails. Indicates whether it is a Universal Credit Model (UCM) subscription.
Returns: The is_default of this ChangeProtectedDatabaseSubscriptionDetails. Return type: bool
-
subscription_id
¶ Gets the subscription_id of this ChangeProtectedDatabaseSubscriptionDetails. The OCID of the new cloud service subscription to which you want to link the protected database.
Returns: The subscription_id of this ChangeProtectedDatabaseSubscriptionDetails. Return type: str
-