ArmOracleDatabaseModelFactory.OracleFlexComponentProperties 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 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
The minimum number of CPU cores that can be enabled on the DB Server for this Flex Component.
The maximum number of CPU cores that can be enabled on the DB Server for this Flex Component.
The maximum storage that can be enabled on the Storage Server for this Flex Component.
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.
The maximum memory size that can be enabled on the DB Server for this Flex Component.
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.