| Package | Description | 
|---|---|
| com.iland.core.web.rest.api | REsT resources: entry point to platform services. | 
| Modifier and Type | Method and Description | 
|---|---|
| DNSRecordResponse | OrgResource. addDNSRecord(String orgUuid,
            DNSRecordCreateRequest record)Add a new DNS record for the given organization. | 
| DNSZoneResponse | OrgResource. addDNSZone(String orgUuid,
          DNSZoneCreateRequest zoneSpec)Add a new managed DNS zone for the given organization. | 
| TaskResponse | VappResource. addOrgVdcNetworkToVapp(String vappUuid,
                      String networkUuid)Add a new Org Vdc Network Direct Network to the given vApp. | 
| TaskResponse | VappResource. addOrgVdcNetworkToVapp(String vappUuid,
                      String networkUuid)Add a new Org Vdc Network Direct Network to the given vApp. | 
| SupportTicketAttachmentDetailsResponse | CompanySupportResource. addTicketAttachment(String companyId,
                   int ticketId,
                   SupportTicketAttachmentCreateRequest attachment)Add an attachment to a support ticket. | 
| SupportTicketCommentResponse | CompanySupportResource. addTicketComment(String companyId,
                int ticketId,
                SupportTicketCommentCreateRequest newComment)Add a comment to a support ticket. | 
| TaskResponse | VdcResource. addVappFromTemplate(String vdcUuid,
                   VdcAddVappFromTemplateRequest request)Add a vApp from a vApp template. | 
| TaskResponse | VappResource. addVappNetwork(String vappUuid,
              VappNetworkCreateRequest vappNetworkCreateRequest)Add a new vApp network to the given vApp. | 
| TaskResponse | CatalogResource. addVappTemplateFromVapp(String catalogUuid,
                       VappTemplateFromVappCreateRequest spec)Add a Vapp Template to the catalog based on an existing vapp. | 
| TaskResponse | VmResource. addVirtualDisk(String vmUuid,
              VmVirtualDiskCreateRequest disk)Updates the virtual disks for a VM. | 
| TaskResponse | VappResource. addVms(String vappUuid,
      List<VmCreateRequest> requests)Add virtual machines to the vApp from templates. | 
| FailoverTestAlertResponse | VpgResource. addVpgFailoverTestAlert(String vpgUuid,
                       FailoverTestAlertCreateRequest alert)Add a VPG Failover Test Alert for the given VPG. | 
| TaskResponse | VdcResource. buildVapp(String vdcUuid,
         BuildVappRequest spec)Create a vApp from scratch to the given VDC. | 
| TaskResponse | VappResource. buildVms(String vappUuid,
        List<BuildVmRequest> vms)Create virtual machines in a vApp | 
| CheckDNSZoneResponse | OrgResource. checkDNSZone(String orgUuid,
            int zoneId)Check a managed DNS Zone for Validity and report errors. | 
| TaskResponse | MediaResource. cloneMedia(String mediaUuid,
          MediaCloneRequest spec)Clone a given media. | 
| TaskResponse | VpgResource. commitFailover(String vpgUuid)Commits changes after a live failover. | 
| TaskResponse | OrgVdcNetworkResource. convertOrgVdcNetworkToDistributedInterface(String networkUuid)Convert org vdc network to a distributed interface. | 
| TaskResponse | OrgVdcNetworkResource. convertOrgVdcNetworkToInternalInterface(String networkUuid)Convert org vdc network to an internal interface. | 
| TaskResponse | OrgVdcNetworkResource. convertOrgVdcNetworkToSubInterface(String networkUuid)Convert org vdc network to a sub interface. | 
| TaskResponse | VappResource. copyVapp(String vappUuid,
        VappCopyMoveRequest spec)Creates a new vApp in the Vdc based on an existing vapp. | 
| TaskResponse | VmResource. copyVm(String vmUuid,
      VmCopyMoveRequest spec)Creates a new Vm in the Vapp based on an existing Vm. | 
| VdiAutomationGroupResponse | OrgVdiResource. createAutomationGroup(String orgUuid,
                     VdiAutomationGroupUpdateRequest updateRequest)Create a new VDI automation group. | 
| BackupGroupResponse | VdcResource. createBackupGroup(String vdcUuid,
                 BackupGroupUpdateRequest creationRequest)Create a new backup group. | 
| BackupPolicyResponse | VdcResource. createBackupPolicy(String vdcUuid,
                  BackupPolicyUpdateRequest creationRequest)Create a new vdc-scoped backup policy. | 
| BackupPolicyResponse | OrgResource. createBackupPolicy(String orgUuid,
                  BackupPolicyUpdateRequest creationRequest)Create a new org-scoped backup policy. | 
| TaskResponse | OrgResource. createCatalog(String orgUuid,
             CatalogCreateRequest request)Create a catalog in the organization. | 
| CertificateResponse | EdgeGatewayResource. createCertificate(String edgeUuid,
                 CertificateCreateRequest createRequest)Create a certificate for an edge gateway. | 
| CRLResponse | EdgeGatewayResource. createCRL(String edgeUuid,
         CRLCreateRequest crlCreateRequest)Create a certificate revocation list (CRL) for an edge gateway. | 
| CSRResponse | EdgeGatewayResource. createCSR(String edgeUuid,
         CSRCreateRequest csrCreateRequest)Create a certificate signing request (CSR) for an edge gateway. | 
| DistributedFirewallLayer2RestorePointDetailsResponse | VdcResource. createDistributedFirewallLayer2RestorePoint(String vdcUuid,
                                           DistributedFirewallRestorePointCreateRequest restorePointCreateRequest)Create a distributed firewall layer2 restore point for a vDC's distributed firewall. | 
| DistributedFirewallLayer2RuleResponse | VdcResource. createDistributedFirewallLayer2Rule(String vdcUuid,
                                   Long eTag,
                                   DistributedFirewallLayer2RuleCreateRequest createRequest)Create a rule within the distributed firewall at layer 2 (ethernet) for a given vDC. | 
| DistributedFirewallLayer3RestorePointDetailsResponse | VdcResource. createDistributedFirewallLayer3RestorePoint(String vdcUuid,
                                           DistributedFirewallRestorePointCreateRequest restorePointCreateRequest)Create a distributed firewall layer3 restore point for a vDC's distributed firewall. | 
| DistributedFirewallLayer3RuleResponse | VdcResource. createDistributedFirewallLayer3Rule(String vdcUuid,
                                   Long eTag,
                                   DistributedFirewallLayer3RuleCreateRequest createRequest)Create a rule within the distributed firewall at layer 3 (general) for a given vDC. | 
| FirewallRestorePointDetailsResponse | EdgeGatewayResource. createFirewallRestorePoint(String edgeUuid,
                          FirewallRestorePointCreateRequest firewallRestorePointCreateRequest)Create a firewall restore point for an edge gateway's firewall. | 
| IpSetResponse | VdcResource. createIpSet(String vdcUuid,
           IpSetCreateRequest ipSetCreateRequest)Create a IP set grouping object for a given vDC. | 
| MacSetResponse | VdcResource. createMacSet(String vdcUuid,
            MacSetCreateRequest macSetCreateRequest)Create a MAC set grouping object for a given vDC. | 
| NATRestorePointDetailsResponse | EdgeGatewayResource. createNATRestorePoint(String edgeUuid,
                     NATRestorePointCreateRequest natRestorePointCreateRequest)Create a NAT restore point for an edge gateway's NAT. | 
| O365JobResponse | O365OrganizationResource. createO365Job(String uuid,
             O365JobCreateRequest request)Create a new Office 365 VBO backup job. | 
| O365OrganizationResponse | CompanyLocationResource. createO365Organization(String companyId,
                      String locationId,
                      O365OrganizationCreateRequest request)Add a Microsoft Office 365 VBO organization. | 
| TaskResponse | VdcResource. createOrgVdcNetwork(String vdcUuid,
                   OrgVdcNetworkCreateRequest createRequest)Create a new org-vdc network for this vDC. | 
| DisasterRecoveryRunbookResponse | OrgResource. createRecoveryRunbook(String orgUuid,
                     DisasterRecoveryRunbookCreateRequest spec)Add a runbook to the given organizations runbooks. | 
| RoleResponse | CompanyResource. createRole(String companyId,
          RoleCreateRequest roleCreationRequest)Creates a new role for a company. | 
| SecurityGroupResponse | VdcResource. createSecurityGroup(String vdcUuid,
                   SecurityGroupCreateRequest createRequest)Create a new security group for a given vDC. | 
| SecurityTagWithAssignedVMsResponse | VdcResource. createSecurityTag(String vdcUuid,
                 SecurityTagCreateRequest createRequest)Create a new security tag for a given vDC. | 
| CertificateResponse | EdgeGatewayResource. createSelfSignedCertificate(String edgeUuid,
                           String csrId,
                           SelfSignCertificateRequest selfSignCertificateRequest)Create a self-signed certificate on an edge gateway. | 
| CertificateResponse | EdgeGatewayResource. createSignedCertificate(String edgeUuid,
                       String csrId,
                       CertificateImportRequest importRequest)Import a certificate or a certificate chain against a certificate signing request. | 
| TaskResponse | VappResource. createSnapshot(String vappUuid,
              SnapshotCreateRequest request)Create a snapshot for the given vApp. | 
| TaskResponse | VmResource. createSnapshotForVm(String vmUuid,
                   SnapshotCreateRequest spec)Create a snapshot for the given VM. | 
| EdgeSslVpnUserResponse | EdgeResource. createSslVpnUser(String edgeUuid,
                EdgeSslVpnUserCreateRequest request)Creates a new edge SSL VPN user. | 
| SupportTicketResponse | CompanySupportResource. createSupportTicket(String companyId,
                   SupportTicketCreateRequest newSupportTicket)Add a new support ticket. | 
| VdiTeamResponse | OrgVdiResource. createTeam(String orgUuid,
          VdiTeamUpdateRequest teamCreateRequest)Create a VDI team. | 
| UserResponse | CompanyResource. createUser(String companyId,
          UserCreateRequest createRequest)Creates a new user for a company. | 
| VdiUserResponse | OrgVdiResource. createUser(String orgUuid,
          VdiUserUpdateRequest userCreateRequest)Create a new VDI user. | 
| TaskResponse | CompanyLocationResource. createVacCompany(String locationId,
                String companyId,
                BaCompanyCreateRequest baCompanyCreateRequest)Create a VAC company. | 
| TaskResponse | VdcResource. createVmAffinityRule(String vdcUuid,
                    VmAffinityRuleCreateRequest request)Create a vm affinity rule. | 
| void | OrgVdiResource. deleteAutomationGroup(String orgUuid,
                     String automationGroupUuid)Delete a VDI automation group. | 
| void | BackupGroupResource. deleteBackupGroup(String backupGroupUid,
                 BackupGroupDeleteRequest deleteRequest)Delete a backup group. | 
| void | VdcResource. deleteBackupPolicy(String vdcUuid,
                  String backupPolicyUid)Delete a backup policy. | 
| void | OrgResource. deleteBackupPolicy(String orgUuid,
                  String backupPolicyUid)Delete a backup policy. | 
| TaskResponse | CatalogResource. deleteCatalog(String catalogUuid,
             Boolean deleteTemplatesAndMedia)Delete a Catalog. | 
| void | EdgeGatewayResource. deleteCertificate(String edgeUuid,
                 String certificateId)Delete a certificate from an edge gateway. | 
| void | UserResource. deleteCompanyRole(String username,
                 String companyId)Deletes a user's role within a specified company. | 
| void | EdgeGatewayResource. deleteCRL(String edgeUuid,
         String crlId)Delete a certificate revocation list (CRL) from an edge gateway. | 
| void | EdgeGatewayResource. deleteCSR(String edgeUuid,
         String csrId)Delete a certificate signing request (CSR) from an edge gateway. | 
| void | VdcResource. deleteDistributedFirewallLayer2RestorePoint(String vdcUuid,
                                           long restorePointTime)Delete a distributed firewall layer2 restore point. | 
| void | VdcResource. deleteDistributedFirewallLayer2Rule(String vdcUuid,
                                   long ruleId,
                                   Long eTag)Delete a rule within the distributed firewall at layer 2 (ethernet) for a given vDC. | 
| void | VdcResource. deleteDistributedFirewallLayer3RestorePoint(String vdcUuid,
                                           long restorePointTime)Delete a distributed firewall layer3 restore point. | 
| void | VdcResource. deleteDistributedFirewallLayer3Rule(String vdcUuid,
                                   long ruleId,
                                   Long eTag)Delete a rule within the distributed firewall at layer 3 (general) for a given vDC. | 
| void | OrgResource. deleteDNSRecord(String orgUuid,
               int recordId)Delete a DNS record for the given organization. | 
| void | OrgResource. deleteDNSZone(String orgUuid,
             int zoneId)Delete a DNS zone for the given organization and zone ID. | 
| void | EdgeGatewayResource. deleteFirewallRestorePoint(String edgeUuid,
                          long restorePointTime)Delete a firewall restore point. | 
| void | VdcResource. deleteIpSet(String vdcUuid,
           String ipSetId)Delete the specified IP set. | 
| void | VdcResource. deleteMacSet(String vdcUuid,
            String macSetId)Delete the specified MAC set. | 
| TaskResponse | MediaResource. deleteMedia(String mediaUuid)Delete a Media. | 
| TaskResponse | CatalogResource. deleteMetadata(String catalogUuid,
              String key)Delete a specific piece of metadata associated with a catalog by its key. | 
| TaskResponse | MediaResource. deleteMetadataForMedia(String mediaUuid,
                      String key)Delete a specific piece of metadata associated with a media by its key. | 
| TaskResponse | VappResource. deleteMetadataForVapp(String vappUuid,
                     String key)Delete a specific piece of metadata associated with a Vapp by its key. | 
| TaskResponse | VappTemplateResource. deleteMetadataForVappTemplate(String templateUuid,
                             String key)Delete a specific piece of metadata associated with a vapp template by its
 key. | 
