Class CloudAccountDetails
Details of the OCI Cloud Account.
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class CloudAccountDetails : IDirectResponseSchema
Properties
AccountCreationUri
Output only. URL to create a new account and link.
Declaration
[JsonProperty("accountCreationUri")]
public virtual string AccountCreationUri { get; set; }
Property Value
Type | Description |
---|---|
string |
CloudAccount
Output only. OCI account name.
Declaration
[JsonProperty("cloudAccount")]
public virtual string CloudAccount { get; set; }
Property Value
Type | Description |
---|---|
string |
CloudAccountHomeRegion
Output only. OCI account home region.
Declaration
[JsonProperty("cloudAccountHomeRegion")]
public virtual string CloudAccountHomeRegion { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LinkExistingAccountUri
Output only. URL to link an existing account.
Declaration
[JsonProperty("linkExistingAccountUri")]
public virtual string LinkExistingAccountUri { get; set; }
Property Value
Type | Description |
---|---|
string |