CenInstanceAttachmentProps
Properties for defining a CenInstanceAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-ceninstanceattachment
Initializer
import com.aliyun.ros.cdk.cen.CenInstanceAttachmentProps;
CenInstanceAttachmentProps.builder()
.cenId(java.lang.String)
.cenId(IResolvable)
.childInstanceId(java.lang.String)
.childInstanceId(IResolvable)
.childInstanceRegionId(java.lang.String)
.childInstanceRegionId(IResolvable)
.childInstanceType(java.lang.String)
.childInstanceType(IResolvable)
// .childInstanceOwnerId(java.lang.Number)
// .childInstanceOwnerId(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
cenId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property cenId: The ID of the CEN instance. |
childInstanceId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property childInstanceId: The ID of the network to attach. |
childInstanceRegionId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property childInstanceRegionId: The ID of the region where the network is located. |
childInstanceType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property childInstanceType: The type of the network to attach. |
childInstanceOwnerId |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property childInstanceOwnerId: The account ID to which the network belongs. |
cenId
Required
public java.lang.Object getCenId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property cenId: The ID of the CEN instance.
childInstanceId
Required
public java.lang.Object getChildInstanceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property childInstanceId: The ID of the network to attach.
childInstanceRegionId
Required
public java.lang.Object getChildInstanceRegionId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property childInstanceRegionId: The ID of the region where the network is located.
The ID of the region where the network is located.
childInstanceType
Required
public java.lang.Object getChildInstanceType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property childInstanceType: The type of the network to attach.
Support VPC, VBR or CCN.
childInstanceOwnerId
Optional
public java.lang.Object getChildInstanceOwnerId();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property childInstanceOwnerId: The account ID to which the network belongs.