| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateSubnetOptions.Builder<T extends UpdateSubnetOptions.Builder<T>> |
| Modifier | Constructor and Description |
|---|---|
protected |
UpdateSubnetOptions() |
|
UpdateSubnetOptions(String name,
String gatewayIp,
Boolean enableDhcp,
Set<String> dnsNameServers,
Set<HostRoute> hostRoutes) |
| 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 UpdateSubnetOptions.Builder<?> |
builder() |
Set<String> |
getDnsNameServers() |
Boolean |
getEnableDhcp() |
String |
getGatewayIp() |
Set<HostRoute> |
getHostRoutes() |
String |
getName() |
UpdateSubnetOptions.Builder<?> |
toBuilder() |
public static UpdateSubnetOptions.Builder<?> builder()
public UpdateSubnetOptions.Builder<?> toBuilder()
public String getName()
public String getGatewayIp()
public Boolean getEnableDhcp()
public Set<String> getDnsNameServers()
public Set<HostRoute> getHostRoutes()
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.