C# 클래스 iControl.NetworkingProfileV6RD

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

공개 메소드들

메소드 설명
Begincreate ( string profile_names, CommonProfileIPAddress v4_prefixes, CommonProfileULong v4_prefix_lengths, CommonProfileIPAddress v6_prefixes, CommonProfileULong v6_prefix_lengths, System callback, object asyncState ) : System.IAsyncResult
Begindelete_all_profiles ( System callback, object asyncState ) : System.IAsyncResult
Begindelete_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_default_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_description ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult
Beginget_v4_prefix ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_v4_prefix_length ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_v6_prefix ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_v6_prefix_length ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult
Beginis_base_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginis_system_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
Beginset_default_profile ( string profile_names, string defaults, System callback, object asyncState ) : System.IAsyncResult
Beginset_description ( string profile_names, string descriptions, System callback, object asyncState ) : System.IAsyncResult
Beginset_v4_prefix ( string profile_names, CommonProfileIPAddress prefixes, System callback, object asyncState ) : System.IAsyncResult
Beginset_v4_prefix_and_length ( string profile_names, CommonProfileIPAddress prefixes, CommonProfileULong lengths, System callback, object asyncState ) : System.IAsyncResult
Beginset_v4_prefix_length ( string profile_names, CommonProfileULong lengths, System callback, object asyncState ) : System.IAsyncResult
Beginset_v6_prefix ( string profile_names, CommonProfileIPAddress prefixes, System callback, object asyncState ) : System.IAsyncResult
Beginset_v6_prefix_and_length ( string profile_names, CommonProfileIPAddress prefixes, CommonProfileULong lengths, System callback, object asyncState ) : System.IAsyncResult
Beginset_v6_prefix_length ( string profile_names, CommonProfileULong lengths, System callback, object asyncState ) : System.IAsyncResult
Endcreate ( System asyncResult ) : void
Enddelete_all_profiles ( System asyncResult ) : void
Enddelete_profile ( System asyncResult ) : void
Endget_default_profile ( System asyncResult ) : string[]
Endget_description ( System asyncResult ) : string[]
Endget_list ( System asyncResult ) : string[]
Endget_v4_prefix ( System asyncResult ) : iControl.CommonProfileIPAddress[]
Endget_v4_prefix_length ( System asyncResult ) : iControl.CommonProfileULong[]
Endget_v6_prefix ( System asyncResult ) : iControl.CommonProfileIPAddress[]
Endget_v6_prefix_length ( System asyncResult ) : iControl.CommonProfileULong[]
Endget_version ( System asyncResult ) : string
Endis_base_profile ( System asyncResult ) : bool[]
Endis_system_profile ( System asyncResult ) : bool[]
Endset_default_profile ( System asyncResult ) : void
Endset_description ( System asyncResult ) : void
Endset_v4_prefix ( System asyncResult ) : void
Endset_v4_prefix_and_length ( System asyncResult ) : void
Endset_v4_prefix_length ( System asyncResult ) : void
Endset_v6_prefix ( System asyncResult ) : void
Endset_v6_prefix_and_length ( System asyncResult ) : void
Endset_v6_prefix_length ( System asyncResult ) : void
NetworkingProfileV6RD ( ) : System

비공개 메소드들

메소드 설명
create ( string profile_names, CommonProfileIPAddress v4_prefixes, CommonProfileULong v4_prefix_lengths, CommonProfileIPAddress v6_prefixes, CommonProfileULong v6_prefix_lengths ) : void
delete_all_profiles ( ) : void
delete_profile ( string profile_names ) : void
get_default_profile ( string profile_names ) : string[]
get_description ( string profile_names ) : string[]
get_list ( ) : string[]
get_v4_prefix ( string profile_names ) : iControl.CommonProfileIPAddress[]
get_v4_prefix_length ( string profile_names ) : iControl.CommonProfileULong[]
get_v6_prefix ( string profile_names ) : iControl.CommonProfileIPAddress[]
get_v6_prefix_length ( string profile_names ) : iControl.CommonProfileULong[]
get_version ( ) : string
is_base_profile ( string profile_names ) : bool[]
is_system_profile ( string profile_names ) : bool[]
set_default_profile ( string profile_names, string defaults ) : void
set_description ( string profile_names, string descriptions ) : void
set_v4_prefix ( string profile_names, CommonProfileIPAddress prefixes ) : void
set_v4_prefix_and_length ( string profile_names, CommonProfileIPAddress prefixes, CommonProfileULong lengths ) : void
set_v4_prefix_length ( string profile_names, CommonProfileULong lengths ) : void
set_v6_prefix ( string profile_names, CommonProfileIPAddress prefixes ) : void
set_v6_prefix_and_length ( string profile_names, CommonProfileIPAddress prefixes, CommonProfileULong lengths ) : void
set_v6_prefix_length ( string profile_names, CommonProfileULong lengths ) : void

메소드 상세

Begincreate() 공개 메소드

