org.jclouds.vcloud.director.v1_5.domain.network
Class VAppNetworkConfiguration

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.Resource
      extended by org.jclouds.vcloud.director.v1_5.domain.network.VAppNetworkConfiguration

public class VAppNetworkConfiguration
extends Resource

Represents a VApp network configuration.

 <complexType name="VAppNetworkConfiguration" />
 


Nested Class Summary
static class VAppNetworkConfiguration.Builder<B extends VAppNetworkConfiguration.Builder<B>>
           
 
Field Summary
 
Fields inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource
logger
 
Constructor Summary
protected VAppNetworkConfiguration()
           
protected VAppNetworkConfiguration(VAppNetworkConfiguration.Builder<?> builder)
           
 
Method Summary
static VAppNetworkConfiguration.Builder<?> builder()
           
 boolean equals(Object o)
           
 NetworkConfiguration getConfiguration()
          Gets the value of the configuration property.
 String getDescription()
          Gets the value of the description property.
 String getNetworkName()
          Gets the value of the networkName property.
 int hashCode()
           
 Boolean isDeployed()
          Gets the value of the deployed property.
 com.google.common.base.Objects.ToStringHelper string()
           
 VAppNetworkConfiguration.Builder<?> toBuilder()
           
 
Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.Resource
clone, getHref, getLinks, getType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VAppNetworkConfiguration

protected VAppNetworkConfiguration(VAppNetworkConfiguration.Builder<?> builder)

VAppNetworkConfiguration

protected VAppNetworkConfiguration()
Method Detail

builder

public static VAppNetworkConfiguration.Builder<?> builder()

toBuilder

public VAppNetworkConfiguration.Builder<?> toBuilder()
Overrides:
toBuilder in class Resource

getDescription

public String getDescription()
Gets the value of the description property.


getConfiguration

public NetworkConfiguration getConfiguration()
Gets the value of the configuration property.


isDeployed

public Boolean isDeployed()
Gets the value of the deployed property.


getNetworkName

public String getNetworkName()
Gets the value of the networkName property.


equals

public boolean equals(Object o)
Overrides:
equals in class Resource

hashCode

public int hashCode()
Overrides:
hashCode in class Resource

string

public com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class Resource


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