IDbSystemShapeProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DbSystemShapePropertiesTypeConverter))]
public interface IDbSystemShapeProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DbSystemShapePropertiesTypeConverter))>]
type IDbSystemShapeProperties = interface
interface IJsonSerializable
Public Interface IDbSystemShapeProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |