interface DbNodeProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_odb.CfnCloudVmCluster.DbNodeProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsodb#CfnCloudVmCluster_DbNodeProperty |
![]() | software.amazon.awscdk.services.odb.CfnCloudVmCluster.DbNodeProperty |
![]() | aws_cdk.aws_odb.CfnCloudVmCluster.DbNodeProperty |
![]() | aws-cdk-lib » aws_odb » CfnCloudVmCluster » DbNodeProperty |
Information about a DB node.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_odb as odb } from 'aws-cdk-lib';
const dbNodeProperty: odb.CfnCloudVmCluster.DbNodeProperty = {
dbServerId: 'dbServerId',
// the properties below are optional
backupIpId: 'backupIpId',
backupVnic2Id: 'backupVnic2Id',
cpuCoreCount: 123,
dbNodeArn: 'dbNodeArn',
dbNodeId: 'dbNodeId',
dbNodeStorageSizeInGBs: 123,
dbSystemId: 'dbSystemId',
hostIpId: 'hostIpId',
hostname: 'hostname',
memorySizeInGBs: 123,
ocid: 'ocid',
status: 'status',
tags: [{
key: 'key',
value: 'value',
}],
vnic2Id: 'vnic2Id',
vnicId: 'vnicId',
};
Properties
Name | Type | Description |
---|---|---|
db | string | The unique identifier of the Db server that is associated with the DB node. |
backup | string | The Oracle Cloud ID (OCID) of the backup IP address that's associated with the DB node. |
backup | string | The OCID of the second backup VNIC. |
cpu | number | Number of CPU cores enabled on the DB node. |
db | string | The Amazon Resource Name (ARN) of the DB node. |
db | string | The unique identifier of the DB node. |
db | number | The amount of local node storage, in gigabytes (GBs), that's allocated on the DB node. |
db | string | The OCID of the DB system. |
host | string | The OCID of the host IP address that's associated with the DB node. |
hostname? | string | The host name for the DB node. |
memory | number | The allocated memory in GBs on the DB node. |
ocid? | string | The OCID of the DB node. |
status? | string | The current status of the DB node. |
tags? | Cfn [] | |
vnic2 | string | The OCID of the second VNIC. |
vnic | string | The OCID of the VNIC. |
dbServerId
Type:
string
The unique identifier of the Db server that is associated with the DB node.
backupIpId?
Type:
string
(optional)
The Oracle Cloud ID (OCID) of the backup IP address that's associated with the DB node.
backupVnic2Id?
Type:
string
(optional)
The OCID of the second backup VNIC.
cpuCoreCount?
Type:
number
(optional)
Number of CPU cores enabled on the DB node.
dbNodeArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the DB node.
dbNodeId?
Type:
string
(optional)
The unique identifier of the DB node.
dbNodeStorageSizeInGBs?
Type:
number
(optional)
The amount of local node storage, in gigabytes (GBs), that's allocated on the DB node.
dbSystemId?
Type:
string
(optional)
The OCID of the DB system.
hostIpId?
Type:
string
(optional)
The OCID of the host IP address that's associated with the DB node.
hostname?
Type:
string
(optional)
The host name for the DB node.
memorySizeInGBs?
Type:
number
(optional)
The allocated memory in GBs on the DB node.
ocid?
Type:
string
(optional)
The OCID of the DB node.
status?
Type:
string
(optional)
The current status of the DB node.
tags?
Type:
Cfn
[]
(optional)
vnic2Id?
Type:
string
(optional)
The OCID of the second VNIC.
vnicId?
Type:
string
(optional)
The OCID of the VNIC.