TransitRouterVpcAttachmentProps
Properties for defining a TransitRouterVpcAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-transitroutervpcattachment
Initializer
import com.aliyun.ros.cdk.cen.TransitRouterVpcAttachmentProps;
TransitRouterVpcAttachmentProps.builder()
.vpcId(java.lang.String)
.vpcId(IResolvable)
.zoneMappings(IResolvable)
.zoneMappings(java.util.List<IResolvable)
.zoneMappings(ZoneMappingsProperty>)
// .autoCreateVpcRoute(java.lang.Boolean)
// .autoCreateVpcRoute(IResolvable)
// .cenId(java.lang.String)
// .cenId(IResolvable)
// .chargeType(java.lang.String)
// .chargeType(IResolvable)
// .deletionForce(java.lang.Boolean)
// .deletionForce(IResolvable)
// .routeTableAssociationEnabled(java.lang.Boolean)
// .routeTableAssociationEnabled(IResolvable)
// .routeTablePropagationEnabled(java.lang.Boolean)
// .routeTablePropagationEnabled(IResolvable)
// .transitRouterAttachmentDescription(java.lang.String)
// .transitRouterAttachmentDescription(IResolvable)
// .transitRouterAttachmentName(java.lang.String)
// .transitRouterAttachmentName(IResolvable)
// .transitRouterId(java.lang.String)
// .transitRouterId(IResolvable)
// .vpcOwnerId(java.lang.Number)
// .vpcOwnerId(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
vpcId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property vpcId: VpcId. |
zoneMappings |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property zoneMappings: ZoneMappingss. |
autoCreateVpcRoute |
java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable |
Property autoCreateVpcRoute: undefined. |
cenId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property cenId: CenId. |
chargeType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property chargeType:. |
deletionForce |
java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable |
Property deletionForce: Whether force delete related resources, like vpc route entry, route table association, route propagation. |
routeTableAssociationEnabled |
java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable |
Property routeTableAssociationEnabled: undefined. |
routeTablePropagationEnabled |
java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable |
Property routeTablePropagationEnabled: undefined. |
transitRouterAttachmentDescription |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property transitRouterAttachmentDescription: TransitRouterAttachmentDescription. |
transitRouterAttachmentName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property transitRouterAttachmentName: TransitRouterAttachmentName. |
transitRouterId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property transitRouterId: TransitRouterId. |
vpcOwnerId |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property vpcOwnerId: VpcOwnerId. |
vpcId
Required
public java.lang.Object getVpcId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property vpcId: VpcId.
zoneMappings
Required
public java.lang.Object getZoneMappings();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
ZoneMappingsProperty>
Property zoneMappings: ZoneMappingss.
autoCreateVpcRoute
Optional
public java.lang.Object getAutoCreateVpcRoute();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
Property autoCreateVpcRoute: undefined.
cenId
Optional
public java.lang.Object getCenId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property cenId: CenId.
chargeType
Optional
public java.lang.Object getChargeType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property chargeType:.
deletionForce
Optional
public java.lang.Object getDeletionForce();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
Property deletionForce: Whether force delete related resources, like vpc route entry, route table association, route propagation.
routeTableAssociationEnabled
Optional
public java.lang.Object getRouteTableAssociationEnabled();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
Property routeTableAssociationEnabled: undefined.
routeTablePropagationEnabled
Optional
public java.lang.Object getRouteTablePropagationEnabled();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
Property routeTablePropagationEnabled: undefined.
transitRouterAttachmentDescription
Optional
public java.lang.Object getTransitRouterAttachmentDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property transitRouterAttachmentDescription: TransitRouterAttachmentDescription.
transitRouterAttachmentName
Optional
public java.lang.Object getTransitRouterAttachmentName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property transitRouterAttachmentName: TransitRouterAttachmentName.
transitRouterId
Optional
public java.lang.Object getTransitRouterId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property transitRouterId: TransitRouterId.
vpcOwnerId
Optional
public java.lang.Object getVpcOwnerId();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
Property vpcOwnerId: VpcOwnerId.