ChangeCloudExadataInfrastructureSubscriptionDetails

class oci.database.models.ChangeCloudExadataInfrastructureSubscriptionDetails(**kwargs)

Bases: object

The configuration details for associating the cloud Exadata infrastructure resource with a different subscription.

Methods

__init__(**kwargs) Initializes a new ChangeCloudExadataInfrastructureSubscriptionDetails object with values from keyword arguments.

Attributes

is_default Gets the is_default of this ChangeCloudExadataInfrastructureSubscriptionDetails.
subscription_id Gets the subscription_id of this ChangeCloudExadataInfrastructureSubscriptionDetails.
__init__(**kwargs)

Initializes a new ChangeCloudExadataInfrastructureSubscriptionDetails 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 ChangeCloudExadataInfrastructureSubscriptionDetails.
  • is_default (bool) – The value to assign to the is_default property of this ChangeCloudExadataInfrastructureSubscriptionDetails.
is_default

Gets the is_default of this ChangeCloudExadataInfrastructureSubscriptionDetails. Indicates if the subscription is UCM or not.

Returns:The is_default of this ChangeCloudExadataInfrastructureSubscriptionDetails.
Return type:bool
subscription_id

Gets the subscription_id of this ChangeCloudExadataInfrastructureSubscriptionDetails. The OCID of the subscription with which resource needs to be associated with.

Returns:The subscription_id of this ChangeCloudExadataInfrastructureSubscriptionDetails.
Return type:str