public static class NetworkHealthInsightsApi.ListNetworkHealthInsightsOptionalParameters extends Object
| Constructor and Description |
|---|
ListNetworkHealthInsightsOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
NetworkHealthInsightsApi.ListNetworkHealthInsightsOptionalParameters |
from(String from)
Set from.
|
NetworkHealthInsightsApi.ListNetworkHealthInsightsOptionalParameters |
to(String to)
Set to.
|
public ListNetworkHealthInsightsOptionalParameters()
public NetworkHealthInsightsApi.ListNetworkHealthInsightsOptionalParameters from(String 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 will be 15 minutes before the to
timestamp. If neither from nor to are provided, the
query window will be [now - 15m, now]. (optional)public NetworkHealthInsightsApi.ListNetworkHealthInsightsOptionalParameters to(String 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 will be the current time. If neither from
nor to are provided, the query window will be [now - 15m, now]
. (optional)Copyright © 2026. All rights reserved.