Uses of Class
com.morpheusdata.model.ComputeServer
Packages that use ComputeServer
Package
Description
-
Uses of ComputeServer in com.morpheusdata
Fields in com.morpheusdata declared as ComputeServerMethods in com.morpheusdata that return ComputeServerMethods in com.morpheusdata with parameters of type ComputeServerModifier and TypeMethodDescriptionvoidPrepareHostResponse.setComputeServer(ComputeServer computeServer) -
Uses of ComputeServer in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type ComputeServerModifier and TypeMethodDescriptionProvisionInstanceServers.getInstanceServers(Instance instance, ProvisionType provisionType, Map opts) Returns the servers that should be used to create the containers for the given instance.io.reactivex.rxjava3.core.Observable<ComputeServer>MorpheusComputeServerService.listByCloudAndExternalIdIn(Long cloudId, Collection<String> externalIds) Lists allComputeServerobjects by cloud ID and a list of External IDs.io.reactivex.rxjava3.core.Observable<ComputeServer>MorpheusComputeServerService.listByResourcePoolId(Long resourcePoolId) Lists allComputeServerobjects by aComputeZonePool.Methods in com.morpheusdata.core with parameters of type ComputeServerModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusSnapshotService.addSnapshot(SnapshotIdentityProjection snapshot, ComputeServer server) Add the existing Snapshot to the ComputeServerio.reactivex.rxjava3.core.Single<TaskConfig>MorpheusContext.buildComputeServerConfig(ComputeServer container, Map baseConfig, Task task, Collection excludes, Map opts) MorpheusComputeServerService.buildComputeServerInterface(Account account, Instance instance, ComputeServer server, MorpheusComputeServerNetworkInterfaceConfig networkInterfaceConfig) io.reactivex.rxjava3.core.Single<TaskConfig>AbstractTaskService.buildComputeServerTaskConfig(ComputeServer server, Map baseConfig, Task task, Collection excludes, Map opts) Get configuration details for execution in a remote server.io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusFileCopyService.copyToServer(ComputeServer server, String fileName, String filePath, InputStream sourceStream, Long contentLength) Copy a file to the target server.io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusFileCopyService.copyToServer(ComputeServer server, String fileName, String filePath, InputStream sourceStream, Long contentLength, Long timeout) Copy a file to the target server.io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusFileCopyService.copyToServer(ComputeServer server, String fileName, String filePath, InputStream sourceStream, Long contentLength, Long timeout, Boolean autoExpand) Copy a file to the target server.io.reactivex.rxjava3.core.Single<TaskResult>MorpheusContext.executeCommandOnServer(ComputeServer server, String command) Execute a command on a server using the default connection detailsio.reactivex.rxjava3.core.Single<TaskResult>MorpheusContext.executeCommandOnServer(ComputeServer server, String command, Boolean rpc, String sshUsername, String sshPassword, String publicKey, String privateKey, String passPhrase, Boolean noProfile, Boolean sudo) Execute a command on a server using custom connection detailsio.reactivex.rxjava3.core.Single<TaskResult>MorpheusContext.executeCommandOnServer(ComputeServer server, String command, Boolean rpc, String sshUsername, String sshPassword, String publicKey, String privateKey, String passPhrase, Boolean noProfile, Boolean sudo, Boolean guestExec) Execute a command on a server using custom connection detailsExecutableTaskInterface.executeLocalTask(Task task, Map opts, Container container, ComputeServer server, Instance instance) Task execution in a local contextdefault TaskResultTaskProvider.executeLocalTask(Task task, Map opts, Workload workload, ComputeServer server, Instance instance) Deprecated.Task execution in a local contextExecutableTaskInterface.executeRemoteTask(Task task, Container container, ComputeServer server, Instance instance) Task execution in a remote contextExecutableTaskInterface.executeRemoteTask(Task task, Map opts, Container container, ComputeServer server, Instance instance) Task execution in a remote contextdefault TaskResultTaskProvider.executeRemoteTask(Task task, Workload workload, ComputeServer server, Instance instance) Deprecated.Task execution in a remote contextdefault TaskResultTaskProvider.executeRemoteTask(Task task, Map opts, Workload workload, ComputeServer server, Instance instance) Deprecated.Task execution in a remote contextExecutableTaskInterface.executeServerTask(ComputeServer server, Task task) Task execution on a provisionedComputeServerExecutableTaskInterface.executeServerTask(ComputeServer server, Task task, Map opts) Task execution on a provisionedComputeServerdefault TaskResultTaskProvider.executeServerTask(ComputeServer server, Task task) Deprecated.Task execution on a provisionedComputeServerdefault TaskResultTaskProvider.executeServerTask(ComputeServer server, Task task, Map opts) Deprecated.Task execution on a provisionedComputeServerio.reactivex.rxjava3.core.Single<Boolean>MorpheusHypervisorService.initialize(ComputeServer server) Trigger the initialization of a compute server as a hypervisorMethod parameters in com.morpheusdata.core with type arguments of type ComputeServerModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusComputeServerService.remove(List<ComputeServer> computeServers, InstanceScale instanceScale) Remove persisted ComputeServers from Morpheus and remove them theInstanceScalethey are associated with -
Uses of ComputeServer in com.morpheusdata.core.backup
Methods in com.morpheusdata.core.backup with parameters of type ComputeServerModifier and TypeMethodDescriptionAbstractBackupTypeProvider.executeBackup(Backup backupModel, BackupResult backupResult, Map executionConfig, Cloud cloud, ComputeServer computeServer, Map opts) BackupExecutionProvider.executeBackup(Backup backup, BackupResult backupResult, Map executionConfig, Cloud cloud, ComputeServer computeServer, Map opts) Initiate the backup process on the external provider system.BackupTypeProvider.executeBackup(Backup backup, BackupResult backupResult, Map executionConfig, Cloud cloud, ComputeServer computeServer, Map opts) Initiate the backup process on the external provider system. -
Uses of ComputeServer in com.morpheusdata.core.cloud
Methods in com.morpheusdata.core.cloud with parameters of type ComputeServerModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Instance>MorpheusCloudService.getInstance(ComputeServer server) io.reactivex.rxjava3.core.Observable<Workload>MorpheusCloudService.getWorkload(ComputeServer server) -
Uses of ComputeServer in com.morpheusdata.core.compute
Methods in com.morpheusdata.core.compute with parameters of type ComputeServerModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusComputeServerInterfaceService.create(List<ComputeServerInterface> computeServerInterfaces, ComputeServer computeServer) Deprecated.io.reactivex.rxjava3.core.Single<Boolean>MorpheusComputeServerInterfaceService.remove(List<ComputeServerInterface> computeServerInterfaces, ComputeServer computeServer) Deprecated. -
Uses of ComputeServer in com.morpheusdata.core.network
Methods in com.morpheusdata.core.network with parameters of type ComputeServerModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Network>MorpheusNetworkService.setComputeServerNetwork(ComputeServer server, String privateIp, String publicIp, String hostname, Long networkPoolId) -
Uses of ComputeServer in com.morpheusdata.core.network.loadbalancer
Methods in com.morpheusdata.core.network.loadbalancer with parameters of type ComputeServerModifier and TypeMethodDescriptionMorpheusLoadBalancerService.buildNamingConfig(ComputeServer server, Map opts, NetworkLoadBalancerInstance loadBalancerInstance) Helper method for load balancer operations to build naming configuration to certain itemsMorpheusLoadBalancerService.getServerIp(ComputeServer server, Boolean externalAddress) Retrieve the correct IP address to use for load balancing from a server -
Uses of ComputeServer in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers with parameters of type ComputeServerModifier and TypeMethodDescriptionFloatingIpProvider.attachFloatingIp(ComputeServer server, NetworkFloatingIp floatingIp) Attaches a floating ip to a serverDatastoreTypeProvider.MvmProvisionFacet.buildDiskConfig(ComputeServerGroup cluster, ComputeServer server, StorageVolume volume) When creating/defining a virtual machine in libvirt, an XML specification must be generated.DatastoreTypeProvider.cloneVolume(StorageVolume volume, ComputeServer server, StorageVolume sourceVolume) Clones a volume based on a source volume object.DatastoreTypeProvider.cloneVolume(StorageVolume volume, ComputeServer server, VirtualImage virtualImage, com.bertramlabs.plugins.karman.CloudFileInterface cloudFile) Clones a volume based on a source being the reference to the actual File in the Virtual Image.default ServiceResponseProvisionProvider.SnapshotFacet.createLinkedClone(ComputeServer server, Snapshot snapshot) Request to build a linked clone from a given vm and snapshotDatastoreTypeProvider.SnapshotFacet.SnapshotServerFacet.createSnapshot(ComputeServer server, Boolean forBackup, Boolean forExport) Creates volume snapshots of all volumes associated with a server.default ServiceResponseProvisionProvider.SnapshotFacet.createSnapshot(ComputeServer server, Map opts) Request to create a snapshot for the given compute serverDatastoreTypeProvider.createVolume(StorageVolume volume, ComputeServer server) Perform any operations necessary on the target to create a volume.CloudProvider.deleteServer(ComputeServer computeServer) Called when a server should be deleted from the Cloud.ClusterProvider.deleteServer(ComputeServer server) Called when a server is being deleted.default ServiceResponseProvisionProvider.SnapshotFacet.deleteSnapshots(ComputeServer server, Map opts) Request to delete all snapshots for a given compute server They only need to be deleted from the cloud, Morpheus will handle the cleanup of snapshot database records after a successful responseFloatingIpProvider.detachFloatingIp(ComputeServer server, NetworkFloatingIp floatingIp) Detaches a floating ip from a serverdefault ServiceResponseProvisionProvider.HypervisorConsoleFacet.enableConsoleAccess(ComputeServer server) Method called before making a hypervisor vnc console connection to a server to ensure that the server settings are correctTaskProvider.executeLocalTask(Task task, Map opts, Workload workload, ComputeServer server, Instance instance) Task execution in a local contextTaskProvider.executeRemoteTask(Task task, Workload workload, ComputeServer server, Instance instance) Task execution in a remote contextTaskProvider.executeRemoteTask(Task task, Map opts, Workload workload, ComputeServer server, Instance instance) Task execution in a remote contextTaskProvider.executeServerTask(ComputeServer server, Task task) Task execution on a provisionedComputeServerTaskProvider.executeServerTask(ComputeServer server, Task task, Map opts) Task execution on a provisionedComputeServerHostProvisionProvider.finalizeHost(ComputeServer server) This method is called after successful completion of runHost and successful completion of waitForHost and provides an opportunity to perform some final actions during the provisioning process.HostProvisionProvider.finalizeHostFacet.finalizeHost(ComputeServer server) default ServiceResponseClusterProvider.finalizeLinuxComputeServer(ComputeServerGroup cluster, ComputeServer server, Map opts) Hook for finalizing any configuration on a linux compute server before it is saved, defaults to no-opdefault ServiceResponseProvisionProvider.HypervisorConsoleFacet.getNoVNCConsoleUrl(ComputeServer server) Builds the URL and authentication required to connect to the target server using noVNCWorkloadProvisionProvider.getServerDetails(ComputeServer server) Method called after a successful call to runWorkload to obtain the details of the ComputeServer.default ServiceResponseProvisionProvider.HypervisorConsoleFacet.getWMKSConsoleUrl(ComputeServer server) Builds the URL and authentication required to connect to the target server using noVNCdefault ServiceResponseProvisionProvider.HypervisorConsoleFacet.getXvpVNCConsoleUrl(ComputeServer server) Builds the URL and authentication required to connect to the target server using noVNCProvisionProvider.HypervisorProvisionFacet.initializeHypervisor(Cloud cloud, ComputeServer server) Initialize a compute server as a Hypervisor.ComputeProvisionProvider.MoveFacet.moveServer(ComputeServer server, ComputeServer targetHost, Boolean live) default ServiceResponseNetworkProvider.MvmProvisionFacet.postMigrationHook(NetworkServer networkServer, ComputeServer vm, ComputeServer sourceHost, ComputeServer targetHost) This hook is called after an HVM live migration operation.default ServiceResponseNetworkProvider.MvmProvisionFacet.preMigrationHook(NetworkServer networkServer, ComputeServer vm, ComputeServer sourceHost, ComputeServer targetHost) This hook is called prior to an HVM live migration operation.NetworkProvider.ComputeServerInterfaceOperationFacet.prepareComputeServerInterfacesForServer(NetworkServer networkServer, ComputeServer server, List<ComputeServerInterface> interfaces) Prepare the compute server interfaces for the Network Provider/Server before provisioning kicks off.HostProvisionProvider.prepareHost(ComputeServer server, HostRequest hostRequest, Map opts) This method is called before runHost and provides an opportunity to perform action or obtain configuration that will be needed in runHost.DatastoreTypeProvider.MvmProvisionFacet.prepareHostForVolume(ComputeServerGroup cluster, ComputeServer server, StorageVolume volume) This is a hook call to allow the plugin to prepare the host for the volume.HostProvisionProvider.ResizeV2Facet.prepareResizeServer(ComputeServer server, ResizeV2Request resizeRequest, Map opts) Prepares the resize operation.DatastoreTypeProvider.ComputeProvisionFacet.prepareServerForVolume(ComputeServer server, StorageVolume volume) This is a hook call to allow the plugin to prepare the host for the volume.default ServiceResponse<StorageVolume>DatastoreTypeProvider.prepareVolumeAttach(StorageVolume volume, ComputeServer server) Perform any operations necessary to prepare for a volume attach to a specified server.NetworkProvider.ComputeServerInterfaceOperationFacet.releaseComputeServerInterfacesFromServer(NetworkServer networkServer, ComputeServer server, List<ComputeServerInterface> interfaces) Release the compute server interfaces for the Network Provider/Server before teardown completes.DatastoreTypeProvider.MvmProvisionFacet.releaseVolumeFromHost(ComputeServerGroup cluster, ComputeServer server, StorageVolume volume) This is a hook call to allow the plugin to know if a vm is being moved off of a host or removed.DatastoreTypeProvider.ComputeProvisionFacet.releaseVolumeFromServer(ComputeServer server, StorageVolume volume) This is a hook call to allow the plugin to release the volume from the host.DatastoreTypeProvider.SnapshotFacet.SnapshotServerFacet.removeSnapshot(ComputeServer server, Snapshot snapshot) Removes a snapshot from a server.DatastoreTypeProvider.removeVolume(StorageVolume volume, ComputeServer server, boolean removeSnapshots, boolean force) Perform any operations necessary on the target to remove a volume.ServerTabProvider.renderTemplate(ComputeServer server) ComputeServer details provided to your rendering engineHostProvisionProvider.ResizeFacet.resizeServer(ComputeServer server, ResizeRequest resizeRequest, Map opts) Request to scale the size of the ComputeServer.HostProvisionProvider.ResizeV2Facet.resizeServer(ComputeServer server, ResizeV2Request resizeRequest, Map opts) Request to scale the size of a ComputeServer.DatastoreTypeProvider.resizeVolume(StorageVolume volume, ComputeServer server, Long newSize) Perform any operations necessary on the target to resize a volume.DatastoreTypeProvider.SnapshotFacet.SnapshotServerFacet.revertSnapshot(ComputeServer server, Snapshot snapshot) Reverts a server to a snapshot.default ServiceResponseProvisionProvider.SnapshotFacet.revertSnapshot(ComputeServer server, Snapshot snapshot, Map opts) Request to restore a snapshot to a given compute serverHostProvisionProvider.runHost(ComputeServer server, HostRequest hostRequest, Map opts) This method is called to provision a Host (i.e.ServerTabProvider.show(ComputeServer server, User user, Account account) Provide logic when tab should be displayed.CloudProvider.startServer(ComputeServer computeServer) Called when a server should be started.ClusterProvider.ServerPowerFacet.startServer(ComputeServer computeServer) Called when a server should be started.ComputeProvisionProvider.startServer(ComputeServer computeServer) Start the serverCloudProvider.stopServer(ComputeServer computeServer) Called when a server should be stopped.ClusterProvider.ServerPowerFacet.stopServer(ComputeServer computeServer) Called when a server should be stopped.ComputeProvisionProvider.stopServer(ComputeServer computeServer) Stop the serverdefault ServiceResponseWorkloadProvisionProvider.updateMetadataTags(ComputeServer server, Map opts) This is the method called when a server's metadata tags are updated in Morpheus.default ServiceResponseProvisionProvider.HypervisorConsoleFacet.updateServerHost(ComputeServer server) Method called before using the console host to ensure it is accurateHostProvisionProvider.validateHost(ComputeServer server, Map opts) Validate the provided provisioning options for a Docker host server.ComputeProvisionProvider.MoveFacet.validateMoveServer(ComputeServer server, ComputeServer targetHost, Boolean live) HostProvisionProvider.ResizeV2Facet.validateResizeServer(ComputeServer server, ResizeV2Request resizeRequest, Map opts) Validates the provided resize options of for a server.default ServiceResponse<ProvisionResponse>HostProvisionProvider.waitForHost(ComputeServer server) This method is called after runHost returns successfully and provides implementations a mechanism to wait for the ComputeServer to finish the creation process in the underlying Cloud. -
Uses of ComputeServer in com.morpheusdata.core.provisioning
Methods in com.morpheusdata.core.provisioning with parameters of type ComputeServerModifier and TypeMethodDescriptionMorpheusProvisionService.buildCloudConfigOptions(Cloud cloud, ComputeServer server, Boolean installAgent, Map<String, Object> opts) Generates Cloud Configuration Options for Passing into User-Data Generation or Unattend Generation Depending on PlatformvoidMorpheusProvisionService.setProvisionFailed(ComputeServer server, Workload workload) Sets the Provisioning state of a Workload and Server to Failed This can be called in an error scenario during a provision operation.voidMorpheusProvisionService.setProvisionFailed(ComputeServer server, Workload workload, String errorMessage) Sets the Provisioning state of a Workload and Server to Failed This can be called in an error scenario during a provision operation.voidMorpheusProvisionService.setProvisionFailed(ComputeServer server, Workload workload, String errorMessage, Map opts) Sets the Provisioning state of a Workload and Server to Failed This can be called in an error scenario during a provision operation. -
Uses of ComputeServer in com.morpheusdata.core.storage
Methods in com.morpheusdata.core.storage with parameters of type ComputeServerModifier and TypeMethodDescriptionMorpheusDatastoreTypeService.cloneVolume(StorageVolume volume, ComputeServer server, StorageVolume sourceVolume) Clones a volume on the associated datastoreMorpheusDatastoreTypeService.cloneVolume(StorageVolume volume, ComputeServer server, VirtualImage virtualImage, com.bertramlabs.plugins.karman.CloudFileInterface cloudFile) Clones a volume on the associated datastoreMorpheusVmeQcow2DatastoreService.cloneVolume(StorageVolume volume, ComputeServer server, StorageVolume sourceVolume) Clones a volume based on a source volume object.MorpheusVmeQcow2DatastoreService.cloneVolume(StorageVolume volume, ComputeServer server, VirtualImage virtualImage, com.bertramlabs.plugins.karman.CloudFileInterface cloudFile) Clones a volume based on a source being the reference to the actual File in the Virtual Image.MorpheusDatastoreTypeService.createSnapshot(ComputeServer server, Boolean forBackup, Boolean forExport) Creates volume snapshots of all volumes associated with a server.MorpheusDatastoreTypeService.createVolume(StorageVolume volume, ComputeServer server) Creates a volume on the associated datastoreMorpheusVmeQcow2DatastoreService.createVolume(StorageVolume volume, ComputeServer server) Perform any operations necessary on the target to create a volume.MorpheusDatastoreTypeService.removeSnapshot(ComputeServer server, Snapshot snapshot) Deletes volume snapshots of all volumes associated with a server.MorpheusDatastoreTypeService.removeVolume(StorageVolume volume, ComputeServer server, boolean removeSnapshots, boolean force) Removes a volume on the associated datastoreMorpheusVmeQcow2DatastoreService.removeVolume(StorageVolume volume, ComputeServer server, boolean removeSnapshots, boolean force) Perform any operations necessary on the target to remove a volume.MorpheusDatastoreTypeService.resizeVolume(StorageVolume volume, ComputeServer server, boolean isShutdown) Resize a volume on the associated datastoreMorpheusVmeQcow2DatastoreService.resizeVolume(StorageVolume volume, ComputeServer server, Long newSize) Perform any operations necessary on the target to resize a volume.MorpheusDatastoreTypeService.revertSnapshot(ComputeServer server, Snapshot snapshot) Reverts a server to a snapshot. -
Uses of ComputeServer in com.morpheusdata.core.synchronous
Methods in com.morpheusdata.core.synchronous with parameters of type ComputeServerModifier and TypeMethodDescriptionMorpheusSynchronousFileCopyService.copyToServer(ComputeServer server, String fileName, String filePath, InputStream sourceStream, Long contentLength) Copy a file to the target server.MorpheusSynchronousFileCopyService.copyToServer(ComputeServer server, String fileName, String filePath, InputStream sourceStream, Long contentLength, Long timeout) Copy a file to the target server.MorpheusSynchronousFileCopyService.copyToServer(ComputeServer server, String fileName, String filePath, InputStream sourceStream, Long contentLength, Long timeout, Boolean autoExpand) Copy a file to the target server.MorpheusSynchronousHypervisorService.initialize(ComputeServer server) Trigger the initialization of a compute server as a hypervisor -
Uses of ComputeServer in com.morpheusdata.core.synchronous.compute
Methods in com.morpheusdata.core.synchronous.compute with parameters of type ComputeServerModifier and TypeMethodDescriptionMorpheusSynchronousComputeServerService.buildComputeServerInterface(Account account, Instance instance, ComputeServer server, MorpheusComputeServerNetworkInterfaceConfig networkInterfaceConfig) Returns a ComputeNetworkInterface built from the provided parameters. -
Uses of ComputeServer in com.morpheusdata.core.synchronous.provisioning
Methods in com.morpheusdata.core.synchronous.provisioning with parameters of type ComputeServerModifier and TypeMethodDescriptionMorpheusSynchronousProvisionService.buildCloudConfigOptions(Cloud cloud, ComputeServer server, Boolean installAgent, Map<String, Object> opts) Generates Cloud Configuration Options for Passing into User-Data Generation or Unattend Generation Depending on PlatformvoidMorpheusSynchronousProvisionService.setProvisionFailed(ComputeServer server, Workload workload) Sets the Provisioning state of a Workload and Server to Failed This can be called in an error scenario during a provision operation.voidMorpheusSynchronousProvisionService.setProvisionFailed(ComputeServer server, Workload workload, String errorMessage) Sets the Provisioning state of a Workload and Server to Failed This can be called in an error scenario during a provision operation.voidMorpheusSynchronousProvisionService.setProvisionFailed(ComputeServer server, Workload workload, String errorMessage, Map opts) Sets the Provisioning state of a Workload and Server to Failed This can be called in an error scenario during a provision operation. -
Uses of ComputeServer in com.morpheusdata.core.util
Methods in com.morpheusdata.core.util with parameters of type ComputeServerModifier and TypeMethodDescriptionstatic voidInvoiceUtility.configureServerInvoice(AccountInvoice invoice, Cloud cloud, ComputeServer server) static TaskResultCloudInitUtils.disableCloudInitCache(MorpheusContext morpheusContext, ComputeServer server) static TaskResultCloudInitUtils.restoreCloudInitCache(MorpheusContext morpheusContext, ComputeServer server) -
Uses of ComputeServer in com.morpheusdata.model
Fields in com.morpheusdata.model declared as ComputeServerModifier and TypeFieldDescriptionComputeDevice.serverprotected ComputeServerContainer.serverDeprecated.protected ComputeServerNetworkLoadBalancerNode.serverprotected ComputeServerSnapshot.serverprotected ComputeServerWorkload.serverFields in com.morpheusdata.model with type parameters of type ComputeServerModifier and TypeFieldDescriptionprotected Collection<ComputeServer>AffinityGroup.serversprotected Collection<ComputeServer>ComputeServerGroup.serversprotected List<ComputeServer>NetworkResourceGroupMember.serversMethods in com.morpheusdata.model that return ComputeServerModifier and TypeMethodDescriptionComputeDevice.getServer()Container.getServer()Deprecated.NetworkLoadBalancerNode.getServer()Snapshot.getServer()Workload.getServer()Methods in com.morpheusdata.model that return types with arguments of type ComputeServerModifier and TypeMethodDescriptionStorageHost.getHosts()AffinityGroup.getServers()ComputeServerGroup.getServers()NetworkResourceGroupMember.getServers()Methods in com.morpheusdata.model with parameters of type ComputeServerModifier and TypeMethodDescriptionvoidComputeDevice.setServer(ComputeServer server) voidContainer.setServer(ComputeServer server) Deprecated.voidNetworkLoadBalancerNode.setServer(ComputeServer server) voidSnapshot.setServer(ComputeServer server) voidWorkload.setServer(ComputeServer server) Method parameters in com.morpheusdata.model with type arguments of type ComputeServerModifier and TypeMethodDescriptionvoidStorageHost.setHosts(Collection<ComputeServer> hosts) voidAffinityGroup.setServers(Collection<ComputeServer> servers) voidComputeServerGroup.setServers(Collection<ComputeServer> servers) voidNetworkResourceGroupMember.setServers(List<ComputeServer> servers) -
Uses of ComputeServer in com.morpheusdata.model.event
Fields in com.morpheusdata.model.event declared as ComputeServerModifier and TypeFieldDescriptionprotected ComputeServerClusterEvent.serverprotected ComputeServerDatastoreEvent.serverprotected ComputeServerDatastoreEvent.sourceHostprotected ComputeServerDatastoreEvent.targetHostMethods in com.morpheusdata.model.event that return ComputeServerModifier and TypeMethodDescriptionDatastoreEvent.getHost()ClusterEvent.getServer()DatastoreEvent.getServer()DatastoreEvent.getSourceHost()DatastoreEvent.getTargetHost()Methods in com.morpheusdata.model.event with parameters of type ComputeServerModifier and TypeMethodDescriptionvoidDatastoreEvent.setHost(ComputeServer sourceHost) voidClusterEvent.setServer(ComputeServer server) voidDatastoreEvent.setServer(ComputeServer server) voidDatastoreEvent.setSourceHost(ComputeServer sourceHost) voidDatastoreEvent.setTargetHost(ComputeServer targetHost) -
Uses of ComputeServer in com.morpheusdata.request
Fields in com.morpheusdata.request declared as ComputeServerModifier and TypeFieldDescriptionAfterConvertToManagedRequest.serverBeforeConvertToManagedRequest.serverFilterServicePlansCriteria.serverMethods in com.morpheusdata.request that return ComputeServerModifier and TypeMethodDescriptionAfterConvertToManagedRequest.getServer()BeforeConvertToManagedRequest.getServer()Methods in com.morpheusdata.request with parameters of type ComputeServerModifier and TypeMethodDescriptionvoidAfterConvertToManagedRequest.setServer(ComputeServer server) voidBeforeConvertToManagedRequest.setServer(ComputeServer server) -
Uses of ComputeServer in com.morpheusdata.response
Fields in com.morpheusdata.response declared as ComputeServerModifier and TypeFieldDescriptionAfterConvertToManagedResponse.serverBeforeConvertToManagedResponse.serverMethods in com.morpheusdata.response that return ComputeServerModifier and TypeMethodDescriptionAfterConvertToManagedResponse.getServer()BeforeConvertToManagedResponse.getServer()Methods in com.morpheusdata.response with parameters of type ComputeServerModifier and TypeMethodDescriptionvoidAfterConvertToManagedResponse.setServer(ComputeServer server) voidBeforeConvertToManagedResponse.setServer(ComputeServer server)
MorpheusDataService.bulkCreate(java.util.List<M>)instead