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. |
VpcId
Required
public object VpcId { get; set; }
- Type: object
ZoneMappings
Required
public object ZoneMappings { get; set; }
- Type: object
AutoCreateVpcRoute
Optional
public object AutoCreateVpcRoute { get; set; }
- Type: object
CenId
Optional
public object CenId { get; set; }
- Type: object
ChargeType
Optional
public object ChargeType { get; set; }
- Type: object
DeletionForce
Optional
public object DeletionForce { get; set; }
- Type: object
RouteTableAssociationEnabled
Optional
public object RouteTableAssociationEnabled { get; set; }
- Type: object
RouteTablePropagationEnabled
Optional
public object RouteTablePropagationEnabled { get; set; }
- Type: object
TransitRouterAttachmentDescription
Optional
public object TransitRouterAttachmentDescription { get; set; }
- Type: object
TransitRouterAttachmentName
Optional
public object TransitRouterAttachmentName { get; set; }
- Type: object
TransitRouterId
Optional
public object TransitRouterId { get; set; }
- Type: object
VpcOwnerId
Optional
public object VpcOwnerId { get; set; }
- Type: object