你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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
str

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
str

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.