AWS SDK for .NET Documentation
WithDestinationCidrBlock Method (destinationCidrBlock)
AmazonAmazon.EC2.ModelReplaceRouteRequestWithDestinationCidrBlock(String) Did this page help you?   Yes   No    Tell us about it...
Sets the CIDR address block used for the destination match.
Declaration Syntax
C#
[ObsoleteAttribute("The With methods are obsolete and will be removed in version 2 of the AWS SDK for .NET. See http://aws.amazon.com/sdkfornet/#version2 for more information.")]
public ReplaceRouteRequest WithDestinationCidrBlock(
	string destinationCidrBlock
)
Parameters
destinationCidrBlock (String)
The CIDR address block used for the destination match. For example: 0.0.0.0/0.The value you provide must match the CIDR of an existing route in the table.
Return Value
this instance

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)