Class DbSystemShape
Details of the Database System Shapes resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbSystemShapeSummary/
Implements
Inherited Members
Namespace: Google.Apis.OracleDatabase.v1.Data
Assembly: Google.Apis.OracleDatabase.v1.dll
Syntax
public class DbSystemShape : IDirectResponseSchema
Properties
AvailableCoreCountPerNode
Optional. Number of cores per node.
Declaration
[JsonProperty("availableCoreCountPerNode")]
public virtual int? AvailableCoreCountPerNode { get; set; }
Property Value
Type | Description |
---|---|
int? |
AvailableDataStorageTb
Optional. Storage per storage server in terabytes.
Declaration
[JsonProperty("availableDataStorageTb")]
public virtual int? AvailableDataStorageTb { get; set; }
Property Value
Type | Description |
---|---|
int? |
AvailableMemoryPerNodeGb
Optional. Memory per database server node in gigabytes.
Declaration
[JsonProperty("availableMemoryPerNodeGb")]
public virtual int? AvailableMemoryPerNodeGb { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxNodeCount
Optional. Maximum number of database servers.
Declaration
[JsonProperty("maxNodeCount")]
public virtual int? MaxNodeCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
MaxStorageCount
Optional. Maximum number of storage servers.
Declaration
[JsonProperty("maxStorageCount")]
public virtual int? MaxStorageCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
MinCoreCountPerNode
Optional. Minimum core count per node.
Declaration
[JsonProperty("minCoreCountPerNode")]
public virtual int? MinCoreCountPerNode { get; set; }
Property Value
Type | Description |
---|---|
int? |
MinDbNodeStoragePerNodeGb
Optional. Minimum node storage per database server in gigabytes.
Declaration
[JsonProperty("minDbNodeStoragePerNodeGb")]
public virtual int? MinDbNodeStoragePerNodeGb { get; set; }
Property Value
Type | Description |
---|---|
int? |
MinMemoryPerNodeGb
Optional. Minimum memory per node in gigabytes.
Declaration
[JsonProperty("minMemoryPerNodeGb")]
public virtual int? MinMemoryPerNodeGb { get; set; }
Property Value
Type | Description |
---|---|
int? |
MinNodeCount
Optional. Minimum number of database servers.
Declaration
[JsonProperty("minNodeCount")]
public virtual int? MinNodeCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
MinStorageCount
Optional. Minimum number of storage servers.
Declaration
[JsonProperty("minStorageCount")]
public virtual int? MinStorageCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
Name
Identifier. The name of the Database System Shape resource with the format: projects/{project}/locations/{region}/dbSystemShapes/{db_system_shape}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Shape
Optional. shape
Declaration
[JsonProperty("shape")]
public virtual string Shape { get; set; }
Property Value
Type | Description |
---|---|
string |