public Begincreate ( string profile_names, CommonProfileIPAddress v4_prefixes, CommonProfileULong v4_prefix_lengths, CommonProfileIPAddress v6_prefixes, CommonProfileULong v6_prefix_lengths, System callback, object asyncState ) : System.IAsyncResult
profile_names string
v4_prefixes CommonProfileIPAddress
v4_prefix_lengths CommonProfileULong
v6_prefixes CommonProfileIPAddress
v6_prefix_lengths CommonProfileULong
callback System
asyncState object
리턴 System.IAsyncResult

Begindelete_all_profiles() 공개 메소드

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

Begindelete_profile() 공개 메소드

public Begindelete_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_default_profile() 공개 메소드

public Beginget_default_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_description() 공개 메소드

public Beginget_description ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names 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_v4_prefix() 공개 메소드

public Beginget_v4_prefix ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_v4_prefix_length() 공개 메소드

public Beginget_v4_prefix_length ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_v6_prefix() 공개 메소드

public Beginget_v6_prefix ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_v6_prefix_length() 공개 메소드

public Beginget_v6_prefix_length ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginget_version() 공개 메소드

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

Beginis_base_profile() 공개 메소드

public Beginis_base_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginis_system_profile() 공개 메소드

public Beginis_system_profile ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_default_profile() 공개 메소드

public Beginset_default_profile ( string profile_names, string defaults, System callback, object asyncState ) : System.IAsyncResult
profile_names string
defaults string
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_description() 공개 메소드

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

Beginset_v4_prefix() 공개 메소드

public Beginset_v4_prefix ( string profile_names, CommonProfileIPAddress prefixes, System callback, object asyncState ) : System.IAsyncResult
profile_names string
prefixes CommonProfileIPAddress
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_v4_prefix_and_length() 공개 메소드

public Beginset_v4_prefix_and_length ( string profile_names, CommonProfileIPAddress prefixes, CommonProfileULong lengths, System callback, object asyncState ) : System.IAsyncResult
profile_names string
prefixes CommonProfileIPAddress
lengths CommonProfileULong
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_v4_prefix_length() 공개 메소드

public Beginset_v4_prefix_length ( string profile_names, CommonProfileULong lengths, System callback, object asyncState ) : System.IAsyncResult
profile_names string
lengths CommonProfileULong
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_v6_prefix() 공개 메소드

public Beginset_v6_prefix ( string profile_names, CommonProfileIPAddress prefixes, System callback, object asyncState ) : System.IAsyncResult
profile_names string
prefixes CommonProfileIPAddress
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_v6_prefix_and_length() 공개 메소드

public Beginset_v6_prefix_and_length ( string profile_names, CommonProfileIPAddress prefixes, CommonProfileULong lengths, System callback, object asyncState ) : System.IAsyncResult
profile_names string
prefixes CommonProfileIPAddress
lengths CommonProfileULong
callback System
asyncState object
리턴 System.IAsyncResult

Beginset_v6_prefix_length() 공개 메소드

public Beginset_v6_prefix_length ( string profile_names, CommonProfileULong lengths, System callback, object asyncState ) : System.IAsyncResult
profile_names string
lengths CommonProfileULong
callback System
asyncState object
리턴 System.IAsyncResult

Endcreate() 공개 메소드

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

Enddelete_all_profiles() 공개 메소드

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

Enddelete_profile() 공개 메소드

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

Endget_default_profile() 공개 메소드

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

Endget_description() 공개 메소드

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

Endget_list() 공개 메소드

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

Endget_v4_prefix() 공개 메소드

public Endget_v4_prefix ( System asyncResult ) : iControl.CommonProfileIPAddress[]
asyncResult System
리턴 iControl.CommonProfileIPAddress[]

Endget_v4_prefix_length() 공개 메소드

public Endget_v4_prefix_length ( System asyncResult ) : iControl.CommonProfileULong[]
asyncResult System
리턴 iControl.CommonProfileULong[]

Endget_v6_prefix() 공개 메소드

public Endget_v6_prefix ( System asyncResult ) : iControl.CommonProfileIPAddress[]
asyncResult System
리턴 iControl.CommonProfileIPAddress[]

Endget_v6_prefix_length() 공개 메소드

public Endget_v6_prefix_length ( System asyncResult ) : iControl.CommonProfileULong[]
asyncResult System
리턴 iControl.CommonProfileULong[]

Endget_version() 공개 메소드

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

Endis_base_profile() 공개 메소드

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

Endis_system_profile() 공개 메소드

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

Endset_default_profile() 공개 메소드

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

Endset_description() 공개 메소드

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

Endset_v4_prefix() 공개 메소드

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

Endset_v4_prefix_and_length() 공개 메소드

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

Endset_v4_prefix_length() 공개 메소드

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

Endset_v6_prefix() 공개 메소드

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

Endset_v6_prefix_and_length() 공개 메소드

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

Endset_v6_prefix_length() 공개 메소드

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

NetworkingProfileV6RD() 공개 메소드

public NetworkingProfileV6RD ( ) : System
리턴 System