Skip to content

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.

VpnIdRequired

VpnId interface{}
  • Type: interface{}

ZoneIdRequired

ZoneId interface{}
  • Type: interface{}

AutoPublishRouteEnabledOptional

AutoPublishRouteEnabled interface{}
  • Type: interface{}

CenIdOptional

CenId interface{}
  • Type: interface{}

DeletionForceOptional

DeletionForce interface{}
  • Type: interface{}

RouteTableAssociationEnabledOptional

RouteTableAssociationEnabled interface{}
  • Type: interface{}

RouteTablePropagationEnabledOptional

RouteTablePropagationEnabled interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

TransitRouterAttachmentDescriptionOptional

TransitRouterAttachmentDescription interface{}
  • Type: interface{}

TransitRouterAttachmentNameOptional

TransitRouterAttachmentName interface{}
  • Type: interface{}

TransitRouterIdOptional

TransitRouterId interface{}
  • Type: interface{}

VpnOwnerIdOptional

VpnOwnerId interface{}
  • Type: interface{}