public abstract static class Port.Builder<T extends Port.Builder<T>> extends Reference.Builder<T>
Modifier and Type | Field and Description |
---|---|
protected Port.State |
state |
id
Constructor and Description |
---|
Port.Builder() |
Modifier and Type | Method and Description |
---|---|
Port |
build() |
T |
fromPort(Port in) |
T |
state(Port.State state) |
fromReference, id, self
protected Port.State state
public T state(Port.State state)
Port.getState()
public Port build()
build
in class Reference.Builder<T extends Port.Builder<T>>
Copyright © 2009-2013 jclouds. All Rights Reserved.