RosRouteEntriesProps
Properties for defining a RosRouteEntries.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-routeentries
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosRouteEntriesProps {
object RouteTableId,
object DestinationCidrBlock = null,
object IpVersion = null,
object NextHopId = null,
object NextHopType = null,
object RefreshOptions = null,
object RouteEntryId = null,
object RouteEntryName = null,
object RouteEntryType = null
};
Properties
| Name | Type | Description |
|---|---|---|
RouteTableId |
object |
No description. |
DestinationCidrBlock |
object |
No description. |
IpVersion |
object |
No description. |
NextHopId |
object |
No description. |
NextHopType |
object |
No description. |
RefreshOptions |
object |
No description. |
RouteEntryId |
object |
No description. |
RouteEntryName |
object |
No description. |
RouteEntryType |
object |
No description. |
RouteTableIdRequired
public object RouteTableId { get; set; }
- Type: object
DestinationCidrBlockOptional
public object DestinationCidrBlock { get; set; }
- Type: object
IpVersionOptional
public object IpVersion { get; set; }
- Type: object
NextHopIdOptional
public object NextHopId { get; set; }
- Type: object
NextHopTypeOptional
public object NextHopType { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
RouteEntryIdOptional
public object RouteEntryId { get; set; }
- Type: object
RouteEntryNameOptional
public object RouteEntryName { get; set; }
- Type: object
RouteEntryTypeOptional
public object RouteEntryType { get; set; }
- Type: object