ArmOracleDatabaseModelFactory.OracleDBSystemShapeProperties Method
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.
Initializes a new instance of OracleDBSystemShapeProperties.
public static Azure.ResourceManager.OracleDatabase.Models.OracleDBSystemShapeProperties OracleDBSystemShapeProperties (string shapeFamily = default, int availableCoreCount = 0, int? minimumCoreCount = default, int? runtimeMinimumCoreCount = default, int? coreCountIncrement = default, int? minStorageCount = default, int? maxStorageCount = default, double? availableDataStoragePerServerInTbs = default, int? availableMemoryPerNodeInGbs = default, int? availableDBNodePerNodeInGbs = default, int? minCoreCountPerNode = default, int? availableMemoryInGbs = default, int? minMemoryPerNodeInGbs = default, int? availableDBNodeStorageInGbs = default, int? minDBNodeStoragePerNodeInGbs = default, int? availableDataStorageInTbs = default, int? minDataStorageInTbs = default, int? minimumNodeCount = default, int? maximumNodeCount = default, int? availableCoreCountPerNode = default);
static member OracleDBSystemShapeProperties : string * int * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<double> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.OracleDatabase.Models.OracleDBSystemShapeProperties
Public Shared Function OracleDBSystemShapeProperties (Optional shapeFamily As String = Nothing, Optional availableCoreCount As Integer = 0, Optional minimumCoreCount As Nullable(Of Integer) = Nothing, Optional runtimeMinimumCoreCount As Nullable(Of Integer) = Nothing, Optional coreCountIncrement As Nullable(Of Integer) = Nothing, Optional minStorageCount As Nullable(Of Integer) = Nothing, Optional maxStorageCount As Nullable(Of Integer) = Nothing, Optional availableDataStoragePerServerInTbs As Nullable(Of Double) = Nothing, Optional availableMemoryPerNodeInGbs As Nullable(Of Integer) = Nothing, Optional availableDBNodePerNodeInGbs As Nullable(Of Integer) = Nothing, Optional minCoreCountPerNode As Nullable(Of Integer) = Nothing, Optional availableMemoryInGbs As Nullable(Of Integer) = Nothing, Optional minMemoryPerNodeInGbs As Nullable(Of Integer) = Nothing, Optional availableDBNodeStorageInGbs As Nullable(Of Integer) = Nothing, Optional minDBNodeStoragePerNodeInGbs As Nullable(Of Integer) = Nothing, Optional availableDataStorageInTbs As Nullable(Of Integer) = Nothing, Optional minDataStorageInTbs As Nullable(Of Integer) = Nothing, Optional minimumNodeCount As Nullable(Of Integer) = Nothing, Optional maximumNodeCount As Nullable(Of Integer) = Nothing, Optional availableCoreCountPerNode As Nullable(Of Integer) = Nothing) As OracleDBSystemShapeProperties
Parameters
- shapeFamily
- String
The family of the shape used for the DB system.
- availableCoreCount
- Int32
The maximum number of CPU cores that can be enabled on the DB system for this shape.
The minimum number of CPU cores that can be enabled on the DB system for this shape.
The runtime minimum number of CPU cores that can be enabled on the DB system for this shape.
The discrete number by which the CPU core count for this shape can be increased or decreased.
The minimum number of Exadata storage servers available for the Exadata infrastructure.
The maximum number of Exadata storage servers available for the Exadata infrastructure.
The maximum data storage available per storage server for this shape. Only applicable to ExaCC Elastic shapes.
The maximum memory available per database node for this shape. Only applicable to ExaCC Elastic shapes.
The maximum Db Node storage available per database node for this shape. Only applicable to ExaCC Elastic shapes.
The minimum number of CPU cores that can be enabled per node for this shape.
The minimum memory that need be allocated per node for this shape.
The maximum Db Node storage that can be enabled for this shape.
The minimum Db Node storage that need be allocated per node for this shape.
The maximum DATA storage that can be enabled for this shape.
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.
Returns
A new OracleDBSystemShapeProperties instance for mocking.
Applies to
Azure SDK for .NET