GatewayRouteSetsInformation Class   
Gateway Route Sets Information.
Constructor
GatewayRouteSetsInformation(*, last_computed_time: datetime | None = None, next_eligible_compute_time: datetime | None = None, route_set_version: str | None = None, route_sets: List[_models.GatewayRouteSet] | None = None, circuits_metadata_map: Dict[str, _models.CircuitMetadataMap] | None = None, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| last_computed_time | Timestamp denoting the last time when the route sets were computed for the gateway. Default value: None | 
| next_eligible_compute_time | Timestamp denoting the next eligible time to re-compute the route sets for the gateway. Default value: None | 
| route_set_version | Version for the route set. Default value: None | 
| route_sets | List of Gateway Route Sets. Default value: None | 
| circuits_metadata_map | Dictionary containing map of the circuit id and circuit details. Default value: None | 
Variables
| Name | Description | 
|---|---|
| last_computed_time | Timestamp denoting the last time when the route sets were computed for the gateway. | 
| next_eligible_compute_time | Timestamp denoting the next eligible time to re-compute the route sets for the gateway. | 
| route_set_version | Version for the route set. | 
| route_sets | List of Gateway Route Sets. | 
| circuits_metadata_map | Dictionary containing map of the circuit id and circuit details. |