Version
4.0
getFTPForceServerSecure( names )
Get whether each of the named virtual servers should require incoming
FTP data connections (from nodes) to originate from the same IP address
as the corresponding control connection.
Boolean[] getFTPForceServerSecure(
String[] names
)
getFTPPortRange( names )
Get the port range used for FTP data connections for the named virtual
servers.
VirtualServer.FTPPortRange[] getFTPPortRange(
String[] names
)
getKeepalive( names )
Get whether each of the named virtual servers should allow clients to
maintain keepalive connections.
Boolean[] getKeepalive(
String[] names
)
getKeepaliveTimeout( names )
Get the time that an idle keepalive connection should be kept open for, in
seconds, for each of the named virtual servers.
Unsigned Integer[] getKeepaliveTimeout(
String[] names
)
getListenAddresses( names )
Get the specific IP addresses and hostnames that each of the named
virtual servers are listening on. This will return an empty array for a
virtual server if it is listening on all addresses.
String[][] getListenAddresses(
String[] names
)
55
New Page 1