RosTransitRouterVpcAttachmentProps
Properties for defining a RosTransitRouterVpcAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-transitroutervpcattachment
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcen"
&alicloudroscdkcen.RosTransitRouterVpcAttachmentProps {
VpcId: interface{},
ZoneMappings: interface{},
AutoCreateVpcRoute: interface{},
CenId: interface{},
ChargeType: interface{},
DeletionForce: interface{},
RouteTableAssociationEnabled: interface{},
RouteTablePropagationEnabled: interface{},
TransitRouterAttachmentDescription: interface{},
TransitRouterAttachmentName: interface{},
TransitRouterId: interface{},
VpcOwnerId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
VpcId |
interface{} |
No description. |
ZoneMappings |
interface{} |
No description. |
AutoCreateVpcRoute |
interface{} |
No description. |
CenId |
interface{} |
No description. |
ChargeType |
interface{} |
No description. |
DeletionForce |
interface{} |
No description. |
RouteTableAssociationEnabled |
interface{} |
No description. |
RouteTablePropagationEnabled |
interface{} |
No description. |
TransitRouterAttachmentDescription |
interface{} |
No description. |
TransitRouterAttachmentName |
interface{} |
No description. |
TransitRouterId |
interface{} |
No description. |
VpcOwnerId |
interface{} |
No description. |
VpcId
Required
VpcId interface{}
- Type: interface{}
ZoneMappings
Required
ZoneMappings interface{}
- Type: interface{}
AutoCreateVpcRoute
Optional
AutoCreateVpcRoute interface{}
- Type: interface{}
CenId
Optional
CenId interface{}
- Type: interface{}
ChargeType
Optional
ChargeType interface{}
- Type: interface{}
DeletionForce
Optional
DeletionForce interface{}
- Type: interface{}
RouteTableAssociationEnabled
Optional
RouteTableAssociationEnabled interface{}
- Type: interface{}
RouteTablePropagationEnabled
Optional
RouteTablePropagationEnabled interface{}
- Type: interface{}
TransitRouterAttachmentDescription
Optional
TransitRouterAttachmentDescription interface{}
- Type: interface{}
TransitRouterAttachmentName
Optional
TransitRouterAttachmentName interface{}
- Type: interface{}
TransitRouterId
Optional
TransitRouterId interface{}
- Type: interface{}
VpcOwnerId
Optional
VpcOwnerId interface{}
- Type: interface{}