C# Class iControl.ManagementCRLDPServer

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

Public Methods

Method Description
Begincreate ( ManagementCRLDPServerCRLDPServerDefinition servers, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_servers ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_server ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginget_base_dn ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginget_hostname ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_port ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginget_reverse_dn_state ( string servers, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_base_dn ( string servers, string base_dns, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string servers, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_hostname ( string servers, string hostnames, System callback, object asyncState ) : System.IAsyncResult
Beginset_port ( string servers, long ports, System callback, object asyncState ) : System.IAsyncResult
Beginset_reverse_dn_state ( string servers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_servers ( System asyncResult ) : void
Enddelete_server ( System asyncResult ) : void
Endget_base_dn ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_hostname ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_port ( System asyncResult ) : long[]
Endget_reverse_dn_state ( System asyncResult ) : CommonEnabledState[]
Endget_version ( System asyncResult ) : string
Endset_base_dn ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_hostname ( System asyncResult ) : void
Endset_port ( System asyncResult ) : void
Endset_reverse_dn_state ( System asyncResult ) : void
ManagementCRLDPServer ( ) : System

Private Methods

Method Description
create ( ManagementCRLDPServerCRLDPServerDefinition servers ) : void
delete_all_servers ( ) : void
delete_server ( string servers ) : void
get_base_dn ( string servers ) : string[]
get_description ( string servers ) : string[]
get_hostname ( string servers ) : string[]
get_list ( ) : string[]
get_port ( string servers ) : long[]
get_reverse_dn_state ( string servers ) : CommonEnabledState[]
get_version ( ) : string
set_base_dn ( string servers, string base_dns ) : void
set_description ( string servers, string descriptions ) : void
set_hostname ( string servers, string hostnames ) : void
set_port ( string servers, long ports ) : void
set_reverse_dn_state ( string servers, CommonEnabledState states ) : void

Method Details

Begincreate() public method

public Begincreate ( ManagementCRLDPServerCRLDPServerDefinition servers, System callback, object asyncState ) : System.IAsyncResult
servers ManagementCRLDPServerCRLDPServerDefinition
callback System
asyncState object
return System.IAsyncResult

Begindelete_all_servers() public method

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

Begindelete_server() public method

public Begindelete_server ( string servers, System callback, object asyncState ) : System.IAsyncResult
servers string
callback System
asyncState object
return System.IAsyncResult

Beginget_base_dn() public method

public Beginget_base_dn ( string servers, System callback, object asyncState ) : System.IAsyncResult
servers string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

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

Beginget_hostname() public method

public Beginget_hostname ( string servers, System callback, object asyncState ) : System.IAsyncResult
servers 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_port() public method

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

Beginget_reverse_dn_state() public method

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

Beginset_base_dn() public method

public Beginset_base_dn ( string servers, string base_dns, System callback, object asyncState ) : System.IAsyncResult
servers string
base_dns string
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

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

Beginset_hostname() public method

public Beginset_hostname ( string servers, string hostnames, System callback, object asyncState ) : System.IAsyncResult
servers string
hostnames string
callback System
asyncState object
return System.IAsyncResult

Beginset_port() public method

public Beginset_port ( string servers, long ports, System callback, object asyncState ) : System.IAsyncResult
servers string
ports long
callback System
asyncState object
return System.IAsyncResult

Beginset_reverse_dn_state() public method

public Beginset_reverse_dn_state ( string servers, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
servers string
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult

Endcreate() public method

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

Enddelete_all_servers() public method

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

Enddelete_server() public method

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

Endget_base_dn() public method

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

Endget_description() public method

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

Endget_hostname() public method

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

Endget_list() public method

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

Endget_port() public method

public Endget_port ( System asyncResult ) : long[]
asyncResult System
return long[]

Endget_reverse_dn_state() public method

public Endget_reverse_dn_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]

Endget_version() public method

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

Endset_base_dn() public method

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

Endset_description() public method

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

Endset_hostname() public method

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

Endset_port() public method

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

Endset_reverse_dn_state() public method

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

ManagementCRLDPServer() public method

public ManagementCRLDPServer ( ) : System
return System