Uses of Annotation Interface
org.jclouds.rest.annotations.Payload
Packages that use Payload
Package
Description
-
Uses of Payload in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with annotations of type PayloadModifier and TypeMethodDescriptionCapture the virtual machine image destinationContainerName: the name of the folder created under the "system" container in the storage account Folder structure: Microsoft.Computer > Images > destinationContainerName Within the folder, there will be 1 page blob for the osDisk vhd and 1 block blob for the vmTemplate json fileThe Create Template Deployment operation starts the process of an ARM Template deployment.StorageAccountApi.isAvailable
(String storageAccountName) The Check Storage Account Name Availability operation checks to see if the specified storage account name is available, or if it has already been taken.StorageAccountApi.regenerateKeys
(String storageAccount, String keyName) https://msdn.microsoft.com/en-us/library/mt163567.aspx POSTValidate Deployment validates deployment template before deployment -
Uses of Payload in org.jclouds.digitalocean2.features
Methods in org.jclouds.digitalocean2.features with annotations of type Payload -
Uses of Payload in org.jclouds.docker.features
Methods in org.jclouds.docker.features with annotations of type PayloadModifier and TypeMethodDescriptionvoid
NetworkApi.connectContainerToNetwork
(String networkIdOrName, String containerIdOrName) void
NetworkApi.disconnectContainerFromNetwork
(String networkIdOrName, String containerIdOrName) -
Uses of Payload in org.jclouds.dynect.v3.features
Methods in org.jclouds.dynect.v3.features with annotations of type PayloadModifier and TypeMethodDescriptionfreezes the specified zone.Publishes the current zoneZoneApi.scheduleCreateWithContact
(String fqdn, String contact) Schedules addition of a new primary zone with one hour default TTL andinvalid reference
SerialStyle#INCREMENT
thaws the specified zone. -
Uses of Payload in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with annotations of type PayloadModifier and TypeMethodDescriptionNetworkApi.createCustom
(String networkName) Creates a custom persistent network resource in the specified project with the specified range.NetworkApi.createLegacy
(String networkName, String IPv4Range) Creates a legacy persistent network resource in the specified project with the specified range. -
Uses of Payload in org.jclouds.openstack.neutron.v2.extensions.lbaas.v1
Methods in org.jclouds.openstack.neutron.v2.extensions.lbaas.v1 with annotations of type PayloadModifier and TypeMethodDescriptionLBaaSApi.associateHealthMonitor
(String poolId, String healthMonitorId) Associate a HealthMonitor to a Pool. -
Uses of Payload in org.jclouds.openstack.nova.v2_0.extensions
Methods in org.jclouds.openstack.nova.v2_0.extensions with annotations of type PayloadModifier and TypeMethodDescriptionvoid
FloatingIPApi.addToServer
(String address, String serverId) Adds a Floating IP address to a ServerFloatingIPApi.allocateFromPool
(String pool) Allocates a Floating IP address from a poolCreates a new port interface and associate with the given portFloatingIPApi.create()
Allocates a Floating IP addressCreates aKeyPair
.SecurityGroupApi.createWithDescription
(String name, String description) Create a Security Groupboolean
Prevent the specified host from accepting new instances.boolean
Allow the specified host to accept new instances.void
ServerAdminApi.injectNetworkInfo
(String id) Inject network info into a server.void
Lock a server.void
Migrate a server.void
Pause a server.void
FloatingIPApi.removeFromServer
(String address, String serverId) Removes a Floating IP address from a Servervoid
ServerAdminApi.resetNetwork
(String id) Reset network of a server.void
Resume a server.boolean
HostAdministrationApi.startMaintenance
(String hostId) Start host maintenance window.boolean
HostAdministrationApi.stopMaintenance
(String hostId) Stop host maintenance window.void
Suspend a server.void
Unlock a server.void
Unpause a server.void
VolumeTypeApi.updateExtraSpec
(String id, String key, String value) Creates or updates a single extra spec valuevoid
FlavorExtraSpecsApi.updateMetadataEntry
(String flavorId, String key, String value) Creates or updates a single extra spec value -
Uses of Payload in org.jclouds.openstack.nova.v2_0.features
Methods in org.jclouds.openstack.nova.v2_0.features with annotations of type PayloadModifier and TypeMethodDescriptionvoid
ServerApi.changeAdminPass
(String id, String adminPass) Change the administrative password to a server.void
ServerApi.confirmResize
(String id) Confirm a resize operation.ServerApi.createImageFromServer
(String name, String id) Create an image from a server.void
ServerApi.reboot
(String id, RebootType rebootType) Reboot a server.void
Rename a server.void
Resize a server to a new flavor size.void
ServerApi.revertResize
(String id) Revert a resize operation.void
Start a servervoid
Stop a server -
Uses of Payload in org.jclouds.packet.features
Methods in org.jclouds.packet.features with annotations of type Payload -
Uses of Payload in org.jclouds.profitbricks.features
Methods in org.jclouds.profitbricks.features with annotations of type PayloadModifier and TypeMethodDescriptionIpBlockApi.addPublicIpToNic
(String ip, String nicid) DataCenterApi.clearDataCenter
(String identifier) Removes all components from an existing Virtual Data Center.boolean
DataCenterApi.deleteDataCenter
(String identifier) Deletes an Virtual Data Center.boolean
LoadBalancerApi.deleteLoadBalancer
(String id) boolean
boolean
ServerApi.deleteServer
(String id) Deletes an existing Virtual Server.boolean
SnapshotApi.deleteSnapshot
(String id) boolean
StorageApi.deleteStorage
(String id) Deletes an existing virtual storage device.StorageApi.disconnectStorageFromServer
(String storageId, String serverId) Disconnects a virtual storage device from a connected server.DataCenterApi.getAllDataCenters()
FirewallApi.getAllFirewalls()
ImageApi.getAllImages()
IpBlockApi.getAllIpBlock()
LoadBalancerApi.getAllLoadBalancers()
NicApi.getAllNics()
ServerApi.getAllServers()
SnapshotApi.getAllSnapshots()
StorageApi.getAllStorages()
DataCenterApi.getDataCenter
(String identifier) DataCenterApi.getDataCenterState
(String identifier) This is a lightweight function for polling the current provisioning state of the Virtual Data Center.FirewallApi.getFirewall
(String identifier) IpBlockApi.getIpBlock
(String identifier) LoadBalancerApi.getLoadBalancer
(String identifier) SnapshotApi.getSnapshot
(String identifier) StorageApi.getStorage
(String id) IpBlockApi.releasePublicIpBlock
(String blockid) IpBlockApi.removePublicIpFromNic
(String ip, String nicid) DrivesApi.removeRomDriveFromServer
(String imageid, String serverid) IpBlockApi.reservePublicIpBlock
(int blockSize, Location location) ServerApi.resetServer
(String id) Resets an existing virtual server (POWER CYCLE).ServerApi.startServer
(String id) Starts an existing virtual server Server may receive new public IP addresses if necessary Billing will continueServerApi.stopServer
(String id) Stops an existing virtual server forcefully (HARD stop) Server will be forcefully powered off. -
Uses of Payload in org.jclouds.rackspace.cloudloadbalancers.v1.features
Methods in org.jclouds.rackspace.cloudloadbalancers.v1.features with annotations of type PayloadModifier and TypeMethodDescriptionvoid
Specify the HTML content for the custom error page.void
SessionPersistenceApi.create
(SessionPersistence sessionPersistence) Create session persistence.void
ContentCachingApi.disable()
Disable content caching.void
ConnectionApi.disableConnectionLogging()
Disable logging connections.void
ContentCachingApi.enable()
Enable content caching.void
ConnectionApi.enableConnectionLogging()
Enable logging connections.boolean
LoadBalancerApi.updateMetadatum
(int id, int metadatumId, String value) Update metadatum.boolean
NodeApi.updateMetadatum
(int id, int metadatumId, String value) Update metadatum. -
Uses of Payload in org.jclouds.route53.features
Methods in org.jclouds.route53.features with annotations of type PayloadModifier and TypeMethodDescriptionResourceRecordSetApi.create
(ResourceRecordSet rrs) schedules creation of the resource record set.HostedZoneApi.createWithReference
(String name, String callerReference) This action creates a new hosted zone.HostedZoneApi.createWithReferenceAndComment
(String name, String callerReference, String comment) likeHostedZoneApi.createWithReference(String, String)
, except you can specify a comment.ResourceRecordSetApi.delete
(ResourceRecordSet rrs) This action deletes a resource record set. -
Uses of Payload in org.jclouds.ultradns.ws
Methods in org.jclouds.ultradns.ws with annotations of type PayloadModifier and TypeMethodDescriptionUltraDNSWSApi.getCurrentAccount()
Returns the account of the current user.UltraDNSWSApi.getRegionsByIdAndName()
Lists the directional regions available in the account. -
Uses of Payload in org.jclouds.ultradns.ws.features
Methods in org.jclouds.ultradns.ws.features with annotations of type PayloadModifier and TypeMethodDescriptionRoundRobinPoolApi.addAAAARecordWithAddressAndTTL
(String lbPoolID, String ipv6Address, int ttl) adds a newAAAA
record to the poolRoundRobinPoolApi.addARecordWithAddressAndTTL
(String lbPoolID, String ipv4Address, int ttl) adds a newA
record to the poolTrafficControllerPoolApi.addRecordToPoolWithTTL
(String rdata, String lbPoolID, int ttl) adds a new record to the pool with default weight.TrafficControllerPoolApi.addRecordToPoolWithTTLAndWeight
(String rdata, String lbPoolID, int ttl, int weight) adds a new record to the pool with a specified weight.void
clears a background task in either a COMPLETE or ERROR state.DirectionalPoolApi.createForDNameAndType
(String name, String dname, int rrType) creates a directional pool forA
andCNAME
(ipv4) recordsRoundRobinPoolApi.createForDNameAndType
(String name, String dname, int rrType) creates a round robin pool.TrafficControllerPoolApi.createForDNameAndType
(String name, String dname, int rrType) creates a traffic controller pool.void
ZoneApi.createInAccount
(String name, String accountId) creates a primary zone and its supporting records (SOA, NS and A).void
removes a pool and all its recordsvoid
deletes a specific resource recordvoid
removes a pool and all its records and probesvoid
removes a pool and all its records and probesvoid
deletes a zone and all its resource recordsvoid
DirectionalPoolApi.deleteRecord
(String id) deletes a specific directional pool recordvoid
RoundRobinPoolApi.deleteRecord
(String guid) deletes a specific pooled resource recordvoid
TrafficControllerPoolApi.deleteRecord
(String poolRecordID) deletes a specific pooled resource recordreturns the regions and name of the specified directional group or null, if not found.TrafficControllerPoolApi.getNameByDName
(String dname) Retrieves the name of the specified pool by dname.TrafficControllerPoolApi.getRecordSpec
(String poolRecordID) com.google.common.collect.FluentIterable
<DirectionalPool> DirectionalPoolApi.list()
Returns all directional 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
<RoundRobinPool> RoundRobinPoolApi.list()
Returns all round robin pools in the zone.com.google.common.collect.FluentIterable
<Task> TaskApi.list()
Lists all tasks.com.google.common.collect.FluentIterable
<TrafficControllerPool> TrafficControllerPoolApi.list()
Returns all traffic controller pools in the zone.com.google.common.collect.FluentIterable
<AccountLevelGroup> DirectionalGroupApi.listAccountLevelGroups()
Returns all account-level groups.com.google.common.collect.FluentIterable
<Zone> ZoneApi.listByAccount
(String accountId) Lists all zones in the specified account.com.google.common.collect.FluentIterable
<Zone> ZoneApi.listByAccountAndType
(String accountId, Zone.Type type) Lists all zones in the specified account of typecom.google.common.collect.FluentIterable
<ResourceRecordDetail> ResourceRecordApi.listByName
(String hostName) Returns all the specified record types in the zone with the fully qualifiedinvalid reference
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 qualifiedinvalid reference
hostName
invalid reference
rrType
com.google.common.collect.FluentIterable
<String> DirectionalGroupApi.listGroupNamesByDNameAndType
(String hostName, int rrType) Returns directional group names visible to the account for the fully qualifiedinvalid reference
hostName
invalid reference
rrType
com.google.common.collect.FluentIterable
<ResourceRecordDetail> RoundRobinPoolApi.listRecords
(String poolId) Returns all records in the round robin pool.com.google.common.collect.FluentIterable
<TrafficControllerPoolRecordDetail> TrafficControllerPoolApi.listRecords
(String poolId) Returns all records in the traffic controller 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 qualifiedinvalid reference
hostName
invalid reference
rrType
Runs a test taskvoid
RoundRobinPoolApi.updateRecordWithAddressAndTTL
(String lbPoolID, String guid, String ipv4Address, int ttl) updates an existing A or AAAA record in the pool.