Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain |
Modifier and Type | Method and Description |
---|---|
static Warning |
Warning.create(String code,
String message,
List<KeyValuePair> data) |
Modifier and Type | Method and Description |
---|---|
abstract List<Warning> |
Route.warnings()
Potential misconfigurations are detected for this route.
|
abstract List<Warning> |
Operation.warnings() |
Modifier and Type | Method and Description |
---|---|
static Route |
Route.create(String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
URI network,
List<String> tags,
String destRange,
int priority,
URI nextHopInstance,
String nextHopIp,
URI nextHopNetwork,
URI nextHopGateway,
List<Warning> warnings,
URI nextHopVpnTunnel) |
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) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.