| TaskResponse | VdcResource. deleteMetadataForVdc(String vdcUuid,
                    String key)Delete a specific piece of metadata associated with a Vdc by its key. | 
| TaskResponse | VmResource. deleteMetadataForVm(String vmUuid,
                   String key)Delete a specific piece of metadata associated with a Vm by its key. | 
| void | EdgeGatewayResource. deleteNATRestorePoint(String edgeUuid,
                     long restorePointTime)Delete a NAT restore point. | 
| TaskResponse | OrgVdcNetworkResource. deleteOrgVdcNetwork(String networkUuid,
                   boolean force,
                   boolean recursive)Deletes an org-vdc network. | 
| void | CompanyResource. deleteRole(String companyId,
          String roleId)Deletes a company role. | 
| void | VdcResource. deleteSecurityGroup(String vdcUuid,
                   String securitygroupId)Delete a specified security group for a given vDC. | 
| void | VdcResource. deleteSecurityTag(String vdcUuid,
                 String securitytagId)Delete a specified security tag for a given vDC. | 
| void | EdgeResource. deleteSslVpnConfig(String edgeUuid)Deletes SSL VPN configuration details for an edge gateway.. | 
| void | EdgeResource. deleteSslVpnUser(String edgeUuid,
                String userId)Deletes a user from an edge SSL VPN service. | 
| void | OrgVdiResource. deleteTeam(String orgUuid,
          String teamUuid)Delete a VDI team. | 
| void | OrgVdiResource. deleteUser(String orgUuid,
          String userUuid)Delete a VDI user. | 
| TaskResponse | VacCompanyResource. deleteVacCompany(String uuid)Delete a VAC company given its uuid. | 
| TaskResponse | VappResource. deleteVapp(String vappUuid)Delete a vApp. | 
| TaskResponse | VappTemplateResource. deleteVappTemplate(String templateUuid)Delete a Vapp template. | 
| TaskResponse | VmResource. deleteVirtualDisk(String vmUuid,
                 String diskName)Delete a virtual disk from a VM. | 
| TaskResponse | VmResource. deleteVirtualNetworkCard(String vmUuid,
                        String vnicId)Delete a vnic with the given ID for the given VM. | 
| TaskResponse | VmResource. deleteVm(String vmUuid)Delete a VM. | 
| TaskResponse | VdcResource. deleteVmAffinityRule(String vdcUuid,
                    String ruleUuid)Deletes a given vm affinity rule. | 
| void | OrgVdiResource. deployAutomationGroup(String orgUuid,
                     String automationGroupUuid,
                     VdiAutomationDeploymentRequest deploymentOptions)Deploy a VDI automation group. | 
| void | OrgVdiResource. destroyAllDeployments(String orgUuid,
                     String automationGroupUuid)Destroys all deployments that are associated with a VDI automation group. | 
| void | OrgVdiResource. destroyDeployment(String orgUuid,
                 String automationGroupUuid,
                 String deploymentUuid)Destroys an individual VDI deployment. | 
| TaskResponse | EdgeGatewayResource. disableDistributedRouting(String edgeUuid)Disable distributed routing for an edge gateway. | 
| O365JobResponse | O365JobResource. disableJob(String uuid)Disable a backup job given its UUID. | 
| TaskResponse | VmResource. disableNestedHypervisor(String vmUuid)Disable nested hypervisor for given VM. | 
| TaskResponse | VacCompanyResource. disableVacJob(String uuid,
             String jobUuid)Disable a VAC job. | 
| InputStream | VappTemplateResource. download(String templateUuid)Download the vApp template. | 
| InputStream | VmResource. downloadBackupFileDownloadBundle(String vmUuid,
                                String taskUuid)Downloads the backup file bundle (ZIP archive) that is associated with the
 specified bundle task. | 
| InputStream | VmResource. downloadBackupFileSnapshot(String vmUuid,
                          String backupRunUid,
                          String filename)Downloads a file from a specified backup run. | 
| InputStream | VpgResource. downloadFailoverReport(String vpgUuid,
                      String reportUuid,
                      String filename)Gets a failover report for a task. | 
| InputStream | MediaResource. downloadMedia(String mediaUuid)Download a Media as an ISO file. | 
| InputStream | VappResource. downloadVapp(String vappUuid)Download the vApp as an OVA package. | 
| TaskResponse | VmResource. ejectMedia(String vmUuid)Eject a media from a Vm. | 
| void | VdcResource. enableDistributedFirewall(String vdcUuid)Enable the distributed firewall on an Org vDC. | 
| TaskResponse | EdgeGatewayResource. enableDistributedRouting(String edgeUuid)Enable distributed routing for an edge gateway. | 
| TaskResponse | VappResource. enableDownload(String vappUuid)Enable the download of the vapp. | 
| O365JobResponse | O365JobResource. enableJob(String uuid)Enable a backup job given its UUID. | 
| TaskResponse | VmResource. enableNestedHypervisor(String vmUuid)Enable nested hypervisor for given VM. | 
| TaskResponse | VacCompanyResource. enableVacJob(String uuid,
            String jobUuid)Enable a VAC job. | 
| TaskResponse | VappTemplateResource. enableVappTemplateDownload(String templateUuid)Enable the download of the vapp template. | 
| TaskResponse | VpgResource. failover(String vpgUuid,
        FailoverCreateRequest params)Initiates a live failover on the VPG. | 
| TaskResponse | VccFailoverPlanResource. failoverStart(String failoverPlanUuid,
             VccFailoverStartCreateRequest spec)Start a VCC failover. | 
| TaskResponse | VccFailoverPlanResource. failoverTest(String failoverPlanUuid)Test failover for a VCC Failover Plan. | 
| TaskResponse | VpgResource. failoverTestForVpg(String vpgUuid,
                  FailoverTestCreateRequest params)Test failover for a VPG. | 
| TaskResponse | VpgResource. failoverTestStop(String vpgUuid,
                FailoverTestStopCreateRequest params)Stop a VPG failover test and provide feedback as to whether the test was
 successful. | 
| TaskResponse | VccFailoverPlanResource. failoverUndo(String failoverPlanUuid)Undo an in-progress VCC failover. | 
| TaskResponse | OrgReportingResource. generateAntiMalwareReport(String orgUuid,
                         Long start,
                         Long end,
                         String reportFormat,
                         boolean emailOnCompletion,
                         String email)Generate the anti-malware report for the given organization and time range. | 
| TaskResponse | VmResource. generateBackupFileDownloadBundle(String vmUuid,
                                GenerateBackupFileDownloadBundleParams params)Generates a new downloadable bundle (ZIP archive) of a collection of
 file snapshots. | 
| TaskResponse | OrgReportingResource. generateBillingReport(String orgUuid,
                     BillingReportRequest billingReportSpec,
                     boolean emailOnCompletion,
                     String email)Generate the billing report for a given organization. | 
| TaskResponse | OrgReportingResource. generateContinuityProtectionReport(String orgUuid,
                                  String reportFormat,
                                  boolean emailOnCompletion,
                                  String email)Generate a continuity protection summary report for the given organization. | 
| TaskResponse | OrgReportingResource. generateDPIEventHistoryReport(String orgUuid,
                             Long start,
                             Long end,
                             String reportFormat,
                             boolean emailOnCompletion,
                             String email)Generate the DPI event history report for the given organization and time
 range. | 
| TaskResponse | OrgReportingResource. generateEventHistoryReport(String orgUuid,
                          Long start,
                          Long end,
                          String reportFormat,
                          boolean emailOnCompletion,
                          String email)Generate the ecs event history report for the given organization and time
 range. | 
| TaskResponse | OrgReportingResource. generateFirewallEventHistoryReport(String orgUuid,
                                  Long start,
                                  Long end,
                                  String reportFormat,
                                  boolean emailOnCompletion,
                                  String email)Generate the firewall event history report for the given organization and
 time range. | 
| TaskResponse | OrgReportingResource. generateHIPAAReport(String orgUuid,
                   Long start,
                   Long end,
                   String reportFormat,
                   boolean emailOnCompletion,
                   String email)Generate the HIPAA report for the given organization and time range. | 
| TaskResponse | OrgReportingResource. generateIntegrityEventHistoryReport(String orgUuid,
                                   Long start,
                                   Long end,
                                   String reportFormat,
                                   boolean emailOnCompletion,
                                   String email)Generate the integrity event history report for the given organization and
 time range. | 
| TaskResponse | OrgReportingResource. generateLoginEventHistoryReport(String orgUuid,
                               Long start,
                               Long end,
                               String reportFormat,
                               boolean emailOnCompletion,
                               String email)Generate the login event history report for the given organization and time
 range. | 
| TaskResponse | OrgReportingResource. generateLogInspectionReport(String orgUuid,
                           Long start,
                           Long end,
                           String reportFormat,
                           boolean emailOnCompletion,
                           String email)Generate the log inspection report for the given organization and time
 range. | 
| TaskResponse | OrgReportingResource. generateSupportRequestReport(String orgUuid,
                            Long start,
                            Long end,
                            String reportFormat,
                            boolean emailOnCompletion,
                            String email)Generate the support request history report for the given organization and
 time range. | 
| TaskResponse | OrgReportingResource. generateVmEncryptionReport(String orgUuid,
                          String reportFormat,
                          boolean emailOnCompletion,
                          String email)Generate the VM encryption report for the given organization. | 
| TaskResponse | OrgReportingResource. generateVmInventoryReport(String orgUuid,
                         boolean emailOnCompletion,
                         String email)Generate the vm inventory report for a given organization. | 
| TaskResponse | VdcResource. generateVmInventoryReportForVdc(String vdcUuid,
                               boolean emailOnCompletion,
                               String email)Generate a VM inventory report for the specified vDC. | 
| TaskResponse | OrgReportingResource. generateVulnerabilityReport(String orgUuid,
                           String reportFormat,
                           boolean emailOnCompletion,
                           String email)Generate the vulnerability report for the given organization. | 
| TaskResponse | OrgReportingResource. generateWebReputationEventHistoryReport(String orgUuid,
                                       Long start,
                                       Long end,
                                       String reportFormat,
                                       boolean emailOnCompletion,
                                       String email)Generate the web reputation event history report for the given organization
 and time range. | 
| ReportHeaderListResponse | OrgReportingResource. getAntimalwareEventReports(String orgUuid,
                          ReportFormat reportFormat,
                          Boolean latest)Get the anti-malware reports available for download for the given
 organization. | 
| AntimalwareOverTimeResponse | OrgReportingResource. getAntimalwareOverTimeSerie(String orgUuid,
                           Long start,
                           Long end,
                           Integer limit)Get the antimalware over time serie for the given organization and date
 range. | 
| ApplicationResponse | VdcResource. getApplication(String vdcUuid,
              String applicationId)Get the specified application group for the given vDC. | 
| ApplicationGroupResponse | VdcResource. getApplicationGroup(String vdcUuid,
                   String applicationGroupId)Get a specified application group for a given vDC. | 
| ApplicationGroupListResponse | VdcResource. getApplicationGroups(String vdcUuid)Get a list application group grouping objects for a given vDC. | 
| ApplicationListResponse | VdcResource. getApplications(String vdcUuid)Get all the application grouping objects for a given vDC. | 
| VdiAutomationGroupResponse | OrgVdiResource. getAutomationGroup(String orgUuid,
                  String automationGroupUuid)Get the VDI automation group configuration by UUID. | 
| IPAddressSetResponse | OrgResource. getAvailableIPsForPTRRecords(String orgUuid)Get the set of IP addresses that are not mapped to PTR DNS records yet. | 
| StorageProfileListResponse | VappResource. getAvailableStorageProfiles(String vappUuid,
                           Boolean includeDisabled)Get the storage profiles available to the vApp. | 
| StorageProfileListResponse | VmResource. getAvailableStorageProfilesForVm(String vmUuid,
                                Boolean includeDisabled)Get the storage profiles available to the VM. | 
| BackupGroupResponse | BackupGroupResource. getBackupGroup(String backupGroupUid,
              boolean includeSummaryStats,
              boolean includeLastRun,
              boolean includeBackupPolicy)Get details of an individual backup protection group. | 
| BackupPolicyResponse | BackupGroupResource. getBackupGroupPolicy(String backupGroupUid)Get details for the policy associated with a specified backup group. | 
| BackupGroupRunResponse | BackupGroupResource. getBackupGroupRun(String backupGroupUid,
                 String backupRunUid)Get a specific backup group run. | 
| VdcBackupSummaryStatsResponse | VdcResource. getBackupGroupSummaryStats(String vdcUuid)Gets backup group summary stats for the vDC. | 
| OrgBackupSummaryStatsResponse | OrgResource. getBackupGroupSummaryStats(String orgUuid)Gets backup group summary stats for the Org. | 
| BackupGroupSummaryStatsResponse | BackupGroupResource. getBackupGroupSummaryStats(String backupGroupUid)Get summary stats for an individual backup protection group. | 
| BaCompanyBackupHistoryListResponse | VacCompanyResource. getBackupHistoryFor(String companyUuid,
                   Integer offset,
                   Integer limit)Get the backup history for a given VAC company. | 
| BackupPolicyResponse | VdcResource. getBackupPolicy(String vdcUuid,
               String backupPolicyUid)Get details of an individual vDC-scoped backup policy. | 
| BackupPolicyResponse | OrgResource. getBackupPolicy(String orgUuid,
               String backupPolicyUid)Get details of an individual org-scoped backup policy. | 
| VmBackupStatusDetailResponse | VmResource. getBackupStatus(String vmUuid)Gets the VM's backup status. | 
| VdcBackupStatusResponse | VdcResource. getBackupStatus(String vdcUuid)Gets the vDC's backup status. | 
| VappBackupStatusDetailResponse | VappResource. getBackupStatus(String vappUuid)Gets the vApp's backup status. | 
| OrgBackupStatusResponse | OrgResource. getBackupStatus(String orgUuid)Gets the org's backup status. | 
| VdcBackupStorageMetricListResponse | VdcResource. getBackupStorageMetrics(String vdcUuid)Gets the list of storage metrics that are available for the vDC. | 
| BackupGroupStorageMetricListResponse | BackupGroupResource. getBackupStorageMetrics(String backupGroupUid)Gets the list of storage metrics that are available for the backup group. | 
| BackupGroupStorageSampleSeriesResponse | BackupGroupResource. getBackupStorageSamples(String backupGroupUid,
                       BackupGroupStorageMetric metric,
                       GetBackupStorageSamplesFilters filters)Gets a series of backup group storage samples for a specified storage
 metric. | 
