Uses of Class
org.jclouds.rest.annotations.PayloadParam
- 
- 
Uses of PayloadParam in org.jclouds.azurecompute.arm.features
 - 
Uses of PayloadParam in org.jclouds.b2.features
Method parameters in org.jclouds.b2.features with annotations of type PayloadParam Modifier and Type Method Description B2ObjectMultipartApi. cancelLargeFile(String fileId)BucketBucketApi. createBucket(String bucketName, BucketType bucketType)BucketBucketApi. createBucket(String bucketName, BucketType bucketType)BucketBucketApi. deleteBucket(String bucketId)DeleteFileResponseObjectApi. deleteFileVersion(String fileName, String fileId)DeleteFileResponseObjectApi. deleteFileVersion(String fileName, String fileId)B2ObjectMultipartApi. finishLargeFile(String fileId, Collection<String> contentSha1List)B2ObjectMultipartApi. finishLargeFile(String fileId, Collection<String> contentSha1List)B2ObjectObjectApi. getFileInfo(String fileId)GetUploadPartResponseMultipartApi. getUploadPartUrl(String fileId)UploadUrlResponseObjectApi. getUploadUrl(String bucketId)HideFileResponseObjectApi. hideFile(String bucketId, String fileName)HideFileResponseObjectApi. hideFile(String bucketId, String fileName)B2ObjectListObjectApi. listFileNames(String bucketId, String startFileName, Integer maxFileCount)Deprecated.B2ObjectListObjectApi. listFileNames(String bucketId, String startFileName, Integer maxFileCount)Deprecated.B2ObjectListObjectApi. listFileNames(String bucketId, String startFileName, Integer maxFileCount)Deprecated.B2ObjectListObjectApi. listFileNames(String bucketId, String startFileName, Integer maxFileCount, String prefix, String delimiter)B2ObjectListObjectApi. listFileNames(String bucketId, String startFileName, Integer maxFileCount, String prefix, String delimiter)B2ObjectListObjectApi. listFileNames(String bucketId, String startFileName, Integer maxFileCount, String prefix, String delimiter)B2ObjectListObjectApi. listFileNames(String bucketId, String startFileName, Integer maxFileCount, String prefix, String delimiter)B2ObjectListObjectApi. listFileNames(String bucketId, String startFileName, Integer maxFileCount, String prefix, String delimiter)B2ObjectListObjectApi. listFileVersions(String bucketId, String startFileId, String startFileName, Integer maxFileCount)Deprecated.B2ObjectListObjectApi. listFileVersions(String bucketId, String startFileId, String startFileName, Integer maxFileCount)Deprecated.B2ObjectListObjectApi. listFileVersions(String bucketId, String startFileId, String startFileName, Integer maxFileCount)Deprecated.B2ObjectListObjectApi. listFileVersions(String bucketId, String startFileId, String startFileName, Integer maxFileCount)Deprecated.B2ObjectListObjectApi. listFileVersions(String bucketId, String startFileId, String startFileName, Integer maxFileCount, String prefix, String delimiter)B2ObjectListObjectApi. listFileVersions(String bucketId, String startFileId, String startFileName, Integer maxFileCount, String prefix, String delimiter)B2ObjectListObjectApi. listFileVersions(String bucketId, String startFileId, String startFileName, Integer maxFileCount, String prefix, String delimiter)B2ObjectListObjectApi. listFileVersions(String bucketId, String startFileId, String startFileName, Integer maxFileCount, String prefix, String delimiter)B2ObjectListObjectApi. listFileVersions(String bucketId, String startFileId, String startFileName, Integer maxFileCount, String prefix, String delimiter)B2ObjectListObjectApi. listFileVersions(String bucketId, String startFileId, String startFileName, Integer maxFileCount, String prefix, String delimiter)ListPartsResponseMultipartApi. listParts(String fileId, Integer startPartNumber, Integer maxPartCount)ListPartsResponseMultipartApi. listParts(String fileId, Integer startPartNumber, Integer maxPartCount)ListPartsResponseMultipartApi. listParts(String fileId, Integer startPartNumber, Integer maxPartCount)ListUnfinishedLargeFilesResponseMultipartApi. listUnfinishedLargeFiles(String bucketId, String startFileId, Integer maxFileCount)ListUnfinishedLargeFilesResponseMultipartApi. listUnfinishedLargeFiles(String bucketId, String startFileId, Integer maxFileCount)ListUnfinishedLargeFilesResponseMultipartApi. listUnfinishedLargeFiles(String bucketId, String startFileId, Integer maxFileCount)MultipartUploadResponseMultipartApi. startLargeFile(String bucketId, String fileName, String contentType, Map<String,String> fileInfo)MultipartUploadResponseMultipartApi. startLargeFile(String bucketId, String fileName, String contentType, Map<String,String> fileInfo)MultipartUploadResponseMultipartApi. startLargeFile(String bucketId, String fileName, String contentType, Map<String,String> fileInfo)MultipartUploadResponseMultipartApi. startLargeFile(String bucketId, String fileName, String contentType, Map<String,String> fileInfo)BucketBucketApi. updateBucket(String bucketId, BucketType bucketType)BucketBucketApi. updateBucket(String bucketId, BucketType bucketType)UploadFileResponseObjectApi. uploadFile(UploadUrlResponse uploadUrl, String fileName, String contentSha1, Map<String,String> fileInfo, Payload payload)UploadFileResponseObjectApi. uploadFile(UploadUrlResponse uploadUrl, String fileName, String contentSha1, Map<String,String> fileInfo, Payload payload)UploadFileResponseObjectApi. uploadFile(UploadUrlResponse uploadUrl, String fileName, String contentSha1, Map<String,String> fileInfo, Payload payload)UploadFileResponseObjectApi. uploadFile(UploadUrlResponse uploadUrl, String fileName, String contentSha1, Map<String,String> fileInfo, Payload payload)UploadPartResponseMultipartApi. uploadPart(GetUploadPartResponse response, int partNumber, String sha1, Payload payload)UploadPartResponseMultipartApi. uploadPart(GetUploadPartResponse response, int partNumber, String sha1, Payload payload)UploadPartResponseMultipartApi. uploadPart(GetUploadPartResponse response, int partNumber, String sha1, Payload payload) - 
Uses of PayloadParam in org.jclouds.chef
Method parameters in org.jclouds.chef with annotations of type PayloadParam Modifier and Type Method Description ClientChefApi. createClient(String clientName)Creates a new client.ClientChefApi. createClient(String clientName, CreateClientOptions options)Creates a new client with custom options. - 
Uses of PayloadParam in org.jclouds.digitalocean2.features
Method parameters in org.jclouds.digitalocean2.features with annotations of type PayloadParam Modifier and Type Method Description DropletCreateDropletApi. create(String name, String region, String size, String image)DropletCreateDropletApi. create(String name, String region, String size, String image)DropletCreateDropletApi. create(String name, String region, String size, String image)DropletCreateDropletApi. create(String name, String region, String size, String image)DropletCreateDropletApi. create(String name, String region, String size, String image, CreateDropletOptions options)DropletCreateDropletApi. create(String name, String region, String size, String image, CreateDropletOptions options)DropletCreateDropletApi. create(String name, String region, String size, String image, CreateDropletOptions options)DropletCreateDropletApi. create(String name, String region, String size, String image, CreateDropletOptions options)KeyKeyApi. create(String name, String key)KeyKeyApi. create(String name, String key)ActionDropletApi. snapshot(int id, String name)KeyKeyApi. update(int id, String name)KeyKeyApi. update(String fingerprint, String name) - 
Uses of PayloadParam in org.jclouds.docker.features
Method parameters in org.jclouds.docker.features with annotations of type PayloadParam Modifier and Type Method Description voidNetworkApi. connectContainerToNetwork(String networkIdOrName, String containerIdOrName)voidNetworkApi. disconnectContainerFromNetwork(String networkIdOrName, String containerIdOrName) - 
Uses of PayloadParam in org.jclouds.dynect.v3.features
Method parameters in org.jclouds.dynect.v3.features with annotations of type PayloadParam Modifier and Type Method Description JobZoneApi. scheduleCreateWithContact(String fqdn, String contact)Schedules addition of a new primary zone with one hour default TTL andSerialStyle#INCREMENTinto the current session. - 
Uses of PayloadParam in org.jclouds.glesys.features
Method parameters in org.jclouds.glesys.features with annotations of type PayloadParam Modifier and Type Method Description ServerDetailsServerApi. createWithHostnameAndRootPassword(ServerSpec serverSpec, String hostname, String rootPassword, CreateServerOptions... options)Create a new serverServerDetailsServerApi. createWithHostnameAndRootPassword(ServerSpec serverSpec, String hostname, String rootPassword, CreateServerOptions... options)Create a new server - 
Uses of PayloadParam in org.jclouds.googlecloudstorage.features
Method parameters in org.jclouds.googlecloudstorage.features with annotations of type PayloadParam Modifier and Type Method Description ResumableUploadResumableUploadApi. chunkUpload(String bucketName, String uploadId, String contentType, Long contentLength, String contentRange, Payload payload)Facilitate to use resumable upload operation to upload files in chunksGoogleCloudStorageObjectObjectApi. multipartUpload(String bucketName, ObjectTemplate objectTemplate, Payload payload)Stores a new object with metadata.GoogleCloudStorageObjectObjectApi. multipartUpload(String bucketName, ObjectTemplate objectTemplate, Payload payload)Stores a new object with metadata.GoogleCloudStorageObjectObjectApi. simpleUpload(String bucketName, String contentType, Long contentLength, Payload payload, InsertObjectOptions options)Stores a new object.ResumableUploadResumableUploadApi. upload(String bucketName, String uploadId, String contentType, String contentLength, Payload payload)Stores a new object - 
Uses of PayloadParam in org.jclouds.googlecomputeengine.features
Method parameters in org.jclouds.googlecomputeengine.features with annotations of type PayloadParam Modifier and Type Method Description OperationTargetPoolApi. addHealthCheck(String targetPool, List<URI> healthChecks)Adds health check URL to targetPool.OperationTargetPoolApi. addInstance(String targetPool, List<URI> instances)Adds instance to the targetPool.OperationAddressApi. create(String address)Creates an address resource in the specified project specifying the size of the address.OperationDiskApi. create(String diskName, String sourceImage, DiskCreationOptions options)Creates a persistent disk resource, in the specified project, specifying the size of the disk and other options.OperationDiskApi. create(String diskName, String sourceImage, DiskCreationOptions options)Creates a persistent disk resource, in the specified project, specifying the size of the disk and other options.OperationDiskApi. create(String diskName, DiskCreationOptions options)Creates a persistent disk resource, in the specified project, specifying the size of the disk and other options.OperationDiskApi. create(String diskName, DiskCreationOptions options)Creates a persistent disk resource, in the specified project, specifying the size of the disk and other options.OperationForwardingRuleApi. create(String forwardingRuleName, ForwardingRuleCreationOptions options)Creates a ForwardingRule resource in the specified project and region using the data included in the request.OperationForwardingRuleApi. create(String forwardingRuleName, ForwardingRuleCreationOptions options)Creates a ForwardingRule resource in the specified project and region using the data included in the request.OperationTargetHttpProxyApi. create(String name, URI urlMap)Creates a targetHttpProxy resource in the specified project using the given URI for the urlMap.OperationTargetHttpProxyApi. create(String name, URI urlMap)Creates a targetHttpProxy resource in the specified project using the given URI for the urlMap.OperationUrlMapApi. create(String name, URI defaultService)Creates a urlMap resource in the specified project using the data included in the request.OperationUrlMapApi. create(String name, URI defaultService)Creates a urlMap resource in the specified project using the data included in the request.OperationNetworkApi. createCustom(String networkName)Creates a custom persistent network resource in the specified project with the specified range.OperationImageApi. createFromDisk(String image, String sourceDisk)Creates an image resource in the specified project from the provided persistent disk.OperationImageApi. createFromDisk(String image, String sourceDisk)Creates an image resource in the specified project from the provided persistent disk.OperationFirewallApi. createInNetwork(String name, URI network, FirewallOptions firewallOptions)Creates a firewall resource in the specified project using the data included in the request.OperationFirewallApi. createInNetwork(String name, URI network, FirewallOptions firewallOptions)Creates a firewall resource in the specified project using the data included in the request.OperationFirewallApi. createInNetwork(String name, URI network, FirewallOptions firewallOptions)Creates a firewall resource in the specified project using the data included in the request.OperationRouteApi. createInNetwork(String name, URI network, RouteOptions routeOptions)Creates a route resource in the specified project using the data included in the request.OperationRouteApi. createInNetwork(String name, URI network, RouteOptions routeOptions)Creates a route resource in the specified project using the data included in the request.OperationRouteApi. createInNetwork(String name, URI network, RouteOptions routeOptions)Creates a route resource in the specified project using the data included in the request.OperationNetworkApi. createLegacy(String networkName, String IPv4Range)Creates a legacy persistent network resource in the specified project with the specified range.OperationNetworkApi. createLegacy(String networkName, String IPv4Range)Creates a legacy persistent network resource in the specified project with the specified range.OperationDiskApi. createSnapshot(String diskName, String snapshotName)Create a snapshot of a given disk in a zone.OperationDiskApi. createSnapshot(String diskName, String snapshotName, String description)OperationDiskApi. createSnapshot(String diskName, String snapshotName, String description)HealthStatusBackendServiceApi. getHealth(String backendServiceName, URI group)Gets the most recent health check results for this backend service.HealthStatusTargetPoolApi. getHealth(String targetPool, URI instance)Gets the HealthStatus of an instance in a targetPool.OperationHttpHealthCheckApi. insert(String httpHealthCheckName)Creates a HttpHealthCheck resource in the specified project and region using the data included in the request.OperationHttpHealthCheckApi. insert(String name, HttpHealthCheckCreationOptions options)Creates a HttpHealthCheck resource in the specified project and region using the data included in the request.OperationHttpHealthCheckApi. insert(String name, HttpHealthCheckCreationOptions options)Creates a HttpHealthCheck resource in the specified project and region using the data included in the request.OperationHttpHealthCheckApi. patch(String name, HttpHealthCheckCreationOptions options)Updates a HttpHealthCheck resource in the specified project using the data included in the request.OperationHttpHealthCheckApi. patch(String name, HttpHealthCheckCreationOptions options)Updates a HttpHealthCheck resource in the specified project using the data included in the request.OperationTargetPoolApi. removeHealthCheck(String targetPool, List<URI> healthChecks)Removes health check URL from targetPool.OperationTargetPoolApi. removeInstance(String targetPool, List<URI> instances)Removes instance URL from targetPool.OperationTargetPoolApi. setBackup(String targetPool, Float failoverRatio, URI target)Changes backup pool configurations.OperationTargetPoolApi. setBackup(String targetPool, URI target)Changes backup pool configurations.OperationInstanceApi. setScheduling(String instanceName, Instance.Scheduling.OnHostMaintenance onHostMaintenance, boolean automaticRestart, boolean preemptible)Sets an instance's scheduling options.OperationInstanceApi. setScheduling(String instanceName, Instance.Scheduling.OnHostMaintenance onHostMaintenance, boolean automaticRestart, boolean preemptible)Sets an instance's scheduling options.OperationInstanceApi. setScheduling(String instanceName, Instance.Scheduling.OnHostMaintenance onHostMaintenance, boolean automaticRestart, boolean preemptible)Sets an instance's scheduling options.OperationInstanceApi. setTags(String instance, Iterable<String> items, String fingerprint)Lists items for an instanceOperationInstanceApi. setTags(String instance, Iterable<String> items, String fingerprint)Lists items for an instanceOperationForwardingRuleApi. setTarget(String forwardingRule, URI target)Changes the target url for a forwarding rule.OperationTargetHttpProxyApi. setUrlMap(String targetHttpProxyName, URI urlMap)Updates the specified targetHttpProxy resource with the data included in the request.OperationProjectApi. setUsageExportBucket(String bucketName, String reportNamePrefix)OperationProjectApi. setUsageExportBucket(String bucketName, String reportNamePrefix)OperationHttpHealthCheckApi. update(String name, HttpHealthCheckCreationOptions options)Updates a HttpHealthCheck resource in the specified project using the data included in the request.OperationHttpHealthCheckApi. update(String name, HttpHealthCheckCreationOptions options)Updates a HttpHealthCheck resource in the specified project using the data included in the request.UrlMapValidateResultUrlMapApi. validate(String urlMapName, UrlMap urlMap)Runs the tests specified for the give urlMap resource.UrlMapValidateResultUrlMapApi. validate(String urlMapName, UrlMapOptions options)Runs the tests specified for the give urlMap resource. - 
Uses of PayloadParam in org.jclouds.openstack.cinder.v1.features
Method parameters in org.jclouds.openstack.cinder.v1.features with annotations of type PayloadParam Modifier and Type Method Description SnapshotSnapshotApi. create(String volumeId, CreateSnapshotOptions... options)Creates a new Snapshot.VolumeVolumeApi. create(int sizeGB, CreateVolumeOptions... options)Creates a new Volume - 
Uses of PayloadParam in org.jclouds.openstack.keystone.v1_1
Method parameters in org.jclouds.openstack.keystone.v1_1 with annotations of type PayloadParam Modifier and Type Method Description AuthAuthenticationClient. authenticate(String username, String key)Authenticate to generate a token.AuthAuthenticationClient. authenticate(String username, String key)Authenticate to generate a token. - 
Uses of PayloadParam in org.jclouds.openstack.keystone.v2_0.extensions
Method parameters in org.jclouds.openstack.keystone.v2_0.extensions with annotations of type PayloadParam Modifier and Type Method Description RoleRoleAdminApi. create(String name)Creates a new RoleServiceServiceAdminApi. create(String name, String type, String description)Creates a new ServiceServiceServiceAdminApi. create(String name, String type, String description)Creates a new ServiceServiceServiceAdminApi. create(String name, String type, String description)Creates a new ServiceTenantTenantAdminApi. create(String name)Creates a new tenantTenantTenantAdminApi. create(String name, CreateTenantOptions options)Creates a new tenantUserUserAdminApi. create(String name, String password)Creates a new userUserUserAdminApi. create(String name, String password)Creates a new userUserUserAdminApi. create(String name, String password, CreateUserOptions options)Creates a new userUserUserAdminApi. create(String name, String password, CreateUserOptions options)Creates a new user - 
Uses of PayloadParam in org.jclouds.openstack.keystone.v3.features
Method parameters in org.jclouds.openstack.keystone.v3.features with annotations of type PayloadParam Modifier and Type Method Description voidUserApi. changePassword(String id, String originalPassword, String newPassword)voidUserApi. changePassword(String id, String originalPassword, String newPassword)ProjectProjectApi. create(String name, String description, boolean enabled, boolean isDomain, String domainId, String parentId)ProjectProjectApi. create(String name, String description, boolean enabled, boolean isDomain, String domainId, String parentId)ProjectProjectApi. create(String name, String description, boolean enabled, boolean isDomain, String domainId, String parentId)ProjectProjectApi. create(String name, String description, boolean enabled, boolean isDomain, String domainId, String parentId)ProjectProjectApi. create(String name, String description, boolean enabled, boolean isDomain, String domainId, String parentId)ProjectProjectApi. create(String name, String description, boolean enabled, boolean isDomain, String domainId, String parentId)RegionRegionApi. create(String id, String description, String parentId)RegionRegionApi. create(String id, String description, String parentId)RegionRegionApi. create(String id, String description, String parentId)UserUserApi. create(String name, String password, Boolean enabled, String domainId, String defaultProjectId)UserUserApi. create(String name, String password, Boolean enabled, String domainId, String defaultProjectId)UserUserApi. create(String name, String password, Boolean enabled, String domainId, String defaultProjectId)UserUserApi. create(String name, String password, Boolean enabled, String domainId, String defaultProjectId)UserUserApi. create(String name, String password, Boolean enabled, String domainId, String defaultProjectId)voidProjectApi. setTags(String projectId, Set<String> tags)RegionRegionApi. update(String id, String description, String parentId)RegionRegionApi. update(String id, String description, String parentId)UserUserApi. update(String id, String name, String password, Boolean enabled, String domainId, String defaultProjectId)UserUserApi. update(String id, String name, String password, Boolean enabled, String domainId, String defaultProjectId)UserUserApi. update(String id, String name, String password, Boolean enabled, String domainId, String defaultProjectId)UserUserApi. update(String id, String name, String password, Boolean enabled, String domainId, String defaultProjectId)UserUserApi. update(String id, String name, String password, Boolean enabled, String domainId, String defaultProjectId) - 
Uses of PayloadParam in org.jclouds.openstack.marconi.v1.features
Method parameters in org.jclouds.openstack.marconi.v1.features with annotations of type PayloadParam Modifier and Type Method Description List<Message>ClaimApi. claim(int ttl, int grace, int limit)This operation claims a set of messages (up to the value of the limit parameter) from oldest to newest and skips any messages that are already claimed.List<Message>ClaimApi. claim(int ttl, int grace, int limit)This operation claims a set of messages (up to the value of the limit parameter) from oldest to newest and skips any messages that are already claimed.voidClaimApi. update(String claimId, int ttl)Clients should periodically renew claims during long-running batches of work to avoid losing a claim while processing a message. - 
Uses of PayloadParam in org.jclouds.openstack.neutron.v2.extensions
Method parameters in org.jclouds.openstack.neutron.v2.extensions with annotations of type PayloadParam Modifier and Type Method Description RouterInterfaceRouterApi. addInterfaceForPort(String routerId, String portId)Add a interface to a router to connect to the specified portRouterInterfaceRouterApi. addInterfaceForSubnet(String routerId, String subnetId)Add a interface to a router to connect to the specified subnetbooleanRouterApi. removeInterfaceForPort(String routerId, String portId)Remove the interface where the specified port is connected tobooleanRouterApi. removeInterfaceForSubnet(String routerId, String subnetId)Remove the interface where the specified subnet is connected to - 
Uses of PayloadParam in org.jclouds.openstack.neutron.v2.extensions.lbaas.v1
Method parameters in org.jclouds.openstack.neutron.v2.extensions.lbaas.v1 with annotations of type PayloadParam Modifier and Type Method Description HealthMonitorLBaaSApi. associateHealthMonitor(String poolId, String healthMonitorId)Associate a HealthMonitor to a Pool. - 
Uses of PayloadParam in org.jclouds.openstack.nova.v2_0.extensions
Method parameters in org.jclouds.openstack.nova.v2_0.extensions with annotations of type PayloadParam Modifier and Type Method Description HostAggregateHostAggregateApi. addHost(String id, String host)Adds a host to an aggregatevoidFloatingIPApi. addToServer(String address, String serverId)Adds a Floating IP address to a ServerFloatingIPFloatingIPApi. allocateFromPool(String pool)Allocates a Floating IP address from a poolVolumeAttachmentVolumeAttachmentApi. attachVolumeToServerAsDevice(String volumeId, String serverId, String device)Attaches a Volume to a Server.VolumeAttachmentVolumeAttachmentApi. attachVolumeToServerAsDevice(String volumeId, String serverId, String device)Attaches a Volume to a Server.InterfaceAttachmentAttachInterfaceApi. create(String serverId, String portId)Creates a new port interface and associate with the given portKeyPairKeyPairApi. create(String name)Creates aKeyPair.VolumeVolumeApi. create(int sizeGB, CreateVolumeOptions... options)Deprecated.Please useorg.jclouds.openstack.cinder.v1.features.VolumeApi#create(int, CreateVolumeOptions)instead.VolumeTypeVolumeTypeApi. create(String name, CreateVolumeTypeOptions... options)Creates a new volume typeStringServerAdminApi. createBackup(String id, String imageName, BackupType backupType, int rotation, CreateBackupOfServerOptions... options)Create backup of a server.StringServerAdminApi. createBackup(String id, String imageName, BackupType backupType, int rotation, CreateBackupOfServerOptions... options)Create backup of a server.StringServerAdminApi. createBackup(String id, String imageName, BackupType backupType, int rotation, CreateBackupOfServerOptions... options)Create backup of a server.HostAggregateHostAggregateApi. createInAvailabilityZone(String name, String availabilityZone)Creates an aggregate, given its name and availability zone.HostAggregateHostAggregateApi. createInAvailabilityZone(String name, String availabilityZone)Creates an aggregate, given its name and availability zone.SecurityGroupRuleSecurityGroupApi. createRuleAllowingCidrBlock(String parentGroup, Ingress ip_protocol, String sourceCidr)Create a Security Group Rule.SecurityGroupRuleSecurityGroupApi. createRuleAllowingCidrBlock(String parentGroup, Ingress ip_protocol, String sourceCidr)Create a Security Group Rule.SecurityGroupRuleSecurityGroupApi. createRuleAllowingSecurityGroupId(String parentGroup, Ingress ip_protocol, String groupId)Create a Security Group Rule.SecurityGroupRuleSecurityGroupApi. createRuleAllowingSecurityGroupId(String parentGroup, Ingress ip_protocol, String groupId)Create a Security Group Rule.VolumeSnapshotVolumeApi. createSnapshot(String volumeId, CreateVolumeSnapshotOptions... options)Deprecated.Please useorg.jclouds.openstack.cinder.v1.features.SnapshotApi#create(String, CreateVolumeSnapshotOptions)instead.SecurityGroupSecurityGroupApi. createWithDescription(String name, String description)Create a Security GroupSecurityGroupSecurityGroupApi. createWithDescription(String name, String description)Create a Security GroupKeyPairKeyPairApi. createWithPublicKey(String name, String publicKey)Creates aKeyPairwith a public key.KeyPairKeyPairApi. createWithPublicKey(String name, String publicKey)Creates aKeyPairwith a public key.ConsoleConsolesApi. getConsole(String serverId, Console.Type type)Gets the specified server Console.voidServerAdminApi. liveMigrate(String id, String host, boolean blockMigration, boolean diskOverCommit)Live migrate a server.voidServerAdminApi. liveMigrate(String id, String host, boolean blockMigration, boolean diskOverCommit)Live migrate a server.voidServerAdminApi. liveMigrate(String id, String host, boolean blockMigration, boolean diskOverCommit)Live migrate a server.voidFloatingIPApi. removeFromServer(String address, String serverId)Removes a Floating IP address from a ServerHostAggregateHostAggregateApi. removeHost(String id, String host)Removes a host from an aggregateHostAggregateHostAggregateApi. setMetadata(String id, Map<String,String> metadata)Adds metadata to an aggregateHostAggregateHostAggregateApi. updateAvailabilityZone(String id, String availabilityZone)Updates the availability zone for an aggregate.voidVolumeTypeApi. updateExtraSpec(String id, String key, String value)Creates or updates a single extra spec valuevoidVolumeTypeApi. updateExtraSpec(String id, String key, String value)Creates or updates a single extra spec valuevoidVolumeTypeApi. updateExtraSpecs(String id, Map<String,String> specs)Creates or updates the extra metadata for a given flavorvoidFlavorExtraSpecsApi. updateMetadata(String flavorId, Map<String,String> specs)Creates or updates the extra specs for a given flavorvoidFlavorExtraSpecsApi. updateMetadataEntry(String flavorId, String key, String value)Creates or updates a single extra spec valuevoidFlavorExtraSpecsApi. updateMetadataEntry(String flavorId, String key, String value)Creates or updates a single extra spec valueHostAggregateHostAggregateApi. updateName(String id, String name)Updates the name of an aggregate.booleanQuotaApi. updateQuotaOfTenant(Quota quota, String tenantId)Update the quotas for a given tenant - 
Uses of PayloadParam in org.jclouds.openstack.nova.v2_0.features
Method parameters in org.jclouds.openstack.nova.v2_0.features with annotations of type PayloadParam Modifier and Type Method Description voidServerApi. changeAdminPass(String id, String adminPass)Change the administrative password to a server.ServerCreatedServerApi. create(String name, String imageRef, String flavorRef, CreateServerOptions... options)Create a new serverServerCreatedServerApi. create(String name, String imageRef, String flavorRef, CreateServerOptions... options)Create a new serverServerCreatedServerApi. create(String name, String imageRef, String flavorRef, CreateServerOptions... options)Create a new serverStringServerApi. createImageFromServer(String name, String id)Create an image from a server.voidServerApi. reboot(String id, RebootType rebootType)Reboot a server.voidServerApi. rename(String id, String newName)Rename a server.voidServerApi. resize(String id, String flavorId)Resize a server to a new flavor size.Map<String,String>ImageApi. setMetadata(String id, Map<String,String> metadata)Sets the metadata for an image.Map<String,String>ServerApi. setMetadata(String id, Map<String,String> metadata)Set the metadata for a server.StringImageApi. updateMetadata(String id, String key, String value)Set a metadata item for an image.StringImageApi. updateMetadata(String id, String key, String value)Set a metadata item for an image.Map<String,String>ImageApi. updateMetadata(String id, Map<String,String> metadata)Update the metadata for a server.StringServerApi. updateMetadata(String id, String key, String value)Set a metadata item for a server.StringServerApi. updateMetadata(String id, String key, String value)Set a metadata item for a server.Map<String,String>ServerApi. updateMetadata(String id, Map<String,String> metadata)Update the metadata for a server. - 
Uses of PayloadParam in org.jclouds.openstack.trove.v1.features
Method parameters in org.jclouds.openstack.trove.v1.features with annotations of type PayloadParam Modifier and Type Method Description voidDatabaseApi. create(String database)Same as create(String, null, null)voidDatabaseApi. create(String database, String character_set, String collate)This operation creates a new database within the specified instance.voidDatabaseApi. create(String database, String character_set, String collate)This operation creates a new database within the specified instance.voidDatabaseApi. create(String database, String character_set, String collate)This operation creates a new database within the specified instance.InstanceInstanceApi. create(int flavor, int volumeSize, String name)Same asInstanceApi.create(String, int, String)but accept an integer Flavor ID.InstanceInstanceApi. create(int flavor, int volumeSize, String name)Same asInstanceApi.create(String, int, String)but accept an integer Flavor ID.InstanceInstanceApi. create(int flavor, int volumeSize, String name)Same asInstanceApi.create(String, int, String)but accept an integer Flavor ID.InstanceInstanceApi. create(String flavor, int volumeSize, String name)Create a database instance by flavor type and volume size.InstanceInstanceApi. create(String flavor, int volumeSize, String name)Create a database instance by flavor type and volume size.InstanceInstanceApi. create(String flavor, int volumeSize, String name)Create a database instance by flavor type and volume size.voidUserApi. create(String userName, String password, String databaseName)Create a database user by name, password, and database name.voidUserApi. create(String userName, String password, String databaseName)Create a database user by name, password, and database name.voidUserApi. create(String userName, String password, String databaseName)Create a database user by name, password, and database name.voidUserApi. create(String userName, String password, String host, String databaseName)Create a database user by name, password, and database name.voidUserApi. create(String userName, String password, String host, String databaseName)Create a database user by name, password, and database name.voidUserApi. create(String userName, String password, String host, String databaseName)Create a database user by name, password, and database name.voidUserApi. create(String userName, String password, String host, String databaseName)Create a database user by name, password, and database name.voidUserApi. create(Set<User> users)Create database users.voidUserApi. grant(String userName, String databaseName)This operation grants access for the specified user to a database for the specified instance.voidUserApi. grant(String userName, List<String> databases)This operation grants access for the specified user to a database for the specified instance. - 
Uses of PayloadParam in org.jclouds.packet.features
Method parameters in org.jclouds.packet.features with annotations of type PayloadParam Modifier and Type Method Description SshKeySshKeyApi. create(String label, String key)SshKeySshKeyApi. create(String label, String key) - 
Uses of PayloadParam in org.jclouds.profitbricks.features
Method parameters in org.jclouds.profitbricks.features with annotations of type PayloadParam Modifier and Type Method Description booleanFirewallApi. activateFirewall(List<String> firewallIds)FirewallFirewallApi. addFirewallRuleToNic(Firewall.Request.AddRulePayload payload)StringIpBlockApi. addPublicIpToNic(String ip, String nicid)StringIpBlockApi. addPublicIpToNic(String ip, String nicid)StringDrivesApi. addRomDriveToServer(Drive.Request.AddRomDriveToServerPayload payload)DataCenterDataCenterApi. clearDataCenter(String identifier)Removes all components from an existing Virtual Data Center.StringStorageApi. connectStorageToServer(Storage.Request.ConnectPayload payload)Connects a virtual storage device to an existing server.DataCenterDataCenterApi. createDataCenter(DataCenter.Request.CreatePayload createRequest)Creates and saves a new, empty Virtual Data Center.StringLoadBalancerApi. createLoadBalancer(LoadBalancer.Request.CreatePayload payload)StringNicApi. createNic(Nic.Request.CreatePayload payload)StringServerApi. createServer(Server.Request.CreatePayload payload)Creates a Virtual Server within an existing data center.SnapshotSnapshotApi. createSnapshot(Snapshot.Request.CreatePayload payload)StringStorageApi. createStorage(Storage.Request.CreatePayload payload)Creates a virtual storage within an existing virtual data center.booleanFirewallApi. deactivateFirewall(List<String> firewallIds)booleanDataCenterApi. deleteDataCenter(String identifier)Deletes an Virtual Data Center.booleanFirewallApi. deleteFirewall(List<String> firewallIds)booleanLoadBalancerApi. deleteLoadBalancer(String id)booleanNicApi. deleteNic(String id)booleanServerApi. deleteServer(String id)Deletes an existing Virtual Server.booleanSnapshotApi. deleteSnapshot(String id)booleanStorageApi. deleteStorage(String id)Deletes an existing virtual storage device.StringLoadBalancerApi. deregisterLoadBalancer(LoadBalancer.Request.DeregisterPayload payload)StringStorageApi. disconnectStorageFromServer(String storageId, String serverId)Disconnects a virtual storage device from a connected server.StringStorageApi. disconnectStorageFromServer(String storageId, String serverId)Disconnects a virtual storage device from a connected server.DataCenterDataCenterApi. getDataCenter(String identifier)ProvisioningStateDataCenterApi. getDataCenterState(String identifier)This is a lightweight function for polling the current provisioning state of the Virtual Data Center.FirewallFirewallApi. getFirewall(String identifier)ImageImageApi. getImage(String identifier)IpBlockIpBlockApi. getIpBlock(String identifier)LoadBalancerLoadBalancerApi. getLoadBalancer(String identifier)NicNicApi. getNic(String identifier)ServerServerApi. getServer(String identifier)SnapshotSnapshotApi. getSnapshot(String identifier)StorageStorageApi. getStorage(String id)LoadBalancerLoadBalancerApi. registerLoadBalancer(LoadBalancer.Request.RegisterPayload payload)StringIpBlockApi. releasePublicIpBlock(String blockid)booleanFirewallApi. removeFirewallRules(List<String> firewallRuleIds)StringIpBlockApi. removePublicIpFromNic(String ip, String nicid)StringIpBlockApi. removePublicIpFromNic(String ip, String nicid)StringDrivesApi. removeRomDriveFromServer(String imageid, String serverid)StringDrivesApi. removeRomDriveFromServer(String imageid, String serverid)IpBlockIpBlockApi. reservePublicIpBlock(int blockSize, Location location)IpBlockIpBlockApi. reservePublicIpBlock(int blockSize, Location location)StringServerApi. resetServer(String id)Resets an existing virtual server (POWER CYCLE).StringSnapshotApi. rollbackSnapshot(Snapshot.Request.RollbackPayload payload)StringNicApi. setInternetAccess(Nic.Request.SetInternetAccessPayload payload)StringServerApi. startServer(String id)Starts an existing virtual server Server may receive new public IP addresses if necessary Billing will continueStringServerApi. stopServer(String id)Stops an existing virtual server forcefully (HARD stop) Server will be forcefully powered off.DataCenterDataCenterApi. updateDataCenter(DataCenter.Request.UpdatePayload updateRequest)Updates the information associated to an existing Virtual Data Center.StringLoadBalancerApi. updateLoadBalancer(LoadBalancer.Request.UpdatePayload payload)StringNicApi. updateNic(Nic.Request.UpdatePayload payload)StringServerApi. updateServer(Server.Request.UpdatePayload payload)Updates parameters of an existing virtual server device.StringSnapshotApi. updateSnapshot(Snapshot.Request.UpdatePayload payload)StringStorageApi. updateStorage(Storage.Request.UpdatePayload payload)Updates parameters of an existing virtual storage device. - 
Uses of PayloadParam in org.jclouds.rackspace.autoscale.v1.features
Method parameters in org.jclouds.rackspace.autoscale.v1.features with annotations of type PayloadParam Modifier and Type Method Description GroupGroupApi. create(GroupConfiguration groupConfiguration, LaunchConfiguration launchConfiguration, List<CreateScalingPolicy> scalingPolicies)Create a scaling group.GroupGroupApi. create(GroupConfiguration groupConfiguration, LaunchConfiguration launchConfiguration, List<CreateScalingPolicy> scalingPolicies)Create a scaling group.GroupGroupApi. create(GroupConfiguration groupConfiguration, LaunchConfiguration launchConfiguration, List<CreateScalingPolicy> scalingPolicies)Create a scaling group.com.google.common.collect.FluentIterable<ScalingPolicy>PolicyApi. create(List<CreateScalingPolicy> scalingPolicies)Create a scaling policy.com.google.common.collect.FluentIterable<Webhook>WebhookApi. create(String name, Map<String,Object> metadata)Create a webhook.com.google.common.collect.FluentIterable<Webhook>WebhookApi. create(String name, Map<String,Object> metadata)Create a webhook.com.google.common.collect.FluentIterable<Webhook>WebhookApi. create(List<CreateWebhook> webhooks)Create webhooks.booleanPolicyApi. update(String scalingPolicyId, CreateScalingPolicy scalingPolicy)This operation updates a specific scaling policy.booleanWebhookApi. update(String id, String name, Map<String,Object> metadata)Update a webhook.booleanWebhookApi. update(String id, String name, Map<String,Object> metadata)Update a webhook.booleanGroupApi. updateGroupConfiguration(String id, GroupConfiguration groupConfiguration)This operation updates the configuration for the scaling group.booleanGroupApi. updateLaunchConfiguration(String id, LaunchConfiguration launchConfiguration)This operation updates the launch configuration for the scaling group. - 
Uses of PayloadParam in org.jclouds.rackspace.clouddns.v1
Method parameters in org.jclouds.rackspace.clouddns.v1 with annotations of type PayloadParam Modifier and Type Method Description ReverseDNSApiCloudDNSApi. getReverseDNSApi(String serviceName)Provides access to Reverse DNS features.ReverseDNSApiCloudDNSApi. getReverseDNSApiForService(String serviceName)Deprecated.Please useCloudDNSApi.getReverseDNSApi(String)instead. - 
Uses of PayloadParam in org.jclouds.rackspace.clouddns.v1.features
Method parameters in org.jclouds.rackspace.clouddns.v1.features with annotations of type PayloadParam Modifier and Type Method Description Job<Set<RecordDetail>>ReverseDNSApi. create(URI deviceURI, Iterable<Record> records)Create Reverse DNS (PTR) records for a device.Job<Set<RecordDetail>>ReverseDNSApi. create(URI deviceURI, Iterable<Record> records)Create Reverse DNS (PTR) records for a device.Job<Domain>DomainApi. importFormat(List<String> contents, Domain.Format format)This call provisions a new DNS domain under the account specified by the BIND 9 formatted file configuration contents.Job<Domain>DomainApi. importFormat(List<String> contents, Domain.Format format)This call provisions a new DNS domain under the account specified by the BIND 9 formatted file configuration contents.Job<Void>ReverseDNSApi. update(URI deviceURI, Map<String,Record> idsToRecords)Update Reverse DNS (PTR) records for a device.Job<Void>ReverseDNSApi. update(URI deviceURI, Map<String,Record> idsToRecords)Update Reverse DNS (PTR) records for a device.Job<Void>DomainApi. updateEmail(Iterable<Integer> ids, String email)This call modifies the domain's email only.Job<Void>DomainApi. updateEmail(Iterable<Integer> ids, String email)This call modifies the domain's email only.Job<Void>DomainApi. updateTTL(Iterable<Integer> ids, int ttl)This call modifies the domain's TTL only.Job<Void>DomainApi. updateTTL(Iterable<Integer> ids, int ttl)This call modifies the domain's TTL only. - 
Uses of PayloadParam in org.jclouds.rackspace.cloudloadbalancers.v1.features
Method parameters in org.jclouds.rackspace.cloudloadbalancers.v1.features with annotations of type PayloadParam Modifier and Type Method Description voidErrorPageApi. create(String content)Specify the HTML content for the custom error page.voidSessionPersistenceApi. create(SessionPersistence sessionPersistence)Create session persistence.booleanLoadBalancerApi. updateMetadatum(int id, int metadatumId, String value)Update metadatum.booleanNodeApi. updateMetadatum(int id, int metadatumId, String value)Update metadatum. - 
Uses of PayloadParam in org.jclouds.route53.features
Method parameters in org.jclouds.route53.features with annotations of type PayloadParam Modifier and Type Method Description ChangeResourceRecordSetApi. create(ResourceRecordSet rrs)schedules creation of the resource record set.NewHostedZoneHostedZoneApi. createWithReference(String name, String callerReference)This action creates a new hosted zone.NewHostedZoneHostedZoneApi. createWithReference(String name, String callerReference)This action creates a new hosted zone.NewHostedZoneHostedZoneApi. createWithReferenceAndComment(String name, String callerReference, String comment)likeHostedZoneApi.createWithReference(String, String), except you can specify a comment.NewHostedZoneHostedZoneApi. createWithReferenceAndComment(String name, String callerReference, String comment)likeHostedZoneApi.createWithReference(String, String), except you can specify a comment.NewHostedZoneHostedZoneApi. createWithReferenceAndComment(String name, String callerReference, String comment)likeHostedZoneApi.createWithReference(String, String), except you can specify a comment.ChangeResourceRecordSetApi. delete(ResourceRecordSet rrs)This action deletes a resource record set. - 
Uses of PayloadParam in org.jclouds.sqs.features
Method parameters in org.jclouds.sqs.features with annotations of type PayloadParam Modifier and Type Method Description BatchResult<String>MessageApi. changeVisibility(Iterable<String> receiptHandles, int visibilityTimeout)Same asMessageApi.changeVisibility(Map, int), except that we generate numeric ids starting with1BatchResult<String>MessageApi. changeVisibility(Iterable<String> receiptHandles, int visibilityTimeout)Same asMessageApi.changeVisibility(Map, int), except that we generate numeric ids starting with1BatchResult<String>MessageApi. changeVisibility(Map<String,String> idReceiptHandle, int visibilityTimeout)Currently, you can send up to 10MessageApi.changeVisibility(java.lang.String, int)requests.BatchResult<String>MessageApi. changeVisibility(Map<String,String> idReceiptHandle, int visibilityTimeout)Currently, you can send up to 10MessageApi.changeVisibility(java.lang.String, int)requests.BatchResult<? extends MessageIdAndMD5>MessageApi. sendWithDelay(Iterable<String> messageBodies, int delaySeconds)Same asMessageApi.sendWithDelay(Map, int), except that we generate numeric ids starting with1BatchResult<? extends MessageIdAndMD5>MessageApi. sendWithDelay(Iterable<String> messageBodies, int delaySeconds)Same asMessageApi.sendWithDelay(Map, int), except that we generate numeric ids starting with1BatchResult<? extends MessageIdAndMD5>MessageApi. sendWithDelay(Map<String,String> idMessageBody, int delaySeconds)Same asMessageApi.send(Map)except you set a delay for all messages in the requestBatchResult<? extends MessageIdAndMD5>MessageApi. sendWithDelay(Map<String,String> idMessageBody, int delaySeconds)Same asMessageApi.send(Map)except you set a delay for all messages in the request - 
Uses of PayloadParam in org.jclouds.ultradns.ws
Method parameters in org.jclouds.ultradns.ws with annotations of type PayloadParam Modifier and Type Method Description DirectionalGroupApiUltraDNSWSApi. getDirectionalGroupApiForAccount(String accountId)Provides access to Account-Level Directional Group features.DirectionalPoolApiUltraDNSWSApi. getDirectionalPoolApiForZone(String zoneName)Provides access to Directional Pool features.ResourceRecordApiUltraDNSWSApi. getResourceRecordApiForZone(String zoneName)Provides access to Resource Record features.RoundRobinPoolApiUltraDNSWSApi. getRoundRobinPoolApiForZone(String zoneName)Provides access to Round Robin Pool features.TrafficControllerPoolApiUltraDNSWSApi. getTrafficControllerPoolApiForZone(String zoneName)Provides access to Traffic Controller Pool features. - 
Uses of PayloadParam in org.jclouds.ultradns.ws.features
Method parameters in org.jclouds.ultradns.ws.features with annotations of type PayloadParam Modifier and Type Method Description StringRoundRobinPoolApi. addAAAARecordWithAddressAndTTL(String lbPoolID, String ipv6Address, int ttl)adds a newAAAArecord to the poolStringRoundRobinPoolApi. addAAAARecordWithAddressAndTTL(String lbPoolID, String ipv6Address, int ttl)adds a newAAAArecord to the poolStringRoundRobinPoolApi. addAAAARecordWithAddressAndTTL(String lbPoolID, String ipv6Address, int ttl)adds a newAAAArecord to the poolStringRoundRobinPoolApi. addARecordWithAddressAndTTL(String lbPoolID, String ipv4Address, int ttl)adds a newArecord to the poolStringRoundRobinPoolApi. addARecordWithAddressAndTTL(String lbPoolID, String ipv4Address, int ttl)adds a newArecord to the poolStringRoundRobinPoolApi. addARecordWithAddressAndTTL(String lbPoolID, String ipv4Address, int ttl)adds a newArecord to the poolStringDirectionalPoolApi. addFirstRecordInNonConfiguredGroup(String poolId, DirectionalPoolRecord toCreate)creates a resource record in the pool, creating and assigning it to the special "non configured group".StringDirectionalPoolApi. addFirstRecordInNonConfiguredGroup(String poolId, DirectionalPoolRecord toCreate)creates a resource record in the pool, creating and assigning it to the special "non configured group".StringDirectionalPoolApi. addRecordIntoExistingGroup(String poolId, DirectionalPoolRecord toCreate, String groupId)creates a resource record in the pool.StringDirectionalPoolApi. addRecordIntoExistingGroup(String poolId, DirectionalPoolRecord toCreate, String groupId)creates a resource record in the pool.StringDirectionalPoolApi. addRecordIntoExistingGroup(String poolId, DirectionalPoolRecord toCreate, String groupId)creates a resource record in the pool.StringDirectionalPoolApi. addRecordIntoNewGroup(String poolId, DirectionalPoolRecord toCreate, DirectionalGroup group)creates a resource record in the pool.StringDirectionalPoolApi. addRecordIntoNewGroup(String poolId, DirectionalPoolRecord toCreate, DirectionalGroup group)creates a resource record in the pool.StringDirectionalPoolApi. addRecordIntoNewGroup(String poolId, DirectionalPoolRecord toCreate, DirectionalGroup group)creates a resource record in the pool.StringTrafficControllerPoolApi. addRecordToPoolWithTTL(String rdata, String lbPoolID, int ttl)adds a new record to the pool with default weight.StringTrafficControllerPoolApi. addRecordToPoolWithTTL(String rdata, String lbPoolID, int ttl)adds a new record to the pool with default weight.StringTrafficControllerPoolApi. addRecordToPoolWithTTL(String rdata, String lbPoolID, int ttl)adds a new record to the pool with default weight.StringTrafficControllerPoolApi. addRecordToPoolWithTTLAndWeight(String rdata, String lbPoolID, int ttl, int weight)adds a new record to the pool with a specified weight.StringTrafficControllerPoolApi. addRecordToPoolWithTTLAndWeight(String rdata, String lbPoolID, int ttl, int weight)adds a new record to the pool with a specified weight.StringTrafficControllerPoolApi. addRecordToPoolWithTTLAndWeight(String rdata, String lbPoolID, int ttl, int weight)adds a new record to the pool with a specified weight.StringTrafficControllerPoolApi. addRecordToPoolWithTTLAndWeight(String rdata, String lbPoolID, int ttl, int weight)adds a new record to the pool with a specified weight.voidTaskApi. clear(String name)clears a background task in either a COMPLETE or ERROR state.StringResourceRecordApi. create(ResourceRecord toCreate)creates a resource record in the zone.StringDirectionalPoolApi. createForDNameAndType(String name, String dname, int rrType)creates a directional pool forAandCNAME(ipv4) recordsStringDirectionalPoolApi. createForDNameAndType(String name, String dname, int rrType)creates a directional pool forAandCNAME(ipv4) recordsStringDirectionalPoolApi. createForDNameAndType(String name, String dname, int rrType)creates a directional pool forAandCNAME(ipv4) recordsStringRoundRobinPoolApi. createForDNameAndType(String name, String dname, int rrType)creates a round robin pool.StringRoundRobinPoolApi. createForDNameAndType(String name, String dname, int rrType)creates a round robin pool.StringRoundRobinPoolApi. createForDNameAndType(String name, String dname, int rrType)creates a round robin pool.StringTrafficControllerPoolApi. createForDNameAndType(String name, String dname, int rrType)creates a traffic controller pool.StringTrafficControllerPoolApi. createForDNameAndType(String name, String dname, int rrType)creates a traffic controller pool.StringTrafficControllerPoolApi. createForDNameAndType(String name, String dname, int rrType)creates a traffic controller pool.voidZoneApi. createInAccount(String name, String accountId)creates a primary zone and its supporting records (SOA, NS and A).voidZoneApi. createInAccount(String name, String accountId)creates a primary zone and its supporting records (SOA, NS and A).voidDirectionalPoolApi. delete(String id)removes a pool and all its recordsvoidResourceRecordApi. delete(String guid)deletes a specific resource recordvoidRoundRobinPoolApi. delete(String id)removes a pool and all its records and probesvoidTrafficControllerPoolApi. delete(String id)removes a pool and all its records and probesvoidZoneApi. delete(String name)deletes a zone and all its resource recordsvoidDirectionalPoolApi. deleteRecord(String id)deletes a specific directional pool recordvoidRoundRobinPoolApi. deleteRecord(String guid)deletes a specific pooled resource recordvoidTrafficControllerPoolApi. deleteRecord(String poolRecordID)deletes a specific pooled resource recordDirectionalGroupDirectionalGroupApi. get(String groupId)returns the regions and name of the specified directional group or null, if not found.TaskTaskApi. get(String name)ZonePropertiesZoneApi. get(String name)StringTrafficControllerPoolApi. getNameByDName(String dname)Retrieves the name of the specified pool by dname.PoolRecordSpecTrafficControllerPoolApi. getRecordSpec(String poolRecordID)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<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 qualifiedhostNamecom.google.common.collect.FluentIterable<ResourceRecordDetail>ResourceRecordApi. listByNameAndType(String hostName, int rrType)Returns all the specified record types in the zone with the fully qualifiedhostNameandrrTypecom.google.common.collect.FluentIterable<ResourceRecordDetail>ResourceRecordApi. listByNameAndType(String hostName, int rrType)Returns all the specified record types in the zone with the fully qualifiedhostNameandrrTypecom.google.common.collect.FluentIterable<String>DirectionalGroupApi. listGroupNamesByDNameAndType(String hostName, int rrType)Returns directional group names visible to the account for the fully qualifiedhostNameandrrTypecom.google.common.collect.FluentIterable<String>DirectionalGroupApi. listGroupNamesByDNameAndType(String hostName, int rrType)Returns directional group names visible to the account for the fully qualifiedhostNameandrrTypecom.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 qualifiedhostNameandrrTypecom.google.common.collect.FluentIterable<DirectionalPoolRecordDetail>DirectionalPoolApi. listRecordsByDNameAndType(String dname, int rrType)Returns all the directional pool records in the zone with the fully qualifiedhostNameandrrTypeStringTaskApi. runTest(String value)Runs a test taskvoidResourceRecordApi. update(String guid, ResourceRecord toCreate)updates an existing resource record in the zone.voidResourceRecordApi. update(String guid, ResourceRecord toCreate)updates an existing resource record in the zone.voidDirectionalPoolApi. updateRecord(String recordId, DirectionalPoolRecord update)updates such as ttl or rdata for an existing directional record.voidDirectionalPoolApi. updateRecord(String recordId, DirectionalPoolRecord update)updates such as ttl or rdata for an existing directional record.voidTrafficControllerPoolApi. updateRecord(String poolRecordID, UpdatePoolRecord update)This request updates an existing pool record.voidTrafficControllerPoolApi. updateRecord(String poolRecordID, UpdatePoolRecord update)This request updates an existing pool record.voidDirectionalPoolApi. updateRecordAndGroup(String recordId, DirectionalPoolRecord update, DirectionalGroup group)updates the geo groups of an existing directional record.voidDirectionalPoolApi. updateRecordAndGroup(String recordId, DirectionalPoolRecord update, DirectionalGroup group)updates the geo groups of an existing directional record.voidDirectionalPoolApi. updateRecordAndGroup(String recordId, DirectionalPoolRecord update, DirectionalGroup group)updates the geo groups of an existing directional record.voidRoundRobinPoolApi. updateRecordWithAddressAndTTL(String lbPoolID, String guid, String ipv4Address, int ttl)updates an existing A or AAAA record in the pool.voidRoundRobinPoolApi. updateRecordWithAddressAndTTL(String lbPoolID, String guid, String ipv4Address, int ttl)updates an existing A or AAAA record in the pool.voidRoundRobinPoolApi. updateRecordWithAddressAndTTL(String lbPoolID, String guid, String ipv4Address, int ttl)updates an existing A or AAAA record in the pool.voidRoundRobinPoolApi. updateRecordWithAddressAndTTL(String lbPoolID, String guid, String ipv4Address, int ttl)updates an existing A or AAAA record in the pool. 
 -