Class ChangeCloudExadataInfrastructureSubscriptionDetails
The configuration details for associating the cloud Exadata infrastructure resource with a different subscription.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class ChangeCloudExadataInfrastructureSubscriptionDetails
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. |