ARX::Export

Introduced : ARX V5.02.000
The Export Interface allows applications to retrieve ARX export information. CLI References: Front-End Services.

Methods

Method Description Introduced
get_configuration Returns the list of export configurations for the specified virtual service and protocol. CLI References: Front-End Services, show cifs-service, show nfs-service. ARX V6.02.000
get_definition Returns the list of exports for the specified virtual service and protocol. ARX V5.02.000
get_definition2 Returns the list of exports for the specified virtual service and protocol. ARX V6.00.000
get_list Returns the list of exports for the specified virtual service and protocol. CLI References: show cifs-service, show nfs-service. ARX V5.02.000
get_list2 Returns the list of export names for the specified virtual service and protocol. CLI References: show cifs-service exports, show nfs-service exports. ARX V6.02.000
get_statistics Returns the list of export configurations for the specified virtual service and protocol. CLI References: show cifs-service exports. ARX V6.02.000
get_status Returns the list of export statuses for the specified virtual service and protocol. CLI References: show cifs-service exports, show nfs-service exports. ARX V6.02.000

Structures

Structure

Description

Configuration

A structure that contains the configuration of a virtual service export. CLI References: export (gbl-cifs), export (gbl-nfs).

ProcessorStatistics

A structure that contains the statistics of a virtual service export on a specific processor. CLI References: show cifs-service.

Statistics

A structure that contains the statistics of a virtual service export. CLI References: show cifs-service.

Status

A structure that contains the status of a virtual service export. CLI References: show cifs-service, show nfs-service.


Enumerations

Enumeration Description
StatusType Enumeration of ARX export status types. CLI References: show cifs-service, show nfs-service.

Exceptions

Exception Description

Constants

Constant Type Value Description

Aliases

Alias Type Description
ConfigurationSequence Configuration [] A sequence of Configuration
ProcessorStatisticsSequence ProcessorStatistics [] A sequence of ProcessorStatistics
StatisticsSequence Statistics [] A sequence of Statistics
StatusSequence Status [] A sequence of Status
StatusTypeSequence StatusType [] A sequence of StatusType

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.