| VdcBackupStorageSampleSeriesResponse | VdcResource. getBackupStorageSamples(String vdcUuid,
                       VdcBackupStorageMetric metric,
                       GetBackupStorageSamplesFilters filters)Gets a series of vDC backup storage samples for a specified storage metric. | 
| CloudTenantBillHistoryResponse | CompanyResource. getBaCompanyBillingHistory(String companyId,
                          String locationId,
                          Integer startYear,
                          Integer startMonth,
                          Integer endYear,
                          Integer endMonth)Get the historical VAC billing for a given company. | 
| BandwidthUsageSummaryResponse | OrgResource. getBandwidthUsageSummary(String orgUuid,
                        Integer month,
                        Integer year)Returns the summary of bandwidth usage, and current reservation for the
 given month and year. | 
| BillResponse | OrgResource. getBilling(String orgUuid,
          Integer year,
          Integer month)Returns Org Billing for a given invoice period. | 
| CurrencyCodeResponse | OrgResource. getBillingCurrencyCode(String orgUuid)Returns Org Billing Currency Code. | 
| BillResponse | VappResource. getBillingForVapp(String vappUuid,
                 Integer year,
                 Integer month)Returns vApp Billing for a given invoice period. | 
| BillResponse | VdcResource. getBillingForVdc(String vdcUuid,
                Integer year,
                Integer month)Returns vDC billing for a given invoice period. | 
| BillResponse | VmResource. getBillingForVm(String vmUuid,
               Integer year,
               Integer month)Returns VM Billing for a given invoice period. | 
| ReportHeaderListResponse | OrgReportingResource. getBillingReports(String orgUuid,
                 ReportFormat reportFormat,
                 Boolean latest)Get the billing reports for the organization. | 
| VmBootOptionsResponse | VmResource. getBootOptions(String vmUuid)Get the boot options for a given VM. | 
| CatalogResponse | CatalogResource. getCatalog(String catalogUuid)Retrieves a catalog. | 
| CatalogItemDownloadListResponse | CatalogResource. getCatalogItemDownloads(String catalogUuid)Get a list of catalog item downloads for a given catalog. | 
| CatalogListResponse | OrgResource. getCatalogsForOrg(String orgUuid)Get catalogs associated with the given organization. | 
| CertificatesResponse | EdgeGatewayResource. getCertificates(String edgeUuid)Get the list of certificates for an edge gateway. | 
| VpgCheckpointListResponse | VpgResource. getCheckpoints(String vpgUuid)Get checkpoints for a VPG. | 
| ReportHeaderListResponse | OrgReportingResource. getCloudEventReports(String orgUuid,
                    ReportFormat reportFormat,
                    Boolean latest)Get the cloud event history reports available for download for the given
 organization. | 
| CloudTenantBillHistoryResponse | CompanyResource. getCloudTenantBillingHistory(String companyId,
                            String locationId,
                            Integer startYear,
                            Integer startMonth,
                            Integer endYear,
                            Integer endMonth)Get the historical billing for a given company. | 
| ComplianceOverTimeResponse | OrgReportingResource. getComplianceOverTimeSerie(String orgUuid,
                          ComplianceOverTimeResponse.SerieType type,
                          Long start,
                          Long end,
                          Integer limit)Get the compliance over time serie for the given organization and serie
 name. | 
| ReportHeaderListResponse | OrgReportingResource. getContinuityProtectionReports(String orgUuid,
                              ReportFormat reportFormat,
                              Boolean latest)Get the continuity protection reports for the organization. | 
| BillingSampleSerieResponse | VdcResource. getCostOverInvoicePeriodSerie(String vdcUuid,
                             Integer year,
                             Integer month,
                             List<String> additionalFields)Get a serie detailing the hourly cost over an invoice period for a given
 vDC. | 
| EventCountResponse | OrgReportingResource. getCount(String orgUuid,
        String reportType,
        Long start,
        Long end)Get the number of events for the given organization, date range, and report
 type. | 
| CRLsResponse | EdgeGatewayResource. getCRLs(String edgeUuid)Get the list of certificate revocation lists (CRLs) for an edge gateway. | 
| CSRsResponse | EdgeGatewayResource. getCSRs(String edgeUuid)Get the list of certificate signing requests (CSR) for an edge gateway. | 
| BillingSummaryResponse | VmResource. getCurrentBilling(String vmUuid)Return current vm billing for a give Vm. | 
| OrgBillingByVdcResponse | OrgResource. getCurrentBillingByVdc(String orgUuid)Get current org billing broken down by Vdc. | 
| VdiAutomationDeploymentResponse | OrgVdiResource. getDeployment(String orgUuid,
             String automationGroupUuid,
             String deploymentUuid)Get a VDI deployment. | 
| VdiAutomationGroupDeploymentSummaryResponse | OrgVdiResource. getDeploymentSummary(String orgUuid,
                    String automationGroupUuid)Get the VDI deployment summary for a specified automation group. | 
| VappNetworkDHCPServiceResponse | VappNetworkResource. getDHCPService(String networkUuid)Get DHCP service for a given vapp network. | 
| DistributedFirewallLayer2Response | VdcResource. getDistributedFirewallLayer2(String vdcUuid)Get the distributed firewall at layer 2 (ethernet) for a given vDC. | 
| DistributedFirewallAppliedToObjectListResponse | VdcResource. getDistributedFirewallLayer2AppliedToObjects(String vdcUuid,
                                            String type,
                                            ObjectPagingParams filters)Get the list of applied to objects for distributed firewall layer 2 (ethernet). | 
| DistributedFirewallAppliedToTypeListResponse | VdcResource. getDistributedFirewallLayer2AppliedToObjectTypes(String vdcUuid)Get the list of distributed firewall layer 2 (ethernet) applied to object types. | 
| DistributedFirewallDestinationObjectListResponse | VdcResource. getDistributedFirewallLayer2DestinationObjects(String vdcUuid,
                                              String type,
                                              ObjectPagingParams filters)Get the list of destination objects for distributed firewall layer 2 (ethernet). | 
| DistributedFirewallDestinationTypeListResponse | VdcResource. getDistributedFirewallLayer2DestinationObjectTypes(String vdcUuid)Get the list of distributed firewall layer 2 (ethernet) destination object types. | 
| DistributedFirewallLayer2RestorePointDetailsResponse | VdcResource. getDistributedFirewallLayer2RestorePoint(String vdcUuid,
                                        long restorePointTime)Get a distributed firewall layer2 restore point for a vDC at a given time. | 
| DistributedFirewallRestorePointListResponse | VdcResource. getDistributedFirewallLayer2RestorePoints(String vdcUuid)Get the distributed firewall layer2 restore points for a vDC. | 
| DistributedFirewallLayer2RuleResponse | VdcResource. getDistributedFirewallLayer2Rule(String vdcUuid,
                                long ruleId)Get a rule within the distributed firewall at layer 2 (ethernet) for a given vDC. | 
| DistributedFirewallSourceObjectListResponse | VdcResource. getDistributedFirewallLayer2SourceObjects(String vdcUuid,
                                         String type,
                                         ObjectPagingParams filters)Get the list of source objects for distributed firewall layer 2 (ethernet). | 
| DistributedFirewallSourceTypeListResponse | VdcResource. getDistributedFirewallLayer2SourceObjectTypes(String vdcUuid)Get the list of distributed firewall layer 2 (ethernet) source object types. | 
| DistributedFirewallLayer3Response | VdcResource. getDistributedFirewallLayer3(String vdcUuid)Get the distributed firewall at layer 3 (general) for a given vDC. | 
| DistributedFirewallAppliedToObjectListResponse | VdcResource. getDistributedFirewallLayer3AppliedToObjects(String vdcUuid,
                                            String type,
                                            ObjectPagingParams filters)Get the list of applied to objects for distributed firewall layer 3 (general). | 
| DistributedFirewallAppliedToTypeListResponse | VdcResource. getDistributedFirewallLayer3AppliedToObjectTypes(String vdcUuid)Get the list of distributed firewall layer 3 (general) applied to object types. | 
| DistributedFirewallDestinationObjectListResponse | VdcResource. getDistributedFirewallLayer3DestinationObjects(String vdcUuid,
                                              String type,
                                              ObjectPagingParams filters)Get the list of destination objects for distributed firewall layer 3 (general). | 
| DistributedFirewallDestinationTypeListResponse | VdcResource. getDistributedFirewallLayer3DestinationObjectTypes(String vdcUuid)Get the list of distributed firewall layer 3 (general) destination object types. | 
| DistributedFirewallLayer3RestorePointDetailsResponse | VdcResource. getDistributedFirewallLayer3RestorePoint(String vdcUuid,
                                        long restorePointTime)Get a distributed firewall layer3 restore point for a vDC at a given time. | 
| DistributedFirewallRestorePointListResponse | VdcResource. getDistributedFirewallLayer3RestorePoints(String vdcUuid)Get the distributed firewall layer3 restore points for a vDC. | 
| DistributedFirewallLayer3RuleResponse | VdcResource. getDistributedFirewallLayer3Rule(String vdcUuid,
                                long ruleId)Get a rule within the distributed firewall at layer 3 (general) for a given vDC. | 
| DistributedFirewallSourceObjectListResponse | VdcResource. getDistributedFirewallLayer3SourceObjects(String vdcUuid,
                                         String type,
                                         ObjectPagingParams filters)Get the list of source objects for distributed firewall layer 3 (general). | 
| DistributedFirewallSourceTypeListResponse | VdcResource. getDistributedFirewallLayer3SourceObjectTypes(String vdcUuid)Get the list of distributed firewall layer 3 (general) source object types. | 
| EdgeGatewayDistributedRoutingResponse | EdgeGatewayResource. getDistributedRoutingStatus(String edgeUuid)Get the status of distributed routing for an edge gateway. | 
| DNSRecordListResponse | OrgResource. getDNSRecords(String orgUuid)Get the DNS records associated with the given organization. | 
| OrgDNSZoneListResponse | OrgResource. getDNSZones(String orgUuid)Get the managed DNS zones associated with the given organization. | 
| VappTemplateDownloadDetailsResponse | VappTemplateResource. getDownloadDetails(String templateUuid)Gets download details for the vApp Template. | 
| DownloadDetailsResponse | VappResource. getDownloadDetailsForVapp(String vappUuid)Gets download details for the vApp. | 
| ReportHeaderListResponse | OrgReportingResource. getDPIEventReports(String orgUuid,
                  ReportFormat reportFormat,
                  Boolean latest)Get the DPI event reports available for download for the given
 organization. | 
| EdgeResponse | EdgeResource. getEdge(String edgeUuid)Gets information for a VCD edge gateway. | 
| EdgeGatewayDhcpResponse | EdgeGatewayResource. getEdgeGatewayDhcp(String edgeUuid)Get the DHCP configuration for an edge gateway. | 
| EdgeGatewayFirewallResponse | EdgeGatewayResource. getEdgeGatewayFirewall(String edgeUuid)Get the firewall configuration for an edge gateway. | 
| EdgeGatewayIPsecResponse | EdgeGatewayResource. getEdgeGatewayIPsec(String edgeUuid,
                   boolean showSensitiveData)Get the IPsec VPN for an edge gateway. | 
| EdgeGatewayL2VPNResponse | EdgeGatewayResource. getEdgeGatewayL2VPN(String edgeUuid,
                   boolean showSensitiveData)Get the L2 VPN for an edge gateway. | 
| L2VPNStatisticsResponse | EdgeGatewayResource. getEdgeGatewayL2VPNStatistics(String edgeUuid)Get the L2 VPN statistics for an edge gateway. | 
| EdgeGatewayLoadBalancerResponse | EdgeGatewayResource. getEdgeGatewayLoadBalancer(String edgeUuid)Get the load balancer for an edge gateway. | 
| EdgeGatewayNATResponse | EdgeGatewayResource. getEdgeGatewayNAT(String edgeUuid)Get the NAT for an edge gateway. | 
| RelayTypeOptionListResponse | EdgeGatewayResource. getEdgeGatewayRelayOptions(String edgeUuid,
                          String relayType,
                          ObjectPagingParams pagingParams)Get the DHCP relay type options for a edge gateway's relay type. | 
| RelayTypeListResponse | EdgeGatewayResource. getEdgeGatewayRelayTypes(String edgeUuid)Get the DHCP relay types for an edge gateway. | 
| EdgeGatewayRoutingResponse | EdgeGatewayResource. getEdgeGatewayRouting(String edgeUuid)Get the Routing configuration for an edge gateway. | 
| EdgeGatewaySSHSettingsResponse | EdgeGatewayResource. getEdgeGatewaySSHSettings(String edgeUuid)Get the SSH Settings for an edge gateway. | 
| EdgeGatewaySSLVPNResponse | EdgeGatewayResource. getEdgeGatewaySSLVPN(String edgeUuid)Get the SSL VPN for an edge gateway. | 
| EdgeGatewaySyslogResponse | EdgeGatewayResource. getEdgeGatewaySyslog(String edgeUuid)Get the Syslog settings for an edge gateway. | 
| EdgeGatewayVNICsResponse | EdgeGatewayResource. getEdgeGatewayVnics(String edgeUuid)Get the VNICs configuration for an edge gateway. | 
| NetworkPerfSampleSerieListResponse | OrgResource. getEdgeNetworkUsageOverTime(String orgUuid,
                           String type,
                           Long start,
                           Long end)Gets usage data for a VCD edge gateway. | 
| NetworkPerfSampleSerieListResponse | OrgResource. getEdgeNetworkUsageSummary(String orgUuid,
                          String type,
                          Long start,
                          Long end)Gets a vCD edge gateway usage summary, summarizing the total bandwidth used
 for both inbound and outbound edge network traffic. | 
