AsyncCreateResponse | 
AddressApi.associateIPAddressInZone(String zoneId,
                        AssociateIPAddressOptions... options) | 
 Acquires and associates a public IP to an account. 
 | 
AsyncCreateResponse | 
ISOApi.attachISO(String isoId,
         String vmId) | 
 Attaches an ISO to a virtual machine. 
 | 
AsyncCreateResponse | 
VolumeApi.attachVolume(String volumeId,
            String virtualMachineId) | 
 Attaches a disk volume to a virtual machine. 
 | 
AsyncCreateResponse | 
ISOApi.copyISO(String isoId,
       String sourceZoneId,
       String destZoneId) | 
 Copies a template from one zone to another. 
 | 
AsyncCreateResponse | 
TemplateApi.copyTemplateToZone(String id,
                  String sourceZoneId,
                  String destZoneId) | 
 Copies a template from one zone to another. 
 | 
AsyncCreateResponse | 
FirewallApi.createEgressFirewallRuleForNetworkAndProtocol(String networkId,
                                             FirewallRule.Protocol protocol,
                                             CreateFirewallRuleOptions... options) | 
  | 
AsyncCreateResponse | 
FirewallApi.createEgressFirewallRuleForNetworkProtocolAndPort(String networkId,
                                                 FirewallRule.Protocol protocol,
                                                 int startPort,
                                                 int endPort) | 
  | 
AsyncCreateResponse | 
FirewallApi.createFirewallRuleForIpAndProtocol(String ipAddressId,
                                  FirewallRule.Protocol protocol,
                                  CreateFirewallRuleOptions... options) | 
  | 
AsyncCreateResponse | 
FirewallApi.createFirewallRuleForIpProtocolAndPort(String ipAddressId,
                                      FirewallRule.Protocol protocol,
                                      int startPort,
                                      int endPort) | 
  | 
AsyncCreateResponse | 
NATApi.createIPForwardingRule(String IPAddressId,
                      String protocol,
                      int startPort,
                      CreateIPForwardingRuleOptions... options) | 
 Creates an ip forwarding rule 
 | 
AsyncCreateResponse | 
FirewallApi.createPortForwardingRuleForVirtualMachine(String ipAddressId,
                                         PortForwardingRule.Protocol protocol,
                                         int publicPort,
                                         String virtualMachineId,
                                         int privatePort) | 
  | 
AsyncCreateResponse | 
SnapshotApi.createSnapshot(String volumeId,
              CreateSnapshotOptions... options) | 
 Creates an instant snapshot of a volume. 
 | 
SnapshotPolicy | 
SnapshotApi.createSnapshotPolicy(SnapshotPolicySchedule schedule,
                    String numberToRetain,
                    String timezone,
                    String volumeId) | 
 Creates a snapshot policy for the account. 
 | 
AsyncCreateResponse | 
TagApi.createTags(CreateTagsOptions options) | 
 Creates one or more tags on the specified resources. 
 | 
AsyncCreateResponse | 
TemplateApi.createTemplate(TemplateMetadata templateMetadata,
              CreateTemplateOptions... options) | 
 Creates a template of a virtual machine. 
 | 
AsyncCreateResponse | 
VolumeApi.createVolumeFromCustomDiskOfferingInZone(String name,
                                        String diskOfferingId,
                                        String zoneId,
                                        int size) | 
 Create a volume with given name, size and diskOfferingId 
 | 
AsyncCreateResponse | 
VolumeApi.createVolumeFromDiskOfferingInZone(String name,
                                  String diskOfferingId,
                                  String zoneId) | 
 Create a volume with given name and diskOfferingId 
 | 
AsyncCreateResponse | 
VolumeApi.createVolumeFromSnapshotInZone(String name,
                              String snapshotId,
                              String zoneId) | 
 Create a volume with given name and snapshotId 
 | 
AsyncCreateResponse | 
ISOApi.deleteISO(String id,
         DeleteISOOptions... options) | 
 Deletes an ISO file. 
 | 
AsyncCreateResponse | 
TagApi.deleteTags(DeleteTagsOptions options) | 
 Deletes one or more tags from the specified resources. 
 | 
AsyncCreateResponse | 
TemplateApi.deleteTemplate(String id,
              DeleteTemplateOptions... options) | 
 Deletes a template from the system. 
 | 
AsyncCreateResponse | 
ISOApi.detachISO(String vmId) | 
 Detaches any ISO file (if any) currently attached to a virtual machine. 
 | 
AsyncCreateResponse | 
VolumeApi.detachVolume(String volumeId) | 
 Detaches a disk volume from a virtual machine. 
 | 
AsyncCreateResponse | 
DomainAccountApi.disableAccount(String accountName,
              String domainId,
              boolean onlyLock) | 
 Disable or lock an account 
 | 
AsyncCreateResponse | 
DomainUserApi.disableUser(String userId) | 
 Disable a user with a specific ID 
 | 
AsyncCreateResponse | 
ISOApi.extractISO(String id,
          ExtractMode mode,
          String zoneId,
          ExtractISOOptions... options) | 
 Extracts an ISO 
 | 
AsyncCreateResponse | 
TemplateApi.extractTemplate(String id,
               ExtractMode mode,
               String zoneId,
               ExtractTemplateOptions... options) | 
  | 
Set<SnapshotPolicy> | 
SnapshotApi.listSnapshotPolicies(String volumeId,
                    ListSnapshotPoliciesOptions... options) | 
 Lists snapshot policies. 
 | 
Set<Snapshot> | 
SnapshotApi.listSnapshots(ListSnapshotsOptions... options) | 
 Lists all available snapshots for the account, matching the query described by the options. 
 | 
Set<TemplatePermission> | 
TemplateApi.listTemplatePermissions(String id,
                       AccountInDomainOptions... options) | 
 List template visibility and all accounts that have permissions to view
 this template. 
 | 
ISO | 
ISOApi.updateISO(String id,
         UpdateISOOptions... options) | 
  | 
void | 
ISOApi.updateISOPermissions(String id,
                    UpdateISOPermissionsOptions... options) | 
 Updates iso permissions 
 |