Method | Description | |
---|---|---|
Begincreate ( string nats, string orig_addrs, string trans_addrs, string traffic_groups, |
||
Begindelete_all_nats ( System callback, object asyncState ) : System.IAsyncResult | ||
Begindelete_nat ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_arp_state ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_auto_lasthop ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_description ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_enabled_state ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_list ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_origin_address ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_statistics ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_traffic_group ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_translation_address ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_vlan ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
Beginis_traffic_group_inherited ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
Beginreset_statistics ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_arp_state ( string nats, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_auto_lasthop ( string nats, CommonAutoLasthop values, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_description ( string nats, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_enabled_state ( string nats, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_origin_address ( string nats, string addrs, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_traffic_group ( string nats, string traffic_groups, System callback, object asyncState ) : System.IAsyncResult | ||
Beginset_vlan ( string nats, |
||
Endcreate ( System asyncResult ) : void | ||
Enddelete_all_nats ( System asyncResult ) : void | ||
Enddelete_nat ( System asyncResult ) : void | ||
Endget_all_statistics ( System asyncResult ) : |
||
Endget_arp_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_auto_lasthop ( System asyncResult ) : CommonAutoLasthop[] | ||
Endget_description ( System asyncResult ) : string[] | ||
Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
Endget_list ( System asyncResult ) : string[] | ||
Endget_origin_address ( System asyncResult ) : string[] | ||
Endget_statistics ( System asyncResult ) : |
||
Endget_traffic_group ( System asyncResult ) : string[] | ||
Endget_translation_address ( System asyncResult ) : string[] | ||
Endget_version ( System asyncResult ) : string | ||
Endget_vlan ( System asyncResult ) : iControl.CommonVLANFilterList[] | ||
Endis_traffic_group_inherited ( System asyncResult ) : bool[] | ||
Endreset_statistics ( System asyncResult ) : void | ||
Endset_arp_state ( System asyncResult ) : void | ||
Endset_auto_lasthop ( System asyncResult ) : void | ||
Endset_description ( System asyncResult ) : void | ||
Endset_enabled_state ( System asyncResult ) : void | ||
Endset_origin_address ( System asyncResult ) : void | ||
Endset_traffic_group ( System asyncResult ) : void | ||
Endset_vlan ( System asyncResult ) : void | ||
LocalLBNATV2 ( ) : System |
Method | Description | |
---|---|---|
create ( string nats, string orig_addrs, string trans_addrs, string traffic_groups, |
||
delete_all_nats ( ) : void | ||
delete_nat ( string nats ) : void | ||
get_all_statistics ( ) : |
||
get_arp_state ( string nats ) : CommonEnabledState[] | ||
get_auto_lasthop ( string nats ) : CommonAutoLasthop[] | ||
get_description ( string nats ) : string[] | ||
get_enabled_state ( string nats ) : CommonEnabledState[] | ||
get_list ( ) : string[] | ||
get_origin_address ( string nats ) : string[] | ||
get_statistics ( string nats ) : |
||
get_traffic_group ( string nats ) : string[] | ||
get_translation_address ( string nats ) : string[] | ||
get_version ( ) : string | ||
get_vlan ( string nats ) : iControl.CommonVLANFilterList[] | ||
is_traffic_group_inherited ( string nats ) : bool[] | ||
reset_statistics ( string nats ) : void | ||
set_arp_state ( string nats, CommonEnabledState states ) : void | ||
set_auto_lasthop ( string nats, CommonAutoLasthop values ) : void | ||
set_description ( string nats, string descriptions ) : void | ||
set_enabled_state ( string nats, CommonEnabledState states ) : void | ||
set_origin_address ( string nats, string addrs ) : void | ||
set_traffic_group ( string nats, string traffic_groups ) : void | ||
set_vlan ( string nats, |
public Begincreate ( string nats, string orig_addrs, string trans_addrs, string traffic_groups, |
||
nats | string | |
orig_addrs | string | |
trans_addrs | string | |
traffic_groups | string | |
vlans | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_all_nats ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Begindelete_nat ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
nats | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_all_statistics ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_arp_state ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
nats | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_auto_lasthop ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
nats | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_description ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
nats | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_enabled_state ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
nats | 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_origin_address ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
nats | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_statistics ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
nats | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_traffic_group ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
nats | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_translation_address ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
nats | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_vlan ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
nats | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginis_traffic_group_inherited ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
nats | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginreset_statistics ( string nats, System callback, object asyncState ) : System.IAsyncResult | ||
nats | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_arp_state ( string nats, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
nats | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_auto_lasthop ( string nats, CommonAutoLasthop values, System callback, object asyncState ) : System.IAsyncResult | ||
nats | string | |
values | CommonAutoLasthop | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_description ( string nats, string descriptions, System callback, object asyncState ) : System.IAsyncResult | ||
nats | string | |
descriptions | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_enabled_state ( string nats, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult | ||
nats | string | |
states | CommonEnabledState | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_origin_address ( string nats, string addrs, System callback, object asyncState ) : System.IAsyncResult | ||
nats | string | |
addrs | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_traffic_group ( string nats, string traffic_groups, System callback, object asyncState ) : System.IAsyncResult | ||
nats | string | |
traffic_groups | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginset_vlan ( string nats, |
||
nats | string | |
vlans | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endcreate ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_all_nats ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Enddelete_nat ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endget_all_statistics ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_arp_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_auto_lasthop ( System asyncResult ) : CommonAutoLasthop[] | ||
asyncResult | System | |
return | CommonAutoLasthop[] |
public Endget_description ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_enabled_state ( System asyncResult ) : CommonEnabledState[] | ||
asyncResult | System | |
return | CommonEnabledState[] |
public Endget_list ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_origin_address ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_statistics ( System asyncResult ) : |
||
asyncResult | System | |
return |
public Endget_traffic_group ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_translation_address ( System asyncResult ) : string[] | ||
asyncResult | System | |
return | string[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endget_vlan ( System asyncResult ) : iControl.CommonVLANFilterList[] | ||
asyncResult | System | |
return | iControl.CommonVLANFilterList[] |
public Endis_traffic_group_inherited ( System asyncResult ) : bool[] | ||
asyncResult | System | |
return | bool[] |
public Endreset_statistics ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_arp_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_auto_lasthop ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_description ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_enabled_state ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_origin_address ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_traffic_group ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |
public Endset_vlan ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |