LocalVpcCidrTableListProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudfw;
new LocalVpcCidrTableListProperty {
object RouteTableId,
object RouteEntryList = null
};
Properties
Name | Type | Description |
---|---|---|
RouteTableId |
object |
No description. |
RouteEntryList |
object |
No description. |
RouteTableId
Required
public object RouteTableId { get; set; }
- Type: object
RouteEntryList
Optional
public object RouteEntryList { get; set; }
- Type: object