OracleFlexComponentProperties Class
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.
FlexComponent resource model.
public class OracleFlexComponentProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OracleDatabase.Models.OracleFlexComponentProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OracleDatabase.Models.OracleFlexComponentProperties>
type OracleFlexComponentProperties = class
interface IJsonModel<OracleFlexComponentProperties>
interface IPersistableModel<OracleFlexComponentProperties>
Public Class OracleFlexComponentProperties
Implements IJsonModel(Of OracleFlexComponentProperties), IPersistableModel(Of OracleFlexComponentProperties)
- Inheritance
-
OracleFlexComponentProperties
- Implements
Properties
AvailableCoreCount |
The maximum number of CPU cores that can be enabled on the DB Server for this Flex Component. |
AvailableDBStorageInGbs |
The maximum storage that can be enabled on the Storage Server for this Flex Component. |
AvailableLocalStorageInGbs |
The maximum local storage that can be enabled on the DB Server for this Flex Component. |
AvailableMemoryInGbs |
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
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<OracleFlexComponentProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<OracleFlexComponentProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<OracleFlexComponentProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<OracleFlexComponentProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<OracleFlexComponentProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |