Uses of Class
com.morpheusdata.model.Network
Packages that use Network
Package
Description
-
Uses of Network in com.morpheusdata.core.compute
Fields in com.morpheusdata.core.compute declared as Network -
Uses of Network in com.morpheusdata.core.network
Methods in com.morpheusdata.core.network that return types with arguments of type NetworkModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<Network>MorpheusNetworkService.listByCloudAndExternalIdIn(Long cloudId, Collection<String> externalIds) Deprecated.io.reactivex.rxjava3.core.Observable<Network>MorpheusNetworkService.listById(Collection<Long> ids) Deprecated.io.reactivex.rxjava3.core.Single<Network>MorpheusNetworkService.setComputeServerNetwork(ComputeServer server, String privateIp, String publicIp, String hostname, Long networkPoolId) Methods in com.morpheusdata.core.network with parameters of type NetworkModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusNetworkSubnetService.create(List<NetworkSubnet> addList, Network network) Creates new NetworkSubnet Domains from cache / sync implementationsio.reactivex.rxjava3.core.Observable<NetworkSubnetIdentityProjection>MorpheusNetworkSubnetService.listIdentityProjections(Network network) Lists all subnet projection objects for a specified network.Method parameters in com.morpheusdata.core.network with type arguments of type NetworkModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>Deprecated.io.reactivex.rxjava3.core.Single<Boolean>Deprecated.useMorpheusDataService.bulkSave(java.util.List<M>)instead -
Uses of Network in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers that return types with arguments of type NetworkModifier and TypeMethodDescriptionNetworkProvider.createNetwork(Network network, Map opts) Creates the Network submitteddefault Collection<Network>CloudProvider.filterNetworks(Cloud cloud, Collection<Network> networks, CloudPool cloudPool) Deprecated.default ServiceResponse<Network>NetworkProvider.prepareNetwork(Network network, Map opts) Prepare the network information before validate, create, and update.NetworkProvider.updateNetwork(Network network, Map opts) Updates the Network submittedMethods in com.morpheusdata.core.providers with parameters of type NetworkModifier and TypeMethodDescriptionNetworkProvider.createNetwork(Network network, Map opts) Creates the Network submitteddefault ServiceResponse<NetworkRoute>NetworkProvider.createNetworkRoute(Network network, NetworkRoute networkRoute, Map opts) Create the NetworkRoute submittedNetworkProvider.createSubnet(NetworkSubnet subnet, Network network, Map opts) Creates the NetworkSubnet submittedNetworkProvider.deleteNetwork(Network network, Map opts) Deletes the Network submittedNetworkProvider.deleteSubnet(NetworkSubnet subnet, Network network, Map opts) Deletes the NetworkSubnet submitteddefault ServiceResponse<Network>NetworkProvider.prepareNetwork(Network network, Map opts) Prepare the network information before validate, create, and update.default ServiceResponse<NetworkRoute>NetworkProvider.prepareNetworkRoute(Network network, NetworkRoute networkRoute, Map routeConfig, Map opts) Prepare the route information before validate, create, and update.default ServiceResponse<NetworkSubnet>NetworkProvider.prepareSubnet(NetworkSubnet subnet, Network network, Map opts) Prepare the subnet information before validate, create, and update.NetworkTabProvider.renderTemplate(Network network) Network details provided to your rendering engineProvide logic when tab should be displayed.NetworkProvider.updateNetwork(Network network, Map opts) Updates the Network submitteddefault ServiceResponse<NetworkRoute>NetworkProvider.updateNetworkRoute(Network network, NetworkRoute networkRoute, Map opts) Update the NetworkRoute submittedNetworkProvider.updateSubnet(NetworkSubnet subnet, Network network, Map opts) Updates the NetworkSubnet submitteddefault ServiceResponseNetworkProvider.validateNetwork(Network network, Map opts) Validates the submitted network information.default ServiceResponseNetworkProvider.validateNetworkRoute(Network network, NetworkRoute networkRoute, Map opts) Validate the submitted NetworkRoute information.default ServiceResponseNetworkProvider.validateSubnet(NetworkSubnet subnet, Network network, Map opts) Validates the submitted subnet information.Method parameters in com.morpheusdata.core.providers with type arguments of type NetworkModifier and TypeMethodDescriptiondefault Collection<Network>CloudProvider.filterNetworks(Cloud cloud, Collection<Network> networks, CloudPool cloudPool) Deprecated. -
Uses of Network in com.morpheusdata.core.util
Methods in com.morpheusdata.core.util with parameters of type NetworkModifier and TypeMethodDescriptionstatic StringNetworkUtility.getNetworkSubnetMask(NetworkPool networkPool, Network network, NetworkSubnet subnet) -
Uses of Network in com.morpheusdata.model
Fields in com.morpheusdata.model declared as NetworkModifier and TypeFieldDescriptionprotected NetworkComputeServerInterface.networkprotected NetworkContainer.networkDeprecated.protected NetworkSecurityGroupLocation.networkprotected NetworkWorkload.networkFields in com.morpheusdata.model with type parameters of type NetworkMethods in com.morpheusdata.model that return NetworkModifier and TypeMethodDescriptionComputeServerInterface.getNetwork()Container.getNetwork()Deprecated.SecurityGroupLocation.getNetwork()Workload.getNetwork()Methods in com.morpheusdata.model that return types with arguments of type NetworkModifier and TypeMethodDescriptionNetworkResourceGroupMember.getNetworks()NetworkSwitch.getNetworks()Methods in com.morpheusdata.model with parameters of type NetworkModifier and TypeMethodDescriptionvoidComputeServerInterface.setNetwork(Network network) voidContainer.setNetwork(Network network) Deprecated.voidSecurityGroupLocation.setNetwork(Network network) voidWorkload.setNetwork(Network network) Method parameters in com.morpheusdata.model with type arguments of type NetworkModifier and TypeMethodDescriptionvoidNetworkResourceGroupMember.setNetworks(List<Network> networks) voidNetworkSwitch.setNetworks(List<Network> networks) -
Uses of Network in com.morpheusdata.model.event
Fields in com.morpheusdata.model.event declared as NetworkMethods in com.morpheusdata.model.event that return NetworkMethods in com.morpheusdata.model.event with parameters of type Network
MorpheusDataService.bulkCreate(java.util.List<M>)instead