public static class ServiceLevelObjectivesApi.ListSLOsOptionalParameters extends Object
Constructor and Description |
---|
ListSLOsOptionalParameters() |
Modifier and Type | Method and Description |
---|---|
ServiceLevelObjectivesApi.ListSLOsOptionalParameters |
ids(String ids)
Set ids.
|
ServiceLevelObjectivesApi.ListSLOsOptionalParameters |
limit(Long limit)
Set limit.
|
ServiceLevelObjectivesApi.ListSLOsOptionalParameters |
metricsQuery(String metricsQuery)
Set metricsQuery.
|
ServiceLevelObjectivesApi.ListSLOsOptionalParameters |
offset(Long offset)
Set offset.
|
ServiceLevelObjectivesApi.ListSLOsOptionalParameters |
query(String query)
Set query.
|
ServiceLevelObjectivesApi.ListSLOsOptionalParameters |
tagsQuery(String tagsQuery)
Set tagsQuery.
|
public ServiceLevelObjectivesApi.ListSLOsOptionalParameters ids(String ids)
ids
- A comma separated list of the IDs of the service level objectives objects.
(optional)public ServiceLevelObjectivesApi.ListSLOsOptionalParameters query(String query)
query
- The query string to filter results based on SLO names. (optional)public ServiceLevelObjectivesApi.ListSLOsOptionalParameters tagsQuery(String tagsQuery)
tagsQuery
- The query string to filter results based on a single SLO tag. (optional)public ServiceLevelObjectivesApi.ListSLOsOptionalParameters metricsQuery(String metricsQuery)
metricsQuery
- The query string to filter results based on SLO numerator and
denominator. (optional)public ServiceLevelObjectivesApi.ListSLOsOptionalParameters limit(Long limit)
limit
- The number of SLOs to return in the response. (optional)public ServiceLevelObjectivesApi.ListSLOsOptionalParameters offset(Long offset)
offset
- The specific offset to use as the beginning of the returned response.
(optional)Copyright © 2023. All rights reserved.