次の方法で共有


DbNodeProperties Class

Definition

The properties of DbNodeResource Serialized Name: DbNodeProperties

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

Constructors

DbNodeProperties(String, String)

Initializes a new instance of DbNodeProperties.

Properties

AdditionalDetails

Additional information about the planned maintenance. Serialized Name: DbNodeProperties.additionalDetails

BackupIPId

The OCID of the backup IP address associated with the database node. Serialized Name: DbNodeProperties.backupIpId

BackupVnic2Id

The OCID of the second backup VNIC. Serialized Name: DbNodeProperties.backupVnic2Id

BackupVnicId

The OCID of the backup VNIC. Serialized Name: DbNodeProperties.backupVnicId

CpuCoreCount

The number of CPU cores enabled on the Db node. Serialized Name: DbNodeProperties.cpuCoreCount

DbNodeStorageSizeInGbs

The allocated local node storage in GBs on the Db node. Serialized Name: DbNodeProperties.dbNodeStorageSizeInGbs

DbServerId

The OCID of the Exacc Db server associated with the database node. Serialized Name: DbNodeProperties.dbServerId

DbSystemId

The OCID of the DB system. Serialized Name: DbNodeProperties.dbSystemId

FaultDomain

The name of the Fault Domain the instance is contained in. Serialized Name: DbNodeProperties.faultDomain

HostIPId

The OCID of the host IP address associated with the database node. Serialized Name: DbNodeProperties.hostIpId

Hostname

The host name for the database node. Serialized Name: DbNodeProperties.hostname

LifecycleDetails

Lifecycle details of Db Node. Serialized Name: DbNodeProperties.lifecycleDetails

LifecycleState

The current state of the database node. Serialized Name: DbNodeProperties.lifecycleState

MaintenanceType

The type of database node maintenance. Serialized Name: DbNodeProperties.maintenanceType

MemorySizeInGbs

The allocated memory in GBs on the Db node. Serialized Name: DbNodeProperties.memorySizeInGbs

Ocid

DbNode OCID Serialized Name: DbNodeProperties.ocid

ProvisioningState

Azure resource provisioning state. Serialized Name: DbNodeProperties.provisioningState

SoftwareStorageSizeInGb

The size (in GB) of the block storage volume allocation for the DB system. This attribute applies only for virtual machine DB systems. Serialized Name: DbNodeProperties.softwareStorageSizeInGb

TimeCreated

The date and time that the database node was created. Serialized Name: DbNodeProperties.timeCreated

TimeMaintenanceWindowEnd

End date and time of maintenance window. Serialized Name: DbNodeProperties.timeMaintenanceWindowEnd

TimeMaintenanceWindowStart

Start date and time of maintenance window. Serialized Name: DbNodeProperties.timeMaintenanceWindowStart

Vnic2Id

The OCID of the second VNIC. Serialized Name: DbNodeProperties.vnic2Id

VnicId

The OCID of the VNIC. Serialized Name: DbNodeProperties.vnicId

Explicit Interface Implementations

IJsonModel<DbNodeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DbNodeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DbNodeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DbNodeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DbNodeProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to