TransitRouterVpcAttachmentProps
Properties for defining a TransitRouterVpcAttachment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-transitroutervpcattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cen;
new TransitRouterVpcAttachmentProps {
object VpcId,
object ZoneMappings,
object AutoCreateVpcRoute = null,
object CenId = null,
object ChargeType = null,
object DeletionForce = null,
object RouteTableAssociationEnabled = null,
object RouteTablePropagationEnabled = null,
object TransitRouterAttachmentDescription = null,
object TransitRouterAttachmentName = null,
object TransitRouterId = null,
object VpcOwnerId = null
};
Properties
| Name | Type | Description |
|---|---|---|
VpcId |
object |
Property vpcId: VpcId. |
ZoneMappings |
object |
Property zoneMappings: ZoneMappingss. |
AutoCreateVpcRoute |
object |
Property autoCreateVpcRoute: undefined. |
CenId |
object |
Property cenId: CenId. |
ChargeType |
object |
Property chargeType:. |
DeletionForce |
object |
Property deletionForce: Whether force delete related resources, like vpc route entry, route table association, route propagation. |
RouteTableAssociationEnabled |
object |
Property routeTableAssociationEnabled: undefined. |
RouteTablePropagationEnabled |
object |
Property routeTablePropagationEnabled: undefined. |
TransitRouterAttachmentDescription |
object |
Property transitRouterAttachmentDescription: TransitRouterAttachmentDescription. |
TransitRouterAttachmentName |
object |
Property transitRouterAttachmentName: TransitRouterAttachmentName. |
TransitRouterId |
object |
Property transitRouterId: TransitRouterId. |
VpcOwnerId |
object |
Property vpcOwnerId: VpcOwnerId. |
VpcIdRequired
public object VpcId { get; set; }
- Type: object
Property vpcId: VpcId.
ZoneMappingsRequired
public object ZoneMappings { get; set; }
- Type: object
Property zoneMappings: ZoneMappingss.
AutoCreateVpcRouteOptional
public object AutoCreateVpcRoute { get; set; }
- Type: object
Property autoCreateVpcRoute: undefined.
CenIdOptional
public object CenId { get; set; }
- Type: object
Property cenId: CenId.
ChargeTypeOptional
public object ChargeType { get; set; }
- Type: object
Property chargeType:.
DeletionForceOptional
public object DeletionForce { get; set; }
- Type: object
Property deletionForce: Whether force delete related resources, like vpc route entry, route table association, route propagation.
RouteTableAssociationEnabledOptional
public object RouteTableAssociationEnabled { get; set; }
- Type: object
Property routeTableAssociationEnabled: undefined.
RouteTablePropagationEnabledOptional
public object RouteTablePropagationEnabled { get; set; }
- Type: object
Property routeTablePropagationEnabled: undefined.
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.
VpcOwnerIdOptional
public object VpcOwnerId { get; set; }
- Type: object
Property vpcOwnerId: VpcOwnerId.