public class PartialListInstancesException extends RuntimeException
Constructor and Description |
---|
PartialListInstancesException(List<String> unavailableZones,
List<Instance> instances) |
Modifier and Type | Method and Description |
---|---|
List<Instance> |
getInstances()
A partial list of instances that were found in the available zones.
|
List<String> |
getUnavailableZones()
A list of zones, whose unavailability caused this error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2019 Google LLC. All rights reserved.