| Package | Description |
|---|---|
| org.jclouds.gogrid.domain |
| Modifier and Type | Field and Description |
|---|---|
protected Customer |
ServerImage.Builder.owner |
| Modifier and Type | Method and Description |
|---|---|
Customer |
Customer.Builder.build() |
Customer |
ServerImage.getOwner() |
| Modifier and Type | Method and Description |
|---|---|
T |
Customer.Builder.fromCustomer(Customer in) |
T |
ServerImage.Builder.owner(Customer owner) |
| 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-2016 The Apache Software Foundation. All Rights Reserved.