Version
4.0
String[] values
)
setEnabled( names, values )
Set whether each of the named virtual servers is enabled (i.e. serving
traffic).
void setEnabled(
String[] names
Boolean[] values
)
setFTPForceClientSecure( names, values )
Set whether each of the named virtual servers should require incoming
FTP data connections (from clients) to originate from the same IP
address as the corresponding control connection.
void setFTPForceClientSecure(
String[] names
Boolean[] values
)
setFTPForceServerSecure( names, values )
Set 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.
void setFTPForceServerSecure(
String[] names
Boolean[] values
)
setFTPPortRange( names, range )
Set the port range used for FTP data connections for each of the named
virtual servers.
void setFTPPortRange(
String[] names
VirtualServer.FTPPortRange[] range
)
67
New Page 1