Class: IControl::ARX::FileServerDefinition
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::ARX::FileServerDefinition
- Defined in:
- lib/icontrol/arx.rb,
lib/icontrol/arx.rb
Overview
A structure that contains file server details.
Instance Attribute Summary (collapse)
-
- (Numeric) cifs_port
The file server's CIFS port number.
-
- (String) description
A description of the file server.
-
- (String) ip
The filer server's IP address.
-
- (String) mgmt_ip
The file server's management IP address.
-
- (String) name
The file server name.
-
- (String) spn
The file server's Service Principal Name.
-
- (IControl::ARX::FileServerType) type
The file server's type.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (Numeric) cifs_port
The file server's CIFS port number.
141 142 143 |
# File 'lib/icontrol/arx.rb', line 141 def cifs_port @cifs_port end |
- (String) description
A description of the file server.
141 142 143 |
# File 'lib/icontrol/arx.rb', line 141 def description @description end |
- (String) ip
The filer server's IP address.
141 142 143 |
# File 'lib/icontrol/arx.rb', line 141 def ip @ip end |
- (String) mgmt_ip
The file server's management IP address.
141 142 143 |
# File 'lib/icontrol/arx.rb', line 141 def mgmt_ip @mgmt_ip end |
- (String) name
The file server name.
141 142 143 |
# File 'lib/icontrol/arx.rb', line 141 def name @name end |
- (String) spn
The file server's Service Principal Name.
141 142 143 |
# File 'lib/icontrol/arx.rb', line 141 def spn @spn end |
- (IControl::ARX::FileServerType) type
The file server's type.
141 142 143 |
# File 'lib/icontrol/arx.rb', line 141 def type @type end |