DbSystemShape Class
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.
DbSystemShape resource definition
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DbSystemShapeTypeConverter))]
public class DbSystemShape : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbSystemShape, Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DbSystemShapeTypeConverter))>]
type DbSystemShape = class
interface IDbSystemShape
interface IJsonSerializable
interface IProxyResource
interface IResource
interface IValidates
Public Class DbSystemShape
Implements IDbSystemShape, IValidates
- Inheritance
-
DbSystemShape
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DbSystemShape() |
Creates an new DbSystemShape 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 |
| Id |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
| 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 |
| ResourceGroupName |
Gets the resource group name |
| 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). |
| SystemDataCreatedBy |
The identity that created the resource. |
| SystemDataCreatedByType |
The type of identity that created the resource. |
| SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
| SystemDataLastModifiedBy |
The identity that last modified the resource. |
| SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
| Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DbSystemShape. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DbSystemShape. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbSystemShape. |
| FromJsonString(String) |
Creates a new instance of DbSystemShape, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DbSystemShape into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |