public abstract static class VirtualInterface.Builder<T extends VirtualInterface.Builder<T>> extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
macAddress |
Constructor and Description |
---|
VirtualInterface.Builder() |
Modifier and Type | Method and Description |
---|---|
VirtualInterface |
build() |
T |
fromVirtualInterface(VirtualInterface in) |
T |
id(String id) |
T |
macAddress(String macAddress) |
protected abstract T |
self() |
protected abstract T self()
public T id(String id)
VirtualInterface.getId()
public T macAddress(String macAddress)
VirtualInterface.getMacAddress()
public VirtualInterface build()
public T fromVirtualInterface(VirtualInterface in)
Copyright © 2009-2013 jclouds. All Rights Reserved.