DbIormConfig Class

Definition

DbIormConfig for cloud vm cluster

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DbIormConfigTypeConverter))]
public class DbIormConfig : Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbIormConfig
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.DbIormConfigTypeConverter))>]
type DbIormConfig = class
    interface IDbIormConfig
    interface IJsonSerializable
Public Class DbIormConfig
Implements IDbIormConfig
Inheritance
DbIormConfig
Attributes
Implements

Constructors

Name Description
DbIormConfig()

Creates an new DbIormConfig instance.

Properties

Name Description
DbName

The database name. For the default DbPlan, the dbName is default.

FlashCacheLimit

The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.

Share

The relative priority of this database.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DbIormConfig.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DbIormConfig.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Oracle.Models.IDbIormConfig.

FromJsonString(String)

Creates a new instance of DbIormConfig, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DbIormConfig into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to