MultiZoneInstance
This class encapsulates and extends the ROS resource type ALIYUN::Lindorm::MultiZoneInstance
, which is used to create a multi-zone Lindorm instance.
Initializers
import com.aliyun.ros.cdk.lindorm.MultiZoneInstance;
MultiZoneInstance.Builder.create(Construct scope, java.lang.String id, java.lang.Boolean enableResourcePropertyConstraint)
.diskCategory(java.lang.String)
.diskCategory(IResolvable)
.instanceName(java.lang.String)
.instanceName(IResolvable)
.vpcId(java.lang.String)
.vpcId(IResolvable)
// .arbiterVSwitchId(java.lang.String)
// .arbiterVSwitchId(IResolvable)
// .arbiterZoneId(java.lang.String)
// .arbiterZoneId(IResolvable)
// .coldStorage(java.lang.Number)
// .coldStorage(IResolvable)
// .coreSingleStorage(java.lang.Number)
// .coreSingleStorage(IResolvable)
// .coreSpec(java.lang.String)
// .coreSpec(IResolvable)
// .filestoreNum(java.lang.Number)
// .filestoreNum(IResolvable)
// .filestoreSpec(java.lang.String)
// .filestoreSpec(IResolvable)
// .instanceChargeType(java.lang.String)
// .instanceChargeType(IResolvable)
// .lindormNum(java.lang.Number)
// .lindormNum(IResolvable)
// .lindormSpec(java.lang.String)
// .lindormSpec(IResolvable)
// .logDiskCategory(java.lang.String)
// .logDiskCategory(IResolvable)
// .logNum(java.lang.Number)
// .logNum(IResolvable)
// .logSingleStorage(java.lang.Number)
// .logSingleStorage(IResolvable)
// .logSpec(java.lang.String)
// .logSpec(IResolvable)
// .multiZoneCombination(java.lang.String)
// .multiZoneCombination(IResolvable)
// .period(java.lang.Number)
// .period(IResolvable)
// .periodUnit(java.lang.String)
// .periodUnit(IResolvable)
// .primaryVSwitchId(java.lang.String)
// .primaryVSwitchId(IResolvable)
// .primaryZoneId(java.lang.String)
// .primaryZoneId(IResolvable)
// .resourceGroupId(java.lang.String)
// .resourceGroupId(IResolvable)
// .securityIpList(IResolvable)
// .securityIpList(java.util.List<java.lang.String)
// .securityIpList(IResolvable>)
// .solrNum(java.lang.Number)
// .solrNum(IResolvable)
// .solrSpec(java.lang.String)
// .solrSpec(IResolvable)
// .standbyVSwitchId(java.lang.String)
// .standbyVSwitchId(IResolvable)
// .standbyZoneId(java.lang.String)
// .standbyZoneId(IResolvable)
// .streamNum(java.lang.Number)
// .streamNum(IResolvable)
// .streamSpec(java.lang.String)
// .streamSpec(IResolvable)
// .tsdbNum(java.lang.Number)
// .tsdbNum(IResolvable)
// .tsdbSpec(java.lang.String)
// .tsdbSpec(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. |
diskCategory |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property diskCategory: The storage type of the instance. |
instanceName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property instanceName: The name of the instance that you want to create. |
vpcId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property vpcId: The ID of the VPC in which you want to create the instance. |
arbiterVSwitchId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property arbiterVSwitchId: The ID of the vSwitch that is specified for the zone for the coordinate node of the instance. |
arbiterZoneId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property arbiterZoneId: The ID of the zone for the coordinate node of the instance. |
coldStorage |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property coldStorage: The cold storage capacity of the instance. |
coreSingleStorage |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property coreSingleStorage: The storage capacity of the disk of a single core node. |
coreSpec |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property coreSpec: The specification of the nodes in the instance if you set DiskCategory to local_ssd_pro or local_hdd_pro. |
filestoreNum |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property filestoreNum: The number of LindormDFS nodes in the instance. |
filestoreSpec |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property filestoreSpec: The specification of LindormDFS nodes in the instance. |
instanceChargeType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property instanceChargeType: The billing method of the instance you want to create. |
lindormNum |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property lindormNum: The number of LindormTable nodes in the instance. |
lindormSpec |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property lindormSpec: The specification of LindormTable nodes in the instance. |
logDiskCategory |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property logDiskCategory: The disk type of the log nodes. |
logNum |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property logNum: The number of the log nodes. |
logSingleStorage |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property logSingleStorage: The storage capacity of the disk of a single log node. |
logSpec |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property logSpec: The type of the log nodes. |
multiZoneCombination |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property multiZoneCombination: The combinations of zones that are available for the multi-zone instance. |
period |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property period: The subscription period of the instance. |
periodUnit |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property periodUnit: The period based on which you are charged for the instance. |
primaryVSwitchId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property primaryVSwitchId: For multiple available regions, the virtual switch ID of the main available area must be under the available area corresponding to the Primaryzoneid.If you need to create a multi -available area example, this parameter must be filled. |
primaryZoneId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property primaryZoneId: For many available zone instances, the available area ID of the main available area.If you need to create a multi -available area example, this parameter must be filled. |
resourceGroupId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property resourceGroupId: The ID of the resource group to which the Lindorm instance belongs. |
securityIpList |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property securityIpList: The ip white list of instance. |
solrNum |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property solrNum: The number of LindormSearch nodes in the instance. |
solrSpec |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property solrSpec: The specification of the LindormSearch nodes in the instance. |
standbyVSwitchId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property standbyVSwitchId: The ID of the vSwitch that is specified for the secondary zone of the instance. |
standbyZoneId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property standbyZoneId: The ID of the secondary zone of the instance. |
streamNum |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property streamNum: The number of LindormStream nodes in the instance. |
streamSpec |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property streamSpec: The specification of LindormStream nodes in the instance. |
tsdbNum |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property tsdbNum: The number of the LindormTSDB nodes in the instance. |
tsdbSpec |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property tsdbSpec: The specification of the LindormTSDB nodes in the instance. |
scope
Required
- Type: com.aliyun.ros.cdk.core.Construct
id
Required
- Type: java.lang.String
enableResourcePropertyConstraint
Optional
- Type: java.lang.Boolean
diskCategory
Required
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property diskCategory: The storage type of the instance.
Valid values: cloud_efficiency: This instance uses the Standard type of storage. cloud_ssd: This instance uses the Performance type of storage. capacity_cloud_storage: This instance uses the Capacity type of storage. local_ssd_pro: This instance uses local SSDs. local_hdd_pro: This instance uses local HDDs.
instanceName
Required
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property instanceName: The name of the instance that you want to create.
vpcId
Required
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property vpcId: The ID of the VPC in which you want to create the instance.
arbiterVSwitchId
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property arbiterVSwitchId: The ID of the vSwitch that is specified for the zone for the coordinate node of the instance.
The vSwitch must be deployed in the zone specified by the ArbiterZoneId parameter. **This parameter is required if you want to create a multi-zone instance.
arbiterZoneId
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property arbiterZoneId: The ID of the zone for the coordinate node of the instance.
**This parameter is required if you want to create a multi-zone instance.
coldStorage
Optional
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property coldStorage: The cold storage capacity of the instance.
By default, if you leave this parameter unspecified, cold storage is not enabled for the instance. Unit: GB. Valid values: 800 to 1000000.
coreSingleStorage
Optional
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property coreSingleStorage: The storage capacity of the disk of a single core node.
Valid values: 400 to 64000. Unit: GB. **This parameter is required if you want to create a multi-zone instance.
coreSpec
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property coreSpec: The specification of the nodes in the instance if you set DiskCategory to local_ssd_pro or local_hdd_pro.
When DiskCategory is set to local_ssd_pro, you can set this parameter to the following values: lindorm.i2.xlarge: Each node has 4 dedicated CPU cores and 32 GB of dedicated memory. lindorm.i2.2xlarge: Each node has 8 dedicated CPU cores and 64 GB of dedicated memory. lindorm.i2.4xlarge: Each node has 16 dedicated CPU cores and 128 GB of dedicated memory. lindorm.i2.8xlarge: Each node has 32 dedicated CPU cores and 256 GB of dedicated memory. When DiskCategory is set to local_hdd_pro, you can set this parameter to the following values: lindorm.d1.2xlarge: Each node has 8 dedicated CPU cores and 32 GB of dedicated memory. lindorm.d1.4xlarge: Each node has 16 dedicated CPU cores and 64 GB of dedicated memory. lindorm.d1.6xlarge: Each node has 24 dedicated CPU cores and 96 GB of dedicated memory.
filestoreNum
Optional
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property filestoreNum: The number of LindormDFS nodes in the instance.
The valid values of this parameter depend on the value of the PayType parameter. If the PayType parameter is set to PREPAY, set this parameter to an integer that ranges from 0 to 60. If the PayType parameter is set to POSTPAY, set this parameter to an integer that ranges from 0 to 8.
filestoreSpec
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property filestoreSpec: The specification of LindormDFS nodes in the instance.
Set the value of this parameter to lindorm.c.xlarge, which indicates that each node has 4 dedicated CPU cores and 8 GB of dedicated memory.
instanceChargeType
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property instanceChargeType: The billing method of the instance you want to create.
Valid values: PREPAY: subscription. POSTPAY: pay-as-you-go. Default value: POSTPAY
lindormNum
Optional
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property lindormNum: The number of LindormTable nodes in the instance.
The valid values of this parameter depend on the value of the PayType parameter. If the PayType parameter is set to PREPAY, set this parameter to an integer that ranges from 0 to 90. If the PayType parameter is set to POSTPAY, set this parameter to an integer that ranges from 0 to 400. ** This parameter is required if you want to create a multi-zone instance. ** The valid values of this parameter range from 4 to 400 if you want to create a multi-zone instance.
lindormSpec
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property lindormSpec: The specification of LindormTable nodes in the instance.
Valid values: lindorm.g.xlarge: Each node has 4 dedicated CPU cores and 16 GB of dedicated memory. lindorm.g.2xlarge: Each node has 8 dedicated CPU cores and 32 GB of dedicated memory. lindorm.g.4xlarge: Each node has 16 dedicated CPU cores and 64 GB of dedicated memory. lindorm.g.8xlarge: Each node has 32 dedicated CPU cores and 128 GB of dedicated memory. lindorm.c.xlarge: Each node has 4 dedicated CPU cores and 8 GB of dedicated memory. lindorm.c.2xlarge: Each node has 8 dedicated CPU cores and 16 GB of dedicated memory. lindorm.c.4xlarge: Each node has 16 dedicated CPU cores and 32 GB of dedicated memory. lindorm.c.8xlarge: Each node has 32 dedicated CPU cores and 64 GB of dedicated memory.
logDiskCategory
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property logDiskCategory: The disk type of the log nodes.
Valid values: cloud_efficiencyćcloud_essd. This parameter is required if you want to create a multi-zone instance.
logNum
Optional
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property logNum: The number of the log nodes.
Valid values: 4 to 400. **This parameter is required if you want to create a multi-zone instance.
logSingleStorage
Optional
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property logSingleStorage: The storage capacity of the disk of a single log node.
Valid values: 400 to 64000. Unit: GB. **This parameter is required if you want to create a multi-zone instance.
logSpec
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property logSpec: The type of the log nodes.
Valid values: lindorm.sn1.large: Each node has 4 dedicated CPU cores and 8 GB of dedicated memory. lindorm.sn1.2xlarge: Each node has 8 dedicated CPU cores and 16 GB of dedicated memory. **This parameter is required if you want to create a multi-zone instance.
multiZoneCombination
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property multiZoneCombination: The combinations of zones that are available for the multi-zone instance.
You can go to the purchase page of Lindorm to view the supported zone combinations. ap-southeast-5abc-aliyun: Zone A+B+C in the Indonesia (Jakarta) region. cn-hangzhou-ehi-aliyun: Zone E+H+I in the China (Hangzhou) region. cn-beijing-acd-aliyun: Zone A+C+D in the China (Beijing) region. ap-southeast-1-abc-aliyun: Zone A+B+C in the Singapore region. cn-zhangjiakou-abc-aliyun: Zone A+B+C in the China (Zhangjiakou) region. cn-shanghai-efg-aliyun: Zone E+F+G in the China (Shanghai) region. cn-shanghai-abd-aliyun: Zone A+B+D in the China (Shanghai) region. cn-hangzhou-bef-aliyun: Zone B+E+F in the China (Hangzhou) region. cn-hangzhou-bce-aliyun: Zone B+C+E in the China (Hangzhou) region. cn-beijing-fgh-aliyun: Zone F+G+H in the China (Beijing) region. cn-shenzhen-abc-aliyun: Zone A+B+C in the China (Shenzhen) region. **This parameter is required if you want to create a multi-zone instance.
period
Optional
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property period: The subscription period of the instance.
The valid values of this parameter depend on the value of the PeriodUnit parameter. If PeriodUnit is set to Month, Valid values are 1,2,3,4,5,6,7,8,9,12,24,36. If PeriodUnit is set to Year, set this parameter to an integer that ranges from 1 to 3. NoteThis parameter is available and required when the PayType parameter is set to PREPAY.
periodUnit
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property periodUnit: The period based on which you are charged for the instance.
Valid values: Month: You are charged for the instance on a monthly basis. Year: You are charged for the instance on a yearly basis. NoteThis parameter is available and required when the PayType parameter is set to PREPAY.
primaryVSwitchId
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property primaryVSwitchId: For multiple available regions, the virtual switch ID of the main available area must be under the available area corresponding to the Primaryzoneid.If you need to create a multi -available area example, this parameter must be filled.
primaryZoneId
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property primaryZoneId: For many available zone instances, the available area ID of the main available area.If you need to create a multi -available area example, this parameter must be filled.
resourceGroupId
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property resourceGroupId: The ID of the resource group to which the Lindorm instance belongs.
securityIpList
Optional
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
Property securityIpList: The ip white list of instance.
solrNum
Optional
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property solrNum: The number of LindormSearch nodes in the instance.
Valid values: integers from 0 to 60.
solrSpec
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property solrSpec: The specification of the LindormSearch nodes in the instance.
Valid values: lindorm.g.xlarge: Each node has 4 dedicated CPU cores and 16 GB of dedicated memory. lindorm.g.2xlarge: Each node has 8 dedicated CPU cores and 32 GB of dedicated memory. lindorm.g.4xlarge: Each node has 16 dedicated CPU cores and 64 GB of dedicated memory. lindorm.g.8xlarge: Each node has 32 dedicated CPU cores and 128 GB of dedicated memory.
standbyVSwitchId
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property standbyVSwitchId: The ID of the vSwitch that is specified for the secondary zone of the instance.
The vSwitch must be deployed in the zone specified by the StandbyZoneId parameter. **This parameter is required if you want to create a multi-zone instance.
standbyZoneId
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property standbyZoneId: The ID of the secondary zone of the instance.
**This parameter is required if you want to create a multi-zone instance.
streamNum
Optional
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property streamNum: The number of LindormStream nodes in the instance.
Valid values: integers from 0 to 90.
streamSpec
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property streamSpec: The specification of LindormStream nodes in the instance.
Valid values: lindorm.g.xlarge: Each node has 4 dedicated CPU cores and 16 GB of dedicated memory. lindorm.g.2xlarge: Each node has 8 dedicated CPU cores and 32 GB of dedicated memory. lindorm.g.4xlarge: Each node has 16 dedicated CPU cores and 64 GB of dedicated memory. lindorm.g.8xlarge: Each node has 32 dedicated CPU cores and 128 GB of dedicated memory. lindorm.c.xlarge: Each node has 4 dedicated CPU cores and 8 GB of dedicated memory. lindorm.c.2xlarge: Each node has 8 dedicated CPU cores and 16 GB of dedicated memory. lindorm.c.4xlarge: Each node has 16 dedicated CPU cores and 32 GB of dedicated memory. lindorm.c.8xlarge: Each node has 32 dedicated CPU cores and 64 GB of dedicated memory.
tsdbNum
Optional
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property tsdbNum: The number of the LindormTSDB nodes in the instance.
The valid values of this parameter depend on the value of the PayType parameter. If the PayType parameter is set to PREPAY, set this parameter to an integer that ranges from 0 to 24. If the PayType parameter is set to POSTPAY, set this parameter to an integer that ranges from 0 to 32.
tsdbSpec
Optional
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property tsdbSpec: The specification of the LindormTSDB nodes in the instance.
Valid values: lindorm.g.xlarge: Each node has 4 dedicated CPU cores and 16 GB of dedicated memory. lindorm.g.2xlarge: Each node has 8 dedicated CPU cores and 32 GB of dedicated memory. lindorm.g.4xlarge: Each node has 16 dedicated CPU cores and 64 GB of dedicated memory. lindorm.g.8xlarge: Each node has 32 dedicated CPU cores and 128 GB of dedicated memory.
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.lindorm.MultiZoneInstance;
MultiZoneInstance.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. |
attrAuthInfos |
com.aliyun.ros.cdk.core.IResolvable |
Attribute AuthInfos: The list of the Lindorm instance auth infos. |
attrInstanceId |
com.aliyun.ros.cdk.core.IResolvable |
Attribute InstanceId: The ID of the Lindorm instance that is created. |
attrJdbcUrlList |
com.aliyun.ros.cdk.core.IResolvable |
Attribute JdbcUrlList: The list of the jdbc connection address. |
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
attrAuthInfos
Required
public IResolvable getAttrAuthInfos();
- Type: com.aliyun.ros.cdk.core.IResolvable
Attribute AuthInfos: The list of the Lindorm instance auth infos.
attrInstanceId
Required
public IResolvable getAttrInstanceId();
- Type: com.aliyun.ros.cdk.core.IResolvable
Attribute InstanceId: The ID of the Lindorm instance that is created.
attrJdbcUrlList
Required
public IResolvable getAttrJdbcUrlList();
- Type: com.aliyun.ros.cdk.core.IResolvable
Attribute JdbcUrlList: The list of the jdbc connection address.