Get Virtual Network Gateway Routes Information Result
data class GetVirtualNetworkGatewayRoutesInformationResult(val circuitsMetadataMap: Map<String, CircuitMetadataMapResponse>? = null, val lastComputedTime: String? = null, val nextEligibleComputeTime: String? = null, val routeSetVersion: String? = null, val routeSets: List<GatewayRouteSetResponse>? = null)
Gateway Route Sets Information
Constructors
Link copied to clipboard
constructor(circuitsMetadataMap: Map<String, CircuitMetadataMapResponse>? = null, lastComputedTime: String? = null, nextEligibleComputeTime: String? = null, routeSetVersion: String? = null, routeSets: List<GatewayRouteSetResponse>? = null)
Properties
Link copied to clipboard
Dictionary containing map of the circuit id and circuit details
Link copied to clipboard
Timestamp denoting the last time when the route sets were computed for the gateway
Link copied to clipboard
Timestamp denoting the next eligible time to re-compute the route sets for the gateway
Link copied to clipboard
List of Gateway Route Sets
Link copied to clipboard
Version for the route set