Share via


ConfigureExascaleCloudExadataInfrastructureDetails Class

Definition

The exascale config request details for the Cloud Exadata infrastructure.

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

Constructors

ConfigureExascaleCloudExadataInfrastructureDetails(Int32)

Initializes a new instance of ConfigureExascaleCloudExadataInfrastructureDetails.

Properties

TotalStorageInGbs

Storage size needed for Exascale in GBs.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConfigureExascaleCloudExadataInfrastructureDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConfigureExascaleCloudExadataInfrastructureDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConfigureExascaleCloudExadataInfrastructureDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConfigureExascaleCloudExadataInfrastructureDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConfigureExascaleCloudExadataInfrastructureDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to