RosTransitRouterVpnAttachmentProps
Properties for defining a RosTransitRouterVpnAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-transitroutervpnattachment
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcen"
&alicloudroscdkcen.RosTransitRouterVpnAttachmentProps {
VpnId: interface{},
ZoneId: interface{},
AutoPublishRouteEnabled: interface{},
CenId: interface{},
DeletionForce: interface{},
RouteTableAssociationEnabled: interface{},
RouteTablePropagationEnabled: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkcen.RosTransitRouterVpnAttachment.TagsProperty,
TransitRouterAttachmentDescription: interface{},
TransitRouterAttachmentName: interface{},
TransitRouterId: interface{},
VpnOwnerId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
VpnId |
interface{} |
No description. |
ZoneId |
interface{} |
No description. |
AutoPublishRouteEnabled |
interface{} |
No description. |
CenId |
interface{} |
No description. |
DeletionForce |
interface{} |
No description. |
RouteTableAssociationEnabled |
interface{} |
No description. |
RouteTablePropagationEnabled |
interface{} |
No description. |
Tags |
*[]TagsProperty |
No description. |
TransitRouterAttachmentDescription |
interface{} |
No description. |
TransitRouterAttachmentName |
interface{} |
No description. |
TransitRouterId |
interface{} |
No description. |
VpnOwnerId |
interface{} |
No description. |
VpnId
Required
VpnId interface{}
- Type: interface{}
ZoneId
Required
ZoneId interface{}
- Type: interface{}
AutoPublishRouteEnabled
Optional
AutoPublishRouteEnabled interface{}
- Type: interface{}
CenId
Optional
CenId interface{}
- Type: interface{}
DeletionForce
Optional
DeletionForce interface{}
- Type: interface{}
RouteTableAssociationEnabled
Optional
RouteTableAssociationEnabled interface{}
- Type: interface{}
RouteTablePropagationEnabled
Optional
RouteTablePropagationEnabled interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
TransitRouterAttachmentDescription
Optional
TransitRouterAttachmentDescription interface{}
- Type: interface{}
TransitRouterAttachmentName
Optional
TransitRouterAttachmentName interface{}
- Type: interface{}
TransitRouterId
Optional
TransitRouterId interface{}
- Type: interface{}
VpnOwnerId
Optional
VpnOwnerId interface{}
- Type: interface{}