C# 클래스 iControl.SystemSoftwareManagement

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

공개 메소드들

메소드 설명
Begincleanup_ramfs ( System callback, object asyncState ) : System.IAsyncResult
Begincreate_ramfs ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_software_image ( string image_filenames, System callback, object asyncState ) : System.IAsyncResult
Begindelete_volume ( string volume, System callback, object asyncState ) : System.IAsyncResult
Beginget_all_software_status ( System callback, object asyncState ) : System.IAsyncResult
Beginget_block_device_software_hotfix ( SystemSoftwareManagementrepositoryImageID imageIDs, System callback, object asyncState ) : System.IAsyncResult
Beginget_block_device_software_hotfix_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_block_device_software_image ( SystemSoftwareManagementrepositoryImageID imageIDs, System callback, object asyncState ) : System.IAsyncResult
Beginget_block_device_software_image_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_boot_image_information ( bool save_active_config, System callback, object asyncState ) : System.IAsyncResult
Beginget_boot_location ( System callback, object asyncState ) : System.IAsyncResult
Beginget_cluster_boot_location ( System callback, object asyncState ) : System.IAsyncResult
Beginget_hotfix_information ( System callback, object asyncState ) : System.IAsyncResult
Beginget_live_install_completion ( SystemSoftwareManagementInstallationID installation_ids, System callback, object asyncState ) : System.IAsyncResult
Beginget_rpm_package_information ( System callback, object asyncState ) : System.IAsyncResult
Beginget_software_hotfix ( SystemSoftwareManagementrepositoryImageID imageIDs, System callback, object asyncState ) : System.IAsyncResult
Beginget_software_hotfix_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_software_image ( SystemSoftwareManagementrepositoryImageID imageIDs, System callback, object asyncState ) : System.IAsyncResult
Beginget_software_image_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_software_status ( SystemSoftwareManagementInstallationID installation_ids, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginhas_logical_volume_management ( System callback, object asyncState ) : System.IAsyncResult
Begininstall_hotfix ( string hotfix_files, bool reboot_system, System callback, object asyncState ) : System.IAsyncResult
Begininstall_hotfix_no_daemons ( string hotfix_files, bool reboot_system, System callback, object asyncState ) : System.IAsyncResult
Begininstall_software_image ( string install_volume, string product, string version, string build, System callback, object asyncState ) : System.IAsyncResult
Begininstall_software_image_v2 ( string volume, string product, string version, string build, bool create_volume, bool reboot, bool retry, System callback, object asyncState ) : System.IAsyncResult
Beginset_boot_image_information ( byte boot_image_information, System callback, object asyncState ) : System.IAsyncResult
Beginset_boot_location ( string location, System callback, object asyncState ) : System.IAsyncResult
Beginset_cluster_boot_location ( string location, System callback, object asyncState ) : System.IAsyncResult
Endcleanup_ramfs ( System asyncResult ) : void
Endcreate_ramfs ( System asyncResult ) : string
Enddelete_software_image ( System asyncResult ) : void
Enddelete_volume ( System asyncResult ) : void
Endget_all_software_status ( System asyncResult ) : iControl.SystemSoftwareManagementSoftwareStatus[]
Endget_block_device_software_hotfix ( System asyncResult ) : iControl.SystemSoftwareManagementsoftwareBlockDeviceHotfix[]
Endget_block_device_software_hotfix_list ( System asyncResult ) : iControl.SystemSoftwareManagementrepositoryImageID[]
Endget_block_device_software_image ( System asyncResult ) : iControl.SystemSoftwareManagementsoftwareBlockDeviceImage[]
Endget_block_device_software_image_list ( System asyncResult ) : iControl.SystemSoftwareManagementrepositoryImageID[]
Endget_boot_image_information ( System asyncResult ) : byte[]
Endget_boot_location ( System asyncResult ) : string
Endget_cluster_boot_location ( System asyncResult ) : string
Endget_hotfix_information ( System asyncResult ) : iControl.SystemSoftwareManagementHotFixInformation[]
Endget_live_install_completion ( System asyncResult ) : string[]
Endget_rpm_package_information ( System asyncResult ) : string[]
Endget_software_hotfix ( System asyncResult ) : iControl.SystemSoftwareManagementsoftwareRepositoryHotfix[]
Endget_software_hotfix_list ( System asyncResult ) : iControl.SystemSoftwareManagementrepositoryImageID[]
Endget_software_image ( System asyncResult ) : iControl.SystemSoftwareManagementsoftwareRepositoryImage[]
Endget_software_image_list ( System asyncResult ) : iControl.SystemSoftwareManagementrepositoryImageID[]
Endget_software_status ( System asyncResult ) : iControl.SystemSoftwareManagementSoftwareStatus[]
Endget_version ( System asyncResult ) : string
Endhas_logical_volume_management ( System asyncResult ) : bool
Endinstall_hotfix ( System asyncResult ) : void
Endinstall_hotfix_no_daemons ( System asyncResult ) : void
Endinstall_software_image ( System asyncResult ) : void
Endinstall_software_image_v2 ( System asyncResult ) : void
Endset_boot_image_information ( System asyncResult ) : void
Endset_boot_location ( System asyncResult ) : void
Endset_cluster_boot_location ( System asyncResult ) : void
SystemSoftwareManagement ( ) : System

비공개 메소드들

메소드 설명
cleanup_ramfs ( ) : void
create_ramfs ( ) : string
delete_software_image ( string image_filenames ) : void
delete_volume ( string volume ) : void
get_all_software_status ( ) : iControl.SystemSoftwareManagementSoftwareStatus[]
get_block_device_software_hotfix ( SystemSoftwareManagementrepositoryImageID imageIDs ) : iControl.SystemSoftwareManagementsoftwareBlockDeviceHotfix[]
get_block_device_software_hotfix_list ( ) : iControl.SystemSoftwareManagementrepositoryImageID[]
get_block_device_software_image ( SystemSoftwareManagementrepositoryImageID imageIDs ) : iControl.SystemSoftwareManagementsoftwareBlockDeviceImage[]
get_block_device_software_image_list ( ) : iControl.SystemSoftwareManagementrepositoryImageID[]
get_boot_image_information ( bool save_active_config ) : byte[]
get_boot_location ( ) : string
get_cluster_boot_location ( ) : string
get_hotfix_information ( ) : iControl.SystemSoftwareManagementHotFixInformation[]
get_live_install_completion ( SystemSoftwareManagementInstallationID installation_ids ) : string[]
get_rpm_package_information ( ) : string[]
get_software_hotfix ( SystemSoftwareManagementrepositoryImageID imageIDs ) : iControl.SystemSoftwareManagementsoftwareRepositoryHotfix[]
get_software_hotfix_list ( ) : iControl.SystemSoftwareManagementrepositoryImageID[]
get_software_image ( SystemSoftwareManagementrepositoryImageID imageIDs ) : iControl.SystemSoftwareManagementsoftwareRepositoryImage[]
get_software_image_list ( ) : iControl.SystemSoftwareManagementrepositoryImageID[]
get_software_status ( SystemSoftwareManagementInstallationID installation_ids ) : iControl.SystemSoftwareManagementSoftwareStatus[]
get_version ( ) : string
has_logical_volume_management ( ) : bool
install_hotfix ( string hotfix_files, bool reboot_system ) : void
install_hotfix_no_daemons ( string hotfix_files, bool reboot_system ) : void
install_software_image ( string install_volume, string product, string version, string build ) : void
install_software_image_v2 ( string volume, string product, string version, string build, bool create_volume, bool reboot, bool retry ) : void
set_boot_image_information ( byte boot_image_information ) : void
set_boot_location ( string location ) : void
set_cluster_boot_location ( string location ) : void

메소드 상세

Begincleanup_ramfs() 공개 메소드

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

Begincreate_ramfs() 공개 메소드

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

Begindelete_software_image() 공개 메소드

public Begindelete_software_image ( string image_filenames, System callback, object asyncState ) : System.IAsyncResult
image_filenames string
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_volume() 공개 메소드

public Begindelete_volume ( string volume, System callback, object asyncState ) : System.IAsyncResult
volume string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_all_software_status() 공개 메소드

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

Beginget_block_device_software_hotfix() 공개 메소드

public Beginget_block_device_software_hotfix ( SystemSoftwareManagementrepositoryImageID imageIDs, System callback, object asyncState ) : System.IAsyncResult
imageIDs SystemSoftwareManagementrepositoryImageID
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_block_device_software_hotfix_list() 공개 메소드

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

Beginget_block_device_software_image() 공개 메소드

public Beginget_block_device_software_image ( SystemSoftwareManagementrepositoryImageID imageIDs, System callback, object asyncState ) : System.IAsyncResult
imageIDs SystemSoftwareManagementrepositoryImageID
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_block_device_software_image_list() 공개 메소드

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

Beginget_boot_image_information() 공개 메소드

public Beginget_boot_image_information ( bool save_active_config, System callback, object asyncState ) : System.IAsyncResult
save_active_config bool
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_boot_location() 공개 메소드

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

Beginget_cluster_boot_location() 공개 메소드

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

Beginget_hotfix_information() 공개 메소드

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

Beginget_live_install_completion() 공개 메소드

public Beginget_live_install_completion ( SystemSoftwareManagementInstallationID installation_ids, System callback, object asyncState ) : System.IAsyncResult
installation_ids SystemSoftwareManagementInstallationID
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_rpm_package_information() 공개 메소드

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

Beginget_software_hotfix() 공개 메소드

public Beginget_software_hotfix ( SystemSoftwareManagementrepositoryImageID imageIDs, System callback, object asyncState ) : System.IAsyncResult
imageIDs SystemSoftwareManagementrepositoryImageID
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_software_hotfix_list() 공개 메소드

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

Beginget_software_image() 공개 메소드

public Beginget_software_image ( SystemSoftwareManagementrepositoryImageID imageIDs, System callback, object asyncState ) : System.IAsyncResult
imageIDs SystemSoftwareManagementrepositoryImageID
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_software_image_list() 공개 메소드

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

Beginget_software_status() 공개 메소드

public Beginget_software_status ( SystemSoftwareManagementInstallationID installation_ids, System callback, object asyncState ) : System.IAsyncResult
installation_ids SystemSoftwareManagementInstallationID
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

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

Beginhas_logical_volume_management() 공개 메소드

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

Begininstall_hotfix() 공개 메소드

public Begininstall_hotfix ( string hotfix_files, bool reboot_system, System callback, object asyncState ) : System.IAsyncResult
hotfix_files string
reboot_system bool
callback System
asyncState object
리턴 System.IAsyncResult

Begininstall_hotfix_no_daemons() 공개 메소드

public Begininstall_hotfix_no_daemons ( string hotfix_files, bool reboot_system, System callback, object asyncState ) : System.IAsyncResult
hotfix_files string
reboot_system bool
callback System
asyncState object
리턴 System.IAsyncResult

Begininstall_software_image() 공개 메소드

public Begininstall_software_image ( string install_volume, string product, string version, string build, System callback, object asyncState ) : System.IAsyncResult
install_volume string
product string
version string
build string
callback System
asyncState object
리턴 System.IAsyncResult

Begininstall_software_image_v2() 공개 메소드

public Begininstall_software_image_v2 ( string volume, string product, string version, string build, bool create_volume, bool reboot, bool retry, System callback, object asyncState ) : System.IAsyncResult
volume string
product string
version string
build string
create_volume bool
reboot bool
retry bool
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_boot_image_information() 공개 메소드

public Beginset_boot_image_information ( byte boot_image_information, System callback, object asyncState ) : System.IAsyncResult
boot_image_information byte
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_boot_location() 공개 메소드

public Beginset_boot_location ( string location, System callback, object asyncState ) : System.IAsyncResult
location string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_cluster_boot_location() 공개 메소드

public Beginset_cluster_boot_location ( string location, System callback, object asyncState ) : System.IAsyncResult
location string
callback System
asyncState object
리턴 System.IAsyncResult

Endcleanup_ramfs() 공개 메소드

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

Endcreate_ramfs() 공개 메소드

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

Enddelete_software_image() 공개 메소드

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

Enddelete_volume() 공개 메소드

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

Endget_all_software_status() 공개 메소드

public Endget_all_software_status ( System asyncResult ) : iControl.SystemSoftwareManagementSoftwareStatus[]
asyncResult System
리턴 iControl.SystemSoftwareManagementSoftwareStatus[]

Endget_block_device_software_hotfix() 공개 메소드

public Endget_block_device_software_hotfix ( System asyncResult ) : iControl.SystemSoftwareManagementsoftwareBlockDeviceHotfix[]
asyncResult System
리턴 iControl.SystemSoftwareManagementsoftwareBlockDeviceHotfix[]

Endget_block_device_software_hotfix_list() 공개 메소드

public Endget_block_device_software_hotfix_list ( System asyncResult ) : iControl.SystemSoftwareManagementrepositoryImageID[]
asyncResult System
리턴 iControl.SystemSoftwareManagementrepositoryImageID[]

Endget_block_device_software_image() 공개 메소드

public Endget_block_device_software_image ( System asyncResult ) : iControl.SystemSoftwareManagementsoftwareBlockDeviceImage[]
asyncResult System
리턴 iControl.SystemSoftwareManagementsoftwareBlockDeviceImage[]

Endget_block_device_software_image_list() 공개 메소드

public Endget_block_device_software_image_list ( System asyncResult ) : iControl.SystemSoftwareManagementrepositoryImageID[]
asyncResult System
리턴 iControl.SystemSoftwareManagementrepositoryImageID[]

Endget_boot_image_information() 공개 메소드

public Endget_boot_image_information ( System asyncResult ) : byte[]
asyncResult System
리턴 byte[]

Endget_boot_location() 공개 메소드

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

Endget_cluster_boot_location() 공개 메소드

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

Endget_hotfix_information() 공개 메소드

public Endget_hotfix_information ( System asyncResult ) : iControl.SystemSoftwareManagementHotFixInformation[]
asyncResult System
리턴 iControl.SystemSoftwareManagementHotFixInformation[]

Endget_live_install_completion() 공개 메소드

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

Endget_rpm_package_information() 공개 메소드

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

Endget_software_hotfix() 공개 메소드

public Endget_software_hotfix ( System asyncResult ) : iControl.SystemSoftwareManagementsoftwareRepositoryHotfix[]
asyncResult System
리턴 iControl.SystemSoftwareManagementsoftwareRepositoryHotfix[]

Endget_software_hotfix_list() 공개 메소드

public Endget_software_hotfix_list ( System asyncResult ) : iControl.SystemSoftwareManagementrepositoryImageID[]
asyncResult System
리턴 iControl.SystemSoftwareManagementrepositoryImageID[]

Endget_software_image() 공개 메소드

public Endget_software_image ( System asyncResult ) : iControl.SystemSoftwareManagementsoftwareRepositoryImage[]
asyncResult System
리턴 iControl.SystemSoftwareManagementsoftwareRepositoryImage[]

Endget_software_image_list() 공개 메소드

public Endget_software_image_list ( System asyncResult ) : iControl.SystemSoftwareManagementrepositoryImageID[]
asyncResult System
리턴 iControl.SystemSoftwareManagementrepositoryImageID[]

Endget_software_status() 공개 메소드

public Endget_software_status ( System asyncResult ) : iControl.SystemSoftwareManagementSoftwareStatus[]
asyncResult System
리턴 iControl.SystemSoftwareManagementSoftwareStatus[]

Endget_version() 공개 메소드

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

Endhas_logical_volume_management() 공개 메소드

public Endhas_logical_volume_management ( System asyncResult ) : bool
asyncResult System
리턴 bool

Endinstall_hotfix() 공개 메소드

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

Endinstall_hotfix_no_daemons() 공개 메소드

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

Endinstall_software_image() 공개 메소드

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

Endinstall_software_image_v2() 공개 메소드

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

Endset_boot_image_information() 공개 메소드

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

Endset_boot_location() 공개 메소드

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

Endset_cluster_boot_location() 공개 메소드

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

SystemSoftwareManagement() 공개 메소드

public SystemSoftwareManagement ( ) : System
리턴 System