org.jclouds.vcloud.director.v1_5.domain.network
Class NetworkConnection.Builder

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

public static class NetworkConnection.Builder
extends Object


Constructor Summary
NetworkConnection.Builder()
           
 
Method Summary
 NetworkConnection build()
           
 NetworkConnection.Builder externalIpAddress(String externalIpAddress)
           
 NetworkConnection.Builder fromNetworkConnection(NetworkConnection in)
           
 NetworkConnection.Builder ipAddress(String ipAddress)
           
 NetworkConnection.Builder ipAddressAllocationMode(NetworkConnection.IpAddressAllocationMode ipAddressAllocationMode)
           
 NetworkConnection.Builder ipAddressAllocationMode(String ipAddressAllocationMode)
           
 NetworkConnection.Builder isConnected(boolean isConnected)
           
 NetworkConnection.Builder macAddress(String macAddress)
           
 NetworkConnection.Builder needsCustomization(Boolean needsCustomization)
           
 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

networkConnectionIndex

public NetworkConnection.Builder networkConnectionIndex(int networkConnectionIndex)
See Also:
NetworkConnection.getNetworkConnectionIndex()

ipAddress

public NetworkConnection.Builder ipAddress(String ipAddress)
See Also:
NetworkConnection.getIpAddress()

externalIpAddress

public NetworkConnection.Builder externalIpAddress(String externalIpAddress)
See Also:
NetworkConnection.getExternalIpAddress()

isConnected

public NetworkConnection.Builder isConnected(boolean isConnected)
See Also:
NetworkConnection.isConnected()

macAddress

public NetworkConnection.Builder macAddress(String macAddress)
See Also:
NetworkConnection.getMACAddress()

ipAddressAllocationMode

public NetworkConnection.Builder ipAddressAllocationMode(NetworkConnection.IpAddressAllocationMode ipAddressAllocationMode)
See Also:
NetworkConnection.getIpAddressAllocationMode()

ipAddressAllocationMode

public NetworkConnection.Builder ipAddressAllocationMode(String ipAddressAllocationMode)
See Also:
NetworkConnection.getIpAddressAllocationMode()

network

public NetworkConnection.Builder network(String network)
See Also:
NetworkConnection.getNetwork()

needsCustomization

public NetworkConnection.Builder needsCustomization(Boolean needsCustomization)
See Also:
NetworkConnection.needsCustomization()

build

public NetworkConnection build()

fromNetworkConnection

public NetworkConnection.Builder fromNetworkConnection(NetworkConnection in)


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