FlexComponentProperties 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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.FlexComponentPropertiesTypeConverter))]
public class FlexComponentProperties : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IFlexComponentProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.FlexComponentPropertiesTypeConverter))>]
type FlexComponentProperties = class
interface IFlexComponentProperties
interface IJsonSerializable
Public Class FlexComponentProperties
Implements IFlexComponentProperties
- Inheritance
-
FlexComponentProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| FlexComponentProperties() |
Creates an new FlexComponentProperties instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FlexComponentProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FlexComponentProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IFlexComponentProperties. |
| FromJsonString(String) |
Creates a new instance of FlexComponentProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of FlexComponentProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |