LocalLB::ProfileFTP

Introduced : BIG-IP_v9.0
The ProfileFTP interface enables you to manipulate a local load balancer&aposs FTP profile.

Methods

Method Description Introduced
create Creates the specified FTP profiles. BIG-IP_v9.0
delete_all_profiles Deletes all FTP profiles. BIG-IP_v9.0
delete_profile Deletes the specified FTP profiles. BIG-IP_v9.0
get_all_statistics Gets the statistics for all the FTP profiles. BIG-IP_v9.0
get_allow_ftps_state Gets the state that if true, enables &aposAllow FTPS&apos for the specified FTP profiles. BIG-IP_v12.0.0
get_data_channel_port Gets the data channel port for the specified FTP profiles. BIG-IP_v9.0
get_default_profile Gets the names of the default profiles from which the specified profiles will derive default values for its attributes. BIG-IP_v9.0
get_description Gets the descriptions for a set of FTP profiles. BIG-IP_v11.0.0
get_list Gets a list of all FTP profiles. BIG-IP_v9.0
get_log_profile Gets the ALG log profiles for a set of FTP profiles. BIG-IP_v11.6.0
get_log_publisher Gets the log publishers for a set of FTP profiles. BIG-IP_v11.6.0
get_security_enabled_request_state Gets the state that if true, enable horizontal security for the specified FTP profiles. BIG-IP_v9.4.2
get_statistics Gets the statistics for the specified FTP profiles. BIG-IP_v9.0
get_translated_extended_request_state Gets the state that if true, automatically translate RFC2428 extended requests EPSV and EPRT to PASV and PORT when talking to IPv4 servers. BIG-IP_v9.0
get_version Gets the version information for this interface. BIG-IP_v9.0
is_base_profile Determines whether the specified FTP profiles are base profiles. A base profile sits at the base of the profile&aposs inheritance tree, supplying the defaults for every profile derived from it. (See also is_system_profile). BIG-IP_v9.0
is_system_profile Determines whether the specified FTP profiles are system profiles. A system profile is a profile pre-configured on the system, ready for use. Non-system profiles are profiles created or modified by a user. Note that if a system profile is modified, it is no longer considered a system profile. (See also is_base_profile). BIG-IP_v11.0.0
reset_statistics Resets the statistics for the specified FTP profiles. BIG-IP_v9.0
set_allow_ftps_state Sets the state that if true, enable &aposAllow FTPS&apos for the specified FTP profiles. This allows AUTH TLS/SSL to be passed to server to begin explict FTPS negotiation. BIG-IP_v12.0.0
set_data_channel_port Sets the data channel port for the specified FTP profiles. BIG-IP_v9.0
set_default_profile Sets the names of the default profiles from which the specified profiles will derive default values for its attributes. BIG-IP_v9.0
set_description Sets the description for a set of FTP profiles. This is an arbitrary field which can be used for any purpose. BIG-IP_v11.0.0
set_log_profile Sets the Application-Level Gateway log profiles for a set of FTP profiles. The ALG log profile controls the logging of ALG connection events. See LocalLB::ALGLogProfile for more details. BIG-IP_v11.6.0
set_log_publisher Sets the log publishers for a set of FTP profiles. A log publisher is a set of log destinations for high-speed logging of formatted log messages. See Log::Publisher for more details. BIG-IP_v11.6.0
set_log_settings Sets the log publisher and ALG log profiles for a set of FTP profiles. This is the convenience function for set_log_publisher and set_log_profile. It is a convenience function to help avoid using a transaction, because a log publisher must be use in conjunction with a log profile. Either a transaction or this method are good ways of satisfying this validation. BIG-IP_v11.6.0
set_security_enabled_request_state Sets the state that if true, enable horizontal security for the specified FTP profiles. BIG-IP_v9.4.2
set_translated_extended_request_state Sets the state that if true, automatically translate RFC2428 extended requests EPSV and EPRT to PASV and PORT when talking to IPv4 servers. BIG-IP_v9.0

Structures

Structure

Description

ProfileFTPStatisticEntry

A struct that describes statistics for a particular FTP profile.

ProfileFTPStatistics

A struct that describes profile statistics and timestamp.


Enumerations

Enumeration Description

Exceptions

Exception Description

Constants

Constant Type Value Description

Aliases

Alias Type Description
ProfileFTPStatisticEntrySequence ProfileFTPStatisticEntry [] A sequence of ProfileFTP statistics.

See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.