QueryHubStatusRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)The request for HubService.QueryHubStatus.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. The name of the hub. |
page_size |
int
Optional. The maximum number of results to return per page. |
page_token |
str
Optional. The page token. |
filter |
str
Optional. An expression that filters the list of results. The filter can be used to filter the results by the following fields: - psc_propagation_status.source_spoke
- psc_propagation_status.source_group
- psc_propagation_status.source_forwarding_rule
- psc_propagation_status.target_spoke
- psc_propagation_status.target_group
- psc_propagation_status.code
- psc_propagation_status.message
|
order_by |
str
Optional. Sort the results in ascending order by the specified fields. A comma-separated list of any of these fields: - psc_propagation_status.source_spoke
- psc_propagation_status.source_group
- psc_propagation_status.source_forwarding_rule
- psc_propagation_status.target_spoke
- psc_propagation_status.target_group
- psc_propagation_status.code If group_by is set,
the value of the order_by field must be the same as or
a subset of the group_by field.
|
group_by |
str
Optional. Aggregate the results by the specified fields. A comma-separated list of any of these fields: - psc_propagation_status.source_spoke
- psc_propagation_status.source_group
- psc_propagation_status.source_forwarding_rule
- psc_propagation_status.target_spoke
- psc_propagation_status.target_group
- psc_propagation_status.code
|