次の方法で共有


ArmOracleDatabaseModelFactory.OracleDBSystemShapeProperties Method

Definition

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.

minimumCoreCount
Nullable<Int32>

The minimum number of CPU cores that can be enabled on the DB system for this shape.

runtimeMinimumCoreCount
Nullable<Int32>

The runtime minimum number of CPU cores that can be enabled on the DB system for this shape.

coreCountIncrement
Nullable<Int32>

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

minStorageCount
Nullable<Int32>

The minimum number of Exadata storage servers available for the Exadata infrastructure.

maxStorageCount
Nullable<Int32>

The maximum number of Exadata storage servers available for the Exadata infrastructure.

availableDataStoragePerServerInTbs
Nullable<Double>

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

availableMemoryPerNodeInGbs
Nullable<Int32>

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

availableDBNodePerNodeInGbs
Nullable<Int32>

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

minCoreCountPerNode
Nullable<Int32>

The minimum number of CPU cores that can be enabled per node for this shape.

availableMemoryInGbs
Nullable<Int32>

The maximum memory that can be enabled for this shape.

minMemoryPerNodeInGbs
Nullable<Int32>

The minimum memory that need be allocated per node for this shape.

availableDBNodeStorageInGbs
Nullable<Int32>

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

minDBNodeStoragePerNodeInGbs
Nullable<Int32>

The minimum Db Node storage that need be allocated per node for this shape.

availableDataStorageInTbs
Nullable<Int32>

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

minDataStorageInTbs
Nullable<Int32>

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

minimumNodeCount
Nullable<Int32>

The minimum number of database nodes available for this shape.

maximumNodeCount
Nullable<Int32>

The maximum number of database nodes available for this shape.

availableCoreCountPerNode
Nullable<Int32>

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