The CIDR address block used for the destination match.

C# |
public string DestinationCidrBlock { get; set; }

For example: 0.0.0.0/0.
Routing decisions are based on the most specific match.
C# |
public string DestinationCidrBlock { get; set; }