public static class EdgeGatewaySSLVPNUpdateRequest.IpAddressPool extends Object
| Constructor and Description | 
|---|
| IpAddressPool(boolean enabled,
             String ipRange,
             String netmask,
             String gateway,
             String primaryDNS,
             String secondaryDNS,
             String dnsSuffix,
             String winsServer,
             String description)Instantiates a new ip address pool | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Gets description. | 
| String | getDnsSuffix()Gets dnsSuffix. | 
| String | getGateway()Gets gateway. | 
| String | getIpRange()Gets ipRange. | 
| String | getNetmask()Gets netmask. | 
| String | getPrimaryDNS()Gets primaryDNS. | 
| String | getSecondaryDNS()Gets secondaryDNS. | 
| String | getWinsServer()Gets winsServer. | 
| boolean | isEnabled()Gets enabled. | 
public IpAddressPool(boolean enabled,
                     String ipRange,
                     String netmask,
                     String gateway,
                     String primaryDNS,
                     String secondaryDNS,
                     String dnsSuffix,
                     String winsServer,
                     String description)
enabled - the enabledipRange - the ip rangenetmask - the netmaskgateway - the gatewayprimaryDNS - the primary dnssecondaryDNS - the secondary dnsdnsSuffix - the dns suffixwinsServer - the wins serverdescription - the descriptionpublic boolean isEnabled()
public String getIpRange()
The IP range for the IP pool. These IP addresses will be assigned to the VPN clients when they authenticate and connect to the SSL VPN tunnel. E.g. 127.0.0.1-127.0.0.9
String the ipRangepublic String getNetmask()
The netmask of the IP pool. E.g. 255.255.255.0
String the netmaskpublic String getGateway()
The IP address which is to add the routing interface in the NSX Edge gateway
String the gatewaypublic String getPrimaryDNS()
The name of the primary DNS server that will be used for name resolution for these virtual IP addresses
String the primaryDNSpublic String getSecondaryDNS()
The name of the secondary DNS server to use
String the secondaryDNSpublic String getDnsSuffix()
The DNS suffix for the domain the client systems are hosted on, for domain-based hose name resolution
String the dnsSuffixpublic String getWinsServer()
The WINS server address
String the winsServerCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.