C# Class iControl.ManagementDevice

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

Public Methods

Method Description
Begincreate ( string devices, string addresses, System callback, object asyncState ) : System.IAsyncResult
Beginget_active_modules ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_base_mac_address ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_blade_addresses ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_build ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_cert ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_chassis_id ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_chassis_type ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_comment ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_configsync_address ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_contact ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_edition ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_failover_state ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_ha_capacity ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_hostname ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_inactive_modules ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_local_device ( System callback, object asyncState ) : System.IAsyncResult
Beginget_location ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_management_address ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_marketing_name ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_multicast_address ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_optional_modules ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_platform_id ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_primary_mirror_address ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_product ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_secondary_mirror_address ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_software_version ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_timelimited_modules ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_timezone ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_unicast_addresses ( string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginset_comment ( string devices, string comments, System callback, object asyncState ) : System.IAsyncResult
Beginset_configsync_address ( string devices, string addresses, System callback, object asyncState ) : System.IAsyncResult
Beginset_contact ( string devices, string contacts, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string devices, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_ha_capacity ( string devices, long capacities, System callback, object asyncState ) : System.IAsyncResult
Beginset_location ( string devices, string locations, System callback, object asyncState ) : System.IAsyncResult
Beginset_management_address ( string devices, string addresses, System callback, object asyncState ) : System.IAsyncResult
Beginset_multicast_address ( string devices, ManagementDeviceMulticastAddress addresses, System callback, object asyncState ) : System.IAsyncResult
Beginset_primary_mirror_address ( string devices, string addresses, System callback, object asyncState ) : System.IAsyncResult
Beginset_secondary_mirror_address ( string devices, string addresses, System callback, object asyncState ) : System.IAsyncResult
Beginset_unicast_addresses ( string devices, ManagementDeviceUnicastAddress addresses, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Endget_active_modules ( System asyncResult ) : string[][]
Endget_base_mac_address ( System asyncResult ) : string[]
Endget_blade_addresses ( System asyncResult ) : string[][]
Endget_build ( System asyncResult ) : string[]
Endget_cert ( System asyncResult ) : string[]
Endget_chassis_id ( System asyncResult ) : string[]
Endget_chassis_type ( System asyncResult ) : ManagementDeviceChassisVersion[]
Endget_comment ( System asyncResult ) : string[]
Endget_configsync_address ( System asyncResult ) : string[]
Endget_contact ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_edition ( System asyncResult ) : string[]
Endget_failover_state ( System asyncResult ) : CommonHAState[]
Endget_ha_capacity ( System asyncResult ) : long[]
Endget_hostname ( System asyncResult ) : string[]
Endget_inactive_modules ( System asyncResult ) : string[][]
Endget_list ( System asyncResult ) : string[]
Endget_local_device ( System asyncResult ) : string
Endget_location ( System asyncResult ) : string[]
Endget_management_address ( System asyncResult ) : string[]
Endget_marketing_name ( System asyncResult ) : string[]
Endget_multicast_address ( System asyncResult ) : ManagementDeviceMulticastAddress[]
Endget_optional_modules ( System asyncResult ) : string[][]
Endget_platform_id ( System asyncResult ) : string[]
Endget_primary_mirror_address ( System asyncResult ) : string[]
Endget_product ( System asyncResult ) : string[]
Endget_secondary_mirror_address ( System asyncResult ) : string[]
Endget_software_version ( System asyncResult ) : string[]
Endget_timelimited_modules ( System asyncResult ) : string[][]
Endget_timezone ( System asyncResult ) : string[]
Endget_unicast_addresses ( System asyncResult ) : ManagementDeviceUnicastAddress[][]
Endget_version ( System asyncResult ) : string
Endset_comment ( System asyncResult ) : void
Endset_configsync_address ( System asyncResult ) : void
Endset_contact ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_ha_capacity ( System asyncResult ) : void
Endset_location ( System asyncResult ) : void
Endset_management_address ( System asyncResult ) : void
Endset_multicast_address ( System asyncResult ) : void
Endset_primary_mirror_address ( System asyncResult ) : void
Endset_secondary_mirror_address ( System asyncResult ) : void
Endset_unicast_addresses ( System asyncResult ) : void
ManagementDevice ( ) : System

Private Methods

Method Description
create ( string devices, string addresses ) : void
get_active_modules ( string devices ) : string[][]
get_base_mac_address ( string devices ) : string[]
get_blade_addresses ( string devices ) : string[][]
get_build ( string devices ) : string[]
get_cert ( string devices ) : string[]
get_chassis_id ( string devices ) : string[]
get_chassis_type ( string devices ) : ManagementDeviceChassisVersion[]
get_comment ( string devices ) : string[]
get_configsync_address ( string devices ) : string[]
get_contact ( string devices ) : string[]
get_description ( string devices ) : string[]
get_edition ( string devices ) : string[]
get_failover_state ( string devices ) : CommonHAState[]
get_ha_capacity ( string devices ) : long[]
get_hostname ( string devices ) : string[]
get_inactive_modules ( string devices ) : string[][]
get_list ( ) : string[]
get_local_device ( ) : string
get_location ( string devices ) : string[]
get_management_address ( string devices ) : string[]
get_marketing_name ( string devices ) : string[]
get_multicast_address ( string devices ) : ManagementDeviceMulticastAddress[]
get_optional_modules ( string devices ) : string[][]
get_platform_id ( string devices ) : string[]
get_primary_mirror_address ( string devices ) : string[]
get_product ( string devices ) : string[]
get_secondary_mirror_address ( string devices ) : string[]
get_software_version ( string devices ) : string[]
get_timelimited_modules ( string devices ) : string[][]
get_timezone ( string devices ) : string[]
get_unicast_addresses ( string devices ) : ManagementDeviceUnicastAddress[][]
get_version ( ) : string
set_comment ( string devices, string comments ) : void
set_configsync_address ( string devices, string addresses ) : void
set_contact ( string devices, string contacts ) : void
set_description ( string devices, string descriptions ) : void
set_ha_capacity ( string devices, long capacities ) : void
set_location ( string devices, string locations ) : void
set_management_address ( string devices, string addresses ) : void
set_multicast_address ( string devices, ManagementDeviceMulticastAddress addresses ) : void
set_primary_mirror_address ( string devices, string addresses ) : void
set_secondary_mirror_address ( string devices, string addresses ) : void
set_unicast_addresses ( string devices, ManagementDeviceUnicastAddress addresses ) : void

Method Details

Begincreate() public method

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

Beginget_active_modules() public method

public Beginget_active_modules ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_base_mac_address() public method

public Beginget_base_mac_address ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_blade_addresses() public method

public Beginget_blade_addresses ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_build() public method

public Beginget_build ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_cert() public method

public Beginget_cert ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_chassis_id() public method

public Beginget_chassis_id ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_chassis_type() public method

public Beginget_chassis_type ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_comment() public method

public Beginget_comment ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_configsync_address() public method

public Beginget_configsync_address ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_contact() public method

public Beginget_contact ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_description() public method

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

Beginget_edition() public method

public Beginget_edition ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_failover_state() public method

public Beginget_failover_state ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_ha_capacity() public method

public Beginget_ha_capacity ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_hostname() public method

public Beginget_hostname ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_inactive_modules() public method

public Beginget_inactive_modules ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices 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_local_device() public method

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

Beginget_location() public method

public Beginget_location ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_management_address() public method

public Beginget_management_address ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_marketing_name() public method

public Beginget_marketing_name ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_multicast_address() public method

public Beginget_multicast_address ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_optional_modules() public method

public Beginget_optional_modules ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_platform_id() public method

public Beginget_platform_id ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_primary_mirror_address() public method

public Beginget_primary_mirror_address ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_product() public method

public Beginget_product ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_secondary_mirror_address() public method

public Beginget_secondary_mirror_address ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_software_version() public method

public Beginget_software_version ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_timelimited_modules() public method

public Beginget_timelimited_modules ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_timezone() public method

public Beginget_timezone ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices string
callback System
asyncState object
return System.IAsyncResult

Beginget_unicast_addresses() public method

public Beginget_unicast_addresses ( string devices, System callback, object asyncState ) : System.IAsyncResult
devices 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_comment() public method

public Beginset_comment ( string devices, string comments, System callback, object asyncState ) : System.IAsyncResult
devices string
comments string
callback System
asyncState object
return System.IAsyncResult

Beginset_configsync_address() public method

public Beginset_configsync_address ( string devices, string addresses, System callback, object asyncState ) : System.IAsyncResult
devices string
addresses string
callback System
asyncState object
return System.IAsyncResult

Beginset_contact() public method

public Beginset_contact ( string devices, string contacts, System callback, object asyncState ) : System.IAsyncResult
devices string
contacts string
callback System
asyncState object
return System.IAsyncResult

Beginset_description() public method

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

Beginset_ha_capacity() public method

public Beginset_ha_capacity ( string devices, long capacities, System callback, object asyncState ) : System.IAsyncResult
devices string
capacities long
callback System
asyncState object
return System.IAsyncResult

Beginset_location() public method

public Beginset_location ( string devices, string locations, System callback, object asyncState ) : System.IAsyncResult
devices string
locations string
callback System
asyncState object
return System.IAsyncResult

Beginset_management_address() public method

public Beginset_management_address ( string devices, string addresses, System callback, object asyncState ) : System.IAsyncResult
devices string
addresses string
callback System
asyncState object
return System.IAsyncResult

Beginset_multicast_address() public method

public Beginset_multicast_address ( string devices, ManagementDeviceMulticastAddress addresses, System callback, object asyncState ) : System.IAsyncResult
devices string
addresses ManagementDeviceMulticastAddress
callback System
asyncState object
return System.IAsyncResult

Beginset_primary_mirror_address() public method

public Beginset_primary_mirror_address ( string devices, string addresses, System callback, object asyncState ) : System.IAsyncResult
devices string
addresses string
callback System
asyncState object
return System.IAsyncResult

Beginset_secondary_mirror_address() public method

public Beginset_secondary_mirror_address ( string devices, string addresses, System callback, object asyncState ) : System.IAsyncResult
devices string
addresses string
callback System
asyncState object
return System.IAsyncResult

Beginset_unicast_addresses() public method

public Beginset_unicast_addresses ( string devices, ManagementDeviceUnicastAddress addresses, System callback, object asyncState ) : System.IAsyncResult
devices string
addresses ManagementDeviceUnicastAddress
callback System
asyncState object
return System.IAsyncResult

Endcreate() public method

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

Endget_active_modules() public method

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

Endget_base_mac_address() public method

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

Endget_blade_addresses() public method

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

Endget_build() public method

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

Endget_cert() public method

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

Endget_chassis_id() public method

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

Endget_chassis_type() public method

public Endget_chassis_type ( System asyncResult ) : ManagementDeviceChassisVersion[]
asyncResult System
return ManagementDeviceChassisVersion[]

Endget_comment() public method

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

Endget_configsync_address() public method

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

Endget_contact() public method

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

Endget_description() public method

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

Endget_edition() public method

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

Endget_failover_state() public method

public Endget_failover_state ( System asyncResult ) : CommonHAState[]
asyncResult System
return CommonHAState[]

Endget_ha_capacity() public method

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

Endget_hostname() public method

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

Endget_inactive_modules() public method

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

Endget_list() public method

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

Endget_local_device() public method

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

Endget_location() public method

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

Endget_management_address() public method

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

Endget_marketing_name() public method

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

Endget_multicast_address() public method

public Endget_multicast_address ( System asyncResult ) : ManagementDeviceMulticastAddress[]
asyncResult System
return ManagementDeviceMulticastAddress[]

Endget_optional_modules() public method

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

Endget_platform_id() public method

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

Endget_primary_mirror_address() public method

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

Endget_product() public method

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

Endget_secondary_mirror_address() public method

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

Endget_software_version() public method

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

Endget_timelimited_modules() public method

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

Endget_timezone() public method

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

Endget_unicast_addresses() public method

public Endget_unicast_addresses ( System asyncResult ) : ManagementDeviceUnicastAddress[][]
asyncResult System
return ManagementDeviceUnicastAddress[][]

Endget_version() public method

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

Endset_comment() public method

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

Endset_configsync_address() public method

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

Endset_contact() public method

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

Endset_description() public method

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

Endset_ha_capacity() public method

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

Endset_location() public method

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

Endset_management_address() public method

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

Endset_multicast_address() public method

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

Endset_primary_mirror_address() public method

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

Endset_secondary_mirror_address() public method

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

Endset_unicast_addresses() public method

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

ManagementDevice() public method

public ManagementDevice ( ) : System
return System