C# Class iControl.SecurityFirewallPortList

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

Public Methods

Method Description
Beginadd_nested_port_list ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult
Beginadd_port ( string lists, CommonPortRange ports, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string lists, CommonPortRange ports, System callback, object asyncState ) : System.IAsyncResult
Begincreate_with_nested_port_list ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_port_lists ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_port_list ( string lists, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string lists, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_nested_port_list ( string lists, System callback, object asyncState ) : System.IAsyncResult
Beginget_nested_port_list_description ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult
Beginget_port ( string lists, System callback, object asyncState ) : System.IAsyncResult
Beginget_port_description ( string lists, CommonPortRange ports, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_nested_port_lists ( string lists, System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_ports ( string lists, System callback, object asyncState ) : System.IAsyncResult
Beginremove_nested_port_list ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult
Beginremove_port ( string lists, CommonPortRange ports, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string lists, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_nested_port_list_description ( string lists, string nested_lists, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_port_description ( string lists, CommonPortRange ports, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Endadd_nested_port_list ( System asyncResult ) : void
Endadd_port ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Endcreate_with_nested_port_list ( System asyncResult ) : void
Enddelete_all_port_lists ( System asyncResult ) : void
Enddelete_port_list ( System asyncResult ) : void
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_nested_port_list ( System asyncResult ) : string[][]
Endget_nested_port_list_description ( System asyncResult ) : string[][]
Endget_port ( System asyncResult ) : iControl.CommonPortRange[][]
Endget_port_description ( System asyncResult ) : string[][]
Endget_version ( System asyncResult ) : string
Endremove_all_nested_port_lists ( System asyncResult ) : void
Endremove_all_ports ( System asyncResult ) : void
Endremove_nested_port_list ( System asyncResult ) : void
Endremove_port ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_nested_port_list_description ( System asyncResult ) : void
Endset_port_description ( System asyncResult ) : void
SecurityFirewallPortList ( ) : System

Private Methods

Method Description
add_nested_port_list ( string lists, string nested_lists ) : void
add_port ( string lists, CommonPortRange ports ) : void
create ( string lists, CommonPortRange ports ) : void
create_with_nested_port_list ( string lists, string nested_lists ) : void
delete_all_port_lists ( ) : void
delete_port_list ( string lists ) : void
get_description ( string lists ) : string[]
get_list ( ) : string[]
get_nested_port_list ( string lists ) : string[][]
get_nested_port_list_description ( string lists, string nested_lists ) : string[][]
get_port ( string lists ) : iControl.CommonPortRange[][]
get_port_description ( string lists, CommonPortRange ports ) : string[][]
get_version ( ) : string
remove_all_nested_port_lists ( string lists ) : void
remove_all_ports ( string lists ) : void
remove_nested_port_list ( string lists, string nested_lists ) : void
remove_port ( string lists, CommonPortRange ports ) : void
set_description ( string lists, string descriptions ) : void
set_nested_port_list_description ( string lists, string nested_lists, string descriptions ) : void
set_port_description ( string lists, CommonPortRange ports, string descriptions ) : void

Method Details

Beginadd_nested_port_list() public method

public Beginadd_nested_port_list ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult
lists string
nested_lists string
callback System
asyncState object
return System.IAsyncResult

Beginadd_port() public method

public Beginadd_port ( string lists, CommonPortRange ports, System callback, object asyncState ) : System.IAsyncResult
lists string
ports CommonPortRange
callback System
asyncState object
return System.IAsyncResult

Begincreate() public method

public Begincreate ( string lists, CommonPortRange ports, System callback, object asyncState ) : System.IAsyncResult
lists string
ports CommonPortRange
callback System
asyncState object
return System.IAsyncResult

Begincreate_with_nested_port_list() public method

public Begincreate_with_nested_port_list ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult
lists string
nested_lists string
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_port_lists() public method

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

Begindelete_port_list() public method

public Begindelete_port_list ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

public Beginget_description ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists 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_nested_port_list() public method

public Beginget_nested_port_list ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
return System.IAsyncResult

Beginget_nested_port_list_description() public method

public Beginget_nested_port_list_description ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult
lists string
nested_lists string
callback System
asyncState object
return System.IAsyncResult

Beginget_port() public method

public Beginget_port ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
return System.IAsyncResult

Beginget_port_description() public method

public Beginget_port_description ( string lists, CommonPortRange ports, System callback, object asyncState ) : System.IAsyncResult
lists string
ports CommonPortRange
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

Beginremove_all_nested_port_lists() public method

public Beginremove_all_nested_port_lists ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
return System.IAsyncResult

Beginremove_all_ports() public method

public Beginremove_all_ports ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
return System.IAsyncResult

Beginremove_nested_port_list() public method

public Beginremove_nested_port_list ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult
lists string
nested_lists string
callback System
asyncState object
return System.IAsyncResult

Beginremove_port() public method

public Beginremove_port ( string lists, CommonPortRange ports, System callback, object asyncState ) : System.IAsyncResult
lists string
ports CommonPortRange
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

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

Beginset_nested_port_list_description() public method

public Beginset_nested_port_list_description ( string lists, string nested_lists, string descriptions, System callback, object asyncState ) : System.IAsyncResult
lists string
nested_lists string
descriptions string
callback System
asyncState object
return System.IAsyncResult

Beginset_port_description() public method

public Beginset_port_description ( string lists, CommonPortRange ports, string descriptions, System callback, object asyncState ) : System.IAsyncResult
lists string
ports CommonPortRange
descriptions string
callback System
asyncState object
return System.IAsyncResult

Endadd_nested_port_list() public method

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

Endadd_port() public method

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

Endcreate() public method

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

Endcreate_with_nested_port_list() public method

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

Enddelete_all_port_lists() public method

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

Enddelete_port_list() public method

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

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

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

Endget_nested_port_list_description() public method

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

Endget_port() public method

public Endget_port ( System asyncResult ) : iControl.CommonPortRange[][]
asyncResult System
return iControl.CommonPortRange[][]

Endget_port_description() public method

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

Endget_version() public method

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

Endremove_all_nested_port_lists() public method

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

Endremove_all_ports() public method

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

Endremove_nested_port_list() public method

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

Endremove_port() public method

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

Endset_description() public method

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

Endset_nested_port_list_description() public method

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

Endset_port_description() public method

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

SecurityFirewallPortList() public method

public SecurityFirewallPortList ( ) : System
return System