Uses of Class
org.jclouds.googlecomputeengine.domain.Warning
Packages that use Warning
-
Uses of Warning in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return WarningModifier and TypeMethodDescriptionstatic Warning
Warning.create
(String code, String message, List<KeyValuePair> data) Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type WarningModifier and TypeMethodDescriptionOperation.warnings()
Route.warnings()
Potential misconfigurations are detected for this route.Method parameters in org.jclouds.googlecomputeengine.domain with type arguments of type WarningModifier and TypeMethodDescriptionstatic Operation
Operation.create
(String id, Date creationTimestamp, URI selfLink, String name, String description, URI targetLink, String targetId, String clientOperationId, Operation.Status status, String statusMessage, String user, Integer progress, Date insertTime, Date startTime, Date endTime, Integer httpErrorStatusCode, String httpErrorMessage, String operationType, Operation.Error error, List<Warning> warnings, URI region, URI zone)