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. |
VpnId
Required
public object VpnId { get; set; }
- Type: object
ZoneId
Required
public object ZoneId { get; set; }
- Type: object
AutoPublishRouteEnabled
Optional
public object AutoPublishRouteEnabled { get; set; }
- Type: object
CenId
Optional
public object CenId { get; set; }
- Type: object
DeletionForce
Optional
public object DeletionForce { get; set; }
- Type: object
RouteTableAssociationEnabled
Optional
public object RouteTableAssociationEnabled { get; set; }
- Type: object
RouteTablePropagationEnabled
Optional
public object RouteTablePropagationEnabled { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
TransitRouterAttachmentDescription
Optional
public object TransitRouterAttachmentDescription { get; set; }
- Type: object
TransitRouterAttachmentName
Optional
public object TransitRouterAttachmentName { get; set; }
- Type: object
TransitRouterId
Optional
public object TransitRouterId { get; set; }
- Type: object
VpnOwnerId
Optional
public object VpnOwnerId { get; set; }
- Type: object