Class: IControl::Management::SNMPConfiguration::SystemInformation
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::SNMPConfiguration::SystemInformation
- Defined in:
- lib/icontrol/management/snmp_configuration.rb,
lib/icontrol/management/snmp_configuration.rb
Overview
A struct that describes information about the given system.
Instance Attribute Summary collapse
-
#sys_contact ⇒ String
The name and email address for the system contact using the following syntax: Name <email address>.
-
#sys_description ⇒ String
The system description.
-
#sys_location ⇒ String
A description of the machine which receives the system contact information.
-
#sys_name ⇒ String
The system name for the agent.
-
#sys_object_id ⇒ String
The system object ID.
-
#sys_services ⇒ Numeric
The value for the system.sysServices.0 object.
Instance Attribute Details
#sys_contact ⇒ String
The name and email address for the system contact using the following syntax: Name <email address>.
1803 1804 1805 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1803 def sys_contact @sys_contact end |
#sys_description ⇒ String
The system description.
1803 1804 1805 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1803 def sys_description @sys_description end |
#sys_location ⇒ String
A description of the machine which receives the system contact information.
1803 1804 1805 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1803 def sys_location @sys_location end |
#sys_name ⇒ String
The system name for the agent.
1803 1804 1805 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1803 def sys_name @sys_name end |
#sys_object_id ⇒ String
The system object ID.
1803 1804 1805 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1803 def sys_object_id @sys_object_id end |
#sys_services ⇒ Numeric
The value for the system.sysServices.0 object. For a host, a good value is 72.
1803 1804 1805 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1803 def sys_services @sys_services end |