IDbSystemShape 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.DbSystemShapeTypeConverter))]
public interface IDbSystemShape : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IProxyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DbSystemShapeTypeConverter))>]
type IDbSystemShape = interface
interface IJsonSerializable
interface IProxyResource
interface IResource
Public Interface IDbSystemShape
Implements IProxyResource
- 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 |
| Id |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" (Inherited from IResource) |
| 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. |
| Name |
The name of the resource (Inherited from IResource) |
| 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. |
| SystemDataCreatedAt |
The timestamp of resource creation (UTC). (Inherited from IResource) |
| SystemDataCreatedBy |
The identity that created the resource. (Inherited from IResource) |
| SystemDataCreatedByType |
The type of identity that created the resource. (Inherited from IResource) |
| SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) (Inherited from IResource) |
| SystemDataLastModifiedBy |
The identity that last modified the resource. (Inherited from IResource) |
| SystemDataLastModifiedByType |
The type of identity that last modified the resource. (Inherited from IResource) |
| Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from IResource) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |