Uses of Class
org.jclouds.rest.annotations.SelectJson
- 
- 
Uses of SelectJson in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with annotations of type SelectJson Modifier and Type Method Description StringVaultApi. backupKey(URI vaultBaseUrl, String keyName)StringVaultApi. backupSecret(URI vaultBaseUrl, String secretName)List<ResourceDefinition>JobApi. captureStatus(URI jobURI)Get status of captured custom image after capture callList<ResourceProviderMetaData>ResourceProviderApi. get(String namespace)List<Certificate.CertificateIssuer>VaultApi. getCertificateIssuers(URI vaultBaseUrl)List<Certificate>VaultApi. getCertificates(URI vaultBaseUrl)List<Certificate>VaultApi. getCertificateVersions(URI vaultBaseUrl, String certificateName)ServicePrincipalGraphRBACApi. getCurrentServicePrincipal()List<Certificate.DeletedCertificate>VaultApi. getDeletedCertificates(URI vaultBaseUrl)List<Key>VaultApi. getKeyVersions(URI vaultBaseUrl, String keyName)List<Secret>VaultApi. getSecretVersions(URI vaultBaseUrl, String secretName)List<AvailabilitySet>AvailabilitySetApi. list()List<Deployment>DeploymentApi. list()List all deployments in a resource groupList<Disk>DiskApi. list()List<Image>ImageApi. list()List<LoadBalancer>LoadBalancerApi. list()List<LocalNetworkGateway>LocalNetworkGatewayApi. list()List<Location>LocationApi. list()The List Locations operation lists all of the data center locations that are valid for your subscription.List<MetricDefinition>MetricDefinitionsApi. list(String filter)List<Metric>MetricsApi. list(String filter)List<NetworkInterfaceCard>NetworkInterfaceCardApi. list()List<NetworkSecurityGroup>NetworkSecurityGroupApi. list()List<NetworkSecurityRule>NetworkSecurityRuleApi. list()List<PublicIPAddress>PublicIPAddressApi. list()List<ResourceGroup>ResourceGroupApi. list()List<StorageService>StorageAccountApi. list()The List Storage Accounts operation lists the storage accounts that are available in the specified subscription and resource group.List<Subnet>SubnetApi. list()List<VirtualMachine>VirtualMachineApi. list()List<VirtualMachineScaleSet>VirtualMachineScaleSetApi. list()List<VirtualNetwork>VirtualNetworkApi. list()List<VirtualNetworkGateway>VirtualNetworkGatewayApi. list()List<VirtualNetworkGatewayConnection>VirtualNetworkGatewayConnectionApi. list()List<VMSize>VMSizeApi. list()List<LoadBalancer>LoadBalancerApi. listAll()List<NetworkSecurityGroup>NetworkSecurityGroupApi. listAll()List<VirtualMachine>VirtualMachineApi. listAll()List<VirtualNetwork>VirtualNetworkApi. listAll()List<NetworkInterfaceCard>NetworkInterfaceCardApi. listAllInSubscription()List<PublicIPAddress>PublicIPAddressApi. listAllInSubscription()List<VMSize>VirtualMachineApi. listAvailableSizes(String name)List<VirtualMachine>VirtualMachineApi. listByLocation(String location)List<NetworkSecurityRule>NetworkSecurityRuleApi. listDefaultRules()List<Key.DeletedKeyBundle>VaultApi. listDeletedKeys(URI vaultBaseUrl)List<Secret.DeletedSecretBundle>VaultApi. listDeletedSecrets(URI vaultBaseUrl)List<Vault.DeletedVault>VaultApi. listDeletedVaults()List<Key>VaultApi. listKeys(URI keyVaultUri)List<Secret>VaultApi. listSecrets(URI keyVaultUri)List<Vault>VaultApi. listVaults()List<Resource>ResourceGroupApi. resources(String name) - 
Uses of SelectJson in org.jclouds.chef
Methods in org.jclouds.chef with annotations of type SelectJson Modifier and Type Method Description DatabagItemChefApi. deleteDatabagItem(String databagName, String databagItemId)Deletes an item from a data bag. - 
Uses of SelectJson in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features with annotations of type SelectJson Modifier and Type Method Description ClusterGlobalHostApi. addCluster(String zoneId, String clusterName, Host.ClusterType clusterType, String hypervisor, AddClusterOptions... options)Adds a new cluster.HostGlobalHostApi. addHost(String zoneId, String url, String hypervisor, String username, String password, AddHostOptions... options)Adds a new host.HostGlobalHostApi. addSecondaryStorage(String url, AddSecondaryStorageOptions... options)Adds secondary storage.VirtualMachineVirtualMachineApi. assignVirtualMachine(String virtualMachineId, AssignVirtualMachineOptions... options)Re-assign a virtual machine to a different account/domain.StringLoadBalancerApi. assignVirtualMachinesToLoadBalancerRule(String id, Iterable<String> virtualMachineIds)Assigns virtual machine or a list of virtual machines to a load balancer rule.StringLoadBalancerApi. assignVirtualMachinesToLoadBalancerRule(String id, String... virtualMachineIds)Assigns virtual machine or a list of virtual machines to a load balancer rule.StringSecurityGroupApi. authorizeIngressICMPToCIDRs(String securityGroupId, int ICMPCode, int ICMPType, Iterable<String> cidrList, AccountInDomainOptions... options)Authorizes a particular ICMP ingress rule for this security groupStringSecurityGroupApi. authorizeIngressICMPToSecurityGroups(String securityGroupId, int ICMPCode, int ICMPType, com.google.common.collect.Multimap<String,String> accountToGroup, AccountInDomainOptions... options)Authorizes a particular ICMP ingress rule for this security groupStringSecurityGroupApi. authorizeIngressPortsToCIDRs(String securityGroupId, String protocol, int startPort, int endPort, Iterable<String> cidrList, AccountInDomainOptions... options)Authorizes a particular TCP or UDP ingress rule for this security groupStringSecurityGroupApi. authorizeIngressPortsToSecurityGroups(String securityGroupId, String protocol, int startPort, int endPort, com.google.common.collect.Multimap<String,String> accountToGroup, AccountInDomainOptions... options)Authorizes a particular TCP or UDP ingress rule for this security groupStringGlobalHostApi. cancelHostMaintenance(String hostId)Cancels host maintenance.StringVirtualMachineApi. changeServiceForVirtualMachine(String id, String serviceOfferingId)Changes the service offering for a virtual machine.AccountGlobalAccountApi. createAccount(String userName, Account.Type accountType, String email, String firstName, String lastName, String hashedPassword, CreateAccountOptions... options)Create a new Cloudstack accountDiskOfferingGlobalOfferingApi. createDiskOffering(String name, String displayText, CreateDiskOfferingOptions... options)Create a new disk offeringDomainGlobalDomainApi. createDomain(String name, CreateDomainOptions... options)Create new DomainVMGroupVMGroupApi. createInstanceGroup(String name, CreateVMGroupOptions... options)Creates a VM groupStringLoadBalancerApi. createLoadBalancerRuleForPublicIP(String publicIPId, LoadBalancerRule.Algorithm algorithm, String name, int privatePort, int publicPort, CreateLoadBalancerRuleOptions... options)Creates a load balancer rule.NetworkNetworkApi. createNetworkInZone(String zoneId, String networkOfferingId, String name, String displayText, CreateNetworkOptions... options)Creates a networkPodGlobalPodApi. createPod(String name, String zoneId, String startIp, String endIp, String gateway, String netmask, CreatePodOptions... createPodOptions)Creates a new Pod.PodGlobalPodApi. createPod(String name, String zoneId, String startIp, String gateway, String netmask, CreatePodOptions... createPodOptions)Creates a new Pod.SecurityGroupSecurityGroupApi. createSecurityGroup(String name)Creates a security groupServiceOfferingGlobalOfferingApi. createServiceOffering(String name, String displayText, int cpuNumber, int cpuSpeedInMHz, int memoryInMB, CreateServiceOfferingOptions... options)Create a new service offeringSshKeyPairSSHKeyPairApi. createSSHKeyPair(String name)Creates aSshKeyPairwith specified name.UserGlobalUserApi. createUser(String userName, String accountName, String email, String hashedPassword, String firstName, String lastName, CreateUserOptions... options)Create an user for an account that already existsVlanIPRangeGlobalVlanApi. createVlanIPRange(String startIP, String endIP, CreateVlanIPRangeOptions... options)Creates a VLAN IP range.ZoneGlobalZoneApi. createZone(String name, NetworkType networkType, String externalDns1, String internalDns1, CreateZoneOptions... options)Create a new ZoneStringNATApi. deleteIPForwardingRule(String id)Deletes an ip forwarding ruleStringLoadBalancerApi. deleteLoadBalancerRule(String id)deletes a loadbalancer ruleStringNetworkApi. deleteNetwork(String id)Deletes a networkAsyncCreateResponseVirtualMachineApi. deployVirtualMachineInZone(String zoneId, String serviceOfferingId, String templateId, DeployVirtualMachineOptions... options)Creates and automatically starts a virtual machine based on a service offering, disk offering, and template.StringVirtualMachineApi. destroyVirtualMachine(String id)Destroys a virtual machine.StringNATApi. disableStaticNATOnPublicIP(String IPAddressId)Disables static rule for given ip addressAccountDomainAccountApi. enableAccount(String accountName, String domainId)Enable an accountUserDomainUserApi. enableUser(String userId)Enable a user with a specific IDJobResultGlobalUsageApi. generateUsageRecords(Date start, Date end, GenerateUsageRecordsOptions... options)AccountAccountApi. getAccount(String id)get a specific Account by idDiskOfferingOfferingApi. getDiskOffering(String id)get a specific disk offering by idDomainDomainDomainApi. getDomainById(String domainId)Get a domain by IDFirewallRuleFirewallApi. getEgressFirewallRule(String id)StringVirtualMachineApi. getEncryptedPasswordForVirtualMachine(String id)Return an encrypted password for the virtual machine.FirewallRuleFirewallApi. getFirewallRule(String id)VMGroupVMGroupApi. getInstanceGroup(String id)IPForwardingRuleNATApi. getIPForwardingRule(String id)get a specific IPForwardingRule by idSet<IPForwardingRule>NATApi. getIPForwardingRulesForIPAddress(String id)get a set of IPForwardingRules by ipaddress idSet<IPForwardingRule>NATApi. getIPForwardingRulesForVirtualMachine(String id)get a set of IPForwardingRules by virtual machine idISOISOApi. getISO(String id)Gets information about an ISO by its ID.LoadBalancerRuleLoadBalancerApi. getLoadBalancerRule(String id)get a specific LoadBalancerRule by idNetworkNetworkApi. getNetwork(String id)get a specific network by idNetworkOfferingOfferingApi. getNetworkOffering(String id)get a specific service offering by idOSTypeGuestOSApi. getOSType(String id)get a specific os type by idPodGlobalPodApi. getPod(String id)get a specific pod by idPortForwardingRuleFirewallApi. getPortForwardingRule(String id)ProjectProjectApi. getProject(String id)gets a specific Project by idPublicIPAddressAddressApi. getPublicIPAddress(String id)get a specific IPAddress by idSecurityGroupSecurityGroupApi. getSecurityGroup(String id)get a specific security group by idSecurityGroupSecurityGroupApi. getSecurityGroupByName(String securityGroupName)get a specific security group by nameServiceOfferingOfferingApi. getServiceOffering(String id)get a specific service offering by idSnapshotSnapshotApi. getSnapshot(String id)Gets a snapshot by its ID.SshKeyPairSSHKeyPairApi. getSSHKeyPair(String name)Retrieves theSSHKeyPairApiwith given name.TemplateTemplateApi. getTemplateInZone(String templateId, String zoneId)get a specific template by idVirtualMachineVirtualMachineApi. getVirtualMachine(String id)get a specific VirtualMachine by idVlanIPRangeGlobalVlanApi. getVlanIPRange(String id)Get the details of an IP range by its id.VolumeVolumeApi. getVolume(String id)Get volume by idZoneZoneApi. getZone(String id)get a specific zone by idSet<Account>AccountApi. listAccounts(ListAccountsOptions... options)Lists AccountsSet<Alert>GlobalAlertApi. listAlerts(ListAlertsOptions... options)List AlertsCapabilitiesConfigurationApi. listCapabilities()Lists capabilitiesSet<Capacity>GlobalCapacityApi. listCapacity(ListCapacityOptions... options)List CapacitiesSet<Cluster>GlobalHostApi. listClusters(ListClustersOptions... options)Set<ConfigurationEntry>GlobalConfigurationApi. listConfigurationEntries(ListConfigurationEntriesOptions... options)List all configuration entriesSet<DiskOffering>OfferingApi. listDiskOfferings(ListDiskOfferingsOptions... options)Lists disk offeringsSet<Domain>DomainDomainApi. listDomainChildren(ListDomainChildrenOptions... options)Lists all children domains belonging to a specified domainSet<Domain>DomainDomainApi. listDomains(ListDomainsOptions... options)List domains with detailed informationSet<FirewallRule>FirewallApi. listEgressFirewallRules(ListEgressFirewallRulesOptions... options)Set<Event>EventApi. listEvents(ListEventsOptions... options)List EventsSet<FirewallRule>FirewallApi. listFirewallRules(ListFirewallRulesOptions... options)Set<Host>GlobalHostApi. listHosts(ListHostsOptions... options)Lists hostsSet<VMGroup>VMGroupApi. listInstanceGroups(ListVMGroupsOptions... options)Lists VM groupsSet<IPForwardingRule>NATApi. listIPForwardingRules(ListIPForwardingRulesOptions... options)List the ip forwarding rulesISOPermissionsISOApi. listISOPermissions(String id, AccountInDomainOptions... options)List template visibility and all accounts that have permissions to view this template.Set<ISO>ISOApi. listISOs(ListISOsOptions... options)Lists all available ISO files.Set<LoadBalancerRule>LoadBalancerApi. listLoadBalancerRules(ListLoadBalancerRulesOptions... options)List the load balancer rulesSet<NetworkOffering>OfferingApi. listNetworkOfferings(ListNetworkOfferingsOptions... options)Lists service offeringsSet<Network>NetworkApi. listNetworks(ListNetworksOptions... options)Lists networksSet<OSType>GuestOSApi. listOSTypes(ListOSTypesOptions... options)Lists all supported OS types for this cloud.Set<Pod>GlobalPodApi. listPods(ListPodsOptions... options)Lists podsSet<PortForwardingRule>FirewallApi. listPortForwardingRules(ListPortForwardingRulesOptions... options)Set<Project>ProjectApi. listProjects(ListProjectsOptions... options)Lists the projects this account has access to.Set<PublicIPAddress>AddressApi. listPublicIPAddresses(ListPublicIPAddressesOptions... options)Lists IPAddressesSet<ResourceLimit>LimitApi. listResourceLimits(ListResourceLimitsOptions... options)List the resource limits.Set<SecurityGroup>SecurityGroupApi. listSecurityGroups(ListSecurityGroupsOptions... options)Lists security groupsSet<ServiceOffering>OfferingApi. listServiceOfferings(ListServiceOfferingsOptions... options)Lists service offeringsSet<Snapshot>SnapshotApi. listSnapshots(ListSnapshotsOptions... options)Lists all available snapshots for the account, matching the query described by the options.Set<SshKeyPair>SSHKeyPairApi. listSSHKeyPairs(ListSSHKeyPairsOptions... options)Returns a list ofSshKeyPairs registered by current user.Set<StoragePool>GlobalStoragePoolApi. listStoragePools(ListStoragePoolsOptions... options)Set<Tag>TagApi. listTags(ListTagsOptions... options)Lists tagsSet<Template>TemplateApi. listTemplates()List all executable templates.Set<Template>TemplateApi. listTemplates(ListTemplatesOptions options)List all public, private, and privileged templates.Set<UsageRecord>GlobalUsageApi. listUsageRecords(Date start, Date end, ListUsageRecordsOptions... options)Set<User>DomainUserApi. listUsers(ListUsersOptions... options)Lists UsersSet<VirtualMachine>VirtualMachineApi. listVirtualMachines(ListVirtualMachinesOptions... options)Lists VirtualMachinesSet<VirtualMachine>LoadBalancerApi. listVirtualMachinesAssignedToLoadBalancerRule(String id)List all virtual machine instances that are assigned to a load balancer rule.Set<VlanIPRange>GlobalVlanApi. listVlanIPRanges(ListVlanIPRangesOptions... options)Lists all VLAN IP ranges.Set<Volume>VolumeApi. listVolumes(ListVolumesOptions... options)List volumesSet<Zone>ZoneApi. listZones(ListZonesOptions... options)Lists zonesStringGlobalHostApi. prepareHostForMaintenance(String hostId)Prepares a host for maintenance.StringVirtualMachineApi. rebootVirtualMachine(String id)Reboots a virtual machine.StringGlobalHostApi. reconnectHost(String hostId)Reconnects a host.ISOISOApi. registerISO(String name, String displayText, String url, String zoneId, RegisterISOOptions... options)Registers an existing ISO into the Cloud.com Cloud.SshKeyPairSSHKeyPairApi. registerSSHKeyPair(String name, String publicKey)Registers aSshKeyPairwith the given name and public kay material.Set<Template>TemplateApi. registerTemplate(TemplateMetadata templateMetadata, String format, String hypervisor, String url, String zoneId, RegisterTemplateOptions... options)Registers an existing template into the Cloud.com cloud.ApiKeyPairGlobalUserApi. registerUserKeys(String userId)This command allows a user to register for the developer API, returning a secret key and an API keyStringLoadBalancerApi. removeVirtualMachinesFromLoadBalancerRule(String id, Iterable<String> virtualMachineIds)Removes a virtual machine or a list of virtual machines from a load balancer rule.StringLoadBalancerApi. removeVirtualMachinesFromLoadBalancerRule(String id, String... virtualMachineIds)Removes a virtual machine or a list of virtual machines from a load balancer rule.StringVirtualMachineApi. resetPasswordForVirtualMachine(String id)Resets the password for virtual machine.StringSecurityGroupApi. revokeIngressRule(String id, AccountInDomainOptions... options)Deletes a particular ingress rule from this security groupStringVirtualMachineApi. startVirtualMachine(String id)Starts a virtual machine.StringVirtualMachineApi. stopVirtualMachine(String id)Stops a virtual machine.StringVirtualMachineApi. stopVirtualMachine(String id, StopVirtualMachineOptions options)Stops a virtual machine.AccountGlobalAccountApi. updateAccount(String accountName, String domainId, String newName, UpdateAccountOptions... options)Update an existing accountClusterGlobalHostApi. updateCluster(String clusterId, UpdateClusterOptions... options)Updates an existing cluster.voidGlobalHostApi. updateClusterPassword(String clusterId, String username, String password)Update password of a cluster on management server.ConfigurationEntryGlobalConfigurationApi. updateConfigurationEntry(String name, String value)Update a configuration entryDiskOfferingGlobalOfferingApi. updateDiskOffering(String id, UpdateDiskOfferingOptions... options)Update a disk offeringDomainGlobalDomainApi. updateDomain(String domainId, UpdateDomainOptions... options)Update a domainHostGlobalHostApi. updateHost(String hostId, UpdateHostOptions... options)Updates a host.VMGroupVMGroupApi. updateInstanceGroup(String id, UpdateVMGroupOptions... options)Modify a VM groupLoadBalancerRuleLoadBalancerApi. updateLoadBalancerRule(String id, UpdateLoadBalancerRuleOptions... options)Update a load balancer rule.NetworkOfferingGlobalOfferingApi. updateNetworkOffering(String id, UpdateNetworkOfferingOptions... options)Update network offeringPodGlobalPodApi. updatePod(String id, UpdatePodOptions... updatePodOptions)Updates a Pod.ResourceLimitDomainLimitApi. updateResourceLimit(ResourceLimit limit)Updates resource limits for an account in a domain.ServiceOfferingGlobalOfferingApi. updateServiceOffering(String id, UpdateServiceOfferingOptions... options)Update an existing service offeringTemplateTemplateApi. updateTemplate(String id, UpdateTemplateOptions... options)Updates attributes of a template.UserGlobalUserApi. updateUser(String id, UpdateUserOptions... options)Update an userStringVirtualMachineApi. updateVirtualMachine(String id, UpdateVirtualMachineOptions options)Updates parameters of a virtual machine.ZoneGlobalZoneApi. updateZone(String id, UpdateZoneOptions... options)Update a zone - 
Uses of SelectJson in org.jclouds.digitalocean2.features
Methods in org.jclouds.digitalocean2.features with annotations of type SelectJson Modifier and Type Method Description KeyKeyApi. create(String name, String key)ActionActionApi. get(int id)DropletDropletApi. get(int id)ImageImageApi. get(int id)ImageImageApi. get(String slug)KeyKeyApi. get(int id)KeyKeyApi. get(String fingerprint)ActionDropletApi. powerCycle(int id)ActionDropletApi. powerOff(int id)ActionDropletApi. powerOn(int id)ActionDropletApi. reboot(int id)ActionDropletApi. shutdown(int id)ActionDropletApi. snapshot(int id, String name)KeyKeyApi. update(int id, String name)KeyKeyApi. update(String fingerprint, String name) - 
Uses of SelectJson in org.jclouds.dynect.v3.features
Methods in org.jclouds.dynect.v3.features with annotations of type SelectJson Modifier and Type Method Description GeoRegionGroupGeoRegionGroupApi. get(String groupName)Retrieves information about the specified geo region groupGeoServiceGeoServiceApi. get(String serviceName)Retrieves information about the specified geo service.Record<? extends Map<String,Object>>RecordApi. get(RecordId recordId)retrieves a resource record without regard to typeZoneZoneApi. get(String fqdn)Retrieves information about the specified zone.Record<AData>RecordApi. getA(String fqdn, long recordId)Gets theARecordor null if not present.Record<AAAAData>RecordApi. getAAAA(String fqdn, long recordId)Gets theAAAARecordor null if not present.Record<CNAMEData>RecordApi. getCNAME(String fqdn, long recordId)Gets theCNAMERecordor null if not present.Record<MXData>RecordApi. getMX(String fqdn, long recordId)Gets theMXRecordor null if not present.Record<NSData>RecordApi. getNS(String fqdn, long recordId)Gets theNSRecordor null if not present.Record<PTRData>RecordApi. getPTR(String fqdn, long recordId)Gets thePTRRecordor null if not present.SOARecordRecordApi. getSOA(String fqdn, long recordId)Gets theSOARecordor null if not present.Record<SPFData>RecordApi. getSPF(String fqdn, long recordId)Gets theSPFRecordor null if not present.Record<SRVData>RecordApi. getSRV(String fqdn, long recordId)Gets theSRVRecordor null if not present.Record<SSHFPData>RecordApi. getSSHFP(String fqdn, long recordId)Gets theSSHFPRecordor null if not present.Record<TXTData>RecordApi. getTXT(String fqdn, long recordId)Gets theTXTRecordor null if not present.com.google.common.collect.FluentIterable<String>GeoRegionGroupApi. list()Lists all geo region group names.com.google.common.collect.FluentIterable<String>GeoServiceApi. list()Lists all geo service names.com.google.common.collect.FluentIterable<String>ZoneApi. list()Lists all zone ids.SessionSessionApi. login(SessionCredentials credentials)ZoneZoneApi. publish(String fqdn)Publishes the current zone - 
Uses of SelectJson in org.jclouds.glesys.features
Methods in org.jclouds.glesys.features with annotations of type SelectJson Modifier and Type Method Description IpDetailsIpApi. addToServer(String ipAddress, String serverId)Add an IP address to an server.ArchiveArchiveApi. changePassword(String username, String password)Change the password for an archive user.ServerDetailsServerApi. clone(String serverid, String hostname, CloneServerOptions... options)Clone a serverDomainDomainApi. create(String name, AddDomainOptions... options)Add a domain to the Glesys dns-systemEmailAliasEmailAccountApi. createAlias(String aliasAddress, String toEmailAddress)Create an e-mail alias for an e-mail accountDomainRecordDomainApi. createRecord(String domain, String host, String type, String data, AddRecordOptions... options)Add a DNS RecordArchiveArchiveApi. createWithCredentialsAndSize(String username, String password, int size)Create a new backup volume.ServerDetailsServerApi. createWithHostnameAndRootPassword(ServerSpec serverSpec, String hostname, String rootPassword, CreateServerOptions... options)Create a new serverEmailAccountEmailAccountApi. createWithPassword(String accountAddress, String password, CreateAccountOptions... options)Create a new e-mail accountArchiveArchiveApi. get(String username)Get detailed information about an archive volume.DomainDomainApi. get(String name)Get a specific domain.IpDetailsIpApi. get(String ipAddress)Get details about the given IP address such as gateway and netmask.ServerDetailsServerApi. get(String id)Get detailed information about a server such as hostname, hardware configuration (cpu, memory and disk), ip addresses, cost, transfer, os and more.ArchiveAllowedArgumentsArchiveApi. getAllowedArguments()Lists the allowed arguments for some of the functions in this module such as archive size.Map<String,AllowedArgumentsForCreateServer>ServerApi. getAllowedArgumentsForCreateByPlatform()Get information about the OS templates availableConsoleServerApi. getConsole(String id)Get information about how to connect to a server via VNCSortedMap<String,ServerLimit>ServerApi. getLimits(String id)Get detailed information about a server's limits (for OpenVZ only).EmailOverviewEmailAccountApi. getOverview()Get a summary of e-mail accounts associated with this Glesys accountResourceUsageServerApi. getResourceUsage(String id, String resource, String resolution)Return resource usage over time for serverServerStatusServerApi. getStatus(String id, ServerStatusOptions... options)Get detailed information about a server status including up-time and hardware usage (cpu, disk, memory and bandwidth)ServerDetailsServerApi. hardStop(String id)hard stop a servercom.google.common.collect.FluentIterable<Archive>ArchiveApi. list()Lists all active disks on this account.com.google.common.collect.FluentIterable<Domain>DomainApi. list()Get a list of all domains for this account.com.google.common.collect.FluentIterable<IpDetails>IpApi. list(ListIpOptions... options)Get IP addresses associated with your account (reserved, assigned to servers, etc)com.google.common.collect.FluentIterable<Server>ServerApi. list()Get a list of all servers on this account.com.google.common.collect.FluentIterable<EmailAlias>EmailAccountApi. listAliasesInDomain(String domain)Get the set of details about e-mail aliasescom.google.common.collect.FluentIterable<EmailAccount>EmailAccountApi. listDomain(String domain)Get the set of detailed information about e-mail accountscom.google.common.collect.FluentIterable<String>IpApi. listFree(int ipVersion, String datacenter, String platform)Get a set of all IP addresses that are available and not used on any account or server.Set<DomainRecord>DomainApi. listRecords(String domain)Retrieve the DNS records for a given domainServerDetailsServerApi. reboot(String id)Reboot a serverIpDetailsIpApi. release(String ipAddress)Return an unused IP address to the pool of free ips.IpDetailsIpApi. removeFromServer(String ipAddress, String serverId)Remove an IP address from a server.IpDetailsIpApi. removeFromServerAndRelease(String ipAddress, String serverId)Remove an IP address from a server and release it back to GleSYS pool of free ips.ServerDetailsServerApi. resetPassword(String id, String password)Reset the root password of a serverIpDetailsIpApi. resetPtr(String ipAddress)Resets PTR data for an IP back to the default valueArchiveArchiveApi. resize(String username, int size)Resize an archive volume.IpDetailsIpApi. setPtr(String ipAddress, String ptr)Sets PTR data for an IP.ServerDetailsServerApi. start(String id)Start a serverServerDetailsServerApi. stop(String id)Stop a serverIpDetailsIpApi. take(String ipAddress)Take a free IP address and add it to this account.DomainDomainApi. update(String domain, DomainOptions options)Update a domain to the Glesys dns-systemEmailAccountEmailAccountApi. update(String accountAddress, UpdateAccountOptions... options)Adjust an e-mail account's settingsServerDetailsServerApi. update(String serverid, UpdateServerOptions options)Update the configuration of a serverEmailAliasEmailAccountApi. updateAlias(String aliasAddress, String toEmailAddress)Adjust (re-target) an e-mail aliasDomainRecordDomainApi. updateRecord(String recordId, UpdateRecordOptions options)Modify a specific DNS Record - 
Uses of SelectJson in org.jclouds.gogrid.features
Methods in org.jclouds.gogrid.features with annotations of type SelectJson Modifier and Type Method Description ServerGridServerApi. addServer(String name, String image, String ram, String ip, AddServerOptions... addServerOptions)Adds a server with specified attributesServerGridServerApi. deleteById(long id)Deletes the server by IdServerGridServerApi. deleteByName(String name)Deletes the server by name; NOTE: Using this parameter may generate an error if one or more servers share a non-unique name.ServerGridServerApi. editServerDescription(long id, String newDescription)Edits an existing serverServerGridServerApi. editServerRam(long id, String ram)Edits an existing serverServerGridServerApi. editServerType(long id, String newType)Edits an existing serverSet<Server>GridServerApi. getServerList(GetServerListOptions... getServerListOptions)Returns the list of all servers.Set<Server>GridServerApi. getServersById(long... ids)Returns the server(s) by unique id(s).Set<Server>GridServerApi. getServersByName(String... names)Returns the server(s) by unique name(s).ServerGridServerApi. power(String idOrName, PowerCommand power)Changes the server's state according toPowerCommand - 
Uses of SelectJson in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features with annotations of type SelectJson Modifier and Type Method Description List<BucketAccessControls>BucketAccessControlsApi. listBucketAccessControls(String bucketName)Retrieves all ACL entries on a specified bucketList<ObjectAccessControls>DefaultObjectAccessControlsApi. listDefaultObjectAccessControls(String bucketName)Retrieves ACL entries on a specified objectList<ObjectAccessControls>ObjectAccessControlsApi. listObjectAccessControls(String bucketName, String objectName)Retrieves acl entries on a specified objectList<ObjectAccessControls>ObjectAccessControlsApi. listObjectAccessControls(String bucketName, String objectName, Long generation)Retrieves acl entries on a specified object - 
Uses of SelectJson in org.jclouds.openstack.cinder.v1.extensions
Methods in org.jclouds.openstack.cinder.v1.extensions with annotations of type SelectJson Modifier and Type Method Description com.google.common.collect.FluentIterable<AvailabilityZone>AvailabilityZoneApi. list()Lists all availability zones - 
Uses of SelectJson in org.jclouds.openstack.cinder.v1.features
Methods in org.jclouds.openstack.cinder.v1.features with annotations of type SelectJson Modifier and Type Method Description SnapshotSnapshotApi. create(String volumeId, CreateSnapshotOptions... options)Creates a new Snapshot.VolumeVolumeApi. create(int sizeGB, CreateVolumeOptions... options)Creates a new VolumeSnapshotSnapshotApi. get(String snapshotId)Return data about the given Snapshot.VolumeVolumeApi. get(String volumeId)Return data about the given Volume.VolumeTypeVolumeTypeApi. get(String volumeTypeId)Return data about the given VolumeType.VolumeQuotaQuotaApi. getByTenant(String tenantId)com.google.common.collect.FluentIterable<? extends Snapshot>SnapshotApi. list()Returns a summary list of Snapshots.com.google.common.collect.FluentIterable<? extends Volume>VolumeApi. list()Returns a summary list of Volumes.com.google.common.collect.FluentIterable<? extends VolumeType>VolumeTypeApi. list()Returns a summary list of VolumeTypes.com.google.common.collect.FluentIterable<? extends Snapshot>SnapshotApi. listInDetail()Returns a detailed list of Snapshots.com.google.common.collect.FluentIterable<? extends Volume>VolumeApi. listInDetail()Returns a detailed list of Volumes. - 
Uses of SelectJson in org.jclouds.openstack.glance.v1_0.features
Methods in org.jclouds.openstack.glance.v1_0.features with annotations of type SelectJson Modifier and Type Method Description ImageDetailsImageApi. create(String name, Payload payload, CreateImageOptions... options)Creates a new imageImageDetailsImageApi. reserve(String name, CreateImageOptions... options)Reserves a new image to be uploaded laterImageDetailsImageApi. update(String id, UpdateImageOptions... options)Adjusts the metadata stored for an existing imageImageDetailsImageApi. upload(String id, Payload imageData, UpdateImageOptions... options)Uploads image data for a previously-reserved image - 
Uses of SelectJson in org.jclouds.openstack.keystone.v1_1
Methods in org.jclouds.openstack.keystone.v1_1 with annotations of type SelectJson Modifier and Type Method Description AuthAuthenticationClient. authenticate(String username, String key)Authenticate to generate a token. - 
Uses of SelectJson in org.jclouds.openstack.keystone.v2_0
Methods in org.jclouds.openstack.keystone.v2_0 with annotations of type SelectJson Modifier and Type Method Description ApiMetadataKeystoneApi. getApiMetadata()Discover API version information, links to documentation (PDF, HTML, WADL), and supported media types - 
Uses of SelectJson in org.jclouds.openstack.keystone.v2_0.auth
Methods in org.jclouds.openstack.keystone.v2_0.auth with annotations of type SelectJson Modifier and Type Method Description AccessV2AuthenticationApi. authenticateAccessKey(TenantOrDomainAndCredentials<ApiAccessKeyCredentials> credentials)Authenticate to generate a token.AccessV2AuthenticationApi. authenticatePassword(TenantOrDomainAndCredentials<PasswordCredentials> credentials)Authenticate to generate a token. - 
Uses of SelectJson in org.jclouds.openstack.keystone.v2_0.extensions
Methods in org.jclouds.openstack.keystone.v2_0.extensions with annotations of type SelectJson Modifier and Type Method Description RoleRoleAdminApi. create(String name)Creates a new RoleServiceServiceAdminApi. 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, CreateUserOptions options)Creates a new userRoleRoleAdminApi. get(String roleId)Gets the roleServiceServiceAdminApi. get(String serviceId)Gets the servicecom.google.common.collect.FluentIterable<? extends Role>RoleAdminApi. list()Returns a summary list of roles.TenantTenantAdminApi. update(String id, UpdateTenantOptions options)Updates a tenantUserUserAdminApi. update(String id, UpdateUserOptions options)Updates an user - 
Uses of SelectJson in org.jclouds.openstack.keystone.v2_0.features
Methods in org.jclouds.openstack.keystone.v2_0.features with annotations of type SelectJson Modifier and Type Method Description TenantTenantApi. get(String tenantId)Retrieve information about a tenant, by tenant IDTokenTokenApi. get(String token)Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog)/UserUserApi. get(String userId)Retrieve information about a user, by user IDTenantTenantApi. getByName(String tenantName)Retrieve information about a tenant, by tenant nameUserUserApi. getByName(String userName)Retrieve information about a user, by user nameUserTokenApi. getUserOfToken(String token)Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog)/Set<Endpoint>TokenApi. listEndpointsForToken(String token)List all endpoints for a tokenSet<Role>UserApi. listRolesOfUser(String userId)Retrieves the list of global roles associated with a specific user (excludes tenant roles).Set<Role>UserApi. listRolesOfUserOnTenant(String userId, String tenantId)List the roles a user has been granted on a specific tenantSet<Tenant>ServiceApi. listTenants()The operation returns a list of tenants which the current token provides access to. - 
Uses of SelectJson in org.jclouds.openstack.keystone.v3.features
Methods in org.jclouds.openstack.keystone.v3.features with annotations of type SelectJson Modifier and Type Method Description ProjectProjectApi. create(String name, String description, boolean enabled, boolean isDomain, String domainId, String parentId)RegionRegionApi. create(String id, String description, String parentId)UserUserApi. create(String name, String password, Boolean enabled, String domainId, String defaultProjectId)List<Endpoint>CatalogApi. endpoints()List all endpoints for a token.TokenAuthApi. get(String token)Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog).ProjectProjectApi. get(String id)RegionRegionApi. get(String id)UserUserApi. get(String id)UserAuthApi. getUserOfToken(String token)Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog).List<Project>ProjectApi. list()List<Region>RegionApi. list()List<User>UserApi. list()List<Group>UserApi. listGroups(String id)List<Project>UserApi. listProjects(String id)Set<String>ProjectApi. listTags(String projectId)ProjectProjectApi. update(String id, Project project)RegionRegionApi. update(String id, String description, String parentId)UserUserApi. update(String id, String name, String password, Boolean enabled, String domainId, String defaultProjectId) - 
Uses of SelectJson in org.jclouds.openstack.neutron.v2.extensions
Methods in org.jclouds.openstack.neutron.v2.extensions with annotations of type SelectJson Modifier and Type Method Description FirewallFWaaSApi. create(CreateFirewall firewall)Create a new firewallRouterRouterApi. create(Router.CreateRouter router)Create a new routerFirewallPolicyFWaaSApi. createFirewallPolicy(CreateFirewallPolicy firewallPolicy)FirewallRuleFWaaSApi. createFirewallRule(CreateFirewallRule firewallRule)FirewallFWaaSApi. get(String id)Returns the details for a specific firewall.RouterRouterApi. get(String id)Returns a Routers collection that should contain a single router with the id requested.FirewallPolicyFWaaSApi. getFirewallPolicy(String id)FirewallRuleFWaaSApi. getFirewallRule(String firewallRuleId)FirewallFWaaSApi. update(String id, UpdateFirewall updateFirewall)Update a firewallRouterRouterApi. update(String id, Router.UpdateRouter router)Update a routerFirewallPolicyFWaaSApi. updateFirewallPolicy(String id, UpdateFirewallPolicy updateFirewallPolicy)FirewallRuleFWaaSApi. updateFirewallRule(String id, UpdateFirewallRule updateFirewallRule) - 
Uses of SelectJson in org.jclouds.openstack.neutron.v2.extensions.lbaas.v1
Methods in org.jclouds.openstack.neutron.v2.extensions.lbaas.v1 with annotations of type SelectJson Modifier and Type Method Description HealthMonitorLBaaSApi. associateHealthMonitor(String poolId, String healthMonitorId)Associate a HealthMonitor to a Pool.HealthMonitorLBaaSApi. createHealthMonitor(HealthMonitor.CreateHealthMonitor healthMonitor)Creates a new HealthMonitor.MemberLBaaSApi. createMember(Member.CreateMember member)Creates a new Member.PoolLBaaSApi. createPool(Pool.CreatePool pool)Creates a new Pool.VIPLBaaSApi. createVIP(VIP.CreateVIP vip)Creates a new VIP.HealthMonitorLBaaSApi. getHealthMonitor(String id)Returns the details for a specific HealthMonitor.MemberLBaaSApi. getMember(String id)Returns the details for a specific Member.PoolLBaaSApi. getPool(String id)Returns the details for a specific Pool.VIPLBaaSApi. getVIP(String id)Returns the details for a specific VIP.HealthMonitorLBaaSApi. updateHealthMonitor(String id, HealthMonitor.UpdateHealthMonitor healthMonitor)Update a HealthMonitor.MemberLBaaSApi. updateMember(String id, Member.UpdateMember member)Update a Member.PoolLBaaSApi. updatePool(String id, Pool.UpdatePool pool)Update a Pool.VIPLBaaSApi. updateVIP(String id, VIP.UpdateVIP vip)Update a VIP. - 
Uses of SelectJson in org.jclouds.openstack.neutron.v2.features
Methods in org.jclouds.openstack.neutron.v2.features with annotations of type SelectJson Modifier and Type Method Description FloatingIPFloatingIPApi. create(FloatingIP.CreateFloatingIP createFloatingIP)Creates a floating IP.NetworkNetworkApi. create(Network.CreateNetwork network)Create a new network with the specified typePortPortApi. create(Port.CreatePort port)Create a new port in the specified networkRuleSecurityGroupApi. create(Rule.CreateRule securityGroupRule)Creates a new Security Group Rule.SecurityGroupSecurityGroupApi. create(SecurityGroup.CreateSecurityGroup securityGroup)Creates a new SecurityGroup.SubnetSubnetApi. create(Subnet.CreateSubnet subnet)Create a subnet within a specified networkcom.google.common.collect.FluentIterable<Network>NetworkApi. createBulk(com.google.common.collect.ImmutableList<Network.CreateNetwork> networks)Create multiple networkscom.google.common.collect.FluentIterable<Port>PortApi. createBulk(List<Port.CreatePort> ports)Create multiple portscom.google.common.collect.FluentIterable<Subnet>SubnetApi. createBulk(List<Subnet.CreateSubnet> subnets)Create multiple subnetsFloatingIPFloatingIPApi. get(String id)Returns the details for a specific floating IP.NetworkNetworkApi. get(String id)Return a specific networkPortPortApi. get(String id)Returns the specific portRuleSecurityGroupApi. get(String id)SubnetSubnetApi. get(String id)Returns the specific Subnet.SecurityGroupSecurityGroupApi. getSecurityGroup(String id)FloatingIPFloatingIPApi. update(String id, FloatingIP.UpdateFloatingIP updateFloatingIP)Update a Floating IPNetworkNetworkApi. update(String id, Network.UpdateNetwork network)Update a networkPortPortApi. update(String id, Port.UpdatePort port)Update a portSubnetSubnetApi. update(String id, Subnet.UpdateSubnet subnet)Update a subnet - 
Uses of SelectJson in org.jclouds.openstack.nova.v2_0.extensions
Methods in org.jclouds.openstack.nova.v2_0.extensions with annotations of type SelectJson Modifier and Type Method Description HostAggregateHostAggregateApi. addHost(String id, String host)Adds a host to an aggregateFloatingIPFloatingIPApi. allocateFromPool(String pool)Allocates a Floating IP address from a poolVolumeAttachmentVolumeAttachmentApi. 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 portFloatingIPFloatingIPApi. create()Allocates a Floating IP addressKeyPairKeyPairApi. 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 typeHostAggregateHostAggregateApi. 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. 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 GroupKeyPairKeyPairApi. createWithPublicKey(String name, String publicKey)Creates aKeyPairwith a public key.InterfaceAttachmentAttachInterfaceApi. get(String serverId, String attachmentId)Returns information about a specified port interface for given serverFloatingIPFloatingIPApi. get(String id)Gets a specific Floating IP addressHostAggregateHostAggregateApi. get(String id)Retrieves the details of an aggregate, hosts and metadata included.KeyPairKeyPairApi. get(String name)Gets a specificKeyPairby name.SecurityGroupSecurityGroupApi. get(String id)Get a specific Security GroupServerWithSecurityGroupsServerWithSecurityGroupsApi. get(String id)Retrieve details of the specified server, including security groupsSimpleTenantUsageSimpleTenantUsageApi. get(String tenantId)Retrieve tenant_usage for a specified tenantVolumeVolumeApi. get(String volumeId)Deprecated.Please useVolumeApi.get(String)instead.VolumeTypeVolumeTypeApi. get(String id)Gets a volume typeVolumeAttachmentVolumeAttachmentApi. getAttachmentForVolumeOnServer(String volumeId, String serverId)Gets a specific Volume Attachment for a Volume and Server.QuotaQuotaApi. getByTenant(String tenantId)ConsoleConsolesApi. getConsole(String serverId, Console.Type type)Gets the specified server Console.QuotaQuotaApi. getDefaultsForTenant(String tenantId)Map<String,String>VolumeTypeApi. getExtraSpecs(String id)Gets the extra specs for a volume typeMap<String,String>FlavorExtraSpecsApi. getMetadata(String flavorId)Retrieves all extra specs for a flavorVolumeSnapshotVolumeApi. getSnapshot(String snapshotId)Deprecated.Please useSnapshotApi.get(String)instead.com.google.common.collect.FluentIterable<InterfaceAttachment>AttachInterfaceApi. list(String serverId)Returns list of port interfaces for given servercom.google.common.collect.FluentIterable<AvailabilityZone>AvailabilityZoneApi. list()Deprecated.Please useAvailabilityZoneApi.listAvailabilityZones()instead.com.google.common.collect.FluentIterable<FloatingIP>FloatingIPApi. list()Lists all Floating IP addressescom.google.common.collect.FluentIterable<? extends FloatingIPPool>FloatingIPPoolApi. list()Lists all Floating IP Poolscom.google.common.collect.FluentIterable<Host>HostAdministrationApi. list()Returns the list of hostscom.google.common.collect.FluentIterable<HostAggregate>HostAggregateApi. list()Lists all host aggregates.com.google.common.collect.FluentIterable<Hypervisor>HypervisorApi. list()com.google.common.collect.FluentIterable<SecurityGroup>SecurityGroupApi. list()List all Security Groups.com.google.common.collect.FluentIterable<SimpleTenantUsage>SimpleTenantUsageApi. list()Retrieve tenant usage for all tenants.com.google.common.collect.FluentIterable<Volume>VolumeApi. list()Deprecated.Please useVolumeApi.list()instead.com.google.common.collect.FluentIterable<VolumeType>VolumeTypeApi. list()com.google.common.collect.FluentIterable<VolumeAttachment>VolumeAttachmentApi. listAttachmentsOnServer(String serverId)Lists Volume Attachments for a given Server.com.google.common.collect.FluentIterable<AvailabilityZone>AvailabilityZoneApi. listAvailabilityZones()com.google.common.collect.FluentIterable<AvailabilityZoneDetails>AvailabilityZoneApi. listInDetail()com.google.common.collect.FluentIterable<HypervisorDetails>HypervisorApi. listInDetail()com.google.common.collect.FluentIterable<Volume>VolumeApi. listInDetail()Deprecated.Please useVolumeApi.listInDetail()instead.com.google.common.collect.FluentIterable<VirtualInterface>VirtualInterfaceApi. listOnServer(String serverId)Returns the list of Virtual Interfaces for a given instance.com.google.common.collect.FluentIterable<HostResourceUsage>HostAdministrationApi. listResourceUsage(String hostId)Retrieves the physical/usage resource on a specific hostcom.google.common.collect.FluentIterable<VolumeSnapshot>VolumeApi. listSnapshots()Deprecated.Please useSnapshotApi.list()instead.com.google.common.collect.FluentIterable<VolumeSnapshot>VolumeApi. listSnapshotsInDetail()Deprecated.Please useSnapshotApi.listInDetail()instead.HostAggregateHostAggregateApi. 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.HostAggregateHostAggregateApi. updateName(String id, String name)Updates the name of an aggregate. - 
Uses of SelectJson in org.jclouds.openstack.nova.v2_0.features
Methods in org.jclouds.openstack.nova.v2_0.features with annotations of type SelectJson Modifier and Type Method Description FlavorFlavorApi. get(String id)List details of the specified flavorImageImageApi. get(String id)List details of the specified imageServerServerApi. get(String id)List details of the specified serverMap<String,String>ImageApi. getMetadata(String id)List all metadata for an image.Map<String,String>ServerApi. getMetadata(String id)List all metadata for a server.Set<PortInterface>ServerApi. listPortInterfaces(String id)Lists port interfaces that are attached to a server.Set<SecurityGroup>ServerApi. listSecurityGroupForServer(String id)Lists Security Groups for a server.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.Map<String,String>ImageApi. updateMetadata(String id, Map<String,String> metadata)Update the metadata for a server.Map<String,String>ServerApi. updateMetadata(String id, Map<String,String> metadata)Update the metadata for a server. - 
Uses of SelectJson in org.jclouds.openstack.trove.v1.features
Methods in org.jclouds.openstack.trove.v1.features with annotations of type SelectJson Modifier and Type Method Description 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.FlavorFlavorApi. get(int flavorId)Returns a Flavor by id.InstanceInstanceApi. get(String instanceId)Returns an Instance by id.UserUserApi. get(String name)Returns a User by identifier.UserUserApi. get(String name, String hostname)Returns a User by name and allowed host.booleanInstanceApi. isRooted(String instanceId)Checks to see if root is enabled for an instance.com.google.common.collect.FluentIterable<Flavor>FlavorApi. list()Returns a summary list of Flavors.com.google.common.collect.FluentIterable<Flavor>FlavorApi. list(String accountId)Returns a list of Flavors by Account ID (Tenant Id).com.google.common.collect.FluentIterable<Instance>InstanceApi. list()Returns a summary list of Instances.com.google.common.collect.FluentIterable<User>UserApi. list()This operation lists the users in the specified database instance. - 
Uses of SelectJson in org.jclouds.openstack.v2_0.features
Methods in org.jclouds.openstack.v2_0.features with annotations of type SelectJson Modifier and Type Method Description ExtensionExtensionApi. get(String id)Extensions may also be queried individually by their unique alias.Set<Extension>ExtensionApi. list()Lists all available extensions - 
Uses of SelectJson in org.jclouds.rackspace.autoscale.v1.features
Methods in org.jclouds.rackspace.autoscale.v1.features with annotations of type SelectJson Modifier and Type Method Description 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.WebhookWebhookApi. get(String id)Get a webhook.GroupConfigurationGroupApi. getGroupConfiguration(String id)This operation gets the configuration for the scaling group.GroupStateGroupApi. getState(String id)This operation gets the state of the Autoscaling Group.com.google.common.collect.FluentIterable<Webhook>WebhookApi. list()List webhooks.com.google.common.collect.FluentIterable<GroupState>GroupApi. listGroupStates()This operation lists all autoscaling groups. - 
Uses of SelectJson in org.jclouds.rackspace.clouddns.v1.features
Methods in org.jclouds.rackspace.clouddns.v1.features with annotations of type SelectJson Modifier and Type Method Description LimitsLimitApi. list()Provides a list of all applicable limits.Iterable<String>LimitApi. listTypes()All applicable limit types. - 
Uses of SelectJson in org.jclouds.rackspace.cloudidentity.v2_0
Methods in org.jclouds.rackspace.cloudidentity.v2_0 with annotations of type SelectJson Modifier and Type Method Description AccessCloudIdentityAuthenticationApi. authenticateApiKey(TenantOrDomainAndCredentials<ApiKeyCredentials> credentials)Authenticate to generate a token. - 
Uses of SelectJson in org.jclouds.rackspace.cloudloadbalancers.v1.features
Methods in org.jclouds.rackspace.cloudloadbalancers.v1.features with annotations of type SelectJson Modifier and Type Method Description Set<Node>NodeApi. add(Iterable<AddNode> addNodes)Add a new node with the configuration defined by the request.HealthMonitorHealthMonitorApi. get()Get health monitor.SSLTerminationSSLTerminationApi. get()Get SSL termination info.ConnectionThrottleConnectionApi. getConnectionThrottle()Get connection throttle.Iterable<AccessRuleWithId>AccessRuleApi. list()List the AccessRules.Iterable<VirtualIPWithId>VirtualIPApi. list()List the virtual IPs.Iterable<Protocol>ReportApi. listProtocols()All load balancers must define the protocol of the service which is being load balanced. 
 -