org.jclouds.savvis.vpdc.domain
Class NetworkConnectionSection

java.lang.Object
  extended by org.jclouds.ovf.Section<NetworkConnectionSection>
      extended by org.jclouds.savvis.vpdc.domain.NetworkConnectionSection

public class NetworkConnectionSection
extends Section<NetworkConnectionSection>

Author:
Adrian Cole

Nested Class Summary
static class NetworkConnectionSection.Builder
           
 
Field Summary
 
Fields inherited from class org.jclouds.ovf.Section
info
 
Constructor Summary
NetworkConnectionSection(String info, String network, String ipAddress)
           
 
Method Summary
static NetworkConnectionSection.Builder builder()
           
 boolean equals(Object obj)
           
 String getIpAddress()
           
 String getNetwork()
           
 int hashCode()
           
 NetworkConnectionSection.Builder toBuilder()
          
 String toString()
           
 
Methods inherited from class org.jclouds.ovf.Section
getInfo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetworkConnectionSection

public NetworkConnectionSection(String info,
                                String network,
                                String ipAddress)
Method Detail

builder

public static NetworkConnectionSection.Builder builder()

toBuilder

public NetworkConnectionSection.Builder toBuilder()

Overrides:
toBuilder in class Section<NetworkConnectionSection>

getNetwork

public String getNetwork()

getIpAddress

public String getIpAddress()

hashCode

public int hashCode()
Overrides:
hashCode in class Section<NetworkConnectionSection>

equals

public boolean equals(Object obj)
Overrides:
equals in class Section<NetworkConnectionSection>

toString

public String toString()
Overrides:
toString in class Section<NetworkConnectionSection>


Copyright © 2009-2012 jclouds. All Rights Reserved.