DBInstanceClone
This class encapsulates and extends the ROS resource type ALIYUN::RDS::DBInstanceClone
, which is used to restore historical data of an instance to a new instance.
The new instance is the clone of the instance.
Initializers
import com.aliyun.ros.cdk.rds.DBInstanceClone;
DBInstanceClone.Builder.create(Construct scope, java.lang.String id, java.lang.Boolean enableResourcePropertyConstraint)
.dbInstanceId(java.lang.String)
.dbInstanceId(IResolvable)
.payType(java.lang.String)
.payType(IResolvable)
// .allocatePublicConnection(java.lang.Boolean)
// .allocatePublicConnection(IResolvable)
// .backupId(java.lang.String)
// .backupId(IResolvable)
// .backupRetentionPeriod(java.lang.Number)
// .backupRetentionPeriod(IResolvable)
// .backupType(java.lang.String)
// .backupType(IResolvable)
// .category(java.lang.String)
// .category(IResolvable)
// .connectionStringPrefix(java.lang.String)
// .connectionStringPrefix(IResolvable)
// .connectionStringType(java.lang.String)
// .connectionStringType(IResolvable)
// .dbInstanceClass(java.lang.String)
// .dbInstanceClass(IResolvable)
// .dbInstanceDescription(java.lang.String)
// .dbInstanceDescription(IResolvable)
// .dbInstanceStorage(java.lang.Number)
// .dbInstanceStorage(IResolvable)
// .dbInstanceStorageType(java.lang.String)
// .dbInstanceStorageType(IResolvable)
// .dbMappings(IResolvable)
// .dbMappings(java.util.List<IResolvable)
// .dbMappings(DBMappingsProperty>)
// .dbNames(java.lang.String)
// .dbNames(IResolvable)
// .dedicatedHostGroupId(java.lang.String)
// .dedicatedHostGroupId(IResolvable)
// .instanceNetworkType(java.lang.String)
// .instanceNetworkType(IResolvable)
// .maintainTime(java.lang.String)
// .maintainTime(IResolvable)
// .masterUsername(java.lang.String)
// .masterUsername(IResolvable)
// .masterUserPassword(java.lang.String)
// .masterUserPassword(IResolvable)
// .masterUserType(java.lang.String)
// .masterUserType(IResolvable)
// .period(java.lang.Number)
// .period(IResolvable)
// .periodType(java.lang.String)
// .periodType(IResolvable)
// .port(java.lang.Number)
// .port(IResolvable)
// .preferredBackupPeriod(IResolvable)
// .preferredBackupPeriod(java.util.List<java.lang.String)
// .preferredBackupPeriod(IResolvable>)
// .preferredBackupTime(java.lang.String)
// .preferredBackupTime(IResolvable)
// .privateIpAddress(java.lang.String)
// .privateIpAddress(IResolvable)
// .restoreTable(java.lang.String)
// .restoreTable(IResolvable)
// .restoreTime(java.lang.String)
// .restoreTime(IResolvable)
// .securityGroupId(java.lang.String)
// .securityGroupId(IResolvable)
// .securityIpList(java.lang.String)
// .securityIpList(IResolvable)
// .slaveZoneIds(IResolvable)
// .slaveZoneIds(java.util.List<java.lang.String)
// .slaveZoneIds(IResolvable>)
// .sqlCollectorStatus(java.lang.String)
// .sqlCollectorStatus(IResolvable)
// .sslSetting(java.lang.String)
// .sslSetting(IResolvable)
// .tableMeta(IResolvable)
// .tableMeta(java.util.List<IResolvable)
// .tableMeta(TableMetaProperty>)
// .tags(java.util.Map<java.lang.String, java.lang.Object>)
// .timeoutInMinutes(java.lang.Number)
// .timeoutInMinutes(IResolvable)
// .vpcId(java.lang.String)
// .vpcId(IResolvable)
// .vSwitchId(java.lang.String)
// .vSwitchId(IResolvable)
// .zoneId(java.lang.String)
// .zoneId(IResolvable)
.build();
Name | Type | Description |
---|---|---|
scope |
com.aliyun.ros.cdk.core.Construct |
No description. |
id |
java.lang.String |
No description. |
enableResourcePropertyConstraint |
java.lang.Boolean |
No description. |
dbInstanceId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property dbInstanceId: Instance id. |
payType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property payType: The charge type of created instance. |
allocatePublicConnection |
java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable |
Property allocatePublicConnection: If true, allocate public connection automate. |
backupId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property backupId: The ID of the backup set that you want to use. |
backupRetentionPeriod |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property backupRetentionPeriod: The retention period of the data backup. |
backupType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property backupType: The type of backup used by the new instance. |
category |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property category: The edition of the instance. |
connectionStringPrefix |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property connectionStringPrefix: The prefix of the endpoint. |
connectionStringType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property connectionStringType: The endpoint type of the instance, allow values: Inner, Public. |
dbInstanceClass |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property dbInstanceClass: Database instance type. |
dbInstanceDescription |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property dbInstanceDescription: Description of created database instance. |
dbInstanceStorage |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property dbInstanceStorage: The storage capacity of the instance. |
dbInstanceStorageType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property dbInstanceStorageType: The storage type of the instance. |
dbMappings |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property dbMappings: Database mappings to attach to db instance. |
dbNames |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property dbNames: The names of the databases that you want to create on the new instance. |
dedicatedHostGroupId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property dedicatedHostGroupId: The ID of the host group to which the instance belongs if you create an instance in a host group. |
instanceNetworkType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property instanceNetworkType: The network type of the new instance. |
maintainTime |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property maintainTime: The period during which the maintenance performs. |
masterUsername |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property masterUsername: The master user name for the database instance. |
masterUserPassword |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property masterUserPassword: The master password for the database instance. |
masterUserType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property masterUserType: Privilege type of account. |
period |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property period: The subscription duration. |
periodType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property periodType: Charge period for created instances. |
port |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property port: The port of the database service. |
preferredBackupPeriod |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property preferredBackupPeriod: The backup period. |
preferredBackupTime |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property preferredBackupTime: The time when the backup task is performed. |
privateIpAddress |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property privateIpAddress: The private ip for created instance. |
restoreTable |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property restoreTable: Specifies whether to restore specific databases and tables. |
restoreTime |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property restoreTime: The point in time to which you want to restore the data of the original instance. |
securityGroupId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property securityGroupId: The ID of the ECS security groups. |
securityIpList |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property securityIpList: Security ip to access the database instance, combine with comma, 0.0.0.0\/0 means no limitation. |
slaveZoneIds |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property slaveZoneIds: List of slave zone ids can specify slave zone ids when creating the high-availability or enterprise edition instance. |
sqlCollectorStatus |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property sqlCollectorStatus: Specifies whether to enable or disable the SQL Explorer (SQL audit) feature. |
sslSetting |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property sslSetting: Secure Sockets Layer (SSL) link setting of the instance. |
tableMeta |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property tableMeta: The information about the databases and tables that you want to restore. |
tags |
java.util.Map |
Property tags: The tags of an instance. |
timeoutInMinutes |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property timeoutInMinutes: The timeout period for creating the clone instance resource. |
vpcId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property vpcId: The VPC id of created database instance. |
vSwitchId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property vSwitchId: The vSwitch id of created instance. |
zoneId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property zoneId: selected zone to create database instance. |
scope
Required
- Type: com.aliyun.ros.cdk.core.Construct
id
Required
- Type: java.lang.String
enableResourcePropertyConstraint
Optional
- Type: java.lang.Boolean
dbInstanceId
Required
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property dbInstanceId: Instance id.
payType
Required
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property payType: The charge type of created instance.
allocatePublicConnection
Optional
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
Property allocatePublicConnection: If true, allocate public connection automate.
backupId
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property backupId: The ID of the backup set that you want to use.
You can call the DescribeBackups operation to query the most recent backup set list. Note You must specify at least one of the BackupId and RestoreTime parameters.
backupRetentionPeriod
Optional
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property backupRetentionPeriod: The retention period of the data backup.
Value range: 7 to 730. The default value is the original value. Note When the BackupPolicyMode parameter is set to LogBackupPolicy, this parameter is required.
backupType
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property backupType: The type of backup used by the new instance.
Valid values:
- FullBackup: full backup
- IncrementalBackup: incremental backup
category
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property category: The edition of the instance.
Valid values: Basic: RDS Basic Edition HighAvailability: RDS High-availability Edition cluster: RDS Cluster Edition AlwaysOn: RDS Cluster Edition for SQL Server Finance: RDS Enterprise Edition serverless_basic: RDS Serverless Basic Edition
connectionStringPrefix
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property connectionStringPrefix: The prefix of the endpoint.
Only the prefix of the CurrentConnectionString parameter value can be modified. The prefix must be 8 to 64 characters in length and can contain letters, digits, and hyphens (-).
connectionStringType
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property connectionStringType: The endpoint type of the instance, allow values: Inner, Public.
dbInstanceClass
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property dbInstanceClass: Database instance type.
Refer the RDS database instance type reference, such as 'rds.mys2.large', 'rds.mss1.large', 'rds.pg.s1.small' etc
dbInstanceDescription
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property dbInstanceDescription: Description of created database instance.
dbInstanceStorage
Optional
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property dbInstanceStorage: The storage capacity of the instance.
Unit: GB. The storage capacity increases in increments of 5 GB. You can call the DescribeAvailableResource operation to query the storage capacity range that is supported for a specified instance type in a region.
dbInstanceStorageType
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property dbInstanceStorageType: The storage type of the instance.
Valid values: local_ssd: specifies to use local SSDs. This is the recommended storage type. cloud_ssd: specifies to use standard SSDs. cloud_essd: enhanced SSD of performance level (PL)1. cloud_essd2: enhanced SSD of PL2. cloud_essd3: enhanced SSD of PL3.
dbMappings
Optional
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
DBMappingsProperty>
Property dbMappings: Database mappings to attach to db instance.
dbNames
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property dbNames: The names of the databases that you want to create on the new instance.
dedicatedHostGroupId
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property dedicatedHostGroupId: The ID of the host group to which the instance belongs if you create an instance in a host group.
instanceNetworkType
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property instanceNetworkType: The network type of the new instance.
Valid values:
- VPC
- Classic The default value is the network type of the original instance.
maintainTime
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property maintainTime: The period during which the maintenance performs.
The format is HH:mmZ-HH:mmZ.
masterUsername
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property masterUsername: The master user name for the database instance.
masterUserPassword
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property masterUserPassword: The master password for the database instance.
masterUserType
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property masterUserType: Privilege type of account.
Normal: Common privilege. Super: High privilege. Sysadmin: Super privileges (SA) (only supported by SQL Server) The default value is Normal.
period
Optional
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property period: The subscription duration.
Valid values: When PeriodType is Month, it could be from 1 to 12, 24, 36, 48, 60. When PeriodType is Year, it could be from 1 to 5.
periodType
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property periodType: Charge period for created instances.
port
Optional
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property port: The port of the database service.
preferredBackupPeriod
Optional
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
Property preferredBackupPeriod: The backup period.
Separate multiple values with commas (,). The default value is the original value. Valid values:Monday Tuesday Wednesday Thursday Friday Saturday Sunday Note When the BackupPolicyMode parameter is set to DataBackupPolicy, this parameter is required.
preferredBackupTime
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property preferredBackupTime: The time when the backup task is performed.
Format: yyyy-MM-ddZ-HH:mm:ssZ.Note When the BackupPolicyMode parameter is set to DataBackupPolicy, this parameter is required.
privateIpAddress
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property privateIpAddress: The private ip for created instance.
restoreTable
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property restoreTable: Specifies whether to restore specific databases and tables.
The value 1 specifies to restore specific databases and tables. If you do not want to restore specific databases or tables, you can choose not to specify this parameter.
restoreTime
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property restoreTime: The point in time to which you want to restore the data of the original instance.
The point in time must fall within the specified log backup retention period. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.
securityGroupId
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property securityGroupId: The ID of the ECS security groups.
Each RDS instance can be associated with up to three ECS security groups. You must separate them with commas (,). To delete an ECS Security group, leave this parameter empty.
securityIpList
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property securityIpList: Security ip to access the database instance, combine with comma, 0.0.0.0\/0 means no limitation.
slaveZoneIds
Optional
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
Property slaveZoneIds: List of slave zone ids can specify slave zone ids when creating the high-availability or enterprise edition instance.
Meanwhile, VSwitchId needs to pass in the corresponding vswitch id to the slave zone by order. For example, ZoneId = "zone-a" and SlaveZoneIds = ["zone-c", "zone-b"], then the VSwitchId must be "vsw-zone-a,vsw-zone-c,vsw-zone-b".
sqlCollectorStatus
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property sqlCollectorStatus: Specifies whether to enable or disable the SQL Explorer (SQL audit) feature.
Valid values:Enable | Disabled.
sslSetting
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property sslSetting: Secure Sockets Layer (SSL) link setting of the instance.
Valid values: Disabled: Disable SSL EnabledForPublicConnection: Public connection address will be protected by the SSL certificate. It requires AllocatePublicConnection is true. EnabledForInnerConnection: Private connection address will be protected by the SSL certificate. Default value is Disabled.
tableMeta
Optional
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
TableMetaProperty>
Property tableMeta: The information about the databases and tables that you want to restore.
tags
Optional
- Type: java.util.Map
Property tags: The tags of an instance.
You should input the information of the tag with the format of the Key-Value, such as {"key1":"value1","key2":"value2", ... "key5":"value5"}. At most 20 tags can be specified. Key It can be up to 64 characters in length. Cannot begin with aliyun. Cannot begin with http:// or https://. Cannot be a null string. Value It can be up to 128 characters in length. Cannot begin with aliyun. Cannot begin with http:// or https://. Can be a null string.
timeoutInMinutes
Optional
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property timeoutInMinutes: The timeout period for creating the clone instance resource.
Unit: Minute. Default: 120.
vpcId
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property vpcId: The VPC id of created database instance.
For VPC network, the property is required.
vSwitchId
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property vSwitchId: The vSwitch id of created instance.
For VPC network, the property is required.
zoneId
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property zoneId: selected zone to create database instance.
You cannot set the ZoneId parameter if the MultiAZ parameter is set to true.
Methods
Name | Description |
---|---|
toString |
Returns a string representation of this construct. |
synthesize |
Allows this construct to emit artifacts into the cloud assembly during synthesis. |
addCondition |
No description. |
addCount |
No description. |
addDependency |
No description. |
addResourceDesc |
No description. |
applyRemovalPolicy |
No description. |
getAtt |
No description. |
setMetadata |
No description. |
toString
public java.lang.String toString()
Returns a string representation of this construct.
synthesize
public void synthesize(ISynthesisSession session)
Allows this construct to emit artifacts into the cloud assembly during synthesis.
This method is usually implemented by framework-level constructs such as Stack
and Asset
as they participate in synthesizing the cloud assembly.
- Type: com.aliyun.ros.cdk.core.ISynthesisSession
The synthesis session.
addCondition
public void addCondition(RosCondition condition)
- Type: com.aliyun.ros.cdk.core.RosCondition
addCount
public void addCount(java.lang.Number OR IResolvable count)
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
addDependency
public void addDependency(Resource resource)
- Type: com.aliyun.ros.cdk.core.Resource
addResourceDesc
public void addResourceDesc(java.lang.String desc)
- Type: java.lang.String
applyRemovalPolicy
public void applyRemovalPolicy(RemovalPolicy policy)
- Type: com.aliyun.ros.cdk.core.RemovalPolicy
getAtt
public IResolvable getAtt(java.lang.String name)
- Type: java.lang.String
setMetadata
public void setMetadata(java.lang.String key, java.lang.Object value)
- Type: java.lang.String
- Type: java.lang.Object
Static Functions
Name | Description |
---|---|
isConstruct |
Return whether the given object is a Construct. |
isConstruct
import com.aliyun.ros.cdk.rds.DBInstanceClone;
DBInstanceClone.isConstruct(java.lang.Object x)
Return whether the given object is a Construct.
- Type: java.lang.Object
Properties
Name | Type | Description |
---|---|---|
node |
com.aliyun.ros.cdk.core.ConstructNode |
The construct tree node associated with this construct. |
ref |
java.lang.String |
No description. |
stack |
com.aliyun.ros.cdk.core.Stack |
The stack in which this resource is defined. |
resource |
com.aliyun.ros.cdk.core.RosResource |
No description. |
attrDbInstanceId |
com.aliyun.ros.cdk.core.IResolvable |
Attribute DBInstanceId: The instance id of created database instance. |
attrInnerConnectionString |
com.aliyun.ros.cdk.core.IResolvable |
Attribute InnerConnectionString: DB instance connection url by Intranet. |
attrInnerIpAddress |
com.aliyun.ros.cdk.core.IResolvable |
Attribute InnerIPAddress: IP Address for created DB instance of Intranet. |
attrInnerPort |
com.aliyun.ros.cdk.core.IResolvable |
Attribute InnerPort: Intranet port of created DB instance. |
attrPublicConnectionString |
com.aliyun.ros.cdk.core.IResolvable |
Attribute PublicConnectionString: DB instance connection url by Internet. |
attrPublicIpAddress |
com.aliyun.ros.cdk.core.IResolvable |
Attribute PublicIPAddress: IP Address for created DB instance of Internet. |
attrPublicPort |
com.aliyun.ros.cdk.core.IResolvable |
Attribute PublicPort: Internet port of created DB instance. |
node
Required
public ConstructNode getNode();
- Type: com.aliyun.ros.cdk.core.ConstructNode
The construct tree node associated with this construct.
ref
Required
public java.lang.String getRef();
- Type: java.lang.String
stack
Required
public Stack getStack();
- Type: com.aliyun.ros.cdk.core.Stack
The stack in which this resource is defined.
resource
Optional
public RosResource getResource();
- Type: com.aliyun.ros.cdk.core.RosResource
attrDbInstanceId
Required
public IResolvable getAttrDbInstanceId();
- Type: com.aliyun.ros.cdk.core.IResolvable
Attribute DBInstanceId: The instance id of created database instance.
attrInnerConnectionString
Required
public IResolvable getAttrInnerConnectionString();
- Type: com.aliyun.ros.cdk.core.IResolvable
Attribute InnerConnectionString: DB instance connection url by Intranet.
attrInnerIpAddress
Required
public IResolvable getAttrInnerIpAddress();
- Type: com.aliyun.ros.cdk.core.IResolvable
Attribute InnerIPAddress: IP Address for created DB instance of Intranet.
attrInnerPort
Required
public IResolvable getAttrInnerPort();
- Type: com.aliyun.ros.cdk.core.IResolvable
Attribute InnerPort: Intranet port of created DB instance.
attrPublicConnectionString
Required
public IResolvable getAttrPublicConnectionString();
- Type: com.aliyun.ros.cdk.core.IResolvable
Attribute PublicConnectionString: DB instance connection url by Internet.
attrPublicIpAddress
Required
public IResolvable getAttrPublicIpAddress();
- Type: com.aliyun.ros.cdk.core.IResolvable
Attribute PublicIPAddress: IP Address for created DB instance of Internet.
attrPublicPort
Required
public IResolvable getAttrPublicPort();
- Type: com.aliyun.ros.cdk.core.IResolvable
Attribute PublicPort: Internet port of created DB instance.