Class AlertRequestOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.azurecompute.arm.options.AlertRequestOptions
- All Implemented Interfaces:
HttpRequestOptions
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
withAlertRule
(String alertRule) withAlertState
(String alertState) withCustomTimeRange
(String customTimeRange) withGroupBy
(String groupby) withIncludeContext
(boolean includeContext) withIncludeEgressConfig
(boolean includeEgressConfig) withIncludeSmartGroupsCount
(boolean includeSmartGroupsCount) withMonitorCondition
(String monitorCondition) withMonitorService
(String monitorService) withPageCount
(int pageCount) withSelect
(String select) withSeverity
(String severity) withSmartGroupId
(String smartGroupId) withSortBy
(String sortBy) withSortOrder
(String sortOrder) withTargetResource
(String targetResource) withTargetResourceGroup
(String targetResourceGroup) withTargetResourceType
(String targetResourceType) withTimeRange
(String timeRange) Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, replaceHeader, toString
-
Field Details
-
NONE
-
-
Constructor Details
-
AlertRequestOptions
public AlertRequestOptions()
-
-
Method Details
-
withTargetResource
-
withTargetResourceGroup
-
withTargetResourceType
-
withMonitorService
-
withMonitorCondition
-
withSeverity
-
withAlertState
-
withAlertRule
-
withSmartGroupId
-
withIncludeContext
-
withIncludeEgressConfig
-
withPageCount
-
withSortBy
-
withSortOrder
-
withSelect
-
withTimeRange
-
withCustomTimeRange
-
withGroupBy
-
withIncludeSmartGroupsCount
-
equals
- Overrides:
equals
in classBaseHttpRequestOptions
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseHttpRequestOptions
-