org.jclouds.dmtf.ovf
Class NetworkSection

java.lang.Object
  extended by org.jclouds.dmtf.ovf.SectionType
      extended by org.jclouds.dmtf.ovf.NetworkSection

public class NetworkSection
extends SectionType

The NetworkSection element shall list all logical networks used in the OVF package.

Author:
Adrian Cole, Adam Lowe

Nested Class Summary
static class NetworkSection.Builder<B extends NetworkSection.Builder<B>>
           
 
Method Summary
static NetworkSection.Builder<?> builder()
           
 boolean equals(Object obj)
           
 Set<Network> getNetworks()
          All networks referred to from Connection elements in all VirtualHardwareSection elements shall be defined in the NetworkSection.
 int hashCode()
           
protected  com.google.common.base.Objects.ToStringHelper string()
           
 NetworkSection.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
 

Method Detail

builder

public static NetworkSection.Builder<?> builder()

toBuilder

public NetworkSection.Builder<?> toBuilder()

getNetworks

public Set<Network> getNetworks()
All networks referred to from Connection elements in all VirtualHardwareSection elements shall be defined in the NetworkSection.


hashCode

public int hashCode()
Overrides:
hashCode in class SectionType

equals

public boolean equals(Object obj)
Overrides:
equals in class SectionType

string

protected com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class SectionType


Copyright © 2009-2012 jclouds. All Rights Reserved.