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

Constructors

CloudVmClusterDBNodeProperties(ResourceIdentifier, ResourceIdentifier)

Initializes a new instance of CloudVmClusterDBNodeProperties.

Properties

AdditionalDetails

Additional information about the planned maintenance.

BackupIPId

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

BackupVnic2Id

The OCID of the second backup VNIC.

BackupVnicId

The OCID of the backup VNIC.

CpuCoreCount

The number of CPU cores enabled on the Db node.

DBNodeStorageSizeInGbs

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

DBServerId

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

DBSystemId

The OCID of the DB system.

FaultDomain

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

HostIPId

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.

LifecycleState

The current state of the database node.

MaintenanceType

The type of database node maintenance.

MemorySizeInGbs

The allocated memory in GBs on the Db node.

Ocid

DbNode OCID.

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.

TimeCreated

The date and time that the database node was created.

TimeMaintenanceWindowEnd

End date and time of maintenance window.

TimeMaintenanceWindowStart

Start date and time of maintenance window.

Vnic2Id

The OCID of the second VNIC.

VnicId

The OCID of the VNIC.

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