OracleDBSystemShapeProperties Class

Definition

DbSystemShape resource model.

public class OracleDBSystemShapeProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OracleDatabase.Models.OracleDBSystemShapeProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OracleDatabase.Models.OracleDBSystemShapeProperties>
type OracleDBSystemShapeProperties = class
    interface IJsonModel<OracleDBSystemShapeProperties>
    interface IPersistableModel<OracleDBSystemShapeProperties>
Public Class OracleDBSystemShapeProperties
Implements IJsonModel(Of OracleDBSystemShapeProperties), IPersistableModel(Of OracleDBSystemShapeProperties)
Inheritance
OracleDBSystemShapeProperties
Implements

Constructors

OracleDBSystemShapeProperties(Int32)

Initializes a new instance of OracleDBSystemShapeProperties.

Properties

AvailableCoreCount

The maximum number of CPU cores that can be enabled on the DB system for this shape.

AvailableCoreCountPerNode

The maximum number of CPU cores per database node that can be enabled for this shape. Only applicable to the flex Exadata shape and ExaCC Elastic shapes.

AvailableDataStorageInTbs

The maximum DATA storage that can be enabled for this shape.

AvailableDataStoragePerServerInTbs

The maximum data storage available per storage server for this shape. Only applicable to ExaCC Elastic shapes.

AvailableDBNodePerNodeInGbs

The maximum Db Node storage available per database node for this shape. Only applicable to ExaCC Elastic shapes.

AvailableDBNodeStorageInGbs

The maximum Db Node storage that can be enabled for this shape.

AvailableMemoryInGbs

The maximum memory that can be enabled for this shape.

AvailableMemoryPerNodeInGbs

The maximum memory available per database node for this shape. Only applicable to ExaCC Elastic shapes.

CoreCountIncrement

The discrete number by which the CPU core count for this shape can be increased or decreased.

MaximumNodeCount

The maximum number of database nodes available for this shape.

MaxStorageCount

The maximum number of Exadata storage servers available for the Exadata infrastructure.

MinCoreCountPerNode

The minimum number of CPU cores that can be enabled per node for this shape.

MinDataStorageInTbs

The minimum data storage that need be allocated for this shape.

MinDBNodeStoragePerNodeInGbs

The minimum Db Node storage that need be allocated per node for this shape.

MinimumCoreCount

The minimum number of CPU cores that can be enabled on the DB system for this shape.

MinimumNodeCount

The minimum number of database nodes available for this shape.

MinMemoryPerNodeInGbs

The minimum memory that need be allocated per node for this shape.

MinStorageCount

The minimum number of Exadata storage servers available for the Exadata infrastructure.

RuntimeMinimumCoreCount

The runtime minimum number of CPU cores that can be enabled on the DB system for this shape.

ShapeFamily

The family of the shape used for the DB system.

Explicit Interface Implementations

IJsonModel<OracleDBSystemShapeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<OracleDBSystemShapeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OracleDBSystemShapeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OracleDBSystemShapeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<OracleDBSystemShapeProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to