Package | Description |
---|---|
org.jclouds.blobstore | |
org.jclouds.dynect.v3.features | |
org.jclouds.openstack.swift | |
org.jclouds.ultradns.ws.features |
Modifier and Type | Class and Description |
---|---|
class |
ContainerNotFoundException
Thrown when a container cannot be located.
|
class |
KeyNotFoundException
Thrown when a blob cannot be located in the container.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Zone> |
ZoneAsyncApi.publish(String fqdn) |
Zone |
ZoneApi.publish(String fqdn)
Publishes the current zone
|
Modifier and Type | Class and Description |
---|---|
class |
CopyObjectException
Thrown when an object cannot be copied.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<RoundRobinPool>> |
RoundRobinPoolAsyncApi.list() |
com.google.common.collect.FluentIterable<RoundRobinPool> |
RoundRobinPoolApi.list()
Returns all round robin pools in the zone.
|
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<ResourceRecord>> |
ResourceRecordAsyncApi.list() |
com.google.common.collect.FluentIterable<ResourceRecordMetadata> |
ResourceRecordApi.list()
Returns all the specified record types in the zone.
|
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<Zone>> |
ZoneAsyncApi.listByAccount(String accountId) |
com.google.common.collect.FluentIterable<Zone> |
ZoneApi.listByAccount(String accountId)
Lists all zones in the specified account.
|
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<Zone>> |
ZoneAsyncApi.listByAccountAndType(String accountId,
Zone.Type type) |
com.google.common.collect.FluentIterable<Zone> |
ZoneApi.listByAccountAndType(String accountId,
Zone.Type type)
Lists all zones in the specified account of type
|
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<ResourceRecordMetadata>> |
ResourceRecordAsyncApi.listByName(String hostName) |
com.google.common.collect.FluentIterable<ResourceRecordMetadata> |
ResourceRecordApi.listByName(String hostName)
Returns all the specified record types in the zone with the fully
qualified
hostName |
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<ResourceRecordMetadata>> |
ResourceRecordAsyncApi.listByNameAndType(String hostName,
int rrType) |
com.google.common.collect.FluentIterable<ResourceRecordMetadata> |
ResourceRecordApi.listByNameAndType(String hostName,
int rrType) |
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<ResourceRecordMetadata>> |
ResourceRecordAsyncApi.listByNameAndType(String hostName,
String rrType) |
com.google.common.collect.FluentIterable<ResourceRecordMetadata> |
ResourceRecordApi.listByNameAndType(String hostName,
String type) |
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<ResourceRecordMetadata>> |
ResourceRecordAsyncApi.listByNameAndType(String hostName,
com.google.common.primitives.UnsignedInteger rrType) |
com.google.common.collect.FluentIterable<ResourceRecordMetadata> |
ResourceRecordApi.listByNameAndType(String hostName,
com.google.common.primitives.UnsignedInteger rrType)
Returns all the specified record types in the zone with the fully
qualified
hostName and rrType |
com.google.common.util.concurrent.ListenableFuture<com.google.common.collect.FluentIterable<ResourceRecord>> |
RoundRobinPoolAsyncApi.listRecords(String poolId) |
com.google.common.collect.FluentIterable<ResourceRecordMetadata> |
RoundRobinPoolApi.listRecords(String poolId)
Returns all records in the round robin pool.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
ResourceRecordAsyncApi.update(String guid,
ResourceRecord toCreate) |
void |
ResourceRecordApi.update(String guid,
ResourceRecord updated)
updates an existing resource record in the zone.
|
com.google.common.util.concurrent.ListenableFuture<Void> |
RoundRobinPoolAsyncApi.updateRecordWithAddressAndTTL(String lbPoolID,
String guid,
String ipv4Address,
com.google.common.primitives.UnsignedInteger ttl) |
void |
RoundRobinPoolApi.updateRecordWithAddressAndTTL(String lbPoolID,
String guid,
String address,
com.google.common.primitives.UnsignedInteger ttl)
updates an existing A or AAAA record in the pool.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.