Skip to content

TransitRouterVbrAttachmentProps

Properties for defining a TransitRouterVbrAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-transitroutervbrattachment

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cen;
new TransitRouterVbrAttachmentProps {
    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 Property vbrId: VbrId.
AutoPublishRouteEnabled object Property autoPublishRouteEnabled: AutoPublishRouteEnabled.
CenId object Property cenId: CenId.
TransitRouterAttachmentDescription object Property transitRouterAttachmentDescription: TransitRouterAttachmentDescription.
TransitRouterAttachmentName object Property transitRouterAttachmentName: TransitRouterAttachmentName.
TransitRouterId object Property transitRouterId: TransitRouterId.
VbrOwnerId object Property vbrOwnerId: VbrOwnerId.

VbrIdRequired

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

Property vbrId: VbrId.


AutoPublishRouteEnabledOptional

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

Property autoPublishRouteEnabled: AutoPublishRouteEnabled.


CenIdOptional

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

Property cenId: CenId.


TransitRouterAttachmentDescriptionOptional

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

Property transitRouterAttachmentDescription: TransitRouterAttachmentDescription.


TransitRouterAttachmentNameOptional

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

Property transitRouterAttachmentName: TransitRouterAttachmentName.


TransitRouterIdOptional

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

Property transitRouterId: TransitRouterId.


VbrOwnerIdOptional

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

Property vbrOwnerId: VbrOwnerId.