DbSystemShapeProperties Class

Definition

DbSystemShape resource model Serialized Name: DbSystemShapeProperties

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

Constructors

DbSystemShapeProperties(Int32)

Initializes a new instance of DbSystemShapeProperties.

Properties

AvailableCoreCount

The maximum number of CPU cores that can be enabled on the DB system for this shape. Serialized Name: DbSystemShapeProperties.availableCoreCount

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. Serialized Name: DbSystemShapeProperties.availableCoreCountPerNode

AvailableDataStorageInTbs

The maximum DATA storage that can be enabled for this shape. Serialized Name: DbSystemShapeProperties.availableDataStorageInTbs

AvailableDataStoragePerServerInTbs

The maximum data storage available per storage server for this shape. Only applicable to ExaCC Elastic shapes. Serialized Name: DbSystemShapeProperties.availableDataStoragePerServerInTbs

AvailableDbNodePerNodeInGbs

The maximum Db Node storage available per database node for this shape. Only applicable to ExaCC Elastic shapes. Serialized Name: DbSystemShapeProperties.availableDbNodePerNodeInGbs

AvailableDbNodeStorageInGbs

The maximum Db Node storage that can be enabled for this shape. Serialized Name: DbSystemShapeProperties.availableDbNodeStorageInGbs

AvailableMemoryInGbs

The maximum memory that can be enabled for this shape. Serialized Name: DbSystemShapeProperties.availableMemoryInGbs

AvailableMemoryPerNodeInGbs

The maximum memory available per database node for this shape. Only applicable to ExaCC Elastic shapes. Serialized Name: DbSystemShapeProperties.availableMemoryPerNodeInGbs

CoreCountIncrement

The discrete number by which the CPU core count for this shape can be increased or decreased. Serialized Name: DbSystemShapeProperties.coreCountIncrement

MaximumNodeCount

The maximum number of database nodes available for this shape. Serialized Name: DbSystemShapeProperties.maximumNodeCount

MaxStorageCount

The maximum number of Exadata storage servers available for the Exadata infrastructure. Serialized Name: DbSystemShapeProperties.maxStorageCount

MinCoreCountPerNode

The minimum number of CPU cores that can be enabled per node for this shape. Serialized Name: DbSystemShapeProperties.minCoreCountPerNode

MinDataStorageInTbs

The minimum data storage that need be allocated for this shape. Serialized Name: DbSystemShapeProperties.minDataStorageInTbs

MinDbNodeStoragePerNodeInGbs

The minimum Db Node storage that need be allocated per node for this shape. Serialized Name: DbSystemShapeProperties.minDbNodeStoragePerNodeInGbs

MinimumCoreCount

The minimum number of CPU cores that can be enabled on the DB system for this shape. Serialized Name: DbSystemShapeProperties.minimumCoreCount

MinimumNodeCount

The minimum number of database nodes available for this shape. Serialized Name: DbSystemShapeProperties.minimumNodeCount

MinMemoryPerNodeInGbs

The minimum memory that need be allocated per node for this shape. Serialized Name: DbSystemShapeProperties.minMemoryPerNodeInGbs

MinStorageCount

The minimum number of Exadata storage servers available for the Exadata infrastructure. Serialized Name: DbSystemShapeProperties.minStorageCount

RuntimeMinimumCoreCount

The runtime minimum number of CPU cores that can be enabled on the DB system for this shape. Serialized Name: DbSystemShapeProperties.runtimeMinimumCoreCount

ShapeFamily

The family of the shape used for the DB system. Serialized Name: DbSystemShapeProperties.shapeFamily

Explicit Interface Implementations

IJsonModel<DbSystemShapeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DbSystemShapeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DbSystemShapeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DbSystemShapeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DbSystemShapeProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to