DbSystemShapeProperties Class

Definition

DbSystemShape resource model

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DbSystemShapePropertiesTypeConverter))]
public class DbSystemShapeProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbSystemShapeProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DbSystemShapePropertiesTypeConverter))>]
type DbSystemShapeProperties = class
    interface IDbSystemShapeProperties
    interface IJsonSerializable
Public Class DbSystemShapeProperties
Implements IDbSystemShapeProperties
Inheritance
DbSystemShapeProperties
Attributes
Implements

Constructors

Name Description
DbSystemShapeProperties()

Creates an new DbSystemShapeProperties instance.

Properties

Name Description
AreServerTypesSupported

Indicates if the shape supports database and storage server types

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.

AvailableDataStorageInTb

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

AvailableDataStoragePerServerInTb

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

AvailableDbNodePerNodeInGb

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

AvailableDbNodeStorageInGb

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

AvailableMemoryInGb

The maximum memory that can be enabled for this shape.

AvailableMemoryPerNodeInGb

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

ComputeModel

The compute model of the Exadata Infrastructure

CoreCountIncrement

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

DisplayName

The display name of the shape used for the DB system

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.

MinDataStorageInTb

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

MinDbNodeStoragePerNodeInGb

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.

MinMemoryPerNodeInGb

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.

ShapeAttribute

The shapeAttributes of the DB system shape..

ShapeFamily

The family of the shape used for the DB system.

ShapeName

The shape used for the DB system.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DbSystemShapeProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DbSystemShapeProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbSystemShapeProperties.

FromJsonString(String)

Creates a new instance of DbSystemShapeProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DbSystemShapeProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to