/AWS1/CL_ODBDBNODE¶
Information about a DB node.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_dbnodeid
TYPE /AWS1/ODBRESOURCEID
/AWS1/ODBRESOURCEID
¶
The unique identifier of the DB node.
iv_dbnodearn
TYPE /AWS1/ODBRESOURCEARN
/AWS1/ODBRESOURCEARN
¶
The Amazon Resource Name (ARN) of the DB node.
iv_status
TYPE /AWS1/ODBDBNODERESOURCESTATUS
/AWS1/ODBDBNODERESOURCESTATUS
¶
The current status of the DB node.
iv_statusreason
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
Additional information about the status of the DB node.
iv_additionaldetails
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
Additional information about the planned maintenance.
iv_backupipid
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
The Oracle Cloud ID (OCID) of the backup IP address that's associated with the DB node.
iv_backupvnic2id
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
The OCID of the second backup VNIC.
iv_backupvnicid
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
The OCID of the backup VNIC.
iv_cpucorecount
TYPE /AWS1/ODBINTEGER
/AWS1/ODBINTEGER
¶
Number of CPU cores enabled on the DB node.
iv_dbnodestoragesizeingbs
TYPE /AWS1/ODBINTEGER
/AWS1/ODBINTEGER
¶
The amount of local node storage, in gigabytes (GBs), that's allocated on the DB node.
iv_dbserverid
TYPE /AWS1/ODBRESOURCEID
/AWS1/ODBRESOURCEID
¶
The unique identifier of the Db server that is associated with the DB node.
iv_dbsystemid
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
The OCID of the DB system.
iv_faultdomain
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
The name of the fault domain the instance is contained in.
iv_hostipid
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
The OCID of the host IP address that's associated with the DB node.
iv_hostname
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
The host name for the DB node.
iv_ocid
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
The OCID of the DB node.
iv_ociresourceanchorname
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
The name of the OCI resource anchor for the DB node.
iv_maintenancetype
TYPE /AWS1/ODBDBNODEMAINTENANCETYPE
/AWS1/ODBDBNODEMAINTENANCETYPE
¶
The type of database node maintenance. Either
VMDB_REBOOT_MIGRATION
orEXADBXS_REBOOT_MIGRATION
.
iv_memorysizeingbs
TYPE /AWS1/ODBINTEGER
/AWS1/ODBINTEGER
¶
The allocated memory in GBs on the DB node.
iv_softwarestoragesizeingb
TYPE /AWS1/ODBINTEGER
/AWS1/ODBINTEGER
¶
The size (in GB) of the block storage volume allocation for the DB system.
iv_createdat
TYPE /AWS1/ODBTIMESTAMP
/AWS1/ODBTIMESTAMP
¶
The date and time when the DB node was created.
iv_timemaintenancewindowend
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
End date and time of maintenance window.
iv_timemaintenancewindowstrt
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
Start date and time of maintenance window.
iv_totalcpucorecount
TYPE /AWS1/ODBINTEGER
/AWS1/ODBINTEGER
¶
The total number of CPU cores reserved on the DB node.
iv_vnic2id
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
The OCID of the second VNIC.
iv_vnicid
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
The OCID of the VNIC.
iv_privateipaddress
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
The private IP address assigned to the DB node.
iv_floatingipaddress
TYPE /AWS1/ODBSTRING
/AWS1/ODBSTRING
¶
The floating IP address assigned to the DB node.
Queryable Attributes¶
dbNodeId¶
The unique identifier of the DB node.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DBNODEID() |
Getter for DBNODEID, with configurable default |
ASK_DBNODEID() |
Getter for DBNODEID w/ exceptions if field has no value |
HAS_DBNODEID() |
Determine if DBNODEID has a value |
dbNodeArn¶
The Amazon Resource Name (ARN) of the DB node.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DBNODEARN() |
Getter for DBNODEARN, with configurable default |
ASK_DBNODEARN() |
Getter for DBNODEARN w/ exceptions if field has no value |
HAS_DBNODEARN() |
Determine if DBNODEARN has a value |
status¶
The current status of the DB node.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
statusReason¶
Additional information about the status of the DB node.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |
additionalDetails¶
Additional information about the planned maintenance.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ADDITIONALDETAILS() |
Getter for ADDITIONALDETAILS, with configurable default |
ASK_ADDITIONALDETAILS() |
Getter for ADDITIONALDETAILS w/ exceptions if field has no v |
HAS_ADDITIONALDETAILS() |
Determine if ADDITIONALDETAILS has a value |
backupIpId¶
The Oracle Cloud ID (OCID) of the backup IP address that's associated with the DB node.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BACKUPIPID() |
Getter for BACKUPIPID, with configurable default |
ASK_BACKUPIPID() |
Getter for BACKUPIPID w/ exceptions if field has no value |
HAS_BACKUPIPID() |
Determine if BACKUPIPID has a value |
backupVnic2Id¶
The OCID of the second backup VNIC.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BACKUPVNIC2ID() |
Getter for BACKUPVNIC2ID, with configurable default |
ASK_BACKUPVNIC2ID() |
Getter for BACKUPVNIC2ID w/ exceptions if field has no value |
HAS_BACKUPVNIC2ID() |
Determine if BACKUPVNIC2ID has a value |
backupVnicId¶
The OCID of the backup VNIC.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BACKUPVNICID() |
Getter for BACKUPVNICID, with configurable default |
ASK_BACKUPVNICID() |
Getter for BACKUPVNICID w/ exceptions if field has no value |
HAS_BACKUPVNICID() |
Determine if BACKUPVNICID has a value |
cpuCoreCount¶
Number of CPU cores enabled on the DB node.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CPUCORECOUNT() |
Getter for CPUCORECOUNT, with configurable default |
ASK_CPUCORECOUNT() |
Getter for CPUCORECOUNT w/ exceptions if field has no value |
HAS_CPUCORECOUNT() |
Determine if CPUCORECOUNT has a value |
dbNodeStorageSizeInGBs¶
The amount of local node storage, in gigabytes (GBs), that's allocated on the DB node.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DBNODESTORAGESIZEINGBS() |
Getter for DBNODESTORAGESIZEINGBS, with configurable default |
ASK_DBNODESTORAGESIZEINGBS() |
Getter for DBNODESTORAGESIZEINGBS w/ exceptions if field has |
HAS_DBNODESTORAGESIZEINGBS() |
Determine if DBNODESTORAGESIZEINGBS has a value |
dbServerId¶
The unique identifier of the Db server that is associated with the DB node.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DBSERVERID() |
Getter for DBSERVERID, with configurable default |
ASK_DBSERVERID() |
Getter for DBSERVERID w/ exceptions if field has no value |
HAS_DBSERVERID() |
Determine if DBSERVERID has a value |
dbSystemId¶
The OCID of the DB system.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DBSYSTEMID() |
Getter for DBSYSTEMID, with configurable default |
ASK_DBSYSTEMID() |
Getter for DBSYSTEMID w/ exceptions if field has no value |
HAS_DBSYSTEMID() |
Determine if DBSYSTEMID has a value |
faultDomain¶
The name of the fault domain the instance is contained in.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FAULTDOMAIN() |
Getter for FAULTDOMAIN, with configurable default |
ASK_FAULTDOMAIN() |
Getter for FAULTDOMAIN w/ exceptions if field has no value |
HAS_FAULTDOMAIN() |
Determine if FAULTDOMAIN has a value |
hostIpId¶
The OCID of the host IP address that's associated with the DB node.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HOSTIPID() |
Getter for HOSTIPID, with configurable default |
ASK_HOSTIPID() |
Getter for HOSTIPID w/ exceptions if field has no value |
HAS_HOSTIPID() |
Determine if HOSTIPID has a value |
hostname¶
The host name for the DB node.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HOSTNAME() |
Getter for HOSTNAME, with configurable default |
ASK_HOSTNAME() |
Getter for HOSTNAME w/ exceptions if field has no value |
HAS_HOSTNAME() |
Determine if HOSTNAME has a value |
ocid¶
The OCID of the DB node.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OCID() |
Getter for OCID, with configurable default |
ASK_OCID() |
Getter for OCID w/ exceptions if field has no value |
HAS_OCID() |
Determine if OCID has a value |
ociResourceAnchorName¶
The name of the OCI resource anchor for the DB node.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OCIRESOURCEANCHORNAME() |
Getter for OCIRESOURCEANCHORNAME, with configurable default |
ASK_OCIRESOURCEANCHORNAME() |
Getter for OCIRESOURCEANCHORNAME w/ exceptions if field has |
HAS_OCIRESOURCEANCHORNAME() |
Determine if OCIRESOURCEANCHORNAME has a value |
maintenanceType¶
The type of database node maintenance. Either
VMDB_REBOOT_MIGRATION
orEXADBXS_REBOOT_MIGRATION
.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MAINTENANCETYPE() |
Getter for MAINTENANCETYPE, with configurable default |
ASK_MAINTENANCETYPE() |
Getter for MAINTENANCETYPE w/ exceptions if field has no val |
HAS_MAINTENANCETYPE() |
Determine if MAINTENANCETYPE has a value |
memorySizeInGBs¶
The allocated memory in GBs on the DB node.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MEMORYSIZEINGBS() |
Getter for MEMORYSIZEINGBS, with configurable default |
ASK_MEMORYSIZEINGBS() |
Getter for MEMORYSIZEINGBS w/ exceptions if field has no val |
HAS_MEMORYSIZEINGBS() |
Determine if MEMORYSIZEINGBS has a value |
softwareStorageSizeInGB¶
The size (in GB) of the block storage volume allocation for the DB system.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SOFTWARESTORAGESIZEINGB() |
Getter for SOFTWARESTORAGESIZEINGB, with configurable defaul |
ASK_SOFTWARESTORAGESIZEINGB() |
Getter for SOFTWARESTORAGESIZEINGB w/ exceptions if field ha |
HAS_SOFTWARESTORAGESIZEINGB() |
Determine if SOFTWARESTORAGESIZEINGB has a value |
createdAt¶
The date and time when the DB node was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
timeMaintenanceWindowEnd¶
End date and time of maintenance window.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TIMEMAINTENANCEWINDOWEND() |
Getter for TIMEMAINTENANCEWINDOWEND, with configurable defau |
ASK_TIMEMAINTENANCEWINDOWEND() |
Getter for TIMEMAINTENANCEWINDOWEND w/ exceptions if field h |
HAS_TIMEMAINTENANCEWINDOWEND() |
Determine if TIMEMAINTENANCEWINDOWEND has a value |
timeMaintenanceWindowStart¶
Start date and time of maintenance window.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TIMEMAINTENANCEWINDOWS00() |
Getter for TIMEMAINTENANCEWINDOWSTART, with configurable def |
ASK_TIMEMAINTENANCEWINDOWS00() |
Getter for TIMEMAINTENANCEWINDOWSTART w/ exceptions if field |
HAS_TIMEMAINTENANCEWINDOWS00() |
Determine if TIMEMAINTENANCEWINDOWSTART has a value |
totalCpuCoreCount¶
The total number of CPU cores reserved on the DB node.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TOTALCPUCORECOUNT() |
Getter for TOTALCPUCORECOUNT, with configurable default |
ASK_TOTALCPUCORECOUNT() |
Getter for TOTALCPUCORECOUNT w/ exceptions if field has no v |
HAS_TOTALCPUCORECOUNT() |
Determine if TOTALCPUCORECOUNT has a value |
vnic2Id¶
The OCID of the second VNIC.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VNIC2ID() |
Getter for VNIC2ID, with configurable default |
ASK_VNIC2ID() |
Getter for VNIC2ID w/ exceptions if field has no value |
HAS_VNIC2ID() |
Determine if VNIC2ID has a value |
vnicId¶
The OCID of the VNIC.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VNICID() |
Getter for VNICID, with configurable default |
ASK_VNICID() |
Getter for VNICID w/ exceptions if field has no value |
HAS_VNICID() |
Determine if VNICID has a value |
privateIpAddress¶
The private IP address assigned to the DB node.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PRIVATEIPADDRESS() |
Getter for PRIVATEIPADDRESS, with configurable default |
ASK_PRIVATEIPADDRESS() |
Getter for PRIVATEIPADDRESS w/ exceptions if field has no va |
HAS_PRIVATEIPADDRESS() |
Determine if PRIVATEIPADDRESS has a value |
floatingIpAddress¶
The floating IP address assigned to the DB node.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FLOATINGIPADDRESS() |
Getter for FLOATINGIPADDRESS, with configurable default |
ASK_FLOATINGIPADDRESS() |
Getter for FLOATINGIPADDRESS w/ exceptions if field has no v |
HAS_FLOATINGIPADDRESS() |
Determine if FLOATINGIPADDRESS has a value |