C# Class iControl.NetworkingProfileGRE

Inheritance: iControlInterface
Afficher le fichier Open project: f5devcentral/f5-icontrol-library-dotnet Class Usage Examples

Méthodes publiques

Méthode 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_encapsulation ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_flooding_type ( 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
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_encapsulation ( string profile_names, NetworkingProfileGREProfileGREEncapsulationType encapsulations, System callback, object asyncState ) : System.IAsyncResult
Beginset_flooding_type ( string profile_names, NetworkingProfileGREProfileGREFloodingType flooding_types, 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
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_encapsulation ( System asyncResult ) : iControl.NetworkingProfileGREProfileGREEncapsulationType[]
Endget_flooding_type ( System asyncResult ) : iControl.NetworkingProfileGREProfileGREFloodingType[]
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
Endis_base_profile ( System asyncResult ) : bool[]
Endis_system_profile ( System asyncResult ) : bool[]
Endset_default_profile ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_encapsulation ( System asyncResult ) : void
Endset_flooding_type ( System asyncResult ) : void
Endset_include_checksum_state ( System asyncResult ) : void
Endset_validate_checksum_state ( System asyncResult ) : void
NetworkingProfileGRE ( ) : System

Private Methods

Méthode 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_encapsulation ( string profile_names ) : iControl.NetworkingProfileGREProfileGREEncapsulationType[]
get_flooding_type ( string profile_names ) : iControl.NetworkingProfileGREProfileGREFloodingType[]
get_include_checksum_state ( string profile_names ) : iControl.CommonProfileEnabledState[]
get_list ( ) : string[]
get_validate_checksum_state ( string profile_names ) : iControl.CommonProfileEnabledState[]
get_version ( ) : string
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_encapsulation ( string profile_names, NetworkingProfileGREProfileGREEncapsulationType encapsulations ) : void
set_flooding_type ( string profile_names, NetworkingProfileGREProfileGREFloodingType flooding_types ) : void
set_include_checksum_state ( string profile_names, CommonProfileEnabledState states ) : void
set_validate_checksum_state ( string profile_names, CommonProfileEnabledState states ) : void

Method Details

Begincreate() public méthode

public Begincreate ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Résultat System.IAsyncResult

Begindelete_all_profiles() public méthode

public Begindelete_all_profiles ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Begindelete_profile() public méthode

public Begindelete_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_default_profile() public méthode

public Beginget_default_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_description() public méthode

public Beginget_description ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_encapsulation() public méthode

public Beginget_encapsulation ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_flooding_type() public méthode

public Beginget_flooding_type ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_include_checksum_state() public méthode

public Beginget_include_checksum_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_list() public méthode

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_validate_checksum_state() public méthode

public Beginget_validate_checksum_state ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Résultat System.IAsyncResult

Beginget_version() public méthode

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
Résultat System.IAsyncResult

Beginis_base_profile() public méthode

public Beginis_base_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Résultat System.IAsyncResult

Beginis_system_profile() public méthode

public Beginis_system_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_default_profile() public méthode

public Beginset_default_profile ( string profile_names, string defaults, System callback, object asyncState ) : System.IAsyncResult
profile_names string
defaults string
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_description() public méthode

public Beginset_description ( string profile_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
descriptions string
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_encapsulation() public méthode

public Beginset_encapsulation ( string profile_names, NetworkingProfileGREProfileGREEncapsulationType encapsulations, System callback, object asyncState ) : System.IAsyncResult
profile_names string
encapsulations NetworkingProfileGREProfileGREEncapsulationType
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_flooding_type() public méthode

public Beginset_flooding_type ( string profile_names, NetworkingProfileGREProfileGREFloodingType flooding_types, System callback, object asyncState ) : System.IAsyncResult
profile_names string
flooding_types NetworkingProfileGREProfileGREFloodingType
callback System
asyncState object
Résultat System.IAsyncResult

Beginset_include_checksum_state() public méthode

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
Résultat System.IAsyncResult

Beginset_validate_checksum_state() public méthode

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
Résultat System.IAsyncResult

Endcreate() public méthode

public Endcreate ( System asyncResult ) : void
asyncResult System
Résultat void

Enddelete_all_profiles() public méthode

public Enddelete_all_profiles ( System asyncResult ) : void
asyncResult System
Résultat void

Enddelete_profile() public méthode

public Enddelete_profile ( System asyncResult ) : void
asyncResult System
Résultat void

Endget_default_profile() public méthode

public Endget_default_profile ( System asyncResult ) : string[]
asyncResult System
Résultat string[]

Endget_description() public méthode

public Endget_description ( System asyncResult ) : string[]
asyncResult System
Résultat string[]

Endget_encapsulation() public méthode

public Endget_encapsulation ( System asyncResult ) : iControl.NetworkingProfileGREProfileGREEncapsulationType[]
asyncResult System
Résultat iControl.NetworkingProfileGREProfileGREEncapsulationType[]

Endget_flooding_type() public méthode

public Endget_flooding_type ( System asyncResult ) : iControl.NetworkingProfileGREProfileGREFloodingType[]
asyncResult System
Résultat iControl.NetworkingProfileGREProfileGREFloodingType[]

Endget_include_checksum_state() public méthode

public Endget_include_checksum_state ( System asyncResult ) : iControl.CommonProfileEnabledState[]
asyncResult System
Résultat iControl.CommonProfileEnabledState[]

Endget_list() public méthode

public Endget_list ( System asyncResult ) : string[]
asyncResult System
Résultat string[]

Endget_validate_checksum_state() public méthode

public Endget_validate_checksum_state ( System asyncResult ) : iControl.CommonProfileEnabledState[]
asyncResult System
Résultat iControl.CommonProfileEnabledState[]

Endget_version() public méthode

public Endget_version ( System asyncResult ) : string
asyncResult System
Résultat string

Endis_base_profile() public méthode

public Endis_base_profile ( System asyncResult ) : bool[]
asyncResult System
Résultat bool[]

Endis_system_profile() public méthode

public Endis_system_profile ( System asyncResult ) : bool[]
asyncResult System
Résultat bool[]

Endset_default_profile() public méthode

public Endset_default_profile ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_description() public méthode

public Endset_description ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_encapsulation() public méthode

public Endset_encapsulation ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_flooding_type() public méthode

public Endset_flooding_type ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_include_checksum_state() public méthode

public Endset_include_checksum_state ( System asyncResult ) : void
asyncResult System
Résultat void

Endset_validate_checksum_state() public méthode

public Endset_validate_checksum_state ( System asyncResult ) : void
asyncResult System
Résultat void

NetworkingProfileGRE() public méthode

public NetworkingProfileGRE ( ) : System
Résultat System