Package | Description |
---|---|
org.jclouds.cloudstack.functions | |
org.jclouds.joyent.cloudapi.v6_5.domain | |
org.jclouds.json.config | |
org.jclouds.snia.cdmi.v1.domain |
Modifier and Type | Method and Description |
---|---|
AsyncJob<?> |
ParseTypedAsyncJob.apply(AsyncJob<Map<String,JsonBall>> toParse) |
Constructor and Description |
---|
ParseAsyncJobFromHttpResponse(ParseTypedAsyncJob parseTyped,
UnwrapOnlyJsonValue<AsyncJob<Map<String,JsonBall>>> parser) |
Modifier and Type | Method and Description |
---|---|
Machine.Builder |
Machine.Builder.addMetadata(String name,
JsonBall values) |
Dataset.Builder |
Dataset.Builder.addRequirement(String name,
JsonBall values) |
Modifier and Type | Method and Description |
---|---|
Machine.Builder |
Machine.Builder.metadata(Map<String,JsonBall> metadata) |
Dataset.Builder |
Dataset.Builder.requirements(Map<String,JsonBall> requirements) |
Constructor and Description |
---|
Dataset(String id,
String urn,
String name,
String os,
Machine.Type type,
String description,
boolean isDefault,
Map<String,JsonBall> requirements,
String version,
Date created) |
Machine(String id,
String name,
Machine.Type type,
Machine.State state,
String dataset,
int memorySizeMb,
int diskSizeGb,
Set<String> ips,
Date created,
Date updated,
Map<String,JsonBall> metadata) |
Modifier and Type | Method and Description |
---|---|
protected JsonBall |
GsonModule.NullHackJsonBallAdapter.createJsonLiteralFromRawJson(String json) |
Modifier and Type | Method and Description |
---|---|
protected com.google.gson.TypeAdapter<JsonBall> |
GsonModule.provideJsonBallAdapter(GsonModule.NullHackJsonBallAdapter in) |
Modifier and Type | Method and Description |
---|---|
Map<String,JsonBall> |
CDMIObject.getMetadata()
Metadata for the CDMI object.
|
Modifier and Type | Method and Description |
---|---|
B |
CDMIObject.Builder.metadata(Map<String,JsonBall> metadata) |
Copyright © 2009-2013 jclouds. All Rights Reserved.