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. |
VpcIdRequired
VpcId interface{}
- Type: interface{}
ZoneMappingsRequired
ZoneMappings interface{}
- Type: interface{}
AutoCreateVpcRouteOptional
AutoCreateVpcRoute interface{}
- Type: interface{}
CenIdOptional
CenId interface{}
- Type: interface{}
ChargeTypeOptional
ChargeType interface{}
- Type: interface{}
DeletionForceOptional
DeletionForce interface{}
- Type: interface{}
RouteTableAssociationEnabledOptional
RouteTableAssociationEnabled interface{}
- Type: interface{}
RouteTablePropagationEnabledOptional
RouteTablePropagationEnabled interface{}
- Type: interface{}
TransitRouterAttachmentDescriptionOptional
TransitRouterAttachmentDescription interface{}
- Type: interface{}
TransitRouterAttachmentNameOptional
TransitRouterAttachmentName interface{}
- Type: interface{}
TransitRouterIdOptional
TransitRouterId interface{}
- Type: interface{}
VpcOwnerIdOptional
VpcOwnerId interface{}
- Type: interface{}