org.jclouds.vcloud.director.v1_5.domain.section
Class NetworkConfigSection

java.lang.Object
  extended by org.jclouds.dmtf.ovf.SectionType
      extended by org.jclouds.vcloud.director.v1_5.domain.section.NetworkConfigSection

public class NetworkConfigSection
extends org.jclouds.dmtf.ovf.SectionType

Represents the network config section of a vApp.

 <complexType name="NetworkConfigSection" />
 


Nested Class Summary
static class NetworkConfigSection.Builder<B extends NetworkConfigSection.Builder<B>>
           
 
Field Summary
protected  URI href
           
protected  Set<Link> links
           
protected  Set<VAppNetworkConfiguration> networkConfigs
           
protected  String type
           
 
Constructor Summary
protected NetworkConfigSection()
           
  NetworkConfigSection(NetworkConfigSection.Builder<?> builder)
           
 
Method Summary
static NetworkConfigSection.Builder<?> builder()
           
 boolean equals(Object o)
           
 URI getHref()
          Gets the value of the href property.
 Set<Link> getLinks()
          Gets the value of the link property.
 Set<VAppNetworkConfiguration> getNetworkConfigs()
          Gets the value of the networkConfig property.
 String getType()
          Gets the value of the type property.
 int hashCode()
           
 com.google.common.base.Objects.ToStringHelper string()
           
 NetworkConfigSection.Builder<?> toBuilder()
           
 
Methods inherited from class org.jclouds.dmtf.ovf.SectionType
getInfo, isRequired, setInfo, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

links

protected Set<Link> links

networkConfigs

protected Set<VAppNetworkConfiguration> networkConfigs

href

protected URI href

type

protected String type
Constructor Detail

NetworkConfigSection

public NetworkConfigSection(NetworkConfigSection.Builder<?> builder)

NetworkConfigSection

protected NetworkConfigSection()
Method Detail

builder

public static NetworkConfigSection.Builder<?> builder()

toBuilder

public NetworkConfigSection.Builder<?> toBuilder()

getLinks

public Set<Link> getLinks()
Gets the value of the link property.


getNetworkConfigs

public Set<VAppNetworkConfiguration> getNetworkConfigs()
Gets the value of the networkConfig property.


getHref

public URI getHref()
Gets the value of the href property.


getType

public String getType()
Gets the value of the type property.


equals

public boolean equals(Object o)
Overrides:
equals in class org.jclouds.dmtf.ovf.SectionType

hashCode

public int hashCode()
Overrides:
hashCode in class org.jclouds.dmtf.ovf.SectionType

string

public com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class org.jclouds.dmtf.ovf.SectionType


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