Uses of Class
com.morpheusdata.model.NetworkSubnet
Packages that use NetworkSubnet
Package
Description
-
Uses of NetworkSubnet in com.morpheusdata.core.network
Methods in com.morpheusdata.core.network that return types with arguments of type NetworkSubnetModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<NetworkSubnet>MorpheusNetworkSubnetService.listById(Collection<Long> ids) Deprecated.Method parameters in com.morpheusdata.core.network with type arguments of type NetworkSubnetModifier 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.Single<Boolean>MorpheusNetworkSubnetService.save(List<NetworkSubnet> networkSubnetsToSave) Deprecated. -
Uses of NetworkSubnet in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers that return types with arguments of type NetworkSubnetModifier and TypeMethodDescriptionNetworkProvider.createSubnet(NetworkSubnet subnet, Network network, Map opts) Creates the NetworkSubnet submitteddefault Collection<NetworkSubnet>CloudProvider.filterSubnets(Cloud cloud, Collection<NetworkSubnet> subnets, CloudPool cloudPool) Support for additional subnet filtering during provisioningdefault ServiceResponse<NetworkSubnet>NetworkProvider.prepareSubnet(NetworkSubnet subnet, Network network, Map opts) Prepare the subnet information before validate, create, and update.NetworkProvider.updateSubnet(NetworkSubnet subnet, Network network, Map opts) Updates the NetworkSubnet submittedMethods in com.morpheusdata.core.providers with parameters of type NetworkSubnetModifier and TypeMethodDescriptionNetworkProvider.createSubnet(NetworkSubnet subnet, Network network, Map opts) Creates the NetworkSubnet submittedNetworkProvider.deleteSubnet(NetworkSubnet subnet, Network network, Map opts) Deletes the NetworkSubnet submitteddefault ServiceResponse<NetworkSubnet>NetworkProvider.prepareSubnet(NetworkSubnet subnet, Network network, Map opts) Prepare the subnet information before validate, create, and update.NetworkProvider.updateSubnet(NetworkSubnet subnet, Network network, Map opts) Updates the NetworkSubnet submitteddefault 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 NetworkSubnetModifier and TypeMethodDescriptiondefault Collection<NetworkSubnet>CloudProvider.filterSubnets(Cloud cloud, Collection<NetworkSubnet> subnets, CloudPool cloudPool) Support for additional subnet filtering during provisioning -
Uses of NetworkSubnet in com.morpheusdata.core.util
Methods in com.morpheusdata.core.util with parameters of type NetworkSubnetModifier and TypeMethodDescriptionstatic StringNetworkUtility.getNetworkSubnetMask(NetworkPool networkPool, Network network, NetworkSubnet subnet) -
Uses of NetworkSubnet in com.morpheusdata.model
Fields in com.morpheusdata.model declared as NetworkSubnetModifier and TypeFieldDescriptionprotected NetworkSubnetNetworkRouter.externalSubnetprotected NetworkSubnetNetworkRouter.internalSubnetprotected NetworkSubnetNetworkRouter.managementSubnetprotected NetworkSubnetNetworkRouterInterface.networkSubnetprotected NetworkSubnetComputeServerInterface.subnetprotected NetworkSubnetWorkload.subnetFields in com.morpheusdata.model with type parameters of type NetworkSubnetMethods in com.morpheusdata.model that return NetworkSubnetModifier and TypeMethodDescriptionNetworkRouter.getExternalSubnet()NetworkRouter.getInternalSubnet()NetworkRouter.getManagementSubnet()NetworkRouterInterface.getNetworkSubnet()ComputeServerInterface.getSubnet()Workload.getSubnet()Methods in com.morpheusdata.model that return types with arguments of type NetworkSubnetMethods in com.morpheusdata.model with parameters of type NetworkSubnetModifier and TypeMethodDescriptionvoidNetworkRouter.setExternalSubnet(NetworkSubnet externalSubnet) voidNetworkRouter.setInternalSubnet(NetworkSubnet internalSubnet) voidNetworkRouter.setManagementSubnet(NetworkSubnet managementSubnet) voidNetworkRouterInterface.setNetworkSubnet(NetworkSubnet networkSubnet) voidComputeServerInterface.setSubnet(NetworkSubnet subnet) voidWorkload.setSubnet(NetworkSubnet subnet) Method parameters in com.morpheusdata.model with type arguments of type NetworkSubnet
MorpheusDataService.bulkSave(java.util.List<M>)instead