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 |
---|---|
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.collect.FluentIterable<TrafficControllerPool> |
TrafficControllerPoolApi.list()
Returns all traffic controller pools in the zone.
|
com.google.common.collect.FluentIterable<RoundRobinPool> |
RoundRobinPoolApi.list()
Returns all round robin pools in the zone.
|
com.google.common.collect.FluentIterable<ResourceRecordDetail> |
ResourceRecordApi.list()
Returns all the specified record types in the zone.
|
com.google.common.collect.FluentIterable<DirectionalPool> |
DirectionalPoolApi.list()
Returns all directional pools in the zone.
|
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.collect.FluentIterable<ResourceRecordDetail> |
ResourceRecordApi.listByName(String hostName)
Returns all the specified record types in the zone with the fully
qualified
hostName |
com.google.common.collect.FluentIterable<ResourceRecordDetail> |
ResourceRecordApi.listByNameAndType(String hostName,
int rrType)
Returns all the specified record types in the zone with the fully
qualified
hostName and rrType |
com.google.common.collect.FluentIterable<TrafficControllerPoolRecordDetail> |
TrafficControllerPoolApi.listRecords(String poolId)
Returns all records in the traffic controller pool.
|
com.google.common.collect.FluentIterable<ResourceRecordDetail> |
RoundRobinPoolApi.listRecords(String poolId)
Returns all records in the round robin pool.
|
com.google.common.collect.FluentIterable<DirectionalPoolRecordDetail> |
DirectionalGroupApi.listRecordsByAccountLevelGroup(String groupId)
Returns all the directional pool records in the account-level group.
|
com.google.common.collect.FluentIterable<DirectionalPoolRecordDetail> |
DirectionalPoolApi.listRecordsByDNameAndType(String dname,
int rrType)
Returns all the directional pool records in the zone with the fully
qualified
hostName and rrType |
com.google.common.collect.FluentIterable<DirectionalPoolRecordDetail> |
DirectionalGroupApi.listRecordsByGroupCoordinates(DirectionalGroupCoordinates group)
Returns all the directional pool records in the pool-level group.
|
void |
ResourceRecordApi.update(String guid,
ResourceRecord toCreate)
updates an existing resource record in the zone.
|
void |
DirectionalPoolApi.updateRecord(String recordId,
DirectionalPoolRecord update)
updates such as ttl or rdata for an existing directional record.
|
void |
TrafficControllerPoolApi.updateRecord(String poolRecordID,
UpdatePoolRecord update)
This request updates an existing pool record.
|
void |
DirectionalPoolApi.updateRecordAndGroup(String recordId,
DirectionalPoolRecord update,
DirectionalGroup group)
updates the geo groups of an existing directional record.
|
void |
RoundRobinPoolApi.updateRecordWithAddressAndTTL(String lbPoolID,
String guid,
String ipv4Address,
int ttl)
updates an existing A or AAAA record in the pool.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.