RosTransitRouterVpcAttachmentProps
Properties for defining a RosTransitRouterVpcAttachment.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-transitroutervpcattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cen;
new RosTransitRouterVpcAttachmentProps {
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 |
No description. |
ZoneMappings |
object |
No description. |
AutoCreateVpcRoute |
object |
No description. |
CenId |
object |
No description. |
ChargeType |
object |
No description. |
DeletionForce |
object |
No description. |
RouteTableAssociationEnabled |
object |
No description. |
RouteTablePropagationEnabled |
object |
No description. |
TransitRouterAttachmentDescription |
object |
No description. |
TransitRouterAttachmentName |
object |
No description. |
TransitRouterId |
object |
No description. |
VpcOwnerId |
object |
No description. |
VpcIdRequired
public object VpcId { get; set; }
- Type: object
ZoneMappingsRequired
public object ZoneMappings { get; set; }
- Type: object
AutoCreateVpcRouteOptional
public object AutoCreateVpcRoute { get; set; }
- Type: object
CenIdOptional
public object CenId { get; set; }
- Type: object
ChargeTypeOptional
public object ChargeType { get; set; }
- Type: object
DeletionForceOptional
public object DeletionForce { get; set; }
- Type: object
RouteTableAssociationEnabledOptional
public object RouteTableAssociationEnabled { get; set; }
- Type: object
RouteTablePropagationEnabledOptional
public object RouteTablePropagationEnabled { 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
VpcOwnerIdOptional
public object VpcOwnerId { get; set; }
- Type: object