Uses of Class
com.morpheusdata.model.NetworkGroup
Packages that use NetworkGroup
Package
Description
-
Uses of NetworkGroup in com.morpheusdata.core.network
Methods in com.morpheusdata.core.network with parameters of type NetworkGroupModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<ServiceResponse<NetworkGroupPickResponse>>MorpheusNetworkService.pickNextNetworkOrSubnetFromGroup(NetworkGroup group, Long accountId, Long siteId, Long cloudId, List<Network> usedNetworks, List<NetworkSubnet> usedSubnets, CloudPool cloudPool) Picks the next network or subnet to use from the given group. -
Uses of NetworkGroup in com.morpheusdata.core.synchronous.network
Methods in com.morpheusdata.core.synchronous.network with parameters of type NetworkGroupModifier and TypeMethodDescriptionMorpheusSynchronousNetworkService.pickNextNetworkOrSubnetFromGroup(NetworkGroup group, Long accountId, Long siteId, Long cloudId, List<Network> usedNetworks, List<NetworkSubnet> usedSubnets, CloudPool cloudPool) Picks the next network or subnet to use from the given group. -
Uses of NetworkGroup in com.morpheusdata.model
Fields in com.morpheusdata.model declared as NetworkGroupMethods in com.morpheusdata.model that return NetworkGroupMethods in com.morpheusdata.model with parameters of type NetworkGroupModifier and TypeMethodDescriptionvoidComputeServerInterface.setNetworkGroup(NetworkGroup networkGroup)