IFlexComponentProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.FlexComponentPropertiesTypeConverter))]
public interface IFlexComponentProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.FlexComponentPropertiesTypeConverter))>]
type IFlexComponentProperties = interface
interface IJsonSerializable
Public Interface IFlexComponentProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AvailableCoreCount |
The maximum number of CPU cores that can be enabled on the DB Server for this Flex Component. |
| AvailableDbStorageInGb |
The maximum storage that can be enabled on the Storage Server for this Flex Component. |
| AvailableLocalStorageInGb |
The maximum local storage that can be enabled on the DB Server for this Flex Component. |
| AvailableMemoryInGb |
The maximum memory size that can be enabled on the DB Server for this Flex Component. |
| ComputeModel |
The compute model of the DB Server for this Flex Component. |
| DescriptionSummary |
The description summary for this Flex Component. |
| HardwareType |
The hardware type of the DB (Compute) or Storage (Cell) Server for this Flex Component. |
| MinimumCoreCount |
The minimum number of CPU cores that can be enabled on the DB Server for this Flex Component. |
| RuntimeMinimumCoreCount |
The runtime minimum number of CPU cores that can be enabled for this Flex Component. |
| Shape |
The name of the DB system shape for this Flex Component. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |