ExadataIormConfig 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.
ExadataIormConfig for cloud vm cluster
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ExadataIormConfigTypeConverter))]
public class ExadataIormConfig : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IExadataIormConfig
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.ExadataIormConfigTypeConverter))>]
type ExadataIormConfig = class
interface IExadataIormConfig
interface IJsonSerializable
Public Class ExadataIormConfig
Implements IExadataIormConfig
- Inheritance
-
ExadataIormConfig
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ExadataIormConfig() |
Creates an new ExadataIormConfig instance. |
Properties
| Name | Description |
|---|---|
| DbPlan |
An array of IORM settings for all the database in the Exadata DB system. |
| LifecycleDetail |
Additional information about the current lifecycleState. |
| LifecycleState |
The current state of IORM configuration for the Exadata DB system. |
| Objective |
The current value for the IORM objective. The default is AUTO. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ExadataIormConfig. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ExadataIormConfig. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IExadataIormConfig. |
| FromJsonString(String) |
Creates a new instance of ExadataIormConfig, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ExadataIormConfig into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |