Uses of Annotation Interface
org.jclouds.rest.annotations.OnlyElement
Packages that use OnlyElement
Package
Description
-
Uses of OnlyElement in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with annotations of type OnlyElement -
Uses of OnlyElement in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features with annotations of type OnlyElementModifier and TypeMethodDescriptionAccountApi.getAccount
(String id) get a specific Account by idOfferingApi.getDiskOffering
(String id) get a specific disk offering by idDomainDomainApi.getDomainById
(String domainId) Get a domain by IDFirewallApi.getEgressFirewallRule
(String id) FirewallApi.getFirewallRule
(String id) VMGroupApi.getInstanceGroup
(String id) NATApi.getIPForwardingRule
(String id) get a specific IPForwardingRule by idGets information about an ISO by its ID.LoadBalancerApi.getLoadBalancerRule
(String id) get a specific LoadBalancerRule by idNetworkApi.getNetwork
(String id) get a specific network by idOfferingApi.getNetworkOffering
(String id) get a specific service offering by idget a specific os type by idget a specific pod by idFirewallApi.getPortForwardingRule
(String id) ProjectApi.getProject
(String id) gets a specific Project by idAddressApi.getPublicIPAddress
(String id) get a specific IPAddress by idSecurityGroupApi.getSecurityGroup
(String id) get a specific security group by idSecurityGroupApi.getSecurityGroupByName
(String securityGroupName) get a specific security group by nameOfferingApi.getServiceOffering
(String id) get a specific service offering by idSnapshotApi.getSnapshot
(String id) Gets a snapshot by its ID.SSHKeyPairApi.getSSHKeyPair
(String name) Retrieves theSSHKeyPairApi
with given name.TemplateApi.getTemplateInZone
(String templateId, String zoneId) get a specific template by idVirtualMachineApi.getVirtualMachine
(String id) get a specific VirtualMachine by idGlobalVlanApi.getVlanIPRange
(String id) Get the details of an IP range by its id.Get volume by idget a specific zone by idISOApi.registerISO
(String name, String displayText, String url, String zoneId, RegisterISOOptions... options) Registers an existing ISO into the Cloud.com Cloud.LoadBalancerApi.updateLoadBalancerRule
(String id, UpdateLoadBalancerRuleOptions... options) Update a load balancer rule. -
Uses of OnlyElement in org.jclouds.gogrid.features
Methods in org.jclouds.gogrid.features with annotations of type OnlyElementModifier and TypeMethodDescriptionGridServerApi.addServer
(String name, String image, String ram, String ip, AddServerOptions... addServerOptions) Adds a server with specified attributesGridServerApi.deleteById
(long id) Deletes the server by IdGridServerApi.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.GridServerApi.editServerDescription
(long id, String newDescription) Edits an existing serverGridServerApi.editServerRam
(long id, String ram) Edits an existing serverGridServerApi.editServerType
(long id, String newType) Edits an existing serverGridServerApi.power
(String idOrName, PowerCommand power) Changes the server's state according toPowerCommand