Uses of Class
com.morpheusdata.response.NetworkGroupPickResponse
Packages that use NetworkGroupPickResponse
-
Uses of NetworkGroupPickResponse in com.morpheusdata.core.network
Methods in com.morpheusdata.core.network that return types with arguments of type NetworkGroupPickResponseModifier 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 NetworkGroupPickResponse in com.morpheusdata.core.synchronous.network
Methods in com.morpheusdata.core.synchronous.network that return types with arguments of type NetworkGroupPickResponseModifier 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.