Uses of Class
org.jclouds.googlecomputeengine.domain.Warning
-
Packages that use Warning Package Description org.jclouds.googlecomputeengine.domain -
-
Uses of Warning in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Warning Modifier and Type Method Description static Warning
Warning. create(String code, String message, List<KeyValuePair> data)
Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type Warning Modifier and Type Method Description abstract List<Warning>
Operation. warnings()
abstract List<Warning>
Route. warnings()
Potential misconfigurations are detected for this route.Method parameters in org.jclouds.googlecomputeengine.domain with type arguments of type Warning Modifier and Type Method Description static 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)
-