org.jclouds.vcloud.director.v1_5.domain.network
Class NetworkConnection.Builder
java.lang.Object
org.jclouds.vcloud.director.v1_5.domain.network.NetworkConnection.Builder
- Enclosing class:
- NetworkConnection
public static class NetworkConnection.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NetworkConnection.Builder
public NetworkConnection.Builder()
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.