public static class CloudNetworkMonitoringApi.GetAggregatedConnectionsOptionalParameters extends Object
| Constructor and Description |
|---|
GetAggregatedConnectionsOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
CloudNetworkMonitoringApi.GetAggregatedConnectionsOptionalParameters |
from(Long from)
Set from.
|
CloudNetworkMonitoringApi.GetAggregatedConnectionsOptionalParameters |
groupBy(String groupBy)
Set groupBy.
|
CloudNetworkMonitoringApi.GetAggregatedConnectionsOptionalParameters |
limit(Integer limit)
Set limit.
|
CloudNetworkMonitoringApi.GetAggregatedConnectionsOptionalParameters |
tags(String tags)
Set tags.
|
CloudNetworkMonitoringApi.GetAggregatedConnectionsOptionalParameters |
to(Long to)
Set to.
|
public GetAggregatedConnectionsOptionalParameters()
public CloudNetworkMonitoringApi.GetAggregatedConnectionsOptionalParameters from(Long from)
from - Unix timestamp (number of seconds since epoch) of the start of the query window.
If not provided, the start of the query window is 15 minutes before the to
timestamp. If neither from nor to are provided, the query
window is [now - 15m, now]. (optional)public CloudNetworkMonitoringApi.GetAggregatedConnectionsOptionalParameters to(Long to)
to - Unix timestamp (number of seconds since epoch) of the end of the query window. If
not provided, the end of the query window is the current time. If neither from
nor to are provided, the query window is [now - 15m, now]
. (optional)public CloudNetworkMonitoringApi.GetAggregatedConnectionsOptionalParameters groupBy(String groupBy)
groupBy - Comma-separated list of fields to group connections by. The maximum number of
group_by(s) is 10. (optional)public CloudNetworkMonitoringApi.GetAggregatedConnectionsOptionalParameters tags(String tags)
tags - Comma-separated list of tags to filter connections by. (optional)public CloudNetworkMonitoringApi.GetAggregatedConnectionsOptionalParameters limit(Integer limit)
limit - The number of connections to be returned. The maximum value is 7500. The default
is 100. (optional, default to 100)Copyright © 2025. All rights reserved.