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