org.apache.whirr.service.jclouds
Class FirewallSettings

java.lang.Object
  extended by org.apache.whirr.service.jclouds.FirewallSettings

Deprecated. Use FirewallManager instead.

@Deprecated
public class FirewallSettings
extends Object

Utility functions for controlling firewall settings for a cluster.


Constructor Summary
FirewallSettings()
          Deprecated.  
 
Method Summary
static void authorizeIngress(org.jclouds.compute.ComputeServiceContext computeServiceContext, Cluster.Instance instance, ClusterSpec clusterSpec, int... ports)
          Deprecated.  
static void authorizeIngress(org.jclouds.compute.ComputeServiceContext computeServiceContext, Cluster.Instance instance, ClusterSpec clusterSpec, String ip, int... ports)
          Deprecated.  
static void authorizeIngress(org.jclouds.compute.ComputeServiceContext computeServiceContext, Set<Cluster.Instance> instances, ClusterSpec clusterSpec, int... ports)
          Deprecated.  
static void authorizeIngress(org.jclouds.compute.ComputeServiceContext computeServiceContext, Set<Cluster.Instance> instances, ClusterSpec clusterSpec, List<String> cidrs, int... ports)
          Deprecated.  
static String getOriginatingIp()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirewallSettings

public FirewallSettings()
Deprecated. 
Method Detail

getOriginatingIp

public static String getOriginatingIp()
                               throws IOException
Deprecated. 
Returns:
the IP address of the client on which this code is running.
Throws:
IOException

authorizeIngress

public static void authorizeIngress(org.jclouds.compute.ComputeServiceContext computeServiceContext,
                                    Cluster.Instance instance,
                                    ClusterSpec clusterSpec,
                                    int... ports)
                             throws IOException
Deprecated. 
Throws:
IOException

authorizeIngress

public static void authorizeIngress(org.jclouds.compute.ComputeServiceContext computeServiceContext,
                                    Cluster.Instance instance,
                                    ClusterSpec clusterSpec,
                                    String ip,
                                    int... ports)
Deprecated. 

authorizeIngress

public static void authorizeIngress(org.jclouds.compute.ComputeServiceContext computeServiceContext,
                                    Set<Cluster.Instance> instances,
                                    ClusterSpec clusterSpec,
                                    int... ports)
                             throws IOException
Deprecated. 
Throws:
IOException

authorizeIngress

public static void authorizeIngress(org.jclouds.compute.ComputeServiceContext computeServiceContext,
                                    Set<Cluster.Instance> instances,
                                    ClusterSpec clusterSpec,
                                    List<String> cidrs,
                                    int... ports)
Deprecated. 


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.