This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ODB::CloudVmCluster DbNode
Information about a DB node.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BackupIpId" :
String
, "BackupVnic2Id" :String
, "CpuCoreCount" :Integer
, "DbNodeArn" :String
, "DbNodeId" :String
, "DbNodeStorageSizeInGBs" :Integer
, "DbServerId" :String
, "DbSystemId" :String
, "HostIpId" :String
, "Hostname" :String
, "MemorySizeInGBs" :Integer
, "Ocid" :String
, "Status" :String
, "Tags" :[ Tag, ... ]
, "Vnic2Id" :String
, "VnicId" :String
}
YAML
BackupIpId:
String
BackupVnic2Id:String
CpuCoreCount:Integer
DbNodeArn:String
DbNodeId:String
DbNodeStorageSizeInGBs:Integer
DbServerId:String
DbSystemId:String
HostIpId:String
Hostname:String
MemorySizeInGBs:Integer
Ocid:String
Status:String
Tags:- Tag
Vnic2Id:String
VnicId:String
Properties
BackupIpId
-
The Oracle Cloud ID (OCID) of the backup IP address that's associated with the DB node.
Required: No
Type: String
Update requires: Some interruptions
BackupVnic2Id
-
The OCID of the second backup VNIC.
Required: No
Type: String
Update requires: Some interruptions
CpuCoreCount
-
Number of CPU cores enabled on the DB node.
Required: No
Type: Integer
Update requires: Some interruptions
DbNodeArn
-
The Amazon Resource Name (ARN) of the DB node.
Required: No
Type: String
Pattern:
arn:(?:aws|aws-cn|aws-us-gov|aws-iso-{0,1}[a-z]{0,1}):[a-z0-9-]+:[a-z0-9-]*:[0-9]+:[a-z0-9-]+/[a-z0-9-_]{6,64}
Minimum:
20
Maximum:
2048
Update requires: Some interruptions
DbNodeId
-
The unique identifier of the DB node.
Required: No
Type: String
Pattern:
[a-zA-Z0-9_~.-]+
Minimum:
6
Maximum:
64
Update requires: Some interruptions
DbNodeStorageSizeInGBs
-
The amount of local node storage, in gigabytes (GBs), that's allocated on the DB node.
Required: No
Type: Integer
Update requires: Some interruptions
DbServerId
-
The unique identifier of the Db server that is associated with the DB node.
Required: Yes
Type: String
Pattern:
[a-zA-Z0-9_~.-]+
Minimum:
6
Maximum:
64
DbSystemId
-
The OCID of the DB system.
Required: No
Type: String
Update requires: Some interruptions
HostIpId
-
The OCID of the host IP address that's associated with the DB node.
Required: No
Type: String
Update requires: Some interruptions
Hostname
-
The host name for the DB node.
Required: No
Type: String
Update requires: Some interruptions
MemorySizeInGBs
-
The allocated memory in GBs on the DB node.
Required: No
Type: Integer
Update requires: Some interruptions
Ocid
-
The OCID of the DB node.
Required: No
Type: String
Update requires: Some interruptions
Status
-
The current status of the DB node.
Required: No
Type: String
Allowed values:
AVAILABLE | FAILED | PROVISIONING | TERMINATED | TERMINATING | UPDATING | STOPPING | STOPPED | STARTING
Update requires: Some interruptions
Property description not available.
Required: No
Type: Array of Tag
Update requires: Some interruptions
Vnic2Id
-
The OCID of the second VNIC.
Required: No
Type: String
Update requires: Some interruptions
VnicId
-
The OCID of the VNIC.
Required: No
Type: String
Update requires: Some interruptions