public sealed class CloudAccountDetails : IMessage<CloudAccountDetails>, IEquatable<CloudAccountDetails>, IDeepCloneable<CloudAccountDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class CloudAccountDetails.
Details of the OCI Cloud Account.
Implements
IMessageCloudAccountDetails, IEquatableCloudAccountDetails, IDeepCloneableCloudAccountDetails, IBufferMessage, IMessageNamespace
Google.Cloud.OracleDatabase.V1Assembly
Google.Cloud.OracleDatabase.V1.dll
Constructors
CloudAccountDetails()
public CloudAccountDetails()
CloudAccountDetails(CloudAccountDetails)
public CloudAccountDetails(CloudAccountDetails other)
Parameter | |
---|---|
Name | Description |
other |
CloudAccountDetails |
Properties
AccountCreationUri
public string AccountCreationUri { get; set; }
Output only. URL to create a new account and link.
Property Value | |
---|---|
Type | Description |
string |
CloudAccount
public string CloudAccount { get; set; }
Output only. OCI account name.
Property Value | |
---|---|
Type | Description |
string |
CloudAccountHomeRegion
public string CloudAccountHomeRegion { get; set; }
Output only. OCI account home region.
Property Value | |
---|---|
Type | Description |
string |
HasAccountCreationUri
public bool HasAccountCreationUri { get; }
Gets whether the "account_creation_uri" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasLinkExistingAccountUri
public bool HasLinkExistingAccountUri { get; }
Gets whether the "link_existing_account_uri" field is set
Property Value | |
---|---|
Type | Description |
bool |
LinkExistingAccountUri
public string LinkExistingAccountUri { get; set; }
Output only. URL to link an existing account.
Property Value | |
---|---|
Type | Description |
string |