public static class CloudNetworkMonitoringApi.GetAggregatedDnsOptionalParameters extends Object
| Constructor and Description |
|---|
GetAggregatedDnsOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
CloudNetworkMonitoringApi.GetAggregatedDnsOptionalParameters |
from(Long from)
Set from.
|
CloudNetworkMonitoringApi.GetAggregatedDnsOptionalParameters |
groupBy(String groupBy)
Set groupBy.
|
CloudNetworkMonitoringApi.GetAggregatedDnsOptionalParameters |
limit(Integer limit)
Set limit.
|
CloudNetworkMonitoringApi.GetAggregatedDnsOptionalParameters |
tags(String tags)
Set tags.
|
CloudNetworkMonitoringApi.GetAggregatedDnsOptionalParameters |
to(Long to)
Set to.
|
public CloudNetworkMonitoringApi.GetAggregatedDnsOptionalParameters 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.GetAggregatedDnsOptionalParameters 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.GetAggregatedDnsOptionalParameters groupBy(String groupBy)
groupBy - Comma-separated list of fields to group DNS traffic by. The server side
defaults to network.dns_query if unspecified. server_ungrouped
may be used if groups are not desired. The maximum number of group_by(s) is 10.
(optional)public CloudNetworkMonitoringApi.GetAggregatedDnsOptionalParameters tags(String tags)
tags - Comma-separated list of tags to filter DNS traffic by. (optional)public CloudNetworkMonitoringApi.GetAggregatedDnsOptionalParameters limit(Integer limit)
limit - The number of aggregated DNS entries to be returned. The maximum value is 7500.
The default is 100. (optional, default to 100)Copyright © 2025. All rights reserved.