public static class NetworkConnection.Builder extends Object
Constructor and Description |
---|
NetworkConnection.Builder() |
Modifier and Type | Method and Description |
---|---|
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) |
public NetworkConnection.Builder network(String network)
public NetworkConnection.Builder networkConnectionIndex(int networkConnectionIndex)
public NetworkConnection.Builder ipAddress(String ipAddress)
public NetworkConnection.Builder externalIpAddress(String externalIpAddress)
public NetworkConnection.Builder connected(boolean connected)
public NetworkConnection.Builder MACAddress(String MACAddress)
public NetworkConnection.Builder ipAddressAllocationMode(IpAddressAllocationMode ipAddressAllocationMode)
public NetworkConnection build()
public static NetworkConnection.Builder fromNetworkConnection(NetworkConnection in)
Copyright © 2009-2012 jclouds. All Rights Reserved.