Show / Hide Table of Contents

Class DbSystemProperties

The properties of a DbSystem.

Inheritance
object
DbSystemProperties
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 DbSystemProperties : IDirectResponseSchema

Properties

ComputeCount

Required. The number of CPU cores to enable for the DbSystem.

Declaration
[JsonProperty("computeCount")]
public virtual int? ComputeCount { get; set; }
Property Value
Type Description
int?

ComputeModel

Optional. The compute model of the DbSystem.

Declaration
[JsonProperty("computeModel")]
public virtual string ComputeModel { get; set; }
Property Value
Type Description
string

DataCollectionOptions

Optional. Data collection options for diagnostics.

Declaration
[JsonProperty("dataCollectionOptions")]
public virtual DataCollectionOptionsDbSystem DataCollectionOptions { get; set; }
Property Value
Type Description
DataCollectionOptionsDbSystem

DataStorageSizeGb

Optional. The data storage size in GB that is currently available to DbSystems. The value is same as initial_data_storage_size_gb. This can be modified from OCI console.

Declaration
[JsonProperty("dataStorageSizeGb")]
public virtual int? DataStorageSizeGb { get; set; }
Property Value
Type Description
int?

DatabaseEdition

Required. The database edition of the DbSystem.

Declaration
[JsonProperty("databaseEdition")]
public virtual string DatabaseEdition { get; set; }
Property Value
Type Description
string

DbHome

Optional. Details for creating a Database Home.

Declaration
[JsonProperty("dbHome")]
public virtual DbHome DbHome { get; set; }
Property Value
Type Description
DbHome

DbSystemOptions

Optional. The options for the DbSystem.

Declaration
[JsonProperty("dbSystemOptions")]
public virtual DbSystemOptions DbSystemOptions { get; set; }
Property Value
Type Description
DbSystemOptions

Domain

Optional. The host domain name of the DbSystem.

Declaration
[JsonProperty("domain")]
public virtual string Domain { 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

Hostname

Output only. The hostname of the DbSystem.

Declaration
[JsonProperty("hostname")]
public virtual string Hostname { get; set; }
Property Value
Type Description
string

HostnamePrefix

Optional. Prefix for DB System host names.

Declaration
[JsonProperty("hostnamePrefix")]
public virtual string HostnamePrefix { get; set; }
Property Value
Type Description
string

InitialDataStorageSizeGb

Required. The initial data storage size in GB.

Declaration
[JsonProperty("initialDataStorageSizeGb")]
public virtual int? InitialDataStorageSizeGb { get; set; }
Property Value
Type Description
int?

LicenseModel

Required. The license model of the DbSystem.

Declaration
[JsonProperty("licenseModel")]
public virtual string LicenseModel { get; set; }
Property Value
Type Description
string

LifecycleState

Output only. State of the DbSystem.

Declaration
[JsonProperty("lifecycleState")]
public virtual string LifecycleState { get; set; }
Property Value
Type Description
string

MemorySizeGb

Optional. The memory size in GB. This value can not be set and is automatically calculated based on the number of ECPUs allocated to the DbSystem.

Declaration
[JsonProperty("memorySizeGb")]
public virtual int? MemorySizeGb { get; set; }
Property Value
Type Description
int?

NodeCount

Optional. The number of nodes to launch for a virtual machine DbSystem. By default this will be set to 1.

Declaration
[JsonProperty("nodeCount")]
public virtual int? NodeCount { get; set; }
Property Value
Type Description
int?

Ocid

Output only. OCID of the DbSystem.

Declaration
[JsonProperty("ocid")]
public virtual string Ocid { get; set; }
Property Value
Type Description
string

PrivateIp

Optional. The private IP address of the DbSystem.

Declaration
[JsonProperty("privateIp")]
public virtual string PrivateIp { get; set; }
Property Value
Type Description
string

RecoStorageSizeGb

Optional. The reco/redo storage size in GB. The value for recovery storage size is based on the available data storage size.

Declaration
[JsonProperty("recoStorageSizeGb")]
public virtual int? RecoStorageSizeGb { get; set; }
Property Value
Type Description
int?

Shape

Required. Shape of DB System.

Declaration
[JsonProperty("shape")]
public virtual string Shape { get; set; }
Property Value
Type Description
string

SshPublicKeys

Required. SSH public keys to be stored with the DbSystem.

Declaration
[JsonProperty("sshPublicKeys")]
public virtual IList<string> SshPublicKeys { get; set; }
Property Value
Type Description
IList<string>

TimeZone

Optional. Time zone of the DbSystem.

Declaration
[JsonProperty("timeZone")]
public virtual TimeZone TimeZone { get; set; }
Property Value
Type Description
TimeZone

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX