Skip to content

TransitRouterVpcAttachmentProps

Properties for defining a TransitRouterVpcAttachment.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcen"
&alicloudroscdkcen.TransitRouterVpcAttachmentProps {
    VpcId: interface{},
    ZoneMappings: interface{},
    AutoCreateVpcRoute: interface{},
    CenId: interface{},
    ChargeType: interface{},
    DeletionForce: interface{},
    RouteTableAssociationEnabled: interface{},
    RouteTablePropagationEnabled: interface{},
    TransitRouterAttachmentDescription: interface{},
    TransitRouterAttachmentName: interface{},
    TransitRouterId: interface{},
    VpcOwnerId: interface{},
}

Properties

Name Type Description
VpcId interface{} Property vpcId: VpcId.
ZoneMappings interface{} Property zoneMappings: ZoneMappingss.
AutoCreateVpcRoute interface{} Property autoCreateVpcRoute: undefined.
CenId interface{} Property cenId: CenId.
ChargeType interface{} Property chargeType:.
DeletionForce interface{} Property deletionForce: Whether force delete related resources, like vpc route entry, route table association, route propagation.
RouteTableAssociationEnabled interface{} Property routeTableAssociationEnabled: undefined.
RouteTablePropagationEnabled interface{} Property routeTablePropagationEnabled: undefined.
TransitRouterAttachmentDescription interface{} Property transitRouterAttachmentDescription: TransitRouterAttachmentDescription.
TransitRouterAttachmentName interface{} Property transitRouterAttachmentName: TransitRouterAttachmentName.
TransitRouterId interface{} Property transitRouterId: TransitRouterId.
VpcOwnerId interface{} Property vpcOwnerId: VpcOwnerId.

VpcIdRequired

VpcId interface{}
  • Type: interface{}

Property vpcId: VpcId.


ZoneMappingsRequired

ZoneMappings interface{}
  • Type: interface{}

Property zoneMappings: ZoneMappingss.


AutoCreateVpcRouteOptional

AutoCreateVpcRoute interface{}
  • Type: interface{}

Property autoCreateVpcRoute: undefined.


CenIdOptional

CenId interface{}
  • Type: interface{}

Property cenId: CenId.


ChargeTypeOptional

ChargeType interface{}
  • Type: interface{}

Property chargeType:.


DeletionForceOptional

DeletionForce interface{}
  • Type: interface{}

Property deletionForce: Whether force delete related resources, like vpc route entry, route table association, route propagation.


RouteTableAssociationEnabledOptional

RouteTableAssociationEnabled interface{}
  • Type: interface{}

Property routeTableAssociationEnabled: undefined.


RouteTablePropagationEnabledOptional

RouteTablePropagationEnabled interface{}
  • Type: interface{}

Property routeTablePropagationEnabled: undefined.


TransitRouterAttachmentDescriptionOptional

TransitRouterAttachmentDescription interface{}
  • Type: interface{}

Property transitRouterAttachmentDescription: TransitRouterAttachmentDescription.


TransitRouterAttachmentNameOptional

TransitRouterAttachmentName interface{}
  • Type: interface{}

Property transitRouterAttachmentName: TransitRouterAttachmentName.


TransitRouterIdOptional

TransitRouterId interface{}
  • Type: interface{}

Property transitRouterId: TransitRouterId.


VpcOwnerIdOptional

VpcOwnerId interface{}
  • Type: interface{}

Property vpcOwnerId: VpcOwnerId.