| EdgeListResponse | OrgResource. getEdgesForOrg(String orgUuid)Get the vcd edges for the organization. | 
| EdgeListResponse | VdcResource. getEdgesForVdc(String vdcUuid)Get the edges for the vDC. | 
| O365ExchangeFolderSetResponse | O365RestoreSessionResource. getExchangeFolders(String uuid,
                  String mailboxId,
                  Integer page,
                  Integer pageSize,
                  String parentId)Get Office 365 VBO Exchange folders given a restore session UUID. | 
| O365ExchangeItemSetResponse | O365RestoreSessionResource. getExchangeItems(String uuid,
                String mailboxId,
                Integer page,
                Integer pageSize,
                String folderId)Get Office 365 VBO Exchange items given a restore session UUID. | 
| O365ExchangeMailboxSetResponse | O365RestoreSessionResource. getExchangeMailboxes(String uuid,
                    Integer page,
                    Integer pageSize)Get Office 365 VBO Exchange mailboxes given a restore session UUID. | 
| OrgExpiredItemsResponse | OrgResource. getExpiredItems(String orgUuid)Get the expired vapp and vapp templates for the given org. | 
| NetworkPerfSampleSerieListResponse | OrgResource. getExternalNetworkSummaryFor(String orgUuid,
                            String type,
                            Long start,
                            Long end)Get external network usage summary for the given organization and type. | 
| NetworkPerfSampleSerieListResponse | OrgResource. getExternalNetworkUsageFor(String orgUuid,
                          String type,
                          Long start,
                          Long end)Get external network usage for the given organization and type. | 
| VccFailoverPlanResponse | VccFailoverPlanResource. getFailoverPlan(String failoverPlanUuid)Gets a VCC Failover Plan by UUID. | 
| FailoverReportDetailsResponse | VpgResource. getFailoverTaskDetails(String vpgUuid,
                      String taskUuid)Gets failover report details for a failover task. | 
| VappNetworkFirewallResponse | VappNetworkResource. getFirewall(String networkUuid)Get a firewall for a given vapp network. | 
| EdgeFirewallCheckpointResponse | EdgeResource. getFirewallCheckpoint(String edgeUuid,
                     String checkpointUuid)Get an edge firewall checkpoint by edge uuid and checkpoint. | 
| EdgeFirewallCheckpointListResponse | EdgeResource. getFirewallCheckpoints(String edgeUuid)Get a list of edge firewall checkpoints that are snapshots of an edge
 firewall in time. | 
| InputStream | EdgeResource. getFirewallConfiguration(String edgeUuid,
                        String filename)Export an Edge Firewall configuration file that can be imported/applied to
 other edges. | 
| FirewallDestinationObjectListResponse | EdgeGatewayResource. getFirewallDestinationObjects(String edgeUuid,
                             String type,
                             ObjectPagingParams filters)Get the list of firewall destination objects. | 
| FirewallDestinationTypeListResponse | EdgeGatewayResource. getFirewallDestinationTypes(String edgeUuid)Get the list of firewall destination types. | 
| ReportHeaderListResponse | OrgReportingResource. getFirewallEventReports(String orgUuid,
                       ReportFormat reportFormat,
                       Boolean latest)Get the firewall event reports available for download for the given
 organization. | 
| FirewallOverTimeResponse | OrgReportingResource. getFirewallOverTimeSerie(String orgUuid,
                        Long start,
                        Long end,
                        Integer limit)Get the firewall over time serie for the given organization and date range. | 
| FirewallRestorePointDetailsResponse | EdgeGatewayResource. getFirewallRestorePoint(String edgeUuid,
                       long restorePointTime)Get a firewall restore point for a specific edge at a given time. | 
| FirewallRestorePointListResponse | EdgeGatewayResource. getFirewallRestorePoints(String edgeUuid)Get the firewall restore points for an edge gateway. | 
| FirewallRulesInformationResponse | EdgeGatewayResource. getFirewallRulesInformation(String edgeUuid)Retrieves name/ID mappings for all source and destination objects that are assigned to current firewall rules. | 
| FirewallSourceObjectListResponse | EdgeGatewayResource. getFirewallSourceObjects(String edgeUuid,
                        String type,
                        ObjectPagingParams filters)Get the list of firewall source objects. | 
| FirewallSourceTypeListResponse | EdgeGatewayResource. getFirewallSourceTypes(String edgeUuid)Get the list of firewall source types. | 
| EdgeFirewallTrafficLogListResponse | EdgeResource. getFirewallTrafficLogs(String edgeUuid,
                      EdgeFirewallTrafficAnalysisType analysisType,
                      Long start,
                      Long end)Gets firewall traffic log analysis in different formats that summarize the
 count of actions that have occured against a particular edge firewall. | 
| O365GroupPaginatedSetResponse | O365OrganizationResource. getGroups(String uuid,
         Integer page,
         Integer pageSize)Get the groups for the Office 365 Organization. | 
| GuestCustomizationResponse | VmResource. getGuestCustomization(String vmUuid,
                     Boolean omitPasswords)Get the guest customization section of a Vm. | 
| GuestToolsResponse | VmResource. getGuestTools(String vmUuid)Get VMWare tools information for the given VM. | 
| ReportHeaderListResponse | OrgReportingResource. getHIPAAReports(String orgUuid,
               ReportFormat reportFormat,
               Boolean latest)Get the HIPAA reports available for download for the given organization. | 
| BillListResponse | OrgResource. getHistoricalBilling(String orgUuid,
                    Long start,
                    Long end)Get historical org billing. | 
| OrgVdcBillsListResponse | OrgResource. getHistoricalBillingByVdc(String orgUuid,
                         Integer startYear,
                         Integer startMonth,
                         Integer endYear,
                         Integer endMonth)Get a list of vDC bills for a given org between the given date ranges. | 
| ReportHeaderListResponse | OrgReportingResource. getIntegrityEventReports(String orgUuid,
                        ReportFormat reportFormat,
                        Boolean latest)Get the integrity event reports available for download for the given
 organization. | 
| IPsecStatisticsResponse | EdgeGatewayResource. getIPsecStatistics(String edgeUuid)Retrieve IPSec VPN statistics. | 
| EdgeIpSecVpnServiceResponse | EdgeResource. getIpSecVpn(String edgeUuid)Gets IpSec VPN Service details for an edge. | 
| IpSetResponse | VdcResource. getIpSet(String vdcUuid,
        String ipSetId)Get the specified IP set given it's UUID. | 
| IpSetListResponse | VdcResource. getIpSets(String vdcUuid)Get all the IP sets for a given vDC. | 
| O365JobResponse | O365JobResource. getJobByUuid(String uuid)Get an Office 365 VBO Job. | 
| O365JobSessionResponse | O365JobSessionResource. getJobSessionByUuid(String uuid)Get an Office 365 VBO Job Session given its UUID. | 
| O365JobSessionLogItemSetResponse | O365JobSessionResource. getJobSessionLogItemsFor(String uuid)Get an Office 365 Job Session log items given the job session UUID. | 
| O365JobSessionSetResponse | O365JobResource. getJobSessions(String uuid,
              Integer page,
              Integer pageSize)Get Office 365 VBO Job Sessions given a Job UUID. | 
| ReportHeaderListResponse | OrgReportingResource. getLoginEventReports(String orgUuid,
                    ReportFormat reportFormat,
                    Boolean latest)Get the login event history reports available for download for the given
 organization. | 
| ReportHeaderListResponse | OrgReportingResource. getLogInspectionEventReports(String orgUuid,
                            ReportFormat reportFormat,
                            Boolean latest)Get the log inspection reports available for download for the given
 organization. | 
| LogInspectionOverTimeResponse | OrgReportingResource. getLogInspectionOverTimeSerie(String orgUuid,
                             Long start,
                             Long end,
                             Integer limit)Get the log inspection over time serie for the given organization and date
 range. | 
| MacSetResponse | VdcResource. getMacSet(String vdcUuid,
         String macSetId)Get the specified MAC set given it's UUID. | 
| MacSetListResponse | VdcResource. getMacSets(String vdcUuid)Get all the MAC sets for a given vDC. | 
| MediaResponse | MediaResource. getMedia(String mediaUuid)Retrieve media. | 
| MediaListResponse | CatalogResource. getMediaForCatalog(String catalogUuid)Get media for a catalog. | 
| MediaListResponse | OrgResource. getMedias(String orgUuid)Get medias for a given Org. | 
| MediaListResponse | VdcResource. getMediasForVdc(String vdcUuid)Get medias available to a given Vdc. | 
| MetadataListResponse | CatalogResource. getMetadata(String catalogUuid)Retrieve metadata associated with a catalog. | 
| MetadataListResponse | MediaResource. getMetadataForMedia(String mediaUuid)Retrieve metadata associated with a media. | 
| MetadataListResponse | VappResource. getMetadataForVapp(String vappUuid)Retrieve metadata associated with a Vapp. | 
| MetadataListResponse | VappTemplateResource. getMetadataForVappTemplate(String templateUuid)Retrieve metadata associated with a vapp template. | 
| MetadataListResponse | VdcResource. getMetadataForVdc(String vdcUuid)Retrieve metadata associated with a Vdc. | 
| MetadataListResponse | VmResource. getMetadataForVm(String vmUuid)Retrieve metadata associated with a Vm. | 
| MksScreenTicketResponse | VmResource. getMksScreenTicket(String vmUuid)Retrieve a mks screen ticket for viewing the console of a given Vm. | 
| EdgeNATCheckpointResponse | EdgeResource. getNATCheckpoint(String edgeUuid,
                String checkpointUuid)Get a NAT checkpoint by edge uuid and checkpoint. | 
| EdgeNATCheckpointListResponse | EdgeResource. getNATCheckpoints(String edgeUuid)Get a list of edge NAT checkpoints that are snapshots of an edge NAT
 service in time. | 
| InputStream | EdgeResource. getNATConfiguration(String edgeUuid,
                   String filename)Export an Edge NAT configuration file that can be imported/applied to other
 edges. | 
| NATRestorePointDetailsResponse | EdgeGatewayResource. getNATRestorePoint(String edgeUuid,
                  long restorePointTime)Get a NAT restore point for a specific edge at a given time. | 
| NATRestorePointListResponse | EdgeGatewayResource. getNATRestorePoints(String edgeUuid)Get the NAT restore points for an edge gateway. | 
| VappNetworkNATServiceResponse | VappNetworkResource. getNATService(String networkUuid)Get NAT service for a given vapp and network. | 
| NessusScanOptOutResponse | OrgResource. getNessusScanOptOutPreferences(String orgUuid)Get the nessus scan opt out details for the given org. | 
| NessusScanDetailsResponse | OrgResource. getNessusScanResult(String orgUuid,
                   String scanResultUuid)Get the scan details for a given organization and a scan UUID. | 
| NessusScanListResponse | OrgResource. getNessusScanResultsForTemplate(String orgUuid,
                               int scanTemplateId,
                               Integer offset,
                               Integer limit)Get a list of all scans with given ID that are in a given organization. | 
| NessusScanListResponse | OrgResource. getNessusScanTemplates(String orgUuid,
                      Integer offset,
                      Integer limit)Get a list of all scans for a given organization. | 
| NetworkPerfSampleSerieListResponse | OrgResource. getNetSummaryFor(String orgUuid,
                String type,
                Long start,
                Long end)Get network usage summary for the given organization and type. | 
| NetworkPerfSampleSerieListResponse | OrgResource. getNetUsageFor(String orgUuid,
              String type,
              Long start,
              Long end)Get network usage for the given organization and type. | 
| VappNetworkListResponse | VappResource. getNetworksFor(String vappUuid)Get the networks for a given vApp. | 
| VmNetworkListResponse | VmResource. getNetworksForVm(String vmUuid)Get the networks for a given VM. | 
| O365BillSetResponse | CompanyLocationResource. getO365BillingHistory(String companyId,
                     String locationId,
                     Integer startYear,
                     Integer startMonth,
                     Integer endYear,
                     Integer endMonth)Get the historical Office 365 billing for a given company. | 
| O365OneDriveDocumentSetResponse | O365RestoreSessionResource. getOneDriveDocuments(String uuid,
                    String oneDriveId,
                    Integer page,
                    Integer pageSize,
                    String parentId)Get Office 365 VBO One Drive Documents given a restore session UUID. | 
| O365OneDriveFolderSetResponse | O365RestoreSessionResource. getOneDriveFolders(String uuid,
                  String oneDriveId,
                  Integer page,
                  Integer pageSize,
                  String parentId)Get Office 365 VBO One Drive folders given a restore session UUID. | 
| O365OneDriveSetResponse | O365RestoreSessionResource. getOneDrives(String uuid,
            Integer page,
            Integer pageSize)Get Office 365 VBO One Drives given a restore session UUID. | 
| OrgResponse | OrgResource. getOrg(String orgUuid)Get an organization given its uuid. | 
| O365OrganizationResponse | O365OrganizationResource. getOrganization(String uuid)Get an Office 365 VBO Organization given its UUID. | 
| O365JobSetResponse | O365OrganizationResource. getOrganizationJobs(String uuid)Get Office 365 VBO Organization Jobs given an Organization's UUID. | 
| O365RestoreSessionSetResponse | O365OrganizationResource. getOrganizationRestoreSessionsActive(String uuid)Get Office 365 VBO organization's active restore sessions given an
 organization's UUID. | 
| O365RestoreSessionPaginatedSetResponse | O365OrganizationResource. getOrganizationRestoreSessionsHistory(String uuid,
                                     Integer page,
                                     Integer pageSize)Get Office 365 VBO Organization's inactive restore sessions given an
 Organization's UUID. | 
