org.jclouds.vcloud.domain
Class NetworkConnection.Builder

java.lang.Object
  extended by org.jclouds.vcloud.domain.NetworkConnection.Builder
Enclosing class:
NetworkConnection

public static class NetworkConnection.Builder
extends Object


Constructor Summary
NetworkConnection.Builder()
           
 
Method Summary
 NetworkConnection build()
           
 NetworkConnection.Builder connected(boolean connected)
           
 NetworkConnection.Builder externalIpAddress(String externalIpAddress)
           
static NetworkConnection.Builder fromNetworkConnection(NetworkConnection in)
           
 NetworkConnection.Builder ipAddress(String ipAddress)
           
 NetworkConnection.Builder ipAddressAllocationMode(IpAddressAllocationMode ipAddressAllocationMode)
           
 NetworkConnection.Builder MACAddress(String MACAddress)
           
 NetworkConnection.Builder network(String network)
           
 NetworkConnection.Builder networkConnectionIndex(int networkConnectionIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkConnection.Builder

public NetworkConnection.Builder()
Method Detail

network

public NetworkConnection.Builder network(String network)

networkConnectionIndex

public NetworkConnection.Builder networkConnectionIndex(int networkConnectionIndex)

ipAddress

public NetworkConnection.Builder ipAddress(String ipAddress)

externalIpAddress

public NetworkConnection.Builder externalIpAddress(String externalIpAddress)

connected

public NetworkConnection.Builder connected(boolean connected)

MACAddress

public NetworkConnection.Builder MACAddress(String MACAddress)

ipAddressAllocationMode

public NetworkConnection.Builder ipAddressAllocationMode(IpAddressAllocationMode ipAddressAllocationMode)

build

public NetworkConnection build()

fromNetworkConnection

public static NetworkConnection.Builder fromNetworkConnection(NetworkConnection in)


Copyright © 2009-2012 jclouds. All Rights Reserved.