Show / Hide Table of Contents

Class CloudAccountDetails

Details of the OCI Cloud Account.

Inheritance
object
CloudAccountDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX