public class EdgeGatewayDhcpUpdateRequest extends Object implements Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | EdgeGatewayDhcpUpdateRequest.DhcpOptionsThe type Dchp options. | 
| static class  | EdgeGatewayDhcpUpdateRequest.IpPoolThe type Ip pools. | 
| static class  | EdgeGatewayDhcpUpdateRequest.LoggingDHCP logging. | 
| static class  | EdgeGatewayDhcpUpdateRequest.RelayRelay of DHCP. | 
| static class  | EdgeGatewayDhcpUpdateRequest.StaticBindingDHCP Static Bindings. | 
| Constructor and Description | 
|---|
| EdgeGatewayDhcpUpdateRequest(Boolean enabled,
                            List<EdgeGatewayDhcpUpdateRequest.StaticBinding> staticBindings,
                            List<EdgeGatewayDhcpUpdateRequest.IpPool> ipPools,
                            EdgeGatewayDhcpUpdateRequest.Logging logging,
                            EdgeGatewayDhcpUpdateRequest.Relay relay)Instantiates a new Edge gateway dhcp response. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<EdgeGatewayDhcpUpdateRequest.IpPool> | getIpPools()Gets IP pools. | 
| EdgeGatewayDhcpUpdateRequest.Logging | getLogging()Gets logging. | 
| EdgeGatewayDhcpUpdateRequest.Relay | getRelay()Gets relay. | 
| List<EdgeGatewayDhcpUpdateRequest.StaticBinding> | getStaticBindings()Gets static bindings. | 
| Boolean | isEnabled()Is enabled Boolean. | 
public EdgeGatewayDhcpUpdateRequest(Boolean enabled, List<EdgeGatewayDhcpUpdateRequest.StaticBinding> staticBindings, List<EdgeGatewayDhcpUpdateRequest.IpPool> ipPools, EdgeGatewayDhcpUpdateRequest.Logging logging, EdgeGatewayDhcpUpdateRequest.Relay relay)
enabled - the enabledstaticBindings - the static bindingsipPools - the ip poolslogging - the loggingrelay - the relaypublic Boolean isEnabled()
public List<EdgeGatewayDhcpUpdateRequest.StaticBinding> getStaticBindings()
Assign an IP address via DHCP statically rather than dynamically. You can either specify macAddress directly, or specify vmId and vnicId. In case both are specified, only macAddress will be used; vmId and vnicId will be ignored
List of EdgeGatewayDhcpUpdateRequest.StaticBinding the static bindingspublic List<EdgeGatewayDhcpUpdateRequest.IpPool> getIpPools()
List of EdgeGatewayDhcpUpdateRequest.IpPool the ip poolspublic EdgeGatewayDhcpUpdateRequest.Relay getRelay()
EdgeGatewayDhcpUpdateRequest.Relay the relaypublic EdgeGatewayDhcpUpdateRequest.Logging getLogging()
EdgeGatewayDhcpUpdateRequest.Logging dhcp loggingCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.