Class: ZabbixApi::Hostinterfaces
- Inherits:
-
Basic
- Object
- Basic
- ZabbixApi::Hostinterfaces
show all
- Defined in:
- lib/zabbixapi/classes/hostinterfaces.rb
Instance Method Summary
collapse
Methods inherited from Basic
#add, #all, #create, #create_or_update, #default_options, #delete, #destroy, #dump_by_id, #get, #get_full_data, #get_id, #get_or_create, #hash_equals?, #initialize, #keys, #log, #merge_params, #normalize_obj, #parse_keys, #symbolize_keys, #update
Instance Method Details
#array_flag ⇒ Object
3
4
5
|
# File 'lib/zabbixapi/classes/hostinterfaces.rb', line 3
def array_flag
true
end
|
#indentify ⇒ Object
11
12
13
|
# File 'lib/zabbixapi/classes/hostinterfaces.rb', line 11
def indentify
"interfaceid"
end
|
#key ⇒ Object
15
16
17
|
# File 'lib/zabbixapi/classes/hostinterfaces.rb', line 15
def key
"interfaceid"
end
|
#method_name ⇒ Object
7
8
9
|
# File 'lib/zabbixapi/classes/hostinterfaces.rb', line 7
def method_name
"hostinterface"
end
|