C# 클래스 iControl.ManagementDeviceGroup

상속: iControlInterface
파일 보기 프로젝트 열기: f5devcentral/f5-icontrol-library-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
Beginadd_device ( string device_groups, string devices, System callback, object asyncState ) : System.IAsyncResult
Begincreate ( string device_groups, ManagementDeviceGroupType types, System callback, object asyncState ) : System.IAsyncResult
Begindelete_device_group ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_all_preferred_active ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_autosync_enabled_state ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_device ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_device_sync_status ( string device_groups, string devices, System callback, object asyncState ) : System.IAsyncResult
Beginget_failover_status ( System callback, object asyncState ) : System.IAsyncResult
Beginget_full_load_on_sync_state ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_incremental_config_sync_size_maximum ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_network_failover_enabled_state ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_sync_status ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_sync_status_overview ( System callback, object asyncState ) : System.IAsyncResult
Beginget_type ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginremove_all_devices ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
Beginremove_device ( string device_groups, string devices, System callback, object asyncState ) : System.IAsyncResult
Beginset_autosync_enabled_state ( string device_groups, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string device_groups, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_full_load_on_sync_state ( string device_groups, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Beginset_incremental_config_sync_size_maximum ( string device_groups, long values, System callback, object asyncState ) : System.IAsyncResult
Beginset_network_failover_enabled_state ( string device_groups, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
Endadd_device ( System asyncResult ) : void
Endcreate ( System asyncResult ) : void
Enddelete_device_group ( System asyncResult ) : void
Endget_all_preferred_active ( System asyncResult ) : bool[]
Endget_autosync_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_description ( System asyncResult ) : string[]
Endget_device ( System asyncResult ) : string[][]
Endget_device_sync_status ( System asyncResult ) : iControl.ManagementDeviceGroupDeviceSyncStatus[][]
Endget_failover_status ( System asyncResult ) : ManagementDeviceGroupFailoverStatus
Endget_full_load_on_sync_state ( System asyncResult ) : CommonEnabledState[]
Endget_incremental_config_sync_size_maximum ( System asyncResult ) : long[]
Endget_list ( System asyncResult ) : string[]
Endget_network_failover_enabled_state ( System asyncResult ) : CommonEnabledState[]
Endget_sync_status ( System asyncResult ) : iControl.ManagementDeviceGroupSyncStatus[]
Endget_sync_status_overview ( System asyncResult ) : ManagementDeviceGroupSyncStatus
Endget_type ( System asyncResult ) : ManagementDeviceGroupType[]
Endget_version ( System asyncResult ) : string
Endremove_all_devices ( System asyncResult ) : void
Endremove_device ( System asyncResult ) : void
Endset_autosync_enabled_state ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_full_load_on_sync_state ( System asyncResult ) : void
Endset_incremental_config_sync_size_maximum ( System asyncResult ) : void
Endset_network_failover_enabled_state ( System asyncResult ) : void
ManagementDeviceGroup ( ) : System

비공개 메소드들

메소드 설명
add_device ( string device_groups, string devices ) : void
create ( string device_groups, ManagementDeviceGroupType types ) : void
delete_device_group ( string device_groups ) : void
get_all_preferred_active ( string device_groups ) : bool[]
get_autosync_enabled_state ( string device_groups ) : CommonEnabledState[]
get_description ( string device_groups ) : string[]
get_device ( string device_groups ) : string[][]
get_device_sync_status ( string device_groups, string devices ) : iControl.ManagementDeviceGroupDeviceSyncStatus[][]
get_failover_status ( ) : ManagementDeviceGroupFailoverStatus
get_full_load_on_sync_state ( string device_groups ) : CommonEnabledState[]
get_incremental_config_sync_size_maximum ( string device_groups ) : long[]
get_list ( ) : string[]
get_network_failover_enabled_state ( string device_groups ) : CommonEnabledState[]
get_sync_status ( string device_groups ) : iControl.ManagementDeviceGroupSyncStatus[]
get_sync_status_overview ( ) : ManagementDeviceGroupSyncStatus
get_type ( string device_groups ) : ManagementDeviceGroupType[]
get_version ( ) : string
remove_all_devices ( string device_groups ) : void
remove_device ( string device_groups, string devices ) : void
set_autosync_enabled_state ( string device_groups, CommonEnabledState states ) : void
set_description ( string device_groups, string descriptions ) : void
set_full_load_on_sync_state ( string device_groups, CommonEnabledState states ) : void
set_incremental_config_sync_size_maximum ( string device_groups, long values ) : void
set_network_failover_enabled_state ( string device_groups, CommonEnabledState states ) : void

메소드 상세

Beginadd_device() 공개 메소드

public Beginadd_device ( string device_groups, string devices, System callback, object asyncState ) : System.IAsyncResult
device_groups string
devices string
callback System
asyncState object
리턴 System.IAsyncResult

Begincreate() 공개 메소드

public Begincreate ( string device_groups, ManagementDeviceGroupType types, System callback, object asyncState ) : System.IAsyncResult
device_groups string
types ManagementDeviceGroupType
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_device_group() 공개 메소드

public Begindelete_device_group ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
device_groups string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_all_preferred_active() 공개 메소드

public Beginget_all_preferred_active ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
device_groups string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_autosync_enabled_state() 공개 메소드

public Beginget_autosync_enabled_state ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
device_groups string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

public Beginget_description ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
device_groups string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_device() 공개 메소드

public Beginget_device ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
device_groups string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_device_sync_status() 공개 메소드

public Beginget_device_sync_status ( string device_groups, string devices, System callback, object asyncState ) : System.IAsyncResult
device_groups string
devices string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_failover_status() 공개 메소드

public Beginget_failover_status ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_full_load_on_sync_state() 공개 메소드

public Beginget_full_load_on_sync_state ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
device_groups string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_incremental_config_sync_size_maximum() 공개 메소드

public Beginget_incremental_config_sync_size_maximum ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
device_groups string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_list() 공개 메소드

public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_network_failover_enabled_state() 공개 메소드

public Beginget_network_failover_enabled_state ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
device_groups string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_sync_status() 공개 메소드

public Beginget_sync_status ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
device_groups string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_sync_status_overview() 공개 메소드

public Beginget_sync_status_overview ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_type() 공개 메소드

public Beginget_type ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
device_groups string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_all_devices() 공개 메소드

public Beginremove_all_devices ( string device_groups, System callback, object asyncState ) : System.IAsyncResult
device_groups string
callback System
asyncState object
리턴 System.IAsyncResult

Beginremove_device() 공개 메소드

public Beginremove_device ( string device_groups, string devices, System callback, object asyncState ) : System.IAsyncResult
device_groups string
devices string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_autosync_enabled_state() 공개 메소드

public Beginset_autosync_enabled_state ( string device_groups, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
device_groups string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

public Beginset_description ( string device_groups, string descriptions, System callback, object asyncState ) : System.IAsyncResult
device_groups string
descriptions string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_full_load_on_sync_state() 공개 메소드

public Beginset_full_load_on_sync_state ( string device_groups, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
device_groups string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_incremental_config_sync_size_maximum() 공개 메소드

public Beginset_incremental_config_sync_size_maximum ( string device_groups, long values, System callback, object asyncState ) : System.IAsyncResult
device_groups string
values long
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_network_failover_enabled_state() 공개 메소드

public Beginset_network_failover_enabled_state ( string device_groups, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
device_groups string
states CommonEnabledState
callback System
asyncState object
리턴 System.IAsyncResult

Endadd_device() 공개 메소드

public Endadd_device ( System asyncResult ) : void
asyncResult System
리턴 void

Endcreate() 공개 메소드

public Endcreate ( System asyncResult ) : void
asyncResult System
리턴 void

Enddelete_device_group() 공개 메소드

public Enddelete_device_group ( System asyncResult ) : void
asyncResult System
리턴 void

Endget_all_preferred_active() 공개 메소드

public Endget_all_preferred_active ( System asyncResult ) : bool[]
asyncResult System
리턴 bool[]

Endget_autosync_enabled_state() 공개 메소드

public Endget_autosync_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_description() 공개 메소드

public Endget_description ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_device() 공개 메소드

public Endget_device ( System asyncResult ) : string[][]
asyncResult System
리턴 string[][]

Endget_device_sync_status() 공개 메소드

public Endget_device_sync_status ( System asyncResult ) : iControl.ManagementDeviceGroupDeviceSyncStatus[][]
asyncResult System
리턴 iControl.ManagementDeviceGroupDeviceSyncStatus[][]

Endget_failover_status() 공개 메소드

public Endget_failover_status ( System asyncResult ) : ManagementDeviceGroupFailoverStatus
asyncResult System
리턴 ManagementDeviceGroupFailoverStatus

Endget_full_load_on_sync_state() 공개 메소드

public Endget_full_load_on_sync_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_incremental_config_sync_size_maximum() 공개 메소드

public Endget_incremental_config_sync_size_maximum ( System asyncResult ) : long[]
asyncResult System
리턴 long[]

Endget_list() 공개 메소드

public Endget_list ( System asyncResult ) : string[]
asyncResult System
리턴 string[]

Endget_network_failover_enabled_state() 공개 메소드

public Endget_network_failover_enabled_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
리턴 CommonEnabledState[]

Endget_sync_status() 공개 메소드

public Endget_sync_status ( System asyncResult ) : iControl.ManagementDeviceGroupSyncStatus[]
asyncResult System
리턴 iControl.ManagementDeviceGroupSyncStatus[]

Endget_sync_status_overview() 공개 메소드

public Endget_sync_status_overview ( System asyncResult ) : ManagementDeviceGroupSyncStatus
asyncResult System
리턴 ManagementDeviceGroupSyncStatus

Endget_type() 공개 메소드

public Endget_type ( System asyncResult ) : ManagementDeviceGroupType[]
asyncResult System
리턴 ManagementDeviceGroupType[]

Endget_version() 공개 메소드

public Endget_version ( System asyncResult ) : string
asyncResult System
리턴 string

Endremove_all_devices() 공개 메소드

public Endremove_all_devices ( System asyncResult ) : void
asyncResult System
리턴 void

Endremove_device() 공개 메소드

public Endremove_device ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_autosync_enabled_state() 공개 메소드

public Endset_autosync_enabled_state ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_description() 공개 메소드

public Endset_description ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_full_load_on_sync_state() 공개 메소드

public Endset_full_load_on_sync_state ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_incremental_config_sync_size_maximum() 공개 메소드

public Endset_incremental_config_sync_size_maximum ( System asyncResult ) : void
asyncResult System
리턴 void

Endset_network_failover_enabled_state() 공개 메소드

public Endset_network_failover_enabled_state ( System asyncResult ) : void
asyncResult System
리턴 void

ManagementDeviceGroup() 공개 메소드

public ManagementDeviceGroup ( ) : System
리턴 System