| PublicIpAssignmentListResponse | OrgResource. getOrgPublicIpAssignments(String orgUuid)Gets the public IP assignments for the organization. | 
| IPAddressSetResponse | OrgResource. getOrgPublicIps(String orgUuid)Gets the public IPs for the organization. | 
| OrgVdcNetworkResponse | OrgVdcNetworkResource. getOrgVdcNetwork(String networkUuid)Get an org-vdc network. | 
| OrgVdcNetworkListResponse | OrgResource. getOrgVdcNetworksForOrg(String orgUuid)Get the org vdc networks for the organization. | 
| OrgVdcNetworkListResponse | VdcResource. getOrgVdcNetworksForVdc(String vdcUuid)Get org vdc networks for a given VDC. | 
| NetworkPerfSampleSerieResponse | EdgeResource. getPerformance(String edgeUuid,
              String group,
              String name,
              String type,
              Long start,
              Long end)Gets performance statistics data for a VCD edge gateway. | 
| PerformanceCounterListResponse | VappResource. getPerformanceCounters(String vappUuid)Get the list of performance counters that can be used to query for vApp
 performance data. | 
| PerformanceCounterListResponse | VdcResource. getPerformanceCountersForVdc(String vdcUuid)Get the list of performance counters that can be used to query for vDC
 performance data. | 
| PerformanceCounterListResponse | VmResource. getPerformanceCountersForVm(String vmUuid)Get the list of performance counters that can be used to query for VM
 performance data. | 
| PerfSampleSerieResponse | VappResource. getPerformanceForVapp(String vappUuid,
                     String group,
                     String name,
                     String type,
                     Long start,
                     Long end,
                     String interval,
                     String limit)Get vApp performance data for the given vApp, counter, and time range. | 
| PerfSampleSerieResponse | VdcResource. getPerformanceForVdc(String vdcUuid,
                    String group,
                    String name,
                    String type,
                    Long start,
                    Long end,
                    String interval,
                    String limit)Get VDC performance data for the given VDC, counter, and time range. | 
| PerfSampleSerieResponse | VmResource. getPerformanceForVm(String vmUuid,
                   String group,
                   String name,
                   String type,
                   Long start,
                   Long end,
                   String interval,
                   String limit)Get VM performance data for the given VM, counter, and time range. | 
| PerfSampleSerieResponse | VpgResource. getPerformanceForVpg(String vpgUuid,
                    String group,
                    String name,
                    String type,
                    Long start,
                    Long end)Returns VPG performance samples given a performance serie information. | 
| ProductSectionPropertyListResponse | VappTemplateResource. getProductSectionProperties(String templateUuid)Get the product section properties for the given vApp template. | 
| ProductSectionPropertyListResponse | VmResource. getProductSectionPropertiesForVm(String vmUuid)Get the product section properties for the given VM. | 
| RecommendedDiskBusTypeResponse | VmResource. getRecommendedDiskBusType(String vmUuid)Get the recommended hard disk bus type for the given VM. | 
| DisasterRecoveryRunbookListResponse | OrgResource. getRecoveryRunbooks(String orgUuid)Get the list of recovery runbooks for a given organization. | 
| RestorePointListResponse | VmResource. getRestorePoints(String vmUuid)Get restore points for the given VM. | 
| O365RestoreSessionResponse | O365RestoreSessionResource. getRestoreSessionByUuid(String uuid)Get an Office 365 VBO Restore Session given its UUID. | 
| O365RestoreSessionEventSetResponse | O365RestoreSessionResource. getRestoreSessionEvents(String uuid)Get Office 365 VBO Restore Session events given the restore session UUID. | 
| RoleResponse | CompanyResource. getRoleResponse(String companyId,
               String roleId)Gets a company role by ID. | 
| RoleListResponse | CompanyResource. getRoles(String companyId)Gets all company roles. | 
| InputStream | VmResource. getScreen(String vmUuid)Gets the current screen JPEG thumbnail image. | 
| ScreenTicketResponse | VmResource. getScreenTicket(String vmUuid)Retrieve a screen ticket for viewing the console of a given Vm. | 
| SecurityGroupResponse | VdcResource. getSecurityGroup(String vdcUuid,
                String securitygroupId)Get the specified security group for a given vDC. | 
| SecurityGroupMemberListResponse | VdcResource. getSecurityGroupMembers(String vdcUuid,
                       String type,
                       ObjectPagingParams filter)Get the list of security group members. | 
| SecurityGroupMemberTypeListResponse | VdcResource. getSecurityGroupMemberTypes(String vdcUuid)Get the list of security group member types. | 
| SecurityGroupsResponse | VdcResource. getSecurityGroups(String vdcUuid)Get a list of security groups for a given vDC. | 
| SecurityTagWithAssignedVMsResponse | VdcResource. getSecurityTag(String vdcUuid,
              String securitytagId)Get the specified security tag for a given vDC. | 
| SecurityTagObjectListResponse | VdcResource. getSecurityTagObjects(String vdcUuid,
                     String type,
                     ObjectPagingParams filter)Get the list of security tag objects. | 
| SecurityTagObjectTypeListResponse | VdcResource. getSecurityTagObjectTypes(String vdcUuid)Get the list of security tag object types. | 
| SecurityTagsResponse | VdcResource. getSecurityTags(String vdcUuid)Get a list of security tags for a given vDC. | 
| ServiceProfileResponse | VpgResource. getServiceProfile(String vpgUuid)Gets the service profile for a VPG. | 
| O365SharePointAttachmentSetResponse | O365RestoreSessionResource. getSharepointAttachments(String uuid,
                        String siteId,
                        String itemId,
                        Integer page,
                        Integer pageSize)Get Office 365 VBO SharePoint attachments given a restore session UUID. | 
| O365SharePointDocumentSetResponse | O365RestoreSessionResource. getSharepointDocuments(String uuid,
                      String siteId,
                      Integer page,
                      Integer pageSize,
                      String parentId)Get Office 365 VBO SharePoint documents given a restore session UUID. | 
| O365SharePointFolderSetResponse | O365RestoreSessionResource. getSharepointFolders(String uuid,
                    String siteId,
                    Integer page,
                    Integer pageSize,
                    String parentId)Get Office 365 VBO SharePoint folders given a restore session UUID. | 
| O365SharePointItemSetResponse | O365RestoreSessionResource. getSharepointItems(String uuid,
                  String siteId,
                  Integer page,
                  Integer pageSize,
                  String parentId)Get Office 365 VBO SharePoint items given a restore session UUID. | 
| O365SharePointLibrarySetResponse | O365RestoreSessionResource. getSharepointLibraries(String uuid,
                      String siteId,
                      Integer page,
                      Integer pageSize)Get Office 365 VBO SharePoint libraries given a restore session UUID. | 
| O365SharePointListSetResponse | O365RestoreSessionResource. getSharepointLists(String uuid,
                  String siteId,
                  Integer page,
                  Integer pageSize)Get Office 365 VBO SharePoint lists given a restore session UUID. | 
| O365SharePointSiteSetResponse | O365OrganizationResource. getSharepointSites(String uuid,
                  Integer page,
                  Integer pageSize)Get Office 365 VBO Sharepoint sites given an organization UUID. | 
| O365SharePointSiteSetResponse | O365RestoreSessionResource. getSharepointSites(String uuid,
                  String parentId,
                  Integer page,
                  Integer pageSize)Get Office 365 VBO Sharepoint sites given a restore session UUID. | 
| SnapshotResponse | VappResource. getSnapshot(String vappUuid)Get the snapshot for the given vApp. | 
| SnapshotResponse | VmResource. getSnapshotForVm(String vmUuid)Get the snapshot for the given VM. | 
| EdgeSslVpnServiceResponse | EdgeResource. getSslVpnConfig(String edgeUuid)Gets SSL VPN configuration details for an edge gateway.. | 
| VappStartupSectionItemListResponse | VappResource. getStartupSection(String vappUuid)Get the startup section for a particular Vapp. | 
| VappNetworkStaticRoutingServiceResponse | VappNetworkResource. getStaticRouting(String networkUuid)Get static routing service for a given vapp and network. | 
| StorageProfileListResponse | VdcResource. getStorageProfiles(String vdcUuid,
                  Boolean includeDisabled)Get the storage profiles available to the vDC. | 
| VdcStorageProfileSummaryResponse | VdcResource. getStorageProfileSummary(String vdcUuid,
                        Integer year,
                        Integer month)Gets a summary of storage profile usage for a specified vDC and billing
 period. | 
| VacPerfSampleListResponse | VacCompanyResource. getStorageUsage(String uuid,
               Long start,
               Long end,
               Integer limit,
               PerfIntervalRequest interval)Get the storage usage performance samples for a given company, timeframe and
 performance sampling interval. | 
| VappResourceSummaryResponse | VappResource. getSummary(String vappUuid)Get the resource summary for the given vApp. | 
| VdcResourceSummaryResponse | VdcResource. getSummaryForVdc(String vdcUuid)Get the resource summary for the given VDC. | 
| ReportHeaderListResponse | OrgReportingResource. getSupportRequestReports(String orgUuid,
                        ReportFormat reportFormat,
                        Boolean latest)Get the support request reports available for download for the given
 organization. | 
| VdiTeamResponse | OrgVdiResource. getTeam(String orgUuid,
       String teamUuid)Get a VDI team. | 
| InputStream | CompanySupportResource. getTicketAttachment(String companyId,
                   int ticketId,
                   int attachmentId)Get the file attached to a support ticket. | 
| SupportTicketAttachmentDetailsListResponse | CompanySupportResource. getTicketAttachmentList(String companyId,
                       int ticketId)Get a list of files attached to the support ticket. | 
| SupportTicketResponse | CompanySupportResource. getTicketById(String companyId,
             int ticketId)Get a support ticket by its ID. | 
| SupportTicketCommentListResponse | CompanySupportResource. getTicketComments(String companyId,
                 int ticketId)Get support ticket comments for a specified support ticket. | 
| SupportTicketListResponse | CompanySupportResource. getTicketsForCompany(String companyId,
                    Integer offset,
                    Integer limit)Get all support tickets for a company. | 
| VdiUserResponse | OrgVdiResource. getUser(String orgUuid,
       String userUuid)Get a VDI user by UUID. | 
| StringListResponse | CompanyResource. getUserDomains(String companyId)Get the user domains that are associated with this company. | 
| O365UserPaginatedSetResponse | O365OrganizationResource. getUsers(String uuid,
        Integer page,
        Integer pageSize)Get the users for the Office 365 Organization. | 
| CompanyUserListResponse | CompanyResource. getUsers(String companyId,
        String roleId)Gets all users for a company. | 
| BaBackupDirectoryListResponse | VacCompanyResource. getVacBackupDirectories(String uuid,
                       BaBackupDirectoryFilterParams filterParams)Get a list of backup directories given a VAC company uuid. | 
| BaBackupFileListResponse | VacCompanyResource. getVacBackupFiles(String uuid,
                 String backupDirectoryUuid,
                 BaBackupFileFilterParams filterParams)Get a list of backup files given a VAC company uuid and backup directory uuid. | 
| BaCompanySetResponse | CompanyResource. getVacCompanies(String companyId)Get all the VAC companies for a given company. | 
| BaCompanyResponse | VacCompanyResource. getVacCompany(String uuid)Gets a VAC company by its uuid. | 
| BaJobResponse | VacCompanyResource. getVacCompanyJob(String uuid,
                String jobUuid)Get a VAC job given a VAC company uuid and the job's uuid. | 
| BaJobListResponse | VacCompanyResource. getVacCompanyJobs(String uuid)Get a list of VAC jobs for a given VAC company. | 
| VappResponse | VappResource. getVapp(String vAppUuid)Get a vApp by UUID. | 
| BillListResponse | VdcResource. getVappBills(String vdcUuid,
            Integer month,
            Integer year)Gets all vapp bills for a specified vDC. | 
| VappNetworkResponse | VappNetworkResource. getVappNetwork(String networkUuid)Get a vApp network by UUID. | 
| VappNetworkListResponse | OrgResource. getVappNetworksForOrg(String orgUuid)Get the vapp networks for the organization. | 
| VappResourceSummaryMapResponse | VdcResource. getVappResourceSummaries(String vdcUuid)Get the map of resource summaries for all vApps in the given vDC. | 
| VappListResponse | OrgResource. getVappsForOrg(String orgUuid)Get the vApps for the organization. | 
| VappListResponse | VdcResource. getVappsForVdc(String vdcUuid)Get a list of vApps for a VDC. | 
| VappTemplateResponse | VappTemplateResource. getVappTemplate(String templateUuid)Retrieve a vApp Template. | 
| VappTemplateConfigurationResponse | VappTemplateResource. getVappTemplateConfiguration(String templateUuid)Retrieve a vApp Template's detailed configuration. | 
| VappTemplateListResponse | CatalogResource. getVappTemplates(String catalogUuid)Get vApp templates for a catalog. | 
| VappTemplateListResponse | OrgResource. getVappTemplatesForOrg(String orgUuid)Get vapp templates for a given organization. | 
| VappTemplateVmListResponse | VappTemplateResource. getVappTemplateVms(String templateUuid)Retrieve a vApp Template's VMs. | 
| VccFailoverPlanListResponse | OrgResource. getVccFailoverPlans(String orgUuid)Returns the list of VCC-R failover plans for a given target vCloud
 Organization. | 
| VdcResponse | VdcResource. getVdc(String vdcUuid,
      Long timestamp)Get a VDC by its UUID. | 
| VdcBackupClusterInfo | VdcResource. getVdcBackupClusterInfo(String vdcUuid)Gets info about the backup cluster and remote replicas that are available
 to the vDC. | 
| BillingSampleSerieListResponse | OrgResource. getVdcCostOverInvoicePeriodSeries(String orgUuid,
                                 Integer year,
                                 Integer month,
                                 List<String> additionalFields)Get a list of series detailing the hourly cost over an invoice period for
 all vDCs in a given Organization. | 
| VdcListResponse | OrgResource. getVdcsForOrg(String orgUuid)Get the virtual data centers (VDCs) for the given organization. | 
| VirtualDiskListResponse | VmResource. getVirtualDisks(String vmUuid)Gets the virtual disks for a VM. | 
| VirtualNetworkCardListResponse | VmResource. getVirtualNetworkCards(String vmUuid)Get a list of virtual network cards for the given VM. | 
| VmResponse | VmResource. getVm(String vmUuid)Get a Vm by UUID. | 
| VmAffinityRuleListResponse | VdcResource. getVmAffinityRules(String vdcUuid)Get all the vm affinity rules for a given vDC. | 
| BillListResponse | VdcResource. getVmBills(String vdcUuid,
          Integer month,
          Integer year)Gets all vm bills for a specified vDC. | 
