org.jclouds.openstack.nova.v2_0.domain.zonescoped
Class SecurityGroupInZone

java.lang.Object
  extended by org.jclouds.openstack.nova.v2_0.domain.zonescoped.ZoneAndName
      extended by org.jclouds.openstack.nova.v2_0.domain.zonescoped.SecurityGroupInZone

public class SecurityGroupInZone
extends ZoneAndName


Field Summary
protected  SecurityGroup securityGroup
           
 
Fields inherited from class org.jclouds.openstack.nova.v2_0.domain.zonescoped.ZoneAndName
name, NAME_FUNCTION, ZONE_FUNCTION, zoneId
 
Constructor Summary
SecurityGroupInZone(SecurityGroup securityGroup, String zoneId)
           
 
Method Summary
 SecurityGroup getSecurityGroup()
           
 String toString()
           
 
Methods inherited from class org.jclouds.openstack.nova.v2_0.domain.zonescoped.ZoneAndName
equals, fromSlashEncoded, fromZoneAndName, getName, getZone, hashCode, slashEncode, string
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

securityGroup

protected final SecurityGroup securityGroup
Constructor Detail

SecurityGroupInZone

public SecurityGroupInZone(SecurityGroup securityGroup,
                           String zoneId)
Method Detail

getSecurityGroup

public SecurityGroup getSecurityGroup()

toString

public String toString()
Overrides:
toString in class ZoneAndName


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.