Management::ChangeControl

Introduced : BIG-IP_v9.4.0
The ChangeControl interface is a private interface to support Change Control capabilities. This interface does not support transactions.

Methods

Method Description Introduced
delete_instance Delete object instances BIG-IP_v9.4.0
get_class_info Gets the sequence of class information for the classes of objects available on the system BIG-IP_v9.4.0
get_deprecated_class_info Gets the sequence of deprecated class information for the classes of objects that have been deprecated BIG-IP_v9.4.0
get_instance Gets the information and contents of each instance requested BIG-IP_v9.4.0
get_instance_dependency Gets the sequence of dependencies for each instance BIG-IP_v9.4.0
get_instance_info Gets the sequence of information for each instance of each class BIG-IP_v9.4.0
get_instance_variable Gets the sequence of variable items for each instance BIG-IP_v9.4.0
get_last_load_time Gets the last time that the configuration was loaded. BIG-IP_v9.4.0
get_module_info Gets the sequence of module information for the modules available on the system BIG-IP_v9.4.0
get_version Gets the version information for this interface. BIG-IP_v9.4.0
put_config Put object configuration (formatted contents) BIG-IP_v9.4.0
put_instance Put object instances (native format) BIG-IP_v9.4.0
verify_config Verify object configuration (formatted contents) can be put/saved BIG-IP_v9.4.0
verify_instance Verify that object instances (native format) can be put BIG-IP_v9.4.0

Structures

Structure

Description

ClassInfo

A struct that describes class information.

ClassTransactionInfo

A struct that describes class transaction information.

DeprecatedClassInfo

A struct that describes deprecated class information.

Instance

A struct that describes an object instance.

InstanceInfo

A struct that describes object instance information.

InstanceVariable

A struct that describes an instance variable.

ModuleInfo

A struct that describes module information.


Enumerations

Enumeration Description
InstanceFormatType This enum defines instance format types.
InstanceVariableType This enum defines instance variable types.

Exceptions

Exception Description

Constants

Constant Type Value Description

Aliases

Alias Type Description
ClassInfoSequence ClassInfo [] A sequence of ClassInfo structures.
ClassTransactionInfoSequence ClassTransactionInfo [] A sequence of ClassTransactionInfo structures.
DeprecatedClassInfoSequence DeprecatedClassInfo [] A sequence of DeprecatedClassInfo structures.
InstanceInfoSequence InstanceInfo [] A sequence of InstanceInfo structures.
InstanceInfoSequenceSequence InstanceInfo [] [] A sequence of InstanceInfoSequence structures.
InstanceSequence Instance [] A sequence of Instance structures.
InstanceSequenceSequence Instance [] [] A sequence of InstanceSequence structures.
InstanceVariableSequence InstanceVariable [] A sequence of InstanceVariable structures.
InstanceVariableSequenceSequence InstanceVariable [] [] A sequence of InstanceVariableSequence structures.
ModuleInfoSequence ModuleInfo [] A sequence of ModuleInfo structures.

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.