| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.autoRenew(Boolean autoRenew)
Property autoRenew: When the payment type is the monthly package, the value of the value is as follows: true: Automatic renewal.
|
Instance.Builder |
Instance.Builder.autoRenew(com.aliyun.ros.cdk.core.IResolvable autoRenew)
Property autoRenew: When the payment type is the monthly package, the value of the value is as follows: true: Automatic renewal.
|
Instance.Builder |
Instance.Builder.bucket(com.aliyun.ros.cdk.core.IResolvable bucket)
Property bucket: OSS bucket name.
|
Instance.Builder |
Instance.Builder.bucket(String bucket)
Property bucket: OSS bucket name.
|
Instance.Builder |
Instance.Builder.chargeType(com.aliyun.ros.cdk.core.IResolvable chargeType)
Property chargeType: The payment type, the value of the value is as follows: POST: pay as you go.
|
Instance.Builder |
Instance.Builder.chargeType(String chargeType)
Property chargeType: The payment type, the value of the value is as follows: POST: pay as you go.
|
static Instance.Builder |
Instance.Builder.create(com.aliyun.ros.cdk.core.Construct scope,
String id) |
static Instance.Builder |
Instance.Builder.create(com.aliyun.ros.cdk.core.Construct scope,
String id,
Boolean enableResourcePropertyConstraint) |
Instance.Builder |
Instance.Builder.duration(com.aliyun.ros.cdk.core.IResolvable duration)
Property duration: Number of order cycle.
|
Instance.Builder |
Instance.Builder.duration(Number duration)
Property duration: Number of order cycle.
|
Instance.Builder |
Instance.Builder.instanceName(com.aliyun.ros.cdk.core.IResolvable instanceName)
Property instanceName: The name of instance.
|
Instance.Builder |
Instance.Builder.instanceName(String instanceName)
Property instanceName: The name of instance.
|
Instance.Builder |
Instance.Builder.pricingCycle(com.aliyun.ros.cdk.core.IResolvable pricingCycle)
Property pricingCycle: The ordering cycle only supports ordering in the year and month.
|
Instance.Builder |
Instance.Builder.pricingCycle(String pricingCycle)
Property pricingCycle: The ordering cycle only supports ordering in the year and month.
|
Instance.Builder |
Instance.Builder.promotionCode(com.aliyun.ros.cdk.core.IResolvable promotionCode)
Property promotionCode: Promo Code.
|
Instance.Builder |
Instance.Builder.promotionCode(String promotionCode)
Property promotionCode: Promo Code.
|
Instance.Builder |
Instance.Builder.resourceSpec(com.aliyun.ros.cdk.core.IResolvable resourceSpec)
Property resourceSpec: Resource specifications.
|
Instance.Builder |
Instance.Builder.resourceSpec(RosInstance.ResourceSpecProperty resourceSpec)
Property resourceSpec: Resource specifications.
|
Instance.Builder |
Instance.Builder.usePromotionCode(Boolean usePromotionCode)
Property usePromotionCode: Whether to use coupons.The value is as follows: true: Use.
|
Instance.Builder |
Instance.Builder.usePromotionCode(com.aliyun.ros.cdk.core.IResolvable usePromotionCode)
Property usePromotionCode: Whether to use coupons.The value is as follows: true: Use.
|
Instance.Builder |
Instance.Builder.vpcId(com.aliyun.ros.cdk.core.IResolvable vpcId)
Property vpcId: VPC ID.
|
Instance.Builder |
Instance.Builder.vpcId(String vpcId)
Property vpcId: VPC ID.
|
Instance.Builder |
Instance.Builder.vSwitchIds(com.aliyun.ros.cdk.core.IResolvable vSwitchIds)
Property vSwitchIds: Virtual switch ID.
|
Instance.Builder |
Instance.Builder.vSwitchIds(List<? extends Object> vSwitchIds)
Property vSwitchIds: Virtual switch ID.
|
Instance.Builder |
Instance.Builder.zoneId(com.aliyun.ros.cdk.core.IResolvable zoneId)
Property zoneId: The available area ID of the instance.
|
Instance.Builder |
Instance.Builder.zoneId(String zoneId)
Property zoneId: The available area ID of the instance.
|
Copyright © 2023. All rights reserved.