public static class EdgeGatewayDhcpResponse.DhcpOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EdgeGatewayDhcpResponse.DhcpOptions.Option121
The type Option 121.
|
static class |
EdgeGatewayDhcpResponse.DhcpOptions.Option150
The type Option 150.
|
static class |
EdgeGatewayDhcpResponse.DhcpOptions.Other
The type Other.
|
Constructor and Description |
---|
DhcpOptions(EdgeGatewayDhcpResponse.DhcpOptions.Option121 option121,
String option66,
String option67,
EdgeGatewayDhcpResponse.DhcpOptions.Option150 option150,
String option26,
List<EdgeGatewayDhcpResponse.DhcpOptions.Other> other)
Instantiates a new DHCP options.
|
Modifier and Type | Method and Description |
---|---|
EdgeGatewayDhcpResponse.DhcpOptions.Option121 |
getOption121()
Gets option 121.
|
EdgeGatewayDhcpResponse.DhcpOptions.Option150 |
getOption150()
Gets option 150.
|
String |
getOption26()
Gets option 26.
|
String |
getOption66()
Gets option 66.
|
String |
getOption67()
Gets option 67.
|
List<EdgeGatewayDhcpResponse.DhcpOptions.Other> |
getOther()
Gets other.
|
public DhcpOptions(EdgeGatewayDhcpResponse.DhcpOptions.Option121 option121, String option66, String option67, EdgeGatewayDhcpResponse.DhcpOptions.Option150 option150, String option26, List<EdgeGatewayDhcpResponse.DhcpOptions.Other> other)
option121
- the option 121option66
- the option 66option67
- the option 67option150
- the option 150option26
- the option 26other
- the otherpublic EdgeGatewayDhcpResponse.DhcpOptions.Option121 getOption121()
EdgeGatewayDhcpResponse.DhcpOptions.Option121
the option 121public String getOption66()
String
the option 66public String getOption67()
String
the option 67public EdgeGatewayDhcpResponse.DhcpOptions.Option150 getOption150()
String
the option 150public List<EdgeGatewayDhcpResponse.DhcpOptions.Other> getOther()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.