Package | Description |
---|---|
org.jclouds.cloudservers | |
org.jclouds.cloudservers.domain |
Modifier and Type | Method and Description |
---|---|
SharedIpGroup |
CloudServersClient.createSharedIpGroup(String name,
CreateSharedIpGroupOptions... options)
This operation creates a new shared IP group.
|
SharedIpGroup |
CloudServersClient.getSharedIpGroup(int id)
This operation returns details of the specified shared IP group.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<SharedIpGroup> |
CloudServersAsyncClient.createSharedIpGroup(String name,
CreateSharedIpGroupOptions... options) |
com.google.common.util.concurrent.ListenableFuture<SharedIpGroup> |
CloudServersAsyncClient.getSharedIpGroup(int id) |
Set<SharedIpGroup> |
CloudServersClient.listSharedIpGroups(ListOptions... options)
List shared IP groups (IDs and names only)
in order to retrieve all details, pass the option
withDetails() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<SharedIpGroup>> |
CloudServersAsyncClient.listSharedIpGroups(ListOptions... options) |
Modifier and Type | Method and Description |
---|---|
SharedIpGroup |
SharedIpGroup.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
SharedIpGroup.Builder.fromSharedIpGroup(SharedIpGroup in) |
Copyright © 2009-2013 jclouds. All Rights Reserved.