ArmOracleDatabaseModelFactory.OracleFlexComponentProperties Method

Definition

Initializes a new instance of OracleFlexComponentProperties.

public static Azure.ResourceManager.OracleDatabase.Models.OracleFlexComponentProperties OracleFlexComponentProperties(int? minimumCoreCount = default, int? availableCoreCount = default, int? availableDBStorageInGbs = default, int? runtimeMinimumCoreCount = default, string shape = default, int? availableMemoryInGbs = default, int? availableLocalStorageInGbs = default, string computeModel = default, Azure.ResourceManager.OracleDatabase.Models.FlexComponentHardwareType? hardwareType = default, string descriptionSummary = default);
static member OracleFlexComponentProperties : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * string * Nullable<int> * Nullable<int> * string * Nullable<Azure.ResourceManager.OracleDatabase.Models.FlexComponentHardwareType> * string -> Azure.ResourceManager.OracleDatabase.Models.OracleFlexComponentProperties
Public Shared Function OracleFlexComponentProperties (Optional minimumCoreCount As Nullable(Of Integer) = Nothing, Optional availableCoreCount As Nullable(Of Integer) = Nothing, Optional availableDBStorageInGbs As Nullable(Of Integer) = Nothing, Optional runtimeMinimumCoreCount As Nullable(Of Integer) = Nothing, Optional shape As String = Nothing, Optional availableMemoryInGbs As Nullable(Of Integer) = Nothing, Optional availableLocalStorageInGbs As Nullable(Of Integer) = Nothing, Optional computeModel As String = Nothing, Optional hardwareType As Nullable(Of FlexComponentHardwareType) = Nothing, Optional descriptionSummary As String = Nothing) As OracleFlexComponentProperties

Parameters

minimumCoreCount
Nullable<Int32>

The minimum number of CPU cores that can be enabled on the DB Server for this Flex Component.

availableCoreCount
Nullable<Int32>

The maximum number of CPU cores that can be enabled on the DB Server for this Flex Component.

availableDBStorageInGbs
Nullable<Int32>

The maximum storage that can be enabled on the Storage Server for this Flex Component.

runtimeMinimumCoreCount
Nullable<Int32>

The runtime minimum number of CPU cores that can be enabled for this Flex Component.

shape
String

The name of the DB system shape for this Flex Component.

availableMemoryInGbs
Nullable<Int32>

The maximum memory size that can be enabled on the DB Server for this Flex Component.

availableLocalStorageInGbs
Nullable<Int32>

The maximum local storage that can be enabled on the DB Server for this Flex Component.

computeModel
String

The compute model of the DB Server for this Flex Component.

hardwareType
Nullable<FlexComponentHardwareType>

The hardware type of the DB (Compute) or Storage (Cell) Server for this Flex Component.

descriptionSummary
String

The description summary for this Flex Component.

Returns

A new OracleFlexComponentProperties instance for mocking.

Applies to