Package | Description |
---|---|
org.jclouds.gogrid.domain |
Modifier and Type | Field and Description |
---|---|
protected Set<BillingToken> |
ServerImage.Builder.billingTokens |
Modifier and Type | Method and Description |
---|---|
BillingToken |
BillingToken.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Set<BillingToken> |
ServerImage.getBillingTokens() |
Modifier and Type | Method and Description |
---|---|
T |
ServerImage.Builder.billingTokens(BillingToken... in) |
int |
BillingToken.compareTo(BillingToken o) |
T |
BillingToken.Builder.fromBillingToken(BillingToken in) |
Modifier and Type | Method and Description |
---|---|
T |
ServerImage.Builder.billingTokens(Set<BillingToken> billingTokens) |
Constructor and Description |
---|
ServerImage(long id,
String name,
String friendlyName,
String description,
Option os,
Option architecture,
ServerImageType type,
ServerImageState state,
double price,
String location,
boolean isActive,
boolean isPublic,
Date createdTime,
Date updatedTime,
Set<BillingToken> billingTokens,
Customer owner) |
Copyright © 2009-2013 jclouds. All Rights Reserved.