| VmCapabilityResponse | VmResource. getVmCapabilities(String vmUuid)Get the VM capabilities for a VM. | 
| ReportHeaderListResponse | OrgReportingResource. getVMEncryptionReports(String orgUuid,
                      ReportFormat reportFormat,
                      Boolean latest)Get the VM encryption reports available for download for the given
 organization. | 
| VappNetworkInterfaceListResponse | VappNetworkResource. getVmInterfaces(String networkUuid)Get vApp Network VM interfaces that are tied to this vApp network. | 
| ReportHeaderListResponse | OrgReportingResource. getVmInventoryReports(String orgUuid,
                     ReportFormat reportFormat,
                     Boolean latest)Get the VM inventory reports for the organization. | 
| ReportHeaderListResponse | VdcResource. getVmInventoryReportsForVdc(String vdcUuid,
                           ReportFormat reportFormat)Get the VM inventory reports for vDC. | 
| VmResourceSummaryMapResponse | VdcResource. getVmResourceSummaries(String vdcUuid)Get the map of resource summaries for all VMs in the given vDC. | 
| VmResourceSummaryMapResponse | VappResource. getVmResourceSummariesForVapp(String vappUuid)Get the map of resource summaries for all VMs in the given vApp. | 
| VmListResponse | OrgResource. getVmsForOrg(String orgUuid)Get the VMs for the organization. | 
| VmListResponse | VappResource. getVmsForVapp(String vappUuid)Get the list of VMs for a vApp. | 
| VmListResponse | VdcResource. getVmsForVdc(String vdcUuid)Get a list of VMs for a VDC. | 
| VpgVmListResponse | VpgResource. getVmsForVpg(String vpgUuid)Gets the VMs that belong to a VPG. | 
| VmResourceSummaryResponse | VmResource. getVmSummary(String vmUuid)Get the resource summary for the given VM. | 
| VmToolsUpgradePolicyResponse | VmResource. getVmToolsUpgradePolicy(String vmUuid)Get the VMWare tools upgrade policy for the VM. | 
| ExpandedVpgResponse | VpgResource. getVpg(String vpgUuid,
      List<VpgSubEntityRequest> expand)Gets a VPG by UUID, with options to expand child entites. | 
| FailoverTestAlertResponse | VpgResource. getVpgFailoverTestAlertFor(String vpgUuid)Retrieve the VPG Failover Test Alert for the given VPG. | 
| ExpandedVpgListResponse | OrgResource. getVpgsForOrg(String orgUuid,
             List<VpgSubEntityRequest> expand)Returns the list of VPGs for a given target vCloud Organization. | 
| VpgsProtectionInfoResponse | OrgResource. getVpgsProtectionSummary(String orgUuid)Returns a VPGs protection info. | 
| VulnerabilityOverTimeResponse | OrgReportingResource. getVulnerabilityOverTimeSerie(String orgUuid,
                             Long start,
                             Long end,
                             Integer limit)Get the vulnerability over time serie for the given organization and date
 range. | 
| ReportHeaderListResponse | OrgReportingResource. getVulnerabilityReports(String orgUuid,
                       ReportFormat reportFormat,
                       Boolean latest)Get the vulnerability reports available for download for the given
 organization. | 
| ReportHeaderListResponse | OrgReportingResource. getWebReputationEventReports(String orgUuid,
                            ReportFormat reportFormat,
                            Boolean latest)Get the web reputation event reports available for download for the given
 organization. | 
| HasSnapshotResponse | VappResource. hasVappSnapshot(String vappUuid)Check for the existence of a snapshot for the given vApp. | 
| HasSnapshotResponse | VmResource. hasVmSnapshot(String vmUuid)Check for the existence of a snapshot for the given VM. | 
| TaskResponse | EdgeResource. importFirewallConfiguration(String edgeUuid,
                           byte[] firewall)Import an Edge Firewall configuration file to the specified edge and upates
 the edges firewall accordingly. | 
| TaskResponse | EdgeResource. importNATConfiguration(String edgeUuid,
                      byte[] nat)Import an Edge NAT configuration file to the specified edge and upates the
 edges NAT service accordingly. | 
| TaskResponse | CatalogResource. initiateOVFUpload(String catalogUuid,
                 InitiateOVFUploadRequest body)Initiate a new OVF template upload. | 
| TaskResponse | VmResource. insertMedia(String vmUuid,
           VmMediaInsertRequest spec)Insert a media to a Vm. | 
| TaskResponse | VmResource. installVMWareTools(String vmUuid)The actual action performed will be to mount the VMWare tools ISO on the
 given VM. | 
| IsAttachmentDownloadableResponse | CompanySupportResource. isAttachmentDownloadable(String companyId,
                        int ticketId,
                        int attachmentId)Return whether the attachment is available for download. | 
| IsComplianceOrgResponse | OrgResource. isComplianceOrg(String orgUuid)Return whether an org is a compliance organization. | 
| NessusLaunchResponse | OrgResource. launchNessusScan(String orgUuid,
                int scanTemplateId)Launch a nessus scan given an organization uuid and a scan id. | 
| VdiAutomationGroupListResponse | OrgVdiResource. listAutomationGroups(String orgUuid)List the existing VDI automation groups that are setup for the specified
 organization. | 
| DirectoryListingResponse | VmResource. listBackupDirectoryContents(String vmUuid,
                           String backupRunUid,
                           String volumeName,
                           String directoryPath,
                           ListBackupSnapshotFilesAndFoldersFilters filters)Gets a directory listing for a VM backup snapshot. | 
| FileSnapshotInfoListResponse | VmResource. listBackupFileSnapshots(String vmUuid,
                       String backupGroupUid,
                       String filename)Lists all snapshots that are available for a specified file, in association
 with a specific backup group. | 
| BackupGroupRunListResponse | VdcResource. listBackupGroupRuns(String vdcUuid,
                   ListBackupGroupRunsQueryParams params)List backup runs for the specified vDC. | 
| BackupGroupRunListResponse | BackupGroupResource. listBackupGroupRuns(String backupGroupUid,
                   ListBackupGroupRunsQueryParams params)List runs for the specified backup group. | 
| BackupGroupListResponse | VdcResource. listBackupGroups(String vdcUuid,
                boolean includeDeleted,
                boolean includeSummaryStats,
                boolean includeLastRun,
                boolean includeBackupPolicy)List the existing backup groups that are configured in a specified virtual
 datacenter. | 
| BackupGroupListResponse | OrgResource. listBackupGroups(String orgUuid,
                boolean includeDeleted,
                boolean includeSummaryStats,
                boolean includeLastRun,
                boolean includeBackupPolicy)List the existing backup groups that are configured in a specified
 organization. | 
| BackupPolicyListResponse | VdcResource. listBackupPolicies(String vdcUuid,
                  boolean includeOrgPolicies)List the existing backup policies that are configured in a
 vDC. | 
| BackupPolicyListResponse | OrgResource. listBackupPolicies(String orgUuid,
                  boolean includeVdcScopedPolicies)List the existing backup policies that are configured in an organization. | 
| BackupGroupRunListResponse | VmResource. listBackupRuns(String vmUuid,
              ListVmBackupGroupRunsFilters filters)Lists all backup runs that are associated with the specified VM. | 
| FilesystemVolumeListResponse | VmResource. listBackupVolumeSnapshots(String vmUuid,
                         String backupRunUid,
                         Integer attemptNumber)Lists all volumes that are present on a VM backup snapshot. | 
| VdiAutomationDeploymentListResponse | OrgVdiResource. listDeployments(String orgUuid,
               String automationGroupUuid)List all active VDI automation group deployments. | 
| VdiOrgDeploymentSummaryResponse | OrgVdiResource. listDeploymentSummaries(String orgUuid)Get the organization VDI deployment summary. | 
| IaasBackupBillListResponse | VdcResource. listIaasBackupBills(String vdcUuid,
                   String start,
                   String end)Lists bills for IaaS backup in the specified time range. | 
| IaasBackupSubscriptionListResponse | VdcResource. listIaasBackupSubscriptions(String vdcUuid,
                           Long startTimeMillis,
                           Long endTimeMillis)Lists IaaS backup subscriptions that were active in the specified time range. | 
| VdiTeamListResponse | OrgVdiResource. listTeams(String orgUuid)Lists the teams that have been configured for VDI in the organization. | 
| VdiUserListResponse | OrgVdiResource. listUsers(String orgUuid)Lists the users that have been configured for VDI in the organization. | 
| TaskResponse | VappResource. managedShutdown(String vappUuid)Managed shutdown of a vApp using the vApp's startup section settings. | 
| O365JobResponse | O365JobResource. modifyJobSchedulePolicy(String uuid,
                       O365JobSchedulePolicyRequest schedulePolicyRequest)Modify a backup job given its UUID. | 
| void | O365OrganizationResource. modifyOrganizationCredentials(String uuid,
                             O365ModifyCredentialsRequest request)Modify the credentials of a Microsoft Office 365 VBO organization given its uuid. | 
| TaskResponse | VappResource. moveVapp(String vappUuid,
        VappCopyMoveRequest spec)Creates a new vApp in the Vdc based on an existing vapp. | 
| TaskResponse | VmResource. moveVm(String vmUuid,
      VmCopyMoveRequest spec)Moves an existing VM into the specified Vapp. | 
| void | OrgResource. pauseNessusScan(String orgUuid,
               int scanTemplateId)Pause a nessus scan given an organization uuid and a scan id. | 
| TaskResponse | VappResource. powerOffVapp(String vappUuid)Power off a vApp. | 
| TaskResponse | VmResource. powerOffVm(String vmUuid)Power off a VM. | 
| TaskResponse | VappResource. powerOnVapp(String vappUuid,
           boolean forceGuestCustomization)Power on a vApp. | 
| TaskResponse | VmResource. powerOnVm(String vmUuid,
         boolean forceGuestCustomization)Power on a VM. | 
| TaskResponse | VappResource. rebootVapp(String vappUuid)Reboot a vApp. | 
| TaskResponse | VmResource. rebootVm(String vmUuid)Reboot a VM. | 
| TaskResponse | VmResource. reconfigure(String vmUuid,
           VmReconfigureRequest spec)Reconfigure a VM. | 
| TaskResponse | VmResource. relocateVm(String vmUuid,
          VmRelocateRequest spec)Relocate a Vm to another storage profile. | 
| void | CompanyResource. removeCompanyLogo(String companyId)Removes the company's logo. | 
| void | O365JobResource. removeJob(String uuid)Remove a backup job given its UUID. | 
| TaskResponse | VappNetworkResource. removeNetworkFromVapp(String networkUuid)Delete a vApp network. | 
| void | O365OrganizationResource. removeOrganization(String uuid)Remove a Microsoft Office 365 VBO organization given its uuid. | 
| TaskResponse | VappResource. removeSnapshot(String vappUuid)Remove a snapshot from a vApp. | 
| TaskResponse | VmResource. removeSnapshotForVm(String vmUuid)Remove a snapshot from a VM. | 
| void | VpgResource. removeVpgFailoverTestAlert(String vpgUuid)Remove the VPG Failover Test Alert for the given VPG. | 
| TaskResponse | VmResource. rename(String vmUuid,
      VmNameUpdateRequest spec)Rename a VM. | 
| void | VacCompanyResource. requestContractUpgrade(String companyUuid,
                      BaCompanyContractUpgradeRequest updateContractRequest)Upgrade the contract associated with a particular VAC company. | 
| TaskResponse | VmResource. resetMacAddresses(String vmUuid)Reset the MAC addresses for all VNICs of the VM. | 
| void | VacCompanyResource. resetVacCompanyPassword(String uuid,
                       BaCompanyPasswordResetRequest passwordResetRequest)Update the password for the VAC company. | 
| TaskResponse | VappResource. resetVapp(String vappUuid)Reset a vApp. | 
| TaskResponse | VmResource. resetVm(String vmUuid)Reset a VM. | 
| DistributedFirewallLayer2Response | VdcResource. restoreDistributedFirewallLayer2(String vdcUuid,
                                RestoreDistributedFirewallRequest restoreDistributedFirewallRequest)Restore a vDC's distributed firewall layer2 configuration to a specified restore point. | 
| DistributedFirewallLayer3Response | VdcResource. restoreDistributedFirewallLayer3(String vdcUuid,
                                RestoreDistributedFirewallRequest restoreDistributedFirewallRequest)Restore a vDC's distributed firewall layer3 configuration to a specified restore point. | 
| void | O365RestoreSessionResource. restoreExchangeFolder(String uuid,
                     String mailboxId,
                     String folderId,
                     O365ExchangeRestoreOptionsRequest request)Restore an Office 365 VBO Exchange folder to original location or a different location given the
 restore session UUID, mailbox ID and folder ID. | 
| void | O365RestoreSessionResource. restoreExchangeItem(String uuid,
                   String mailboxId,
                   String itemId,
                   O365ExchangeRestoreOptionsRequest request)Restore an Office 365 VBO Exchange item to original location or different location given the
 restore session UUID, mailbox ID and item ID. | 
| void | O365RestoreSessionResource. restoreExchangeMailbox(String uuid,
                      String mailboxId,
                      O365ExchangeRestoreOptionsRequest request)Restore an Office 365 VBO Exchange mailbox to either original location
 or a different location given the restore session UUID and mailbox ID. | 
| EdgeGatewayFirewallResponse | EdgeGatewayResource. restoreFirewall(String edgeUuid,
               RestoreFirewallRequest restoreFirewallRequest)Restore an edge gateway's firewall configuration to a specified restore point. | 
| TaskResponse | EdgeResource. restoreFirewallFromCheckpoint(String edgeUuid,
                             String checkpointUuid)Restore an edge firewall to a previous state (edge firewall checkpoint). | 
