Uses of Class
com.morpheusdata.model.NetworkDomain
Packages that use NetworkDomain
Package
Description
-
Uses of NetworkDomain in com.morpheusdata.core.network
Methods in com.morpheusdata.core.network that return types with arguments of type NetworkDomainModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<NetworkDomain>MorpheusNetworkDomainService.findByServer(Long computeServerId) Gets the network domain assigned to a server.io.reactivex.rxjava3.core.Single<NetworkDomain>MorpheusNetworkDomainService.findByWorkload(Long workloadId) Gets the network domain assigned to a workload/container.io.reactivex.rxjava3.core.Observable<NetworkDomain>MorpheusNetworkDomainService.listById(Collection<Long> ids) Deprecated.Method parameters in com.morpheusdata.core.network with type arguments of type NetworkDomainModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusNetworkDomainService.create(Long integrationId, List<NetworkDomain> addList) Creates new Network Domains from cache / sync implementations This ensures the refType and refId match the poolServer as well as the owner defaultio.reactivex.rxjava3.core.Single<Boolean>MorpheusNetworkDomainService.save(List<NetworkDomain> domainsToSave) Deprecated. -
Uses of NetworkDomain in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers with parameters of type NetworkDomainModifier and TypeMethodDescriptionIPAMProvider.createHostRecord(NetworkPoolServer poolServer, NetworkPool networkPool, NetworkPoolIp networkPoolIp, NetworkDomain domain, Boolean createARecord, Boolean createPtrRecord) Creates a Host record on the targetNetworkPoolwithin theNetworkPoolServerintegration. -
Uses of NetworkDomain in com.morpheusdata.model
Fields in com.morpheusdata.model declared as NetworkDomainModifier and TypeFieldDescriptionprotected NetworkDomainNetworkFloatingIp.domainprotected NetworkDomainNetworkPoolIp.domainprotected NetworkDomainCloud.networkDomainprotected NetworkDomainComputeServer.networkDomainprotected NetworkDomainComputeServerInterface.networkDomainInstance.networkDomainprotected NetworkDomainNetwork.networkDomainprotected NetworkDomainNetworkDomainRecord.networkDomainprotected NetworkDomainNetworkSubnet.networkDomainMethods in com.morpheusdata.model that return NetworkDomainModifier and TypeMethodDescriptionNetworkFloatingIp.getDomain()NetworkPoolIp.getDomain()Cloud.getNetworkDomain()ComputeServer.getNetworkDomain()ComputeServerInterface.getNetworkDomain()Instance.getNetworkDomain()Network.getNetworkDomain()NetworkDomainRecord.getNetworkDomain()NetworkSubnet.getNetworkDomain()Methods in com.morpheusdata.model with parameters of type NetworkDomainModifier and TypeMethodDescriptionvoidNetworkFloatingIp.setDomain(NetworkDomain domain) voidNetworkPoolIp.setDomain(NetworkDomain domain) voidCloud.setNetworkDomain(NetworkDomain networkDomain) voidComputeServer.setNetworkDomain(NetworkDomain networkDomain) voidComputeServerInterface.setNetworkDomain(NetworkDomain networkDomain) voidInstance.setNetworkDomain(NetworkDomain networkDomain) voidNetwork.setNetworkDomain(NetworkDomain networkDomain) voidNetworkDomainRecord.setNetworkDomain(NetworkDomain networkDomain) voidNetworkSubnet.setNetworkDomain(NetworkDomain networkDomain)
MorpheusDataService.bulkSave(java.util.List<M>)instead