Uses of Class
com.morpheusdata.model.ComputeServerInterface
Packages that use ComputeServerInterface
Package
Description
-
Uses of ComputeServerInterface in com.morpheusdata.core
Methods in com.morpheusdata.core that return ComputeServerInterfaceModifier and TypeMethodDescriptionMorpheusComputeServerService.buildComputeServerInterface(Account account, Instance instance, ComputeServer server, MorpheusComputeServerNetworkInterfaceConfig networkInterfaceConfig) -
Uses of ComputeServerInterface in com.morpheusdata.core.compute
Fields in com.morpheusdata.core.compute declared as ComputeServerInterfaceMethod parameters in com.morpheusdata.core.compute with type arguments of type ComputeServerInterfaceModifier 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.io.reactivex.rxjava3.core.Single<Boolean>MorpheusComputeServerInterfaceService.save(List<ComputeServerInterface> computeServerInterfaces) Deprecated.useMorpheusDataService.bulkSave(java.util.List<M>)instead -
Uses of ComputeServerInterface in com.morpheusdata.core.providers
Method parameters in com.morpheusdata.core.providers with type arguments of type ComputeServerInterfaceModifier and TypeMethodDescriptionNetworkProvider.ComputeServerInterfaceOperationFacet.prepareComputeServerInterfacesForServer(NetworkServer networkServer, ComputeServer server, List<ComputeServerInterface> interfaces) Prepare the compute server interfaces for the Network Provider/Server before provisioning kicks off.NetworkProvider.ComputeServerInterfaceOperationFacet.releaseComputeServerInterfacesFromServer(NetworkServer networkServer, ComputeServer server, List<ComputeServerInterface> interfaces) Release the compute server interfaces for the Network Provider/Server before teardown completes. -
Uses of ComputeServerInterface in com.morpheusdata.core.synchronous.compute
Methods in com.morpheusdata.core.synchronous.compute that return ComputeServerInterfaceModifier and TypeMethodDescriptionMorpheusSynchronousComputeServerService.buildComputeServerInterface(Account account, Instance instance, ComputeServer server, MorpheusComputeServerNetworkInterfaceConfig networkInterfaceConfig) Returns a ComputeNetworkInterface built from the provided parameters. -
Uses of ComputeServerInterface in com.morpheusdata.model
Fields in com.morpheusdata.model with type parameters of type ComputeServerInterfaceModifier and TypeFieldDescriptionprotected List<ComputeServerInterface>ComputeServer.interfacesprotected List<ComputeServerInterface>ComputeServerInterface.interfacesMethods in com.morpheusdata.model that return types with arguments of type ComputeServerInterfaceModifier and TypeMethodDescriptionComputeServer.getInterfaces()ComputeServerInterface.getInterfaces()Method parameters in com.morpheusdata.model with type arguments of type ComputeServerInterfaceModifier and TypeMethodDescriptionvoidComputeServer.setInterfaces(List<ComputeServerInterface> interfaces) NOTE: To modify the list of interfaces associated with this ComputeServer, utilize MorpheusComputeServerInterfaceServicevoidComputeServerInterface.setInterfaces(List<ComputeServerInterface> interfaces) -
Uses of ComputeServerInterface in com.morpheusdata.request
Fields in com.morpheusdata.request with type parameters of type ComputeServerInterfaceModifier and TypeFieldDescriptionResizeV2Request.interfacesAddComputeServerInterfaces that should be addedResizeRequest.interfacesDeleteComputeServerInterfaces that should be deletedResizeV2Request.interfacesDeleteComputeServerInterfaces that should be deletedResizeRequest.interfacesUpdateComputeServerInterfaces that should be updatedResizeV2Request.interfacesUpdateComputeServerInterfaces that should be updated
MorpheusDataService.bulkCreate(java.util.List<M>)instead