Skip to content

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.

VbrIdRequired

public object VbrId { get; set; }
  • Type: object

AutoPublishRouteEnabledOptional

public object AutoPublishRouteEnabled { get; set; }
  • Type: object

CenIdOptional

public object CenId { get; set; }
  • Type: object

TransitRouterAttachmentDescriptionOptional

public object TransitRouterAttachmentDescription { get; set; }
  • Type: object

TransitRouterAttachmentNameOptional

public object TransitRouterAttachmentName { get; set; }
  • Type: object

TransitRouterIdOptional

public object TransitRouterId { get; set; }
  • Type: object

VbrOwnerIdOptional

public object VbrOwnerId { get; set; }
  • Type: object