次の方法で共有


CloudExadataInfrastructureUpdateProperties Class

Definition

The updatable properties of the CloudExadataInfrastructure.

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

Constructors

CloudExadataInfrastructureUpdateProperties()

Initializes a new instance of CloudExadataInfrastructureUpdateProperties.

Properties

ComputeCount

The number of compute servers for the cloud Exadata infrastructure.

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.

DisplayName

The name for the Exadata infrastructure.

MaintenanceWindow

maintenanceWindow property.

StorageCount

The number of storage servers for the cloud Exadata infrastructure.

Explicit Interface Implementations

IJsonModel<CloudExadataInfrastructureUpdateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CloudExadataInfrastructureUpdateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CloudExadataInfrastructureUpdateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudExadataInfrastructureUpdateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CloudExadataInfrastructureUpdateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to