LocalLB::NodeAddress

Introduced : BIG-IP_v9.0
*IMPORTANT* This entire interface has been deprecated, due to the change from using IP addresses to using names to identify node addresses. Please use the NodeAddressV2 interface. The NodeAddress interface enables you to work with the states, statistics, limits, availability, ratios, application response deltas, and monitors of a local load balancer&aposs node address.

Methods

Method Description Introduced
create Creates the specified node addresses. BIG-IP_v9.0
delete_all_node_addresses Deletes all node addresses. BIG-IP_v9.0
delete_node_address Deletes the specified node addresses. BIG-IP_v9.0
get_all_statistics Gets the statistics for all the node addresses. BIG-IP_v9.0
get_connection_limit Gets the connection limits for the specified node addresses. BIG-IP_v9.0
get_dynamic_ratio Gets the dynamic ratios of a node addresses. BIG-IP_v9.0
get_list Gets a list of all node addresses. BIG-IP_v9.0
get_monitor_association Gets the monitor associations used by the specified node addresses, i.e. the monitor rules used by the node addresses. BIG-IP_v9.0
get_monitor_instance Gets the monitor instance information for the specified node addresses. BIG-IP_v9.0
get_monitor_status Gets the current availability status of the specified node addresses. BIG-IP_v9.0
get_object_status Gets the statuses of the specified node addresses. BIG-IP_v9.0
get_ratio Gets the ratios for the specified node addresses. BIG-IP_v9.0
get_screen_name Gets the screen names for the specified node addresses. BIG-IP_v9.0
get_session_enabled_state Note: This function has been deprecated. Please use get_session_status. Gets the states that allows new sessions to be established for the specified node addresses. BIG-IP_v9.0
get_session_status Gets the current session statuses of the specified node addresses. BIG-IP_v9.0
get_statistics Gets the statistics for the specified node. BIG-IP_v9.0
get_version Gets the version information for this interface. BIG-IP_v9.0
remove_monitor_association Removes the monitor associations for the specified node addresses. This basically deletes the monitor associations between a node address and a monitor rule, i.e. the specified node address will no longer be monitored. BIG-IP_v9.0
reset_statistics Resets the statistics for the specified node addresses. BIG-IP_v9.0
set_connection_limit Sets the connection limits for a sequence of node addresses. BIG-IP_v9.0
set_dynamic_ratio Sets the dynamic ratios for the specified node addresses BIG-IP_v9.0
set_monitor_association Sets/creates the monitor associations for the specified node addresses. This basically creates the monitor associations between a node address and a monitor rule. BIG-IP_v9.0
set_monitor_state Sets the availability states for a sequence of node addresses, either enabled/disabled or up/down. BIG-IP_v9.0
set_ratio Sets the ratios for the specified node addresses. BIG-IP_v9.0
set_screen_name Sets the screen names for the specified node addresses. BIG-IP_v9.0
set_session_enabled_state Sets the states that allows new sessions to be established for the specified node addresses. BIG-IP_v9.0

Structures

Structure

Description

MonitorAssociation

A struct that describes a node address&aposs monitor association.

MonitorAssociationRemoval

A struct that describes a node address&aposs monitor association to be removed.

NodeAddressStatisticEntry

A struct that describes statistics for a particular node address.

NodeAddressStatistics

A struct that describes Node address statistics and timestamp.


Enumerations

Enumeration Description

Exceptions

Exception Description

Constants

Constant Type Value Description

Aliases

Alias Type Description
MonitorAssociationRemovalSequence MonitorAssociationRemoval [] A sequence of MonitorAssociationRemoval&aposs.
MonitorAssociationSequence MonitorAssociation [] A sequence of monitor associations.
NodeAddressStatisticEntrySequence NodeAddressStatisticEntry [] A sequence of Node address 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.