Uses of Class
com.morpheusdata.model.NetworkPool
Packages that use NetworkPool
Package
Description
-
Uses of NetworkPool in com.morpheusdata.core.network
Methods in com.morpheusdata.core.network that return types with arguments of type NetworkPoolModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<NetworkPool>MorpheusNetworkPoolService.listById(Collection<Long> ids) Deprecated.Methods in com.morpheusdata.core.network with parameters of type NetworkPoolModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<NetworkPoolIp>MorpheusNetworkService.getNetworkIp(NetworkPool networkPool, String assignedType, Long assignedId, Long subAssignedId) io.reactivex.rxjava3.core.Single<NetworkPoolIp>MorpheusNetworkService.loadNetworkPoolIp(NetworkPool pool, String ipAddress) io.reactivex.rxjava3.core.Single<Void>MorpheusNetworkService.removePoolIp(NetworkPool networkPool, NetworkPoolIp ipAddress) Method parameters in com.morpheusdata.core.network with type arguments of type NetworkPoolModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusNetworkPoolService.create(Long poolServerId, List<NetworkPool> addList) Creates new Network Pools from cache / sync implementations This ensures proper ownership and pool server association.io.reactivex.rxjava3.core.Single<Boolean>MorpheusNetworkPoolService.create(List<NetworkPool> addList) Deprecated.io.reactivex.rxjava3.core.Single<Boolean>MorpheusNetworkPoolService.save(List<NetworkPool> poolsToSave) Deprecated.useMorpheusDataService.bulkSave(java.util.List<M>)instead -
Uses of NetworkPool in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers with parameters of type NetworkPoolModifier and TypeMethodDescriptionIPAMProvider.createHostRecord(NetworkPoolServer poolServer, NetworkPool networkPool, NetworkPoolIp networkPoolIp, NetworkDomain domain, Boolean createARecord, Boolean createPtrRecord) Creates a Host record on the targetNetworkPoolwithin theNetworkPoolServerintegration.IPAMProvider.deleteHostRecord(NetworkPool networkPool, NetworkPoolIp poolIp, Boolean deleteAssociatedRecords) Deletes a host record on the targetNetworkPool.IPAMProvider.updateHostRecord(NetworkPoolServer poolServer, NetworkPool networkPool, NetworkPoolIp networkPoolIp) Updates a Host record on the targetNetworkPoolif supported by the Provider. -
Uses of NetworkPool in com.morpheusdata.core.util
Methods in com.morpheusdata.core.util with parameters of type NetworkPoolModifier and TypeMethodDescriptionstatic StringNetworkUtility.getNetworkSubnetMask(NetworkPool networkPool, Network network, NetworkSubnet subnet) -
Uses of NetworkPool in com.morpheusdata.model
Fields in com.morpheusdata.model declared as NetworkPoolModifier and TypeFieldDescriptionprotected NetworkPoolComputeServerInterface.networkPoolprotected NetworkPoolNetworkPoolIp.networkPoolprotected NetworkPoolNetworkPoolRange.networkPoolprotected NetworkPoolComputeServerInterface.networkPoolIPv6protected NetworkPoolNetwork.poolprotected NetworkPoolNetworkLoadBalancer.poolprotected NetworkPoolNetworkSubnet.poolprotected NetworkPoolNetwork.poolIPv6protected NetworkPoolNetworkLoadBalancerInstance.vipPoolMethods in com.morpheusdata.model that return NetworkPoolModifier and TypeMethodDescriptionComputeServerInterface.getNetworkPool()NetworkPoolIp.getNetworkPool()NetworkPoolRange.getNetworkPool()ComputeServerInterface.getNetworkPoolIPv6()Network.getPool()NetworkLoadBalancer.getPool()NetworkSubnet.getPool()Network.getPoolIPv6()NetworkLoadBalancerInstance.getVipPool()Methods in com.morpheusdata.model with parameters of type NetworkPoolModifier and TypeMethodDescriptionvoidComputeServerInterface.setNetworkPool(NetworkPool networkPool) voidNetworkPoolIp.setNetworkPool(NetworkPool networkPool) voidNetworkPoolRange.setNetworkPool(NetworkPool networkPool) voidComputeServerInterface.setNetworkPoolIPv6(NetworkPool networkPoolIPv6) voidNetwork.setPool(NetworkPool pool) voidNetworkLoadBalancer.setPool(NetworkPool pool) voidNetworkSubnet.setPool(NetworkPool pool) voidNetwork.setPoolIPv6(NetworkPool poolIPv6) voidNetworkLoadBalancerInstance.setVipPool(NetworkPool pool)
MorpheusDataService.bulkCreate(java.util.List<M>)instead