Package | Description |
---|---|
org.jclouds.cloudstack.features | |
org.jclouds.gogrid.features |
Modifier and Type | Method and Description |
---|---|
Account |
AccountApi.getAccount(String id)
get a specific Account by id
|
DiskOffering |
OfferingApi.getDiskOffering(String id)
get a specific disk offering by id
|
Domain |
DomainDomainApi.getDomainById(String domainId)
Get a domain by ID
|
FirewallRule |
FirewallApi.getEgressFirewallRule(String id) |
FirewallRule |
FirewallApi.getFirewallRule(String id) |
VMGroup |
VMGroupApi.getInstanceGroup(String id) |
IPForwardingRule |
NATApi.getIPForwardingRule(String id)
get a specific IPForwardingRule by id
|
ISO |
ISOApi.getISO(String id)
Gets information about an ISO by its ID.
|
LoadBalancerRule |
LoadBalancerApi.getLoadBalancerRule(String id)
get a specific LoadBalancerRule by id
|
Network |
NetworkApi.getNetwork(String id)
get a specific network by id
|
NetworkOffering |
OfferingApi.getNetworkOffering(String id)
get a specific service offering by id
|
OSType |
GuestOSApi.getOSType(String id)
get a specific os type by id
|
Pod |
GlobalPodApi.getPod(String id)
get a specific pod by id
|
PortForwardingRule |
FirewallApi.getPortForwardingRule(String id) |
Project |
ProjectApi.getProject(String id)
gets a specific Project by id
|
PublicIPAddress |
AddressApi.getPublicIPAddress(String id)
get a specific IPAddress by id
|
SecurityGroup |
SecurityGroupApi.getSecurityGroup(String id)
get a specific security group by id
|
SecurityGroup |
SecurityGroupApi.getSecurityGroupByName(String securityGroupName)
get a specific security group by name
|
ServiceOffering |
OfferingApi.getServiceOffering(String id)
get a specific service offering by id
|
Snapshot |
SnapshotApi.getSnapshot(String id)
Gets a snapshot by its ID.
|
SshKeyPair |
SSHKeyPairApi.getSSHKeyPair(String name)
Retrieves the
SSHKeyPairApi with given name. |
Template |
TemplateApi.getTemplateInZone(String templateId,
String zoneId)
get a specific template by id
|
VirtualMachine |
VirtualMachineApi.getVirtualMachine(String id)
get a specific VirtualMachine by id
|
VlanIPRange |
GlobalVlanApi.getVlanIPRange(String id)
Get the details of an IP range by its id.
|
Volume |
VolumeApi.getVolume(String id)
Get volume by id
|
Zone |
ZoneApi.getZone(String id)
get a specific zone by id
|
ISO |
ISOApi.registerISO(String name,
String displayText,
String url,
String zoneId,
RegisterISOOptions... options)
Registers an existing ISO into the Cloud.com Cloud.
|
LoadBalancerRule |
LoadBalancerApi.updateLoadBalancerRule(String id,
UpdateLoadBalancerRuleOptions... options)
Update a load balancer rule.
|
Modifier and Type | Method and Description |
---|---|
Server |
GridServerApi.addServer(String name,
String image,
String ram,
String ip,
AddServerOptions... addServerOptions)
Adds a server with specified attributes
|
Server |
GridServerApi.deleteById(long id)
Deletes the server by Id
|
Server |
GridServerApi.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.
|
Server |
GridServerApi.editServerDescription(long id,
String newDescription)
Edits an existing server
|
Server |
GridServerApi.editServerRam(long id,
String ram)
Edits an existing server
|
Server |
GridServerApi.editServerType(long id,
String newType)
Edits an existing server
|
Server |
GridServerApi.power(String idOrName,
PowerCommand power)
Changes the server's state according to
PowerCommand |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.