RosTransitRouterVpnAttachmentProps
Properties for defining a RosTransitRouterVpnAttachment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-transitroutervpnattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cen;
new RosTransitRouterVpnAttachmentProps {
object VpnId,
object ZoneId,
object AutoPublishRouteEnabled = null,
object CenId = null,
object DeletionForce = null,
object RouteTableAssociationEnabled = null,
object RouteTablePropagationEnabled = null,
TagsProperty[] Tags = null,
object TransitRouterAttachmentDescription = null,
object TransitRouterAttachmentName = null,
object TransitRouterId = null,
object VpnOwnerId = null
};
Properties
| Name | Type | Description |
|---|---|---|
VpnId |
object |
No description. |
ZoneId |
object |
No description. |
AutoPublishRouteEnabled |
object |
No description. |
CenId |
object |
No description. |
DeletionForce |
object |
No description. |
RouteTableAssociationEnabled |
object |
No description. |
RouteTablePropagationEnabled |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
TransitRouterAttachmentDescription |
object |
No description. |
TransitRouterAttachmentName |
object |
No description. |
TransitRouterId |
object |
No description. |
VpnOwnerId |
object |
No description. |
VpnIdRequired
public object VpnId { get; set; }
- Type: object
ZoneIdRequired
public object ZoneId { get; set; }
- Type: object
AutoPublishRouteEnabledOptional
public object AutoPublishRouteEnabled { get; set; }
- Type: object
CenIdOptional
public object CenId { get; set; }
- Type: object
DeletionForceOptional
public object DeletionForce { get; set; }
- Type: object
RouteTableAssociationEnabledOptional
public object RouteTableAssociationEnabled { get; set; }
- Type: object
RouteTablePropagationEnabledOptional
public object RouteTablePropagationEnabled { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
TransitRouterAttachmentDescriptionOptional
public object TransitRouterAttachmentDescription { get; set; }
- Type: object
TransitRouterAttachmentNameOptional
public object TransitRouterAttachmentName { get; set; }
- Type: object
TransitRouterIdOptional
public object TransitRouterId { get; set; }
- Type: object
VpnOwnerIdOptional
public object VpnOwnerId { get; set; }
- Type: object