Class: ZabbixApi::Hostinterfaces

Inherits:
Basic
  • Object
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

Constructor Details

This class inherits a constructor from ZabbixApi::Basic

Instance Method Details

#array_flagObject



3
4
5
# File 'lib/zabbixapi/classes/hostinterfaces.rb', line 3

def array_flag
  true
end

#indentifyObject



11
12
13
# File 'lib/zabbixapi/classes/hostinterfaces.rb', line 11

def indentify
  "interfaceid"
end

#keyObject



15
16
17
# File 'lib/zabbixapi/classes/hostinterfaces.rb', line 15

def key
  "interfaceid"
end

#method_nameObject



7
8
9
# File 'lib/zabbixapi/classes/hostinterfaces.rb', line 7

def method_name
  "hostinterface"
end