RosTransitRouterVbrAttachmentProps
Properties for defining a RosTransitRouterVbrAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-transitroutervbrattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cen;
new RosTransitRouterVbrAttachmentProps {
object VbrId,
object AutoPublishRouteEnabled = null,
object CenId = null,
object TransitRouterAttachmentDescription = null,
object TransitRouterAttachmentName = null,
object TransitRouterId = null,
object VbrOwnerId = null
};
Properties
Name | Type | Description |
---|---|---|
VbrId |
object |
No description. |
AutoPublishRouteEnabled |
object |
No description. |
CenId |
object |
No description. |
TransitRouterAttachmentDescription |
object |
No description. |
TransitRouterAttachmentName |
object |
No description. |
TransitRouterId |
object |
No description. |
VbrOwnerId |
object |
No description. |
VbrId
Required
public object VbrId { get; set; }
- Type: object
AutoPublishRouteEnabled
Optional
public object AutoPublishRouteEnabled { get; set; }
- Type: object
CenId
Optional
public object CenId { get; set; }
- Type: object
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
VbrOwnerId
Optional
public object VbrOwnerId { get; set; }
- Type: object