org.jclouds.rds.domain
Class Subnet

java.lang.Object
  extended by org.jclouds.rds.domain.Subnet

public class Subnet
extends Object

Author:
Adrian Cole
See Also:
doc

Nested Class Summary
static class Subnet.Builder
           
 
Field Summary
protected  String availabilityZone
           
protected  String id
           
protected  String status
           
 
Constructor Summary
protected Subnet(String id, String availabilityZone, String status)
           
 
Method Summary
static Subnet.Builder builder()
           
 boolean equals(Object obj)
          
 String getAvailabilityZone()
          The name of the availability zone.
 String getId()
          Specifies the identifier of the subnet.
 String getStatus()
          Specifies the current status of the securityGroup.
 int hashCode()
          
 Subnet.Builder toBuilder()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

protected final String id

availabilityZone

protected final String availabilityZone

status

protected final String status
Constructor Detail

Subnet

protected Subnet(String id,
                 String availabilityZone,
                 String status)
Method Detail

builder

public static Subnet.Builder builder()

toBuilder

public Subnet.Builder toBuilder()

getId

public String getId()
Specifies the identifier of the subnet.


getAvailabilityZone

public String getAvailabilityZone()
The name of the availability zone.


getStatus

public String getStatus()
Specifies the current status of the securityGroup.


hashCode

public int hashCode()

Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)

Overrides:
equals in class Object

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.