| Modifier and Type | Class and Description |
|---|---|
static class |
UpdatePortOptions.Builder<T extends UpdatePortOptions.Builder<T>> |
| Modifier | Constructor and Description |
|---|---|
protected |
UpdatePortOptions() |
|
UpdatePortOptions(String name,
Boolean adminStateUp,
String deviceId,
String deviceOwner,
Set<IP> fixedIps) |
| Modifier and Type | Method and Description |
|---|---|
<R extends HttpRequest> |
bindToRequest(R request,
Map<String,Object> postParams)
creates and binds the POST payload to the request using parameters specified.
|
<R extends HttpRequest> |
bindToRequest(R request,
Object input) |
static UpdatePortOptions.Builder<?> |
builder() |
Boolean |
getAdminStateUp() |
String |
getDeviceId() |
String |
getDeviceOwner() |
Set<IP> |
getFixedIps() |
String |
getName() |
UpdatePortOptions.Builder<?> |
toBuilder() |
public static UpdatePortOptions.Builder<?> builder()
public UpdatePortOptions.Builder<?> toBuilder()
public String getName()
public Boolean getAdminStateUp()
public String getDeviceId()
public String getDeviceOwner()
public <R extends HttpRequest> R bindToRequest(R request, Map<String,Object> postParams)
MapBinderbindToRequest in interface MapBinderPayloadParampublic <R extends HttpRequest> R bindToRequest(R request, Object input)
bindToRequest in interface BinderCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.