C# Class iControl.LocalLBProfilePCP

Inheritance: iControlInterface
Mostra file Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Public Methods

Method Description
Beginadd_third_party_allowed_subnet ( string profile_names, string subnets, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_profiles ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_announce_after_failover_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_announce_multicast_repeats ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_default_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_listening_port ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_mapping_filter_limit ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_mapping_limit_per_client ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_mapping_recycle_delay ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_maximum_mapping_lifetime ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_minimum_mapping_lifetime ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_multicast_port ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_rule ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_third_party_allowed_subnet ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_third_party_option_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginis_base_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginis_system_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_third_party_allowed_subnets ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginremove_third_party_allowed_subnet ( string profile_names, string subnets, System callback, object asyncState ) : System.IAsyncResult
Beginset_announce_after_failover_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_announce_multicast_repeats ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_profile ( string profile_names, string defaults, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string profile_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_mapping_filter_limit ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
Beginset_mapping_limit_per_client ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
Beginset_mapping_recycle_delay ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
Beginset_maximum_mapping_lifetime ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
Beginset_minimum_mapping_lifetime ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
Beginset_rule ( string profile_names, LocalLBProfileString rules, System callback, object asyncState ) : System.IAsyncResult
Beginset_third_party_option_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Endadd_third_party_allowed_subnet ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_all_profiles ( System asyncResult ) : void
Enddelete_profile ( System asyncResult ) : void
Endget_announce_after_failover_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_announce_multicast_repeats ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_default_profile ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_listening_port ( System asyncResult ) : iControl.LocalLBProfilePortNumber[]
Endget_mapping_filter_limit ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_mapping_limit_per_client ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_mapping_recycle_delay ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_maximum_mapping_lifetime ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_minimum_mapping_lifetime ( System asyncResult ) : iControl.LocalLBProfileULong[]
Endget_multicast_port ( System asyncResult ) : iControl.LocalLBProfilePortNumber[]
Endget_rule ( System asyncResult ) : iControl.LocalLBProfileString[]
Endget_third_party_allowed_subnet ( System asyncResult ) : string[][]
Endget_third_party_option_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
Endget_version ( System asyncResult ) : string
Endis_base_profile ( System asyncResult ) : bool[]
Endis_system_profile ( System asyncResult ) : bool[]
Endremove_all_third_party_allowed_subnets ( System asyncResult ) : void
Endremove_third_party_allowed_subnet ( System asyncResult ) : void
Endset_announce_after_failover_state ( System asyncResult ) : void
Endset_announce_multicast_repeats ( System asyncResult ) : void
Endset_default_profile ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_mapping_filter_limit ( System asyncResult ) : void
Endset_mapping_limit_per_client ( System asyncResult ) : void
Endset_mapping_recycle_delay ( System asyncResult ) : void
Endset_maximum_mapping_lifetime ( System asyncResult ) : void
Endset_minimum_mapping_lifetime ( System asyncResult ) : void
Endset_rule ( System asyncResult ) : void
Endset_third_party_option_state ( System asyncResult ) : void
LocalLBProfilePCP ( ) : System

Private Methods

Method Description
add_third_party_allowed_subnet ( string profile_names, string subnets ) : void
create ( string profile_names ) : void
delete_all_profiles ( ) : void
delete_profile ( string profile_names ) : void
get_announce_after_failover_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_announce_multicast_repeats ( string profile_names ) : iControl.LocalLBProfileULong[]
get_default_profile ( string profile_names ) : string[]
get_description ( string profile_names ) : string[]
get_list ( ) : string[]
get_listening_port ( string profile_names ) : iControl.LocalLBProfilePortNumber[]
get_mapping_filter_limit ( string profile_names ) : iControl.LocalLBProfileULong[]
get_mapping_limit_per_client ( string profile_names ) : iControl.LocalLBProfileULong[]
get_mapping_recycle_delay ( string profile_names ) : iControl.LocalLBProfileULong[]
get_maximum_mapping_lifetime ( string profile_names ) : iControl.LocalLBProfileULong[]
get_minimum_mapping_lifetime ( string profile_names ) : iControl.LocalLBProfileULong[]
get_multicast_port ( string profile_names ) : iControl.LocalLBProfilePortNumber[]
get_rule ( string profile_names ) : iControl.LocalLBProfileString[]
get_third_party_allowed_subnet ( string profile_names ) : string[][]
get_third_party_option_state ( string profile_names ) : iControl.LocalLBProfileEnabledState[]
get_version ( ) : string
is_base_profile ( string profile_names ) : bool[]
is_system_profile ( string profile_names ) : bool[]
remove_all_third_party_allowed_subnets ( string profile_names ) : void
remove_third_party_allowed_subnet ( string profile_names, string subnets ) : void
set_announce_after_failover_state ( string profile_names, LocalLBProfileEnabledState states ) : void
set_announce_multicast_repeats ( string profile_names, LocalLBProfileULong values ) : void
set_default_profile ( string profile_names, string defaults ) : void
set_description ( string profile_names, string descriptions ) : void
set_mapping_filter_limit ( string profile_names, LocalLBProfileULong values ) : void
set_mapping_limit_per_client ( string profile_names, LocalLBProfileULong values ) : void
set_mapping_recycle_delay ( string profile_names, LocalLBProfileULong values ) : void
set_maximum_mapping_lifetime ( string profile_names, LocalLBProfileULong values ) : void
set_minimum_mapping_lifetime ( string profile_names, LocalLBProfileULong values ) : void
set_rule ( string profile_names, LocalLBProfileString rules ) : void
set_third_party_option_state ( string profile_names, LocalLBProfileEnabledState states ) : void

Method Details

Beginadd_third_party_allowed_subnet() public method

public Beginadd_third_party_allowed_subnet ( string profile_names, string subnets, System callback, object asyncState ) : System.IAsyncResult
profile_names string
subnets string
callback System
asyncState object
return System.IAsyncResult

Begincreate() public method

public Begincreate ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_profiles() public method

public Begindelete_all_profiles ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Begindelete_profile() public method

public Begindelete_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_announce_after_failover_state() public method

public Beginget_announce_after_failover_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_announce_multicast_repeats() public method

public Beginget_announce_multicast_repeats ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_default_profile() public method

public Beginget_default_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

public Beginget_description ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_list() public method

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginget_listening_port() public method

public Beginget_listening_port ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_mapping_filter_limit() public method

public Beginget_mapping_filter_limit ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_mapping_limit_per_client() public method

public Beginget_mapping_limit_per_client ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_mapping_recycle_delay() public method

public Beginget_mapping_recycle_delay ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_maximum_mapping_lifetime() public method

public Beginget_maximum_mapping_lifetime ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_minimum_mapping_lifetime() public method

public Beginget_minimum_mapping_lifetime ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_multicast_port() public method

public Beginget_multicast_port ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_rule() public method

public Beginget_rule ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_third_party_allowed_subnet() public method

public Beginget_third_party_allowed_subnet ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_third_party_option_state() public method

public Beginget_third_party_option_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginget_version() public method

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult

Beginis_base_profile() public method

public Beginis_base_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginis_system_profile() public method

public Beginis_system_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginremove_all_third_party_allowed_subnets() public method

public Beginremove_all_third_party_allowed_subnets ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult

Beginremove_third_party_allowed_subnet() public method

public Beginremove_third_party_allowed_subnet ( string profile_names, string subnets, System callback, object asyncState ) : System.IAsyncResult
profile_names string
subnets string
callback System
asyncState object
return System.IAsyncResult

Beginset_announce_after_failover_state() public method

public Beginset_announce_after_failover_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states LocalLBProfileEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_announce_multicast_repeats() public method

public Beginset_announce_multicast_repeats ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult

Beginset_default_profile() public method

public Beginset_default_profile ( string profile_names, string defaults, System callback, object asyncState ) : System.IAsyncResult
profile_names string
defaults string
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

public Beginset_description ( string profile_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
descriptions string
callback System
asyncState object
return System.IAsyncResult

Beginset_mapping_filter_limit() public method

public Beginset_mapping_filter_limit ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult

Beginset_mapping_limit_per_client() public method

public Beginset_mapping_limit_per_client ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult

Beginset_mapping_recycle_delay() public method

public Beginset_mapping_recycle_delay ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult

Beginset_maximum_mapping_lifetime() public method

public Beginset_maximum_mapping_lifetime ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult

Beginset_minimum_mapping_lifetime() public method

public Beginset_minimum_mapping_lifetime ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult

Beginset_rule() public method

public Beginset_rule ( string profile_names, LocalLBProfileString rules, System callback, object asyncState ) : System.IAsyncResult
profile_names string
rules LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult

Beginset_third_party_option_state() public method

public Beginset_third_party_option_state ( string profile_names, LocalLBProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states LocalLBProfileEnabledState
callback System
asyncState object
return System.IAsyncResult

Endadd_third_party_allowed_subnet() public method

public Endadd_third_party_allowed_subnet ( System asyncResult ) : void
asyncResult System
return void

Endcreate() public method

public Endcreate ( System asyncResult ) : void
asyncResult System
return void

Enddelete_all_profiles() public method

public Enddelete_all_profiles ( System asyncResult ) : void
asyncResult System
return void

Enddelete_profile() public method

public Enddelete_profile ( System asyncResult ) : void
asyncResult System
return void

Endget_announce_after_failover_state() public method

public Endget_announce_after_failover_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
asyncResult System
return iControl.LocalLBProfileEnabledState[]

Endget_announce_multicast_repeats() public method

public Endget_announce_multicast_repeats ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
return iControl.LocalLBProfileULong[]

Endget_default_profile() public method

public Endget_default_profile ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_description() public method

public Endget_description ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_list() public method

public Endget_list ( System asyncResult ) : string[]
asyncResult System
return string[]

Endget_listening_port() public method

public Endget_listening_port ( System asyncResult ) : iControl.LocalLBProfilePortNumber[]
asyncResult System
return iControl.LocalLBProfilePortNumber[]

Endget_mapping_filter_limit() public method

public Endget_mapping_filter_limit ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
return iControl.LocalLBProfileULong[]

Endget_mapping_limit_per_client() public method

public Endget_mapping_limit_per_client ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
return iControl.LocalLBProfileULong[]

Endget_mapping_recycle_delay() public method

public Endget_mapping_recycle_delay ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
return iControl.LocalLBProfileULong[]

Endget_maximum_mapping_lifetime() public method

public Endget_maximum_mapping_lifetime ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
return iControl.LocalLBProfileULong[]

Endget_minimum_mapping_lifetime() public method

public Endget_minimum_mapping_lifetime ( System asyncResult ) : iControl.LocalLBProfileULong[]
asyncResult System
return iControl.LocalLBProfileULong[]

Endget_multicast_port() public method

public Endget_multicast_port ( System asyncResult ) : iControl.LocalLBProfilePortNumber[]
asyncResult System
return iControl.LocalLBProfilePortNumber[]

Endget_rule() public method

public Endget_rule ( System asyncResult ) : iControl.LocalLBProfileString[]
asyncResult System
return iControl.LocalLBProfileString[]

Endget_third_party_allowed_subnet() public method

public Endget_third_party_allowed_subnet ( System asyncResult ) : string[][]
asyncResult System
return string[][]

Endget_third_party_option_state() public method

public Endget_third_party_option_state ( System asyncResult ) : iControl.LocalLBProfileEnabledState[]
asyncResult System
return iControl.LocalLBProfileEnabledState[]

Endget_version() public method

public Endget_version ( System asyncResult ) : string
asyncResult System
return string

Endis_base_profile() public method

public Endis_base_profile ( System asyncResult ) : bool[]
asyncResult System
return bool[]

Endis_system_profile() public method

public Endis_system_profile ( System asyncResult ) : bool[]
asyncResult System
return bool[]

Endremove_all_third_party_allowed_subnets() public method

public Endremove_all_third_party_allowed_subnets ( System asyncResult ) : void
asyncResult System
return void

Endremove_third_party_allowed_subnet() public method

public Endremove_third_party_allowed_subnet ( System asyncResult ) : void
asyncResult System
return void

Endset_announce_after_failover_state() public method

public Endset_announce_after_failover_state ( System asyncResult ) : void
asyncResult System
return void

Endset_announce_multicast_repeats() public method

public Endset_announce_multicast_repeats ( System asyncResult ) : void
asyncResult System
return void

Endset_default_profile() public method

public Endset_default_profile ( System asyncResult ) : void
asyncResult System
return void

Endset_description() public method

public Endset_description ( System asyncResult ) : void
asyncResult System
return void

Endset_mapping_filter_limit() public method

public Endset_mapping_filter_limit ( System asyncResult ) : void
asyncResult System
return void

Endset_mapping_limit_per_client() public method

public Endset_mapping_limit_per_client ( System asyncResult ) : void
asyncResult System
return void

Endset_mapping_recycle_delay() public method

public Endset_mapping_recycle_delay ( System asyncResult ) : void
asyncResult System
return void

Endset_maximum_mapping_lifetime() public method

public Endset_maximum_mapping_lifetime ( System asyncResult ) : void
asyncResult System
return void

Endset_minimum_mapping_lifetime() public method

public Endset_minimum_mapping_lifetime ( System asyncResult ) : void
asyncResult System
return void

Endset_rule() public method

public Endset_rule ( System asyncResult ) : void
asyncResult System
return void

Endset_third_party_option_state() public method

public Endset_third_party_option_state ( System asyncResult ) : void
asyncResult System
return void

LocalLBProfilePCP() public method

public LocalLBProfilePCP ( ) : System
return System