public class NetworkSpec extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NetworkSpec.Builder |
Constructor and Description |
---|
NetworkSpec(List<NetworkInterfaceCard> networkInterfaceCards) |
Modifier and Type | Method and Description |
---|---|
static NetworkSpec.Builder |
builder() |
boolean |
equals(Object o) |
List<NetworkInterfaceCard> |
getNetworkInterfaceCards() |
int |
hashCode() |
String |
toString() |
public NetworkSpec(List<NetworkInterfaceCard> networkInterfaceCards)
public static NetworkSpec.Builder builder()
public List<NetworkInterfaceCard> getNetworkInterfaceCards()
Copyright © 2009-2013 jclouds. All Rights Reserved.