Uses of Class
com.morpheusdata.model.NetworkPoolIp
Packages that use NetworkPoolIp
Package
Description
-
Uses of NetworkPoolIp in com.morpheusdata.core.network
Methods in com.morpheusdata.core.network that return types with arguments of type NetworkPoolIpModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<NetworkPoolIp>MorpheusNetworkService.getNetworkIp(NetworkPool networkPool, String assignedType, Long assignedId, Long subAssignedId) io.reactivex.rxjava3.core.Observable<NetworkPoolIp>MorpheusNetworkPoolIpService.listById(Collection<Long> ids) Deprecated.io.reactivex.rxjava3.core.Single<NetworkPoolIp>MorpheusNetworkService.loadNetworkPoolIp(NetworkPool pool, String ipAddress) Methods in com.morpheusdata.core.network with parameters of type NetworkPoolIpModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Void>MorpheusNetworkService.removePoolIp(NetworkPool networkPool, NetworkPoolIp ipAddress) Method parameters in com.morpheusdata.core.network with type arguments of type NetworkPoolIpModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusNetworkPoolIpService.create(NetworkPoolIdentityProjection pool, List<NetworkPoolIp> addList) Creates new Network Pool Host Records from cache / sync implementations This ensures the owner of the host/ip record is correct upon creation.io.reactivex.rxjava3.core.Single<Boolean>MorpheusNetworkPoolIpService.save(List<NetworkPoolIp> poolIpRecords) Deprecated. -
Uses of NetworkPoolIp in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers with parameters of type NetworkPoolIpModifier 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 NetworkPoolIp in com.morpheusdata.model
Fields in com.morpheusdata.model declared as NetworkPoolIpFields in com.morpheusdata.model with type parameters of type NetworkPoolIpMethods in com.morpheusdata.model that return NetworkPoolIpMethods in com.morpheusdata.model that return types with arguments of type NetworkPoolIpMethods in com.morpheusdata.model with parameters of type NetworkPoolIpModifier and TypeMethodDescriptionvoidNetworkDomainRecord.setNetworkPoolIp(NetworkPoolIp networkPoolIp) Method parameters in com.morpheusdata.model with type arguments of type NetworkPoolIpModifier and TypeMethodDescriptionvoidNetworkPool.setIpAddresses(Set<NetworkPoolIp> ipAddresses)
MorpheusDataService.bulkSave(java.util.List<M>)instead