org.dasein.cloud.test.network
Class StatefulNetworkFirewallTests

java.lang.Object
  extended by org.dasein.cloud.test.network.StatefulNetworkFirewallTests

public class StatefulNetworkFirewallTests
extends Object

[Class Documentation]

Created by George Reese: 2/27/13 11:19 AM

Author:
George Reese

Field Summary
 org.junit.rules.TestName name
           
 
Constructor Summary
StatefulNetworkFirewallTests()
           
 
Method Summary
 void addEgressAllow()
           
 void addEgressDeny()
           
 void addIngressAllow()
           
 void addIngressDeny()
           
 void after()
           
 void associateWithSubnet()
           
 void before()
           
static void cleanUp()
           
static void configure()
           
 void createFirewall()
           
 void removeFirewall()
           
 void revokeEgressAllow()
           
 void revokeEgressDeny()
           
 void revokeIngressAllow()
           
 void revokeIngressDeny()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final org.junit.rules.TestName name
Constructor Detail

StatefulNetworkFirewallTests

public StatefulNetworkFirewallTests()
Method Detail

configure

public static void configure()

cleanUp

public static void cleanUp()

before

public void before()

after

public void after()

createFirewall

public void createFirewall()
                    throws org.dasein.cloud.CloudException,
                           org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

addIngressAllow

public void addIngressAllow()
                     throws org.dasein.cloud.CloudException,
                            org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

addIngressDeny

public void addIngressDeny()
                    throws org.dasein.cloud.CloudException,
                           org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

addEgressAllow

public void addEgressAllow()
                    throws org.dasein.cloud.CloudException,
                           org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

addEgressDeny

public void addEgressDeny()
                   throws org.dasein.cloud.CloudException,
                          org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

revokeIngressAllow

public void revokeIngressAllow()
                        throws org.dasein.cloud.CloudException,
                               org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

revokeIngressDeny

public void revokeIngressDeny()
                       throws org.dasein.cloud.CloudException,
                              org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

revokeEgressAllow

public void revokeEgressAllow()
                       throws org.dasein.cloud.CloudException,
                              org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

revokeEgressDeny

public void revokeEgressDeny()
                      throws org.dasein.cloud.CloudException,
                             org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

removeFirewall

public void removeFirewall()
                    throws org.dasein.cloud.CloudException,
                           org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

associateWithSubnet

public void associateWithSubnet()
                         throws org.dasein.cloud.CloudException,
                                org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException


Copyright © 2009-2014 Dell, Inc.. All Rights Reserved.