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

Author:
Adrian Cole

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 getServer()
           
 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

getServer

public SecurityGroup getServer()

toString

public String toString()
Overrides:
toString in class ZoneAndName


Copyright © 2009-2012 jclouds. All Rights Reserved.