Share via


ExascaleConfigDetails Class

Definition

The exascale config response details for the cloud Exadata infrastructure.

public class ExascaleConfigDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OracleDatabase.Models.ExascaleConfigDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OracleDatabase.Models.ExascaleConfigDetails>
type ExascaleConfigDetails = class
    interface IJsonModel<ExascaleConfigDetails>
    interface IPersistableModel<ExascaleConfigDetails>
Public Class ExascaleConfigDetails
Implements IJsonModel(Of ExascaleConfigDetails), IPersistableModel(Of ExascaleConfigDetails)
Inheritance
ExascaleConfigDetails
Implements

Properties

AvailableStorageInGbs

Available storage size for Exascale in GBs.

TotalStorageInGbs

Storage size needed for Exascale in GBs.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExascaleConfigDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ExascaleConfigDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExascaleConfigDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExascaleConfigDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ExascaleConfigDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to