Class: IControl::Management::SNMPConfiguration::ClientAccess
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::SNMPConfiguration::ClientAccess
- Defined in:
- lib/icontrol/management/snmp_configuration.rb,
lib/icontrol/management/snmp_configuration.rb
Overview
A struct that describes a client access definition consisting of an address and netmask.
Instance Attribute Summary (collapse)
-
- (String) address
The network address of the client.
-
- (String) netmask
The netmask of the client.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) address
The network address of the client.
1596 1597 1598 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1596 def address @address end |
- (String) netmask
The netmask of the client.
1596 1597 1598 |
# File 'lib/icontrol/management/snmp_configuration.rb', line 1596 def netmask @netmask end |