Method | Description | |
---|---|---|
Begincreate ( string admin_ips, string netmasks, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate_cluster ( string cluster_names, string cluster_ips, string netmasks, System callback, object asyncState ) : System.IAsyncResult | ||
Begincreate_slot_ip ( string cluster_name, long slot_ids, string slot_ips, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_administrative_ip ( string admin_ips, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_administrative_ips ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_cluster_ips ( string cluster_names, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_all_slot_ips ( string cluster_names, long slot_ids, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_cluster_ip ( string cluster_names, string cluster_ips, System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_slot_ip ( string cluster_name, long slot_ids, string slot_ips, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_cluster_list ( string cluster_names, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_cluster_netmask ( string cluster_names, string cluster_ips, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string admin_ips, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_netmask ( string admin_ips, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_slot_ip ( string cluster_name, long slot_ids, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginreplace_administrative_ip ( string old_ips, string new_ips, string netmasks, System callback, object asyncState ) : System.IAsyncResult | ||
Beginreplace_cluster_ip ( string cluster_names, string old_ips, string new_ips, string netmasks, System callback, object asyncState ) : System.IAsyncResult | ||
Beginreplace_slot_ip ( string cluster_name, long slot_ids, string old_ips, string new_ips, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_cluster_netmask ( string cluster_names, string cluster_ips, string netmasks, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string admin_ips, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_netmask ( string admin_ips, string netmasks, System callback, object asyncState ) : System.IAsyncResult | ||
Endcreate ( System asyncResult ) : void | ||
Endcreate_cluster ( System asyncResult ) : void | ||
Endcreate_slot_ip ( System asyncResult ) : void | ||
Enddelete_administrative_ip ( System asyncResult ) : void | ||
Enddelete_all_administrative_ips ( System asyncResult ) : void | ||
Enddelete_all_cluster_ips ( System asyncResult ) : void | ||
Enddelete_all_slot_ips ( System asyncResult ) : void | ||
Enddelete_cluster_ip ( System asyncResult ) : void | ||
Enddelete_slot_ip ( System asyncResult ) : void | ||
Endget_cluster_list ( System asyncResult ) : string[][] | ||
Endget_cluster_netmask ( System asyncResult ) : string[][] | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_netmask ( System asyncResult ) : string[] | ||
Endget_slot_ip ( System asyncResult ) : string[][] | ||
Endget_version ( System asyncResult ) : string | ||
Endreplace_administrative_ip ( System asyncResult ) : void | ||
Endreplace_cluster_ip ( System asyncResult ) : void | ||
Endreplace_slot_ip ( System asyncResult ) : void | ||
Endset_cluster_netmask ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
Endset_netmask ( System asyncResult ) : void | ||
NetworkingAdminIP ( ) : System |
Method | Description | |
---|---|---|
create ( string admin_ips, string netmasks ) : void | ||
create_cluster ( string cluster_names, string cluster_ips, string netmasks ) : void | ||
create_slot_ip ( string cluster_name, long slot_ids, string slot_ips ) : void | ||
delete_administrative_ip ( string admin_ips ) : void | ||
delete_all_administrative_ips ( ) : void | ||
delete_all_cluster_ips ( string cluster_names ) : void | ||
delete_all_slot_ips ( string cluster_names, long slot_ids ) : void | ||
delete_cluster_ip ( string cluster_names, string cluster_ips ) : void | ||
delete_slot_ip ( string cluster_name, long slot_ids, string slot_ips ) : void | ||
get_cluster_list ( string cluster_names ) : string[][] | ||
get_cluster_netmask ( string cluster_names, string cluster_ips ) : string[][] | ||
get_description ( string admin_ips ) : string[] | ||
get_list ( ) : string[] | ||
get_netmask ( string admin_ips ) : string[] | ||
get_slot_ip ( string cluster_name, long slot_ids ) : string[][] | ||
get_version ( ) : string | ||
replace_administrative_ip ( string old_ips, string new_ips, string netmasks ) : void | ||
replace_cluster_ip ( string cluster_names, string old_ips, string new_ips, string netmasks ) : void | ||
replace_slot_ip ( string cluster_name, long slot_ids, string old_ips, string new_ips ) : void | ||
set_cluster_netmask ( string cluster_names, string cluster_ips, string netmasks ) : void | ||
set_description ( string admin_ips, string descriptions ) : void | ||
set_netmask ( string admin_ips, string netmasks ) : void |
public Begincreate ( string admin_ips, string netmasks, System callback, object asyncState ) : System.IAsyncResult | ||
admin_ips | string | |
netmasks | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begincreate_cluster ( string cluster_names, string cluster_ips, string netmasks, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
cluster_ips | string | |
netmasks | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begincreate_slot_ip ( string cluster_name, long slot_ids, string slot_ips, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_name | string | |
slot_ids | long | |
slot_ips | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_administrative_ip ( string admin_ips, System callback, object asyncState ) : System.IAsyncResult | ||
admin_ips | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_administrative_ips ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_cluster_ips ( string cluster_names, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_slot_ips ( string cluster_names, long slot_ids, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
slot_ids | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_cluster_ip ( string cluster_names, string cluster_ips, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
cluster_ips | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_slot_ip ( string cluster_name, long slot_ids, string slot_ips, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_name | string | |
slot_ids | long | |
slot_ips | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_cluster_list ( string cluster_names, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_cluster_netmask ( string cluster_names, string cluster_ips, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
cluster_ips | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( string admin_ips, System callback, object asyncState ) : System.IAsyncResult | ||
admin_ips | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_netmask ( string admin_ips, System callback, object asyncState ) : System.IAsyncResult | ||
admin_ips | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_slot_ip ( string cluster_name, long slot_ids, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_name | string | |
slot_ids | long | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginreplace_administrative_ip ( string old_ips, string new_ips, string netmasks, System callback, object asyncState ) : System.IAsyncResult | ||
old_ips | string | |
new_ips | string | |
netmasks | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginreplace_cluster_ip ( string cluster_names, string old_ips, string new_ips, string netmasks, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
old_ips | string | |
new_ips | string | |
netmasks | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginreplace_slot_ip ( string cluster_name, long slot_ids, string old_ips, string new_ips, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_name | string | |
slot_ids | long | |
old_ips | string | |
new_ips | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_cluster_netmask ( string cluster_names, string cluster_ips, string netmasks, System callback, object asyncState ) : System.IAsyncResult | ||
cluster_names | string | |
cluster_ips | string | |
netmasks | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_description ( string admin_ips, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
admin_ips | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_netmask ( string admin_ips, string netmasks, System callback, object asyncState ) : System.IAsyncResult | ||
admin_ips | string | |
netmasks | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endcreate_cluster ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endcreate_slot_ip ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_administrative_ip ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_administrative_ips ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_cluster_ips ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_slot_ips ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_cluster_ip ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_slot_ip ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_cluster_list ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_cluster_netmask ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_netmask ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_slot_ip ( System asyncResult ) : string[][] | ||
asyncResult | System | |
return | string[][] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endreplace_administrative_ip ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endreplace_cluster_ip ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endreplace_slot_ip ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_cluster_netmask ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_netmask ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |