Uses of Interface
api.equinix.javasdk.ibxsmartview.model.SystemAlert
Packages that use SystemAlert
Package
Description
IBX SmartView client interfaces for the Equinix Java SDK.
-
Uses of SystemAlert in api.equinix.javasdk.ibxsmartview.client
Methods in api.equinix.javasdk.ibxsmartview.client that return types with arguments of type SystemAlertModifier and TypeMethodDescriptionIBXSmartViewConfig.getSystemAlertClient()SystemAlerts.search(String status, String assetClassification, String edgeCollectedOn, int offset, int limit) Searches for system alerts matching the specified filter criteria.SystemAlerts.searchPost(Object filterBody) Searches for system alerts using a structured filter body submitted via POST. -
Uses of SystemAlert in api.equinix.javasdk.ibxsmartview.client.implementation
Methods in api.equinix.javasdk.ibxsmartview.client.implementation that return types with arguments of type SystemAlertModifier and TypeMethodDescriptionSystemAlertsImpl.search(String status, String assetClassification, String edgeCollectedOn, int offset, int limit) SystemAlertsImpl.searchPost(Object filterBody) Constructor parameters in api.equinix.javasdk.ibxsmartview.client.implementation with type arguments of type SystemAlertModifierConstructorDescriptionSystemAlertsImpl(SystemAlertClient<SystemAlert> serviceClient, IBXSmartView serviceManager) -
Uses of SystemAlert in api.equinix.javasdk.ibxsmartview.client.internal
Methods in api.equinix.javasdk.ibxsmartview.client.internal that return types with arguments of type SystemAlert -
Uses of SystemAlert in api.equinix.javasdk.ibxsmartview.client.internal.implementation
Methods in api.equinix.javasdk.ibxsmartview.client.internal.implementation that return types with arguments of type SystemAlertModifier and TypeMethodDescriptionSystemAlertClientImpl.nextPage(PaginatedRequest<SystemAlert> equinixRequest) SystemAlertClientImpl.search(String status, String assetClassification, String edgeCollectedOn, int offset, int limit) SystemAlertClientImpl.searchPost(Object filterBody) Method parameters in api.equinix.javasdk.ibxsmartview.client.internal.implementation with type arguments of type SystemAlertModifier and TypeMethodDescriptionSystemAlertClientImpl.nextPage(PaginatedRequest<SystemAlert> equinixRequest) -
Uses of SystemAlert in api.equinix.javasdk.ibxsmartview.model.json
Classes in api.equinix.javasdk.ibxsmartview.model.json that implement SystemAlert