CloudExadataInfrastructureProperties Class

Definition

CloudExadataInfrastructure resource model.

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

Constructors

CloudExadataInfrastructureProperties(String, String)

Initializes a new instance of CloudExadataInfrastructureProperties.

Properties

ActivatedStorageCount

The requested number of additional storage servers activated for the Exadata infrastructure.

AdditionalStorageCount

The requested number of additional storage servers for the Exadata infrastructure.

AvailableStorageSizeInGbs

The available storage can be allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).

ComputeCount

The number of compute servers for the cloud Exadata infrastructure.

CpuCount

The total number of CPU cores allocated.

CreatedOn

The date and time the cloud Exadata infrastructure resource was created.

CustomerContacts

The list of customer email addresses that receive information from Oracle about the specified OCI Database service resource. Oracle uses these email addresses to send notifications about planned and unplanned software maintenance updates, information about system hardware, and other information needed by administrators. Up to 10 email addresses can be added to the customer contacts for a cloud Exadata infrastructure instance.

DataStorageSizeInTbs

The quantity of data in the database, in terabytes.

DbNodeStorageSizeInGbs

The local node storage to be allocated in GBs. Serialized Name: CloudExadataInfrastructureProperties.dbNodeStorageSizeInGbs

DBNodeStorageSizeInGbs

The local node storage to be allocated in GBs.

DbServerVersion

The software version of the database servers (dom0) in the Exadata infrastructure. Serialized Name: CloudExadataInfrastructureProperties.dbServerVersion

DBServerVersion

The software version of the database servers (dom0) in the Exadata infrastructure.

DisplayName

The name for the Exadata infrastructure.

EstimatedPatchingTime

The estimated total time required in minutes for all patching operations (database server, storage server, and network switch patching).

LastMaintenanceRunId

The OCID of the last maintenance run.

LifecycleDetails

Additional information about the current lifecycle state.

LifecycleState

CloudExadataInfrastructure lifecycle state.

MaintenanceWindow

maintenanceWindow property.

MaxCpuCount

The total number of CPU cores available.

MaxDataStorageInTbs

The total available DATA disk group size.

MaxDbNodeStorageSizeInGbs

The total local node storage available in GBs. Serialized Name: CloudExadataInfrastructureProperties.maxDbNodeStorageSizeInGbs

MaxDBNodeStorageSizeInGbs

The total local node storage available in GBs.

MaxMemoryInGbs

The total memory available in GBs.

MemorySizeInGbs

The memory allocated in GBs.

MonthlyDbServerVersion

Monthly Db Server version Serialized Name: CloudExadataInfrastructureProperties.monthlyDbServerVersion

MonthlyDBServerVersion

Monthly Db Server version.

MonthlyStorageServerVersion

Monthly Storage Server version.

NextMaintenanceRunId

The OCID of the next maintenance run.

Ocid

Exadata infra ocid.

OciUri

HTTPS link to OCI resources exposed to Azure Customer via Azure Interface.

ProvisioningState

CloudExadataInfrastructure provisioning state.

Shape

The model name of the cloud Exadata infrastructure resource.

StorageCount

The number of storage servers for the cloud Exadata infrastructure.

StorageServerVersion

The software version of the storage servers (cells) in the Exadata infrastructure.

TimeCreated

The date and time the cloud Exadata infrastructure resource was created. Serialized Name: CloudExadataInfrastructureProperties.timeCreated

TotalStorageSizeInGbs

The total storage allocated to the cloud Exadata infrastructure resource, in gigabytes (GB).

Explicit Interface Implementations

IJsonModel<CloudExadataInfrastructureProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CloudExadataInfrastructureProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CloudExadataInfrastructureProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudExadataInfrastructureProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CloudExadataInfrastructureProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to