|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dasein.cloud.google.GoogleMethod
public class GoogleMethod
Represents the interaction point between Dasein Cloud and the underlying REST API.
| Constructor Summary | |
|---|---|
GoogleMethod(Google provider)
|
|
| Method Summary | |
|---|---|
boolean |
getOperationComplete(org.dasein.cloud.ProviderContext ctx,
com.google.api.services.compute.model.Operation job,
GoogleOperationType operationType,
String regionId,
String dataCenterId)
|
String |
getOperationTarget(org.dasein.cloud.ProviderContext ctx,
com.google.api.services.compute.model.Operation job,
GoogleOperationType operationType,
String regionId,
String dataCenterId,
boolean getLink)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleMethod(@Nonnull
Google provider)
| Method Detail |
|---|
@Nonnull
public String getOperationTarget(@Nonnull
org.dasein.cloud.ProviderContext ctx,
@Nonnull
com.google.api.services.compute.model.Operation job,
@Nonnull
GoogleOperationType operationType,
String regionId,
String dataCenterId,
boolean getLink)
throws org.dasein.cloud.CloudException,
org.dasein.cloud.InternalException
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
@Nonnull
public boolean getOperationComplete(org.dasein.cloud.ProviderContext ctx,
com.google.api.services.compute.model.Operation job,
GoogleOperationType operationType,
String regionId,
String dataCenterId)
throws org.dasein.cloud.CloudException,
org.dasein.cloud.InternalException
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||