C# Class iControl.NetworkingProfileWCCPGRE

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

Public Methods

Method Description
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_default_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_egress_forwarding ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_include_checksum_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_validate_checksum_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginget_wccp_version ( string profile_names, 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
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_egress_forwarding ( string profile_names, NetworkingProfileWCCPGREProfileWCCPGREForwarding modes, System callback, object asyncState ) : System.IAsyncResult
Beginset_include_checksum_state ( string profile_names, CommonProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_validate_checksum_state ( string profile_names, CommonProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_wccp_version ( string profile_names, CommonProfileULong versions, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_profiles ( System asyncResult ) : void
Enddelete_profile ( System asyncResult ) : void
Endget_default_profile ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_egress_forwarding ( System asyncResult ) : iControl.NetworkingProfileWCCPGREProfileWCCPGREForwarding[]
Endget_include_checksum_state ( System asyncResult ) : iControl.CommonProfileEnabledState[]
Endget_list ( System asyncResult ) : string[]
Endget_validate_checksum_state ( System asyncResult ) : iControl.CommonProfileEnabledState[]
Endget_version ( System asyncResult ) : string
Endget_wccp_version ( System asyncResult ) : iControl.CommonProfileULong[]
Endis_base_profile ( System asyncResult ) : bool[]
Endis_system_profile ( System asyncResult ) : bool[]
Endset_default_profile ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_egress_forwarding ( System asyncResult ) : void
Endset_include_checksum_state ( System asyncResult ) : void
Endset_validate_checksum_state ( System asyncResult ) : void
Endset_wccp_version ( System asyncResult ) : void
NetworkingProfileWCCPGRE ( ) : System

Private Methods

Method Description
create ( string profile_names ) : void
delete_all_profiles ( ) : void
delete_profile ( string profile_names ) : void
get_default_profile ( string profile_names ) : string[]
get_description ( string profile_names ) : string[]
get_egress_forwarding ( string profile_names ) : iControl.NetworkingProfileWCCPGREProfileWCCPGREForwarding[]
get_include_checksum_state ( string profile_names ) : iControl.CommonProfileEnabledState[]
get_list ( ) : string[]
get_validate_checksum_state ( string profile_names ) : iControl.CommonProfileEnabledState[]
get_version ( ) : string
get_wccp_version ( string profile_names ) : iControl.CommonProfileULong[]
is_base_profile ( string profile_names ) : bool[]
is_system_profile ( string profile_names ) : bool[]
set_default_profile ( string profile_names, string defaults ) : void
set_description ( string profile_names, string descriptions ) : void
set_egress_forwarding ( string profile_names, NetworkingProfileWCCPGREProfileWCCPGREForwarding modes ) : void
set_include_checksum_state ( string profile_names, CommonProfileEnabledState states ) : void
set_validate_checksum_state ( string profile_names, CommonProfileEnabledState states ) : void
set_wccp_version ( string profile_names, CommonProfileULong versions ) : void

Method Details

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_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_egress_forwarding() public method

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

Beginget_include_checksum_state() public method

public Beginget_include_checksum_state ( 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_validate_checksum_state() public method

public Beginget_validate_checksum_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

Beginget_wccp_version() public method

public Beginget_wccp_version ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
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

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_egress_forwarding() public method

public Beginset_egress_forwarding ( string profile_names, NetworkingProfileWCCPGREProfileWCCPGREForwarding modes, System callback, object asyncState ) : System.IAsyncResult
profile_names string
modes NetworkingProfileWCCPGREProfileWCCPGREForwarding
callback System
asyncState object
return System.IAsyncResult

Beginset_include_checksum_state() public method

public Beginset_include_checksum_state ( string profile_names, CommonProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonProfileEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_validate_checksum_state() public method

public Beginset_validate_checksum_state ( string profile_names, CommonProfileEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
states CommonProfileEnabledState
callback System
asyncState object
return System.IAsyncResult

Beginset_wccp_version() public method

public Beginset_wccp_version ( string profile_names, CommonProfileULong versions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
versions CommonProfileULong
callback System
asyncState object
return System.IAsyncResult

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_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_egress_forwarding() public method

public Endget_egress_forwarding ( System asyncResult ) : iControl.NetworkingProfileWCCPGREProfileWCCPGREForwarding[]
asyncResult System
return iControl.NetworkingProfileWCCPGREProfileWCCPGREForwarding[]

Endget_include_checksum_state() public method

public Endget_include_checksum_state ( System asyncResult ) : iControl.CommonProfileEnabledState[]
asyncResult System
return iControl.CommonProfileEnabledState[]

Endget_list() public method

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

Endget_validate_checksum_state() public method

public Endget_validate_checksum_state ( System asyncResult ) : iControl.CommonProfileEnabledState[]
asyncResult System
return iControl.CommonProfileEnabledState[]

Endget_version() public method

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

Endget_wccp_version() public method

public Endget_wccp_version ( System asyncResult ) : iControl.CommonProfileULong[]
asyncResult System
return iControl.CommonProfileULong[]

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[]

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_egress_forwarding() public method

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

Endset_include_checksum_state() public method

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

Endset_validate_checksum_state() public method

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

Endset_wccp_version() public method

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

NetworkingProfileWCCPGRE() public method

public NetworkingProfileWCCPGRE ( ) : System
return System