Uses of Class
org.jclouds.cloudstack.domain.Network
Packages that use Network
Package
Description
-
Uses of Network in org.jclouds.cloudstack.compute.config
Methods in org.jclouds.cloudstack.compute.config that return types with arguments of type NetworkModifier and TypeMethodDescriptionCloudStackComputeServiceContextModule.listNetworks
(AtomicReference<AuthorizationException> authException, long seconds, NetworksForCurrentUser networksForCurrentUser) -
Uses of Network in org.jclouds.cloudstack.compute.strategy
Method parameters in org.jclouds.cloudstack.compute.strategy with type arguments of type NetworkModifier and TypeMethodDescriptionAdvancedNetworkOptionsConverter.apply
(CloudStackTemplateOptions templateOptions, Map<String, Network> networks, String zoneId, DeployVirtualMachineOptions options) BasicNetworkOptionsConverter.apply
(CloudStackTemplateOptions templateOptions, Map<String, Network> networks, String zoneId, DeployVirtualMachineOptions options) OptionsConverter.apply
(CloudStackTemplateOptions templateOptions, Map<String, Network> networks, String zoneId, DeployVirtualMachineOptions options) Convert a CloudStackTemplateOptions and apply to a DeployVirtualMachineOptions instance.Constructor parameters in org.jclouds.cloudstack.compute.strategy with type arguments of type NetworkModifierConstructorDescriptionCloudStackComputeServiceAdapter
(CloudStackApi client, com.google.common.base.Predicate<String> jobComplete, com.google.common.base.Supplier<Map<String, Network>> networkSupplier, com.google.common.base.Supplier<Map<String, Project>> projectSupplier, BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult, StaticNATVirtualMachineInNetwork.Factory staticNATVMInNetwork, CreatePortForwardingRulesForIP setupPortForwardingRulesForIP, CreateFirewallRulesForIP setupFirewallRulesForIP, com.google.common.cache.LoadingCache<String, Set<IPForwardingRule>> vmToRules, Map<String, Credentials> credentialStore, Map<NetworkType, ? extends OptionsConverter> optionsConverters, com.google.common.base.Supplier<com.google.common.cache.LoadingCache<String, Zone>> zoneIdToZone, com.google.common.cache.LoadingCache<ZoneAndName, SecurityGroup> securityGroupCache, com.google.common.cache.LoadingCache<String, SshKeyPair> keyPairCache, GroupNamingConvention.Factory namingConvention, GetLoginForProviderFromPropertiesAndStoreCredentialsOrReturnNull credentialsProvider) -
Uses of Network in org.jclouds.cloudstack.domain
Methods in org.jclouds.cloudstack.domain that return NetworkMethods in org.jclouds.cloudstack.domain with parameters of type Network -
Uses of Network in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return NetworkModifier and TypeMethodDescriptionNetworkApi.createNetworkInZone
(String zoneId, String networkOfferingId, String name, String displayText, CreateNetworkOptions... options) Creates a networkNetworkApi.getNetwork
(String id) get a specific network by idMethods in org.jclouds.cloudstack.features that return types with arguments of type NetworkModifier and TypeMethodDescriptionNetworkApi.listNetworks
(ListNetworksOptions... options) Lists networks -
Uses of Network in org.jclouds.cloudstack.functions
Methods in org.jclouds.cloudstack.functions with parameters of type NetworkModifier and TypeMethodDescriptionstatic PublicIPAddress
ReuseOrAssociateNewPublicIPAddress.associateIPAddressInNetwork
(Network network, CloudStackApi client, BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult) Constructors in org.jclouds.cloudstack.functions with parameters of type NetworkModifierConstructorDescriptionStaticNATVirtualMachineInNetwork
(CloudStackApi client, ReuseOrAssociateNewPublicIPAddress reuseOrAssociate, Network network) -
Uses of Network in org.jclouds.cloudstack.predicates
Methods in org.jclouds.cloudstack.predicates that return types with arguments of type NetworkModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate
<Network> NetworkPredicates.any()
static com.google.common.base.Predicate
<Network> NetworkPredicates.defaultNetworkInZone
(String zoneId) Filters for default networks in a specific zone.static com.google.common.base.Predicate
<Network> NetworkPredicates.hasLoadBalancerService()
static com.google.common.base.Predicate
<Network> NetworkPredicates.isIsolatedNetwork()
static com.google.common.base.Predicate
<Network> NetworkPredicates.isSharedNetwork()
static com.google.common.base.Predicate
<Network> NetworkPredicates.isVirtualNetwork()
static com.google.common.base.Predicate
<Network> NetworkPredicates.supportsPortForwarding()
static com.google.common.base.Predicate
<Network> NetworkPredicates.supportsStaticNAT()
Methods in org.jclouds.cloudstack.predicates with parameters of type NetworkModifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
-
Uses of Network in org.jclouds.cloudstack.suppliers
Methods in org.jclouds.cloudstack.suppliers that return types with arguments of type Network