Uses of Class
com.morpheusdata.model.projection.ComputeServerIdentityProjection
Packages that use ComputeServerIdentityProjection
-
Uses of ComputeServerIdentityProjection in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type ComputeServerIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<ComputeServerIdentityProjection>MorpheusComputeServerService.listIdentityProjections(Long cloudId, String regionCode) Get a list ofComputeServerprojections based on Cloud idio.reactivex.rxjava3.core.Observable<ComputeServerIdentityProjection>MorpheusComputeServerService.listSyncProjections(Long cloudId) Deprecated.Methods in com.morpheusdata.core with parameters of type ComputeServerIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusOperationNotificationService.clearHypervisorAlarm(ComputeServerIdentityProjection node) io.reactivex.rxjava3.core.Single<Boolean>MorpheusMetadataTagService.create(List<MetadataTag> addList, ComputeServerIdentityProjection computeServerProj) Create new MetadataTags in Morpheus associated with a ComputeServerio.reactivex.rxjava3.core.Single<Boolean>MorpheusStorageControllerService.create(List<StorageController> storageControllers, ComputeServerIdentityProjection computeServer) Create persisted StorageControllers in Morpheus and add them to the ComputeServer.io.reactivex.rxjava3.core.Single<Boolean>MorpheusStorageVolumeService.create(List<StorageVolume> storageVolumes, ComputeServerIdentityProjection computeServer) Create persisted StorageVolumes in Morpheus and add them to the ComputeServer.io.reactivex.rxjava3.core.Single<ServiceResponse>MorpheusOperationNotificationService.createHypervisorAlarm(ComputeServerIdentityProjection node, String statusMessage) io.reactivex.rxjava3.core.Single<Boolean>MorpheusMetadataTagService.remove(List<MetadataTagIdentityProjection> metadataTags, ComputeServerIdentityProjection serverProj) Remove persisted MetadataTags associated with a ComputeServer from Morpheusio.reactivex.rxjava3.core.Single<Boolean>MorpheusStorageControllerService.remove(List<StorageControllerIdentityProjection> storageControllers, ComputeServerIdentityProjection computeServer, Boolean force) Remove persisted StorageControllers from Morpheus and remove them from the ComputeServer.io.reactivex.rxjava3.core.Single<Boolean>MorpheusStorageVolumeService.remove(List<StorageVolumeIdentityProjection> storageVolumes, ComputeServerIdentityProjection computeServer, Boolean force) Remove persisted StorageVolumes from Morpheus and remove them from the ComputeServer.io.reactivex.rxjava3.core.Single<Boolean>MorpheusSecurityGroupLocationService.syncAssociations(ComputeServerIdentityProjection server, List<SecurityGroupLocationIdentityProjection> securityGroupLocations) Adds, removes, and updates associations between SecurityGroups and SecurityGroupLocationsio.reactivex.rxjava3.core.Single<Boolean>MorpheusStatsService.updateServerStats(ComputeServerIdentityProjection server, Long maxMemory, Long maxUsedMemory, Long maxStorage, Long maxUsedStorage, Float cpuPercent, Boolean running) Request to update the stats for a ComputeServer. -
Uses of ComputeServerIdentityProjection in com.morpheusdata.core.synchronous
Methods in com.morpheusdata.core.synchronous with parameters of type ComputeServerIdentityProjectionModifier and TypeMethodDescriptionMorpheusSynchronousOperationNotificationService.clearHypervisorAlarm(ComputeServerIdentityProjection node) MorpheusSynchronousOperationNotificationService.createHypervisorAlarm(ComputeServerIdentityProjection node, String statusMessage) -
Uses of ComputeServerIdentityProjection in com.morpheusdata.model
Subclasses of ComputeServerIdentityProjection in com.morpheusdata.modelModifier and TypeClassDescriptionclassRepresentation of a Morpheus ComputeServer database object within the Morpheus platform.Fields in com.morpheusdata.model declared as ComputeServerIdentityProjectionModifier and TypeFieldDescriptionprotected ComputeServerIdentityProjectionComputeServer.parentServerMethods in com.morpheusdata.model that return ComputeServerIdentityProjectionMethods in com.morpheusdata.model with parameters of type ComputeServerIdentityProjectionModifier and TypeMethodDescriptionvoidComputeServer.setParentServer(ComputeServerIdentityProjection parentServer)
MorpheusComputeServerService.listIdentityProjections(Long, String)}