Uses of Class
com.morpheusdata.model.NetworkPoolServer
Packages that use NetworkPoolServer
Package
Description
-
Uses of NetworkPoolServer in com.morpheusdata.core.network
Methods in com.morpheusdata.core.network that return types with arguments of type NetworkPoolServerModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<NetworkPoolServer>MorpheusNetworkService.getPoolServerByAccountIntegration(AccountIntegration integration) io.reactivex.rxjava3.core.Single<NetworkPoolServer>MorpheusNetworkService.getPoolServerById(Long id) Methods in com.morpheusdata.core.network with parameters of type NetworkPoolServerModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.CompletableMorpheusNetworkService.updateNetworkPoolServerStatus(NetworkPoolServer poolServer, AccountIntegration.Status status) Used for updating the status of aNetworkPoolServerintegration.io.reactivex.rxjava3.core.CompletableMorpheusNetworkService.updateNetworkPoolServerStatus(NetworkPoolServer poolServer, AccountIntegration.Status status, String message) Used for updating the status of aNetworkPoolServerintegration. -
Uses of NetworkPoolServer in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers with parameters of type NetworkPoolServerModifier and TypeMethodDescriptionIPAMProvider.createHostRecord(NetworkPoolServer poolServer, NetworkPool networkPool, NetworkPoolIp networkPoolIp, NetworkDomain domain, Boolean createARecord, Boolean createPtrRecord) Creates a Host record on the targetNetworkPoolwithin theNetworkPoolServerintegration.IPAMProvider.createNetworkPoolServer(NetworkPoolServer poolServer, Map opts) Called during creation of aNetworkPoolServeroperation.IPAMProvider.initializeNetworkPoolServer(NetworkPoolServer poolServer, Map opts) Called on the first save / update of a pool server integration.voidIPAMProvider.refresh(NetworkPoolServer poolServer) Periodically called to refresh and sync data coming from the relevant integration.IPAMProvider.updateHostRecord(NetworkPoolServer poolServer, NetworkPool networkPool, NetworkPoolIp networkPoolIp) Updates a Host record on the targetNetworkPoolif supported by the Provider.IPAMProvider.updateNetworkPoolServer(NetworkPoolServer poolServer, Map opts) Called during update of an existingNetworkPoolServer.IPAMProvider.verifyNetworkPoolServer(NetworkPoolServer poolServer, Map opts) Validation Method used to validate all inputs applied to the integration of an IPAM Provider upon save. -
Uses of NetworkPoolServer in com.morpheusdata.model
Fields in com.morpheusdata.model declared as NetworkPoolServer