Values_0.VpnStaticRouteSourceDescribes a static route for a VPN connection.
type nonrec t = {destinationCidrBlock : String_.t option;The CIDR block associated with the local subnet of the customer data center.
*)source : VpnStaticRouteSource.t option;Indicates how the routes were provided.
*)state : VpnState.t option;The current state of the static route.
*)}