| EdgeGatewayNATResponse | EdgeGatewayResource. restoreNAT(String edgeUuid,
          RestoreNatRequest restoreNatRequest)Restore an edge gateway's NAT configuration to a specified restore point. | 
| TaskResponse | EdgeResource. restoreNATFromCheckpoint(String edgeUuid,
                        String checkpointUuid)Restore an edge NAT service to a previous state (edge NAT checkpoint). | 
| void | O365RestoreSessionResource. restoreOneDriveDocumentTo(String uuid,
                         String oneDriveId,
                         String documentId,
                         O365OneDriveRestoreOptionsRequest request)Restore an Office 365 VBO one drive document to a location given the
 restore session UUID, one drive ID and document ID. | 
| void | O365RestoreSessionResource. restoreOneDriveFolderTo(String uuid,
                       String oneDriveId,
                       String folderId,
                       O365OneDriveRestoreOptionsRequest request)Restore an Office 365 VBO one drive folder to a location given the
 restore session UUID, one drive ID and folder ID. | 
| void | O365RestoreSessionResource. restoreOneDriveTo(String uuid,
                 String oneDriveId,
                 O365OneDriveRestoreOptionsRequest request)Restore an Office 365 VBO One Drive to a location given the
 restore session UUID and one drive ID. | 
| void | O365RestoreSessionResource. restoreSharePointDocumentTo(String uuid,
                           String siteId,
                           String documentId,
                           O365SharePointRestoreOptionsRequest request)Restore an Office 365 VBO SharePoint Document given the restore session UUID
 its Veeam native id. | 
| void | O365RestoreSessionResource. restoreSharePointFolderTo(String uuid,
                         String siteId,
                         String folderId,
                         O365SharePointRestoreOptionsRequest request)Restore an Office 365 VBO SharePoint Folder given the restore session UUID
 its Veeam native id. | 
| void | O365RestoreSessionResource. restoreSharePointItemTo(String uuid,
                       String siteId,
                       String itemId,
                       O365SharePointRestoreOptionsRequest request)Restore an Office 365 VBO SharePoint Item given the restore session UUID
 its Veeam native id. | 
| void | O365RestoreSessionResource. restoreSharePointLibraryTo(String uuid,
                          String siteId,
                          String libraryId,
                          O365SharePointRestoreOptionsRequest request)Restore an Office 365 VBO SharePoint Library given the restore session UUID
 its Veeam native id. | 
| void | O365RestoreSessionResource. restoreSharePointListTo(String uuid,
                       String siteId,
                       String listId,
                       O365SharePointRestoreOptionsRequest request)Restore an Office 365 VBO SharePoint List given the restore session UUID
 its Veeam native id. | 
| void | O365RestoreSessionResource. restoreSharePointSiteTo(String uuid,
                       String siteId,
                       O365SharePointRestoreOptionsRequest request)Restore an Office 365 VBO SharePoint Site given the restore session UUID
 its Veeam native id. | 
| TaskResponse | VappResource. restoreSnapshot(String vappUuid)Restore a vApp from a snapshot. | 
| TaskResponse | VmResource. restoreSnapshotForVm(String vmUuid)Restore a VM from a snapshot. | 
| TaskResponse | VmResource. restoreVm(String vmUuid,
         VmRestoreRequest spec)Restore a VM from a restore point into the same vApp. | 
| TaskResponse | VmResource. restoreVMBackup(String vmUuid,
               RestoreVMBackupParams params)Restores a VM backup. | 
| TaskResponse | VdcResource. restoreVMBackupsInVdc(String vdcUuid,
                     RestoreVMBackupsInVdcParams params)Restores one or more VM backups within the vDC. | 
| TaskResponse | VmResource. restoreVmIntoVapp(String vmUuid,
                 VmRestoreIntoVappRequest spec)Restore a VM from a restore point into the given vApp. | 
| void | OrgResource. resumeNessusScan(String orgUuid,
                int scanTemplateId)Resume a nessus scan given an organization uuid and a scan id. | 
| TaskResponse | VacCompanyResource. retryVacJob(String uuid,
           String jobUuid)Retry a VAC job. | 
| TaskResponse | VpgResource. rollbackFailover(String vpgUuid)Rolls back changes after a live failover. | 
| InputStream | O365RestoreSessionResource. saveEntireExchangeMailbox(String uuid,
                         String mailboxId)Download an entire Office 365 VBO Mailbox given the restore session UUID. | 
| InputStream | O365RestoreSessionResource. saveEntireOneDrive(String uuid,
                  String oneDriveId)Download an entire Office 365 VBO OneDrive given the restore session UUID. | 
| InputStream | O365RestoreSessionResource. saveExchangeMailboxFolder(String uuid,
                         String mailboxId,
                         String folderId)Download an Office 365 VBO Mailbox folder given the restore session UUID. | 
| InputStream | O365RestoreSessionResource. saveExchangeMailboxItem(String uuid,
                       String mailboxId,
                       String itemId,
                       O365ExchangeItemFormat format)Download an Office 365 VBO Exchange item given the restore session UUID. | 
| InputStream | O365RestoreSessionResource. saveOneDriveDocument(String uuid,
                    String oneDriveId,
                    String documentId)Download an Office 365 VBO OneDrive document given the restore session UUID. | 
| InputStream | O365RestoreSessionResource. saveOneDriveFolder(String uuid,
                  String oneDriveId,
                  String folderId)Download an Office 365 VBO OneDrive Folder given the restore session UUID. | 
| InputStream | O365RestoreSessionResource. saveSharePointDocument(String uuid,
                      String siteId,
                      String documentId)Download an Office 365 VBO SharePoint Document given the restore session UUID. | 
| InputStream | O365RestoreSessionResource. saveSharePointFolder(String uuid,
                    String siteId,
                    String folderId)Download an Office 365 VBO SharePoint Folder given the restore session UUID. | 
| InputStream | O365RestoreSessionResource. saveSharePointLibrary(String uuid,
                     String siteId,
                     String libraryItemId)Download an Office 365 VBO SharePoint Library given the restore session UUID. | 
| RecoverableFilesSearchResultListResponse | VdcResource. searchRecoverableFilesAndFolders(String vdcUuid,
                                SearchVdcRecoverableFilesAndFoldersFilters filters)Searches for recoverable backup files and folders within the vDC. | 
| RecoverableFilesSearchResultListResponse | VmResource. searchRecoverableFilesAndFolders(String vmUuid,
                                SearchVmRecoverableFilesAndFoldersFilters filters)Searches for recoverable backup files and folders that are associated with
 the VM. | 
| VMBackupSnapshotListResponse | VdcResource. searchRecoverableVMs(String vdcUuid,
                    SearchVdcRecoverableVMsFilters filters)Searches for recoverable VM snapshots within the vDC. | 
| void | OrgResource. sendEventHistory(String orgUuid,
                EventHistoryEmailRequest spec)Email a CSV report with all event history for a given Org. | 
| void | VappResource. sendEventHistoryForVapp(String vappUuid,
                       EventHistoryEmailRequest request)Email a CSV report with all event history for a given Vapp. | 
| void | VdcResource. sendEventHistoryForVdc(String vdcUuid,
                      EventHistoryEmailRequest spec)Email a CSV report with all event history for a given Vdc. | 
| void | VmResource. sendEventHistoryForVm(String vmUuid,
                     EventHistoryEmailRequest spec)Retrieve a CSV report email with all event history for a given Vm. | 
| void | O365RestoreSessionResource. sendOneDriveDocumentToEmail(String uuid,
                           String oneDriveId,
                           String documentId,
                           O365RestoreSessionSendToEmailRequest request)Sends an Office 365 VBO one drive document to an email given the
 restore session UUID, one drive ID and document ID. | 
| void | O365RestoreSessionResource. sendOneDriveFolderToEmail(String uuid,
                         String oneDriveId,
                         String folderId,
                         O365RestoreSessionSendToEmailRequest request)Send an Office 365 VBO one drive folder to an email given the
 restore session UUID, one drive ID and folder ID. | 
| void | O365RestoreSessionResource. sendOneDriveToEmail(String uuid,
                   String oneDriveId,
                   O365RestoreSessionSendToEmailRequest request)Send an Office 365 VBO One Drive to an email given the
 restore session UUID and one drive ID. | 
| void | O365RestoreSessionResource. sendSharePointDocumentToEmail(String uuid,
                             String siteId,
                             String documentId,
                             O365RestoreSessionSendToEmailRequest request)Send an Office 365 VBO SharePoint Document given the restore session UUID
 its Veeam native id to an email. | 
| void | O365RestoreSessionResource. sendSharePointFolderToEmail(String uuid,
                           String siteId,
                           String folderId,
                           O365RestoreSessionSendToEmailRequest request)Send an Office 365 VBO SharePoint Folder given the restore session UUID
 its Veeam native id to an email. | 
| void | O365RestoreSessionResource. sendSharePointLibraryToEmail(String uuid,
                            String siteId,
                            String libraryId,
                            O365RestoreSessionSendToEmailRequest request)Send an Office 365 VBO SharePoint Library given the restore session UUID
 its Veeam native id to an email. | 
| TaskResponse | VappResource. shutdownVapp(String vappUuid)Shutdown a vApp. | 
| TaskResponse | VmResource. shutdownVm(String vmUuid)Shutdown a VM guest operating system. | 
| O365JobResponse | O365JobResource. startJob(String uuid)Start a backup job given its UUID. | 
| O365RestoreSessionResponse | O365OrganizationResource. startRestoreSession(String uuid,
                   O365RestoreSessionStartRequest request)Starts restore sessions for exploring and performing restore operations
 with backups. | 
| O365RestoreSessionResponse | O365JobResource. startRestoreSession(String uuid,
                   O365RestoreSessionStartRequest request)Starts a restore session for exploring and performing restore operations
 with backups. | 
| TaskResponse | VacCompanyResource. startVacJob(String uuid,
           String jobUuid)Start a VAC job. | 
| O365JobResponse | O365JobResource. stopJob(String uuid)Stop a backup job given its UUID. | 
| void | OrgResource. stopNessusScan(String orgUuid,
              int scanTemplateId)Stop a nessus scan given an organization uuid and a scan id. | 
| void | O365RestoreSessionResource. stopRestoreSession(String uuid)Stop an Office 365 VBO Restore Session given the restore session UUID. | 
| TaskResponse | VacCompanyResource. stopVacJob(String uuid,
          String jobUuid)Stop a VAC job. | 
| TaskResponse | VappResource. suspendVapp(String vappUuid)Suspend a vApp. | 
| TaskResponse | VmResource. suspendVm(String vmUuid)Suspend a VM. | 
| TaskResponse | CatalogResource. syncCatalog(String catalogUuid)Sync the catalog to the remote subscribed catalog | 
| TaskResponse | MediaResource. syncMedia(String mediaUuid)Sync a media item belonging to a catalog with its source object | 
| TaskResponse | VappTemplateResource. syncVappTemplate(String templateUuid)Sync a vapp template item belonging to a catalog with its source object. | 
| VdiAutomationGroupResponse | OrgVdiResource. updateAutomationGroup(String orgUuid,
                     String automationGroupUuid,
                     VdiAutomationGroupUpdateRequest updateRequest)Update a VDI automation group. | 
| BackupGroupResponse | BackupGroupResource. updateBackupGroup(String backupGroupUid,
                 BackupGroupUpdateRequest updateRequest)Update a backup group. | 
| BackupPolicyResponse | VdcResource. updateBackupPolicy(String vdcUuid,
                  String backupPolicyUid,
                  BackupPolicyUpdateRequest updateRequest)Update a backup policy. | 
| BackupPolicyResponse | OrgResource. updateBackupPolicy(String orgUuid,
                  String backupPolicyUid,
                  BackupPolicyUpdateRequest updateRequest)Update a backup policy. | 
| TaskResponse | VmResource. updateBootOptions(String vmUuid,
                 VmBootOptionsUpdateRequest bootOptions)Update boot options associated with a VM. | 
| CatalogResponse | CatalogResource. updateCatalog(String catalogUuid,
             CatalogUpdateRequest catalog)Update a Catalog. | 
| void | CompanyResource. updateCompanyLogo(String companyId,
                 byte[] pictureBytes)Updates the company's logo. | 
| void | UserResource. updateCompanyRole(String username,
                 String companyId,
                 UserRoleUpdateRequest userRoleUpdateRequest)Update the company role for a specified user. | 
| TaskResponse | VmResource. updateCpuCount(String vmUuid,
              VmCpuCountUpdateRequest spec)Update the cpu count for the given VM. | 
| TaskResponse | VappResource. updateDescription(String vappUuid,
                 VappDescriptionUpdateRequest request)Update the description for a vapp. | 
| TaskResponse | VmResource. updateDescriptionForVm(String vmUuid,
                      VmDescriptionUpdateRequest spec)Update the description for a vm. | 
| TaskResponse | VappNetworkResource. updateDHCP(String networkUuid,
          VappNetworkDHCPServiceUpdateRequest dhcpService)Update the DHCP service for a particular vApp. | 
| DistributedFirewallLayer2Response | VdcResource. updateDistributedFirewallLayer2(String vdcUuid,
                               Long eTag,
                               DistributedFirewallLayer2UpdateRequest updateRequest)Update the distributed firewall at layer 2 (ethernet) for a given vDC. | 
| DistributedFirewallLayer2RuleResponse | VdcResource. updateDistributedFirewallLayer2Rule(String vdcUuid,
                                   long ruleId,
                                   Long eTag,
                                   DistributedFirewallLayer2RuleUpdateRequest updateRequest)Update a rule within the distributed firewall at layer 2 (ethernet) for a given vDC. | 
| DistributedFirewallLayer3Response | VdcResource. updateDistributedFirewallLayer3(String vdcUuid,
                               Long eTag,
                               DistributedFirewallLayer3UpdateRequest updateRequest)Update the distributed firewall at layer 3 (general) for a given vDC. | 
| DistributedFirewallLayer3RuleResponse | VdcResource. updateDistributedFirewallLayer3Rule(String vdcUuid,
                                   long ruleId,
                                   Long eTag,
                                   DistributedFirewallLayer3RuleUpdateRequest updateRequest)Update a rule within the distributed firewall at layer 3 (general) for a given vDC. | 
| DNSRecordResponse | OrgResource. updateDNSRecord(String orgUuid,
               int recordId,
               DNSRecordUpdateRequest record)Update a DNS record for the given organization. | 
| EdgeGatewayDhcpResponse | EdgeGatewayResource. updateEdgeGatewayDhcp(String edgeUuid,
                     EdgeGatewayDhcpUpdateRequest edgeGatewayDhcpUpdateRequest)Update the DHCP configuration for an edge gateway. | 
| EdgeGatewayFirewallResponse | EdgeGatewayResource. updateEdgeGatewayFirewall(String edgeUuid,
                         EdgeGatewayFirewallUpdateRequest firewallUpdateRequest)Update the firewall configuration for an edge gateway. | 
| EdgeGatewayIPsecResponse | EdgeGatewayResource. updateEdgeGatewayIPsec(String edgeUuid,
                      EdgeGatewayIPsecUpdateRequest edgeGatewayIpsecUpdateRequest)Update the IPsec VPN configuration for an edge gateway. | 
| EdgeGatewayL2VPNResponse | EdgeGatewayResource. updateEdgeGatewayL2VPN(String edgeUuid,
                      EdgeGatewayL2VPNUpdateRequest edgeGatewayL2VPNUpdateRequest)Update the L2 VPN configuration for an edge gateway. | 
| EdgeGatewayLoadBalancerResponse | EdgeGatewayResource. updateEdgeGatewayLoadBalancer(String edgeUuid,
                             EdgeGatewayLoadBalancerUpdateRequest loadBalancerUpdateRequest)Update the load balancer configuration for an edge gateway. | 
| EdgeGatewayNATResponse | EdgeGatewayResource. updateEdgeGatewayNAT(String edgeUuid,
                    EdgeGatewayNATUpdateRequest natUpdateRequest)Update the nat configuration for an edge gateway. | 
| EdgeGatewayRoutingResponse | EdgeGatewayResource. updateEdgeGatewayRouting(String edgeUuid,
                        EdgeGatewayRoutingUpdateRequest edgeGatewayRoutingUpdateRequest)Update the Routing configuration for an edge gateway. | 
| RoutingBGPConfigResponse | EdgeGatewayResource. updateEdgeGatewayRoutingBGPConfig(String edgeUuid,
                                 RoutingBGPConfigUpdateRequest edgeGatewayRoutingBGPConfigUpdateRequest)Update the Routing BGP configuration for an edge gateway. | 
| RoutingGlobalConfigResponse | EdgeGatewayResource. updateEdgeGatewayRoutingGlobalConfig(String edgeUuid,
                                    RoutingGlobalConfigUpdateRequest edgeGatewayRoutingGlobalConfigUpdateRequest)Update the Routing Global configuration for an edge gateway. | 
| RoutingOSPFConfigResponse | EdgeGatewayResource. updateEdgeGatewayRoutingOSPFConfig(String edgeUuid,
                                  RoutingOSPFConfigUpdateRequest edgeGatewayRoutingOSPFConfigUpdateRequest)Update the Routing OSPF configuration for an edge gateway. | 
| RoutingStaticConfigResponse | EdgeGatewayResource. updateEdgeGatewayRoutingStaticConfig(String edgeUuid,
                                    RoutingStaticConfigUpdateRequest edgeGatewayRoutingStaticConfigUpdateRequest)Update the Routing Static configuration for an edge gateway. | 
| EdgeGatewaySSHSettingsResponse | EdgeGatewayResource. updateEdgeGatewaySSHSettings(String edgeUuid,
                            EdgeGatewaySSHSettingsUpdateRequest updateRequest)Update the SSH Settings for an edge gateway. | 
| EdgeGatewaySSLVPNResponse | EdgeGatewayResource. updateEdgeGatewaySSLVPN(String edgeUuid,
                       EdgeGatewaySSLVPNUpdateRequest edgeGatewaySSLVPNUpdateRequest)Update the SSL VPN configuration for an edge gateway. | 
| EdgeGatewaySyslogResponse | EdgeGatewayResource. updateEdgeGatewaySyslog(String edgeUuid,
                       EdgeGatewaySyslogUpdateRequest updateRequest)Update the Syslog settings for an edge gateway. | 
| TaskResponse | VappNetworkResource. updateFirewall(String networkUuid,
              VappNetworkFirewallUpdateRequest firewall)Update a firewall for a particular vApp. | 
| TaskResponse | VmResource. updateGuestCustomization(String vmUuid,
                        GuestCustomizationUpdateRequest guestCustomizationSection)Update the guest customization section of a VM. | 
| EdgeIpSecVpnServiceResponse | EdgeResource. updateIpSecVpn(String edgeUuid,
              EdgeIpSecVpnServiceUpdateRequest ipSecVpnService)Updates IpSec VPN Service details for a vCD Edge. | 
| IpSetResponse | VdcResource. updateIpSet(String vdcUuid,
           String ipSetId,
           IpSetUpdateRequest ipSetUpdateRequest)Updates a IP set grouping object for a given vDC. | 
| MacSetResponse | VdcResource. updateMacSet(String vdcUuid,
            String macSetId,
            MacSetUpdateRequest macSetUpdateRequest)Updates a MAC set grouping object for a given vDC. | 
| TaskResponse | MediaResource. updateMedia(String mediaUuid,
           MediaUpdateRequest spec)Update a Media. | 
| TaskResponse | VmResource. updateMemorySize(String vmUuid,
                VmMemorySizeUpdateRequest spec)Update the memory size for the given VM. | 
| TaskResponse | CatalogResource. updateMetadata(String catalogUuid,
              List<UpdateMetadataRequest> metadata)Add / update metadata associated with a catalog. | 
| TaskResponse | MediaResource. updateMetadataForMedia(String mediaUuid,
                      List<UpdateMetadataRequest> metadata)Add / update metadata associated with a media. | 
| TaskResponse | VappResource. updateMetadataForVapp(String vappUuid,
                     List<UpdateMetadataRequest> metadata)Add / update metadata associated with a Vapp. | 
| TaskResponse | VappTemplateResource. updateMetadataForVappTemplate(String templateUuid,
                             List<UpdateMetadataRequest> metadata)Add / update metadata associated with a vapp template. | 
| TaskResponse | VdcResource. updateMetadataForVdc(String vdcUuid,
                    List<UpdateMetadataRequest> metadata)Add / update metadata associated with a Vdc. | 
| TaskResponse | VmResource. updateMetadataForVm(String vmUuid,
                   List<UpdateMetadataRequest> metadata)Add / update metadata associated with a Vm. | 
| TaskResponse | VappResource. updateName(String vappUuid,
          VappRenameRequest request)Rename a vApp. | 
| TaskResponse | VappNetworkResource. updateNAT(String networkUuid,
         VappNetworkNATServiceUpdateRequest natService)Update the NAT service for a particular vApp. | 
| NessusScanOptOutResponse | OrgResource. updateNessusScanOptOutPreferences(String orgUuid,
                                 NessusScanOptOutCreateRequest request)Update a set of ip addresses or ranges to opt out of weekly Nessus scans
 for a given org. | 
| NessusScanUpdateResponse | OrgResource. updateNessusScanTemplate(String orgUuid,
                        int scanTemplateId,
                        NessusScanUpdateRequest spec)Update a scan given an organization and the scan ID. | 
| OrgResponse | OrgResource. updateOrgVappLeaseSettings(String orgUuid,
                          OrgVappLeaseUpdateRequest spec)Update the org / vapp lease settings section for a given org. | 
| OrgResponse | OrgResource. updateOrgVappTemplateLeaseSettings(String orgUuid,
                                  OrgVappTemplateLeaseUpdateRequest spec)Update the org / vapp template lease settings section for a given org. | 
| TaskResponse | OrgVdcNetworkResource. updateOrgVdcNetwork(String networkUuid,
                   OrgVdcNetworkUpdateRequest request)Modifies an org-vdc network. | 
| TaskResponse | VmResource. updateProductSectionProperties(String vmUuid,
                              List<ProductSectionPropertyUpdateRequest> requests)Update the product section properties for the given VM. | 
| RoleResponse | CompanyResource. updateRole(String companyId,
          String roleId,
          RoleUpdateRequest roleUpdateRequest)Modifies a company role. | 
| TaskResponse | VappResource. updateRuntimeLease(String vappUuid,
                  RuntimeLeaseUpdateRequest request)Update the runtime lease for the given vApp. | 
| SecurityGroupResponse | VdcResource. updateSecurityGroup(String vdcUuid,
                   String securitygroupId,
                   SecurityGroupUpdateRequest updateRequest)Update a specified security group for a given vDC. | 
| SecurityTagWithAssignedVMsResponse | VdcResource. updateSecurityTag(String vdcUuid,
                 String securitytagId,
                 SecurityTagUpdateRequest updateRequest)Update a specified security tag for a given vDC. | 
| EdgeSslVpnAuthenticationResponse | EdgeResource. updateSslVpnAuthentication(String edgeUuid,
                          EdgeSslVpnAuthenticationUpdateRequest request)Updates authentication configuration of SSL VPN for an edge gateway. | 
| EdgeSslVpnClientInstallPackageListResponse | EdgeResource. updateSslVpnClientInstallPackages(String edgeUuid,
                                 List<EdgeSslVpnClientInstallPackageUpdateRequest> requests)Updates client install package configuration of SSL VPN for an edge
 gateway.. | 
| EdgeSslVpnIpPoolListResponse | EdgeResource. updateSslVpnIpPools(String edgeUuid,
                   List<EdgeSslVpnIpPoolUpdateRequest> requests)Updates the SSL VPN IP pools for an edge gateway.. | 
| EdgeSslVpnPrivateNetworkListResponse | EdgeResource. updateSslVpnPrivateNetworks(String edgeUuid,
                           List<EdgeSslVpnPrivateNetworkUpdateRequest> requests)Updates list of private networks that are reachable through an SSL VPN for
 an edge gateway. | 
| void | EdgeResource. updateSslVpnServerConfig(String edgeUuid,
                        EdgeSslVpnServerConfigUpdateRequest request)Updates SSL VPN configuration for an edge gateway. | 
| EdgeSslVpnServiceResponse | EdgeResource. updateSslVpnServerSettings(String edgeUuid,
                          EdgeSslVpnServiceUpdateRequest serverSettings)Updates SSL VPN server settings for an edge gateway.. | 
| EdgeSslVpnUserResponse | EdgeResource. updateSslVpnUser(String edgeUuid,
                String userId,
                EdgeSslVpnUserUpdateRequest request)Updates an edge SSL VPN user. | 
| TaskResponse | VappResource. updateStartupSection(String vappUuid,
                    List<VappStartupSectionItemRequest> startupSection)Update the startup section of a particular Vapp. | 
| TaskResponse | VappNetworkResource. updateStaticRouting(String networkUuid,
                   VappNetworkStaticRoutingServiceUpdateRequest staticRoutingService)Update the static routing service for a particular vApp. | 
| TaskResponse | VappResource. updateStorageLease(String vappUuid,
                  StorageLeaseUpdateRequest request)Update the storage lease for the given vApp. | 
| SupportTicketResponse | CompanySupportResource. updateSupportTicket(String companyId,
                   int ticketId,
                   SupportTicketUpdateRequest supportTicket)Updates a support ticket. | 
| VdiTeamResponse | OrgVdiResource. updateTeam(String orgUuid,
          String teamUuid,
          VdiTeamUpdateRequest teamUpdateRequest)Update a VDI team. | 
| VdiUserResponse | OrgVdiResource. updateUser(String orgUuid,
          String userUuid,
          VdiUserUpdateRequest userUpdateRequest)Update a VDI user. | 
| TaskResponse | VacCompanyResource. updateVacCompany(String uuid,
                BaCompanyUpdateRequest baCompanyUpdateRequest)Update the VAC company. | 
| TaskResponse | VacCompanyResource. updateVacCompanyStorageQuota(String uuid,
                            BaBackupResourceUpdateRequest baBackupResourceUpdateRequest)Update the VAC company's storage quota. | 
| TaskResponse | VappNetworkResource. updateVappNetwork(String networkUuid,
                 VappNetworkUpdateRequest vappNetwork)Update a vApp network's properties. | 
| TaskResponse | VappTemplateResource. updateVappTemplate(String templateUuid,
                  VappTemplateUpdateRequest req)Update a Vapp Template. | 
| TaskResponse | VmResource. updateVirtualDisk(String vmUuid,
                 VmVirtualDiskUpdateRequest disk)Updates a virtual disk. | 
| TaskResponse | VmResource. updateVirtualDisks(String vmUuid,
                  List<VirtualDiskRequest> disks)Updates the virtual disks for a VM. | 
| TaskResponse | VmResource. updateVirtualHardwareVersion(String vmUuid)Upgrade the virtual hardware version of a vm to the latest available
 version. | 
| TaskResponse | VmResource. updateVirtualNetworkCards(String vmUuid,
                         List<VirtualNetworkCardRequest> vnics)Update virtual network cards for a VM. | 
| TaskResponse | VdcResource. updateVmAffinityRule(String vdcUuid,
                    VmAffinityRuleUpdateRequest vmAffinityRuleUpdateRequest)Update the given vm affinity rule. | 
| TaskResponse | VmResource. updateVmCapabilities(String vmUuid,
                    VmCapabilityUpdateRequest spec)Update the VM capabilites for a VM. | 
| TaskResponse | VmResource. updateVmToolsUpgradePolicy(String vmUuid,
                          VmToolsUpgradePolicyUpdateRequest upgradePolicy)Update the VMware tools upgrade policy. | 
| TaskResponse | VmResource. upgradeGuestTools(String vmUuid)Upgrade VMWare tools for the given VM. | 
| void | EdgeResource. uploadSslVpnRsaConfigFile(String edgeUuid,
                         org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInput config)Uploads an RSA configuration file for use with RSA authentication server. | 
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.