Oracle Database@Google Cloud v1 API - Class DbSystemShape (1.0.0-beta01)

public sealed class DbSystemShape : IMessage<DbSystemShape>, IEquatable<DbSystemShape>, IDeepCloneable<DbSystemShape>, IBufferMessage, IMessage

Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class DbSystemShape.

Details of the Database System Shapes resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbSystemShapeSummary/

Inheritance

object > DbSystemShape

Namespace

Google.Cloud.OracleDatabase.V1

Assembly

Google.Cloud.OracleDatabase.V1.dll

Constructors

DbSystemShape()

public DbSystemShape()

DbSystemShape(DbSystemShape)

public DbSystemShape(DbSystemShape other)
Parameter
Name Description
other DbSystemShape

Properties

AvailableCoreCountPerNode

public int AvailableCoreCountPerNode { get; set; }

Optional. Number of cores per node.

Property Value
Type Description
int

AvailableDataStorageTb

public int AvailableDataStorageTb { get; set; }

Optional. Storage per storage server in terabytes.

Property Value
Type Description
int

AvailableMemoryPerNodeGb

public int AvailableMemoryPerNodeGb { get; set; }

Optional. Memory per database server node in gigabytes.

Property Value
Type Description
int

DbSystemShapeName

public DbSystemShapeName DbSystemShapeName { get; set; }

DbSystemShapeName-typed view over the Name resource name property.

Property Value
Type Description
DbSystemShapeName

MaxNodeCount

public int MaxNodeCount { get; set; }

Optional. Maximum number of database servers.

Property Value
Type Description
int

MaxStorageCount

public int MaxStorageCount { get; set; }

Optional. Maximum number of storage servers.

Property Value
Type Description
int

MinCoreCountPerNode

public int MinCoreCountPerNode { get; set; }

Optional. Minimum core count per node.

Property Value
Type Description
int

MinDbNodeStoragePerNodeGb

public int MinDbNodeStoragePerNodeGb { get; set; }

Optional. Minimum node storage per database server in gigabytes.

Property Value
Type Description
int

MinMemoryPerNodeGb

public int MinMemoryPerNodeGb { get; set; }

Optional. Minimum memory per node in gigabytes.

Property Value
Type Description
int

MinNodeCount

public int MinNodeCount { get; set; }

Optional. Minimum number of database servers.

Property Value
Type Description
int

MinStorageCount

public int MinStorageCount { get; set; }

Optional. Minimum number of storage servers.

Property Value
Type Description
int

Name

public string Name { get; set; }

Identifier. The name of the Database System Shape resource with the format: projects/{project}/locations/{region}/dbSystemShapes/{db_system_shape}

Property Value
Type Description
string

Shape

public string Shape { get; set; }

Optional. shape

Property Value
Type Description
string