interface CfnCloudVmClusterProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_odb.CfnCloudVmClusterProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsodb#CfnCloudVmClusterProps |
![]() | software.amazon.awscdk.services.odb.CfnCloudVmClusterProps |
![]() | aws_cdk.aws_odb.CfnCloudVmClusterProps |
![]() | aws-cdk-lib » aws_odb » CfnCloudVmClusterProps |
Properties for defining a CfnCloudVmCluster
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html
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 cfnCloudVmClusterProps: odb.CfnCloudVmClusterProps = {
cloudExadataInfrastructureId: 'cloudExadataInfrastructureId',
clusterName: 'clusterName',
cpuCoreCount: 123,
dataCollectionOptions: {
isDiagnosticsEventsEnabled: false,
isHealthMonitoringEnabled: false,
isIncidentLogsEnabled: false,
},
dataStorageSizeInTBs: 123,
dbNodeStorageSizeInGBs: 123,
dbServers: ['dbServers'],
displayName: 'displayName',
giVersion: 'giVersion',
hostname: 'hostname',
isLocalBackupEnabled: false,
isSparseDiskgroupEnabled: false,
licenseModel: 'licenseModel',
memorySizeInGBs: 123,
odbNetworkId: 'odbNetworkId',
scanListenerPortTcp: 123,
sshPublicKeys: ['sshPublicKeys'],
systemVersion: 'systemVersion',
tags: [{
key: 'key',
value: 'value',
}],
timeZone: 'timeZone',
};
Properties
Name | Type | Description |
---|---|---|
cloud | string | The unique identifier of the Exadata infrastructure that this VM cluster belongs to. |
cluster | string | The name of the Grid Infrastructure (GI) cluster. |
cpu | number | The number of CPU cores enabled on the VM cluster. |
data | IResolvable | Data | The set of diagnostic collection options enabled for the VM cluster. |
data | number | The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster. |
db | number | The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster. |
db | string[] | The list of database servers for the VM cluster. |
display | string | The user-friendly name for the VM cluster. |
gi | string | The software version of the Oracle Grid Infrastructure (GI) for the VM cluster. |
hostname? | string | The host name for the VM cluster. |
is | boolean | IResolvable | Specifies whether database backups to local Exadata storage are enabled for the VM cluster. |
is | boolean | IResolvable | Specifies whether the VM cluster is configured with a sparse disk group. |
license | string | The Oracle license model applied to the VM cluster. |
memory | number | The amount of memory, in gigabytes (GB), that's allocated for the VM cluster. |
odb | string | The unique identifier of the ODB network for the VM cluster. |
scan | number | The port number for TCP connections to the single client access name (SCAN) listener. |
ssh | string[] | The public key portion of one or more key pairs used for SSH access to the VM cluster. |
system | string | The operating system version of the image chosen for the VM cluster. |
tags? | Cfn [] | Tags to assign to the Vm Cluster. |
time | string | The time zone of the VM cluster. |
cloudExadataInfrastructureId?
Type:
string
(optional)
The unique identifier of the Exadata infrastructure that this VM cluster belongs to.
Required when creating a VM cluster.
clusterName?
Type:
string
(optional)
The name of the Grid Infrastructure (GI) cluster.
cpuCoreCount?
Type:
number
(optional)
The number of CPU cores enabled on the VM cluster.
Required when creating a VM cluster.
dataCollectionOptions?
Type:
IResolvable
|
Data
(optional)
The set of diagnostic collection options enabled for the VM cluster.
dataStorageSizeInTBs?
Type:
number
(optional)
The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.
dbNodeStorageSizeInGBs?
Type:
number
(optional)
The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
dbServers?
Type:
string[]
(optional)
The list of database servers for the VM cluster.
displayName?
Type:
string
(optional)
The user-friendly name for the VM cluster.
Required when creating a VM cluster.
giVersion?
Type:
string
(optional)
The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.
Required when creating a VM cluster.
hostname?
Type:
string
(optional)
The host name for the VM cluster.
Required when creating a VM cluster.
isLocalBackupEnabled?
Type:
boolean |
IResolvable
(optional)
Specifies whether database backups to local Exadata storage are enabled for the VM cluster.
isSparseDiskgroupEnabled?
Type:
boolean |
IResolvable
(optional)
Specifies whether the VM cluster is configured with a sparse disk group.
licenseModel?
Type:
string
(optional)
The Oracle license model applied to the VM cluster.
memorySizeInGBs?
Type:
number
(optional)
The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
odbNetworkId?
Type:
string
(optional)
The unique identifier of the ODB network for the VM cluster.
Required when creating a VM cluster.
scanListenerPortTcp?
Type:
number
(optional)
The port number for TCP connections to the single client access name (SCAN) listener.
Valid values: 1024–8999
with the following exceptions: 2484
, 6100
, 6200
, 7060
, 7070
, 7085
, and 7879
Default: 1521
sshPublicKeys?
Type:
string[]
(optional)
The public key portion of one or more key pairs used for SSH access to the VM cluster.
Required when creating a VM cluster.
systemVersion?
Type:
string
(optional)
The operating system version of the image chosen for the VM cluster.
tags?
Type:
Cfn
[]
(optional)
Tags to assign to the Vm Cluster.
timeZone?
Type:
string
(optional)
The time zone of the VM cluster.