Uses of Class
com.morpheusdata.model.NetworkProxy
Packages that use NetworkProxy
Package
Description
-
Uses of NetworkProxy in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type NetworkProxyModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Maybe<NetworkProxy>MorpheusSettingService.getGlobalNetworkProxy()Returns the Global NetworkProxy if exists else null -
Uses of NetworkProxy in com.morpheusdata.core.network
Methods in com.morpheusdata.core.network that return types with arguments of type NetworkProxy -
Uses of NetworkProxy in com.morpheusdata.core.synchronous
Methods in com.morpheusdata.core.synchronous that return NetworkProxyModifier and TypeMethodDescriptionMorpheusSynchronousSettingService.getGlobalNetworkProxy()Returns the Global NetworkProxy if exists else null -
Uses of NetworkProxy in com.morpheusdata.core.util
Fields in com.morpheusdata.core.util declared as NetworkProxyModifier and TypeFieldDescriptionHttpApiClient.networkProxyThe network proxy to use for requests.Methods in com.morpheusdata.core.util with parameters of type NetworkProxyModifier and TypeMethodDescriptionstatic booleanConnectionUtils.testHostConnectivity(String hostname, Integer port, Boolean doPingTest, Boolean doSocketTest, NetworkProxy networkProxy) -
Uses of NetworkProxy in com.morpheusdata.model
Fields in com.morpheusdata.model declared as NetworkProxyModifier and TypeFieldDescriptionprotected NetworkProxyCloud.apiProxyprotected NetworkProxyNetwork.networkProxyprotected NetworkProxyNetworkSubnet.networkProxyprotected NetworkProxyCloud.provisioningProxyMethods in com.morpheusdata.model that return NetworkProxyModifier and TypeMethodDescriptionCloud.getApiProxy()Network.getNetworkProxy()NetworkSubnet.getNetworkProxy()Cloud.getProvisioningProxy()Methods in com.morpheusdata.model with parameters of type NetworkProxyModifier and TypeMethodDescriptionvoidCloud.setApiProxy(NetworkProxy apiProxy) voidNetwork.setNetworkProxy(NetworkProxy networkProxy) voidNetworkSubnet.setNetworkProxy(NetworkProxy networkProxy) voidCloud.setProvisioningProxy(NetworkProxy provisioningProxy)