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
-
#cifs_port ⇒ Numeric
The file server’s CIFS port number.
-
#description ⇒ String
A description of the file server.
-
#ip ⇒ String
The filer server’s IP address.
-
#mgmt_ip ⇒ String
The file server’s management IP address.
-
#name ⇒ String
The file server name.
-
#spn ⇒ String
The file server’s Service Principal Name.
-
#type ⇒ IControl::ARX::FileServerType
The file server’s type.
Instance Attribute Details
#cifs_port ⇒ Numeric
The file server’s CIFS port number.
141 142 143 |
# File 'lib/icontrol/arx.rb', line 141 def cifs_port @cifs_port end |
#description ⇒ String
A description of the file server.
141 142 143 |
# File 'lib/icontrol/arx.rb', line 141 def description @description end |
#ip ⇒ String
The filer server’s IP address.
141 142 143 |
# File 'lib/icontrol/arx.rb', line 141 def ip @ip end |
#mgmt_ip ⇒ String
The file server’s management IP address.
141 142 143 |
# File 'lib/icontrol/arx.rb', line 141 def mgmt_ip @mgmt_ip end |
#name ⇒ String
The file server name.
141 142 143 |
# File 'lib/icontrol/arx.rb', line 141 def name @name end |
#spn ⇒ String
The file server’s Service Principal Name.
141 142 143 |
# File 'lib/icontrol/arx.rb', line 141 def spn @spn end |
#type ⇒ IControl::ARX::FileServerType
The file server’s type.
141 142 143 |
# File 'lib/icontrol/arx.rb', line 141 def type @type end |