Share via


CloudVmClusterDBNodeProperties Class

Definition

The properties of DbNodeResource.

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

Properties

AdditionalDetails

Additional information about the planned maintenance.

BackupIPOcid

The OCID of the backup IP address associated with the database node.

BackupVnic2Ocid

The OCID of the second backup VNIC.

BackupVnicOcid

The OCID of the backup VNIC.

CpuCoreCount

The number of CPU cores enabled on the Db node.

CreatedOn

The date and time that the database node was created.

DBNodeLifecycleState

The current state of the database node.

DBNodeOcid

DbNode OCID.

DBNodeStorageSizeInGbs

The allocated local node storage in GBs on the Db node.

DBServerOcid

The OCID of the Exacc Db server associated with the database node.

DBSystemOcid

The OCID of the DB system.

FaultDomain

The name of the Fault Domain the instance is contained in.

HostIPOcid

The OCID of the host IP address associated with the database node.

Hostname

The host name for the database node.

LifecycleDetails

Lifecycle details of Db Node.

MaintenanceType

The type of database node maintenance.

MemorySizeInGbs

The allocated memory in GBs on the Db node.

ProvisioningState

Azure resource provisioning state.

SoftwareStorageSizeInGb

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

TimeMaintenanceWindowEnd

End date and time of maintenance window.

TimeMaintenanceWindowStart

Start date and time of maintenance window.

Vnic2Ocid

The OCID of the second VNIC.

VnicOcid

The OCID of the VNIC.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CloudVmClusterDBNodeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CloudVmClusterDBNodeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CloudVmClusterDBNodeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CloudVmClusterDBNodeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CloudVmClusterDBNodeProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to