Class: IControl::ARX::VirtualServiceDefinition
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::ARX::VirtualServiceDefinition
- Defined in:
- lib/icontrol/arx.rb,
lib/icontrol/arx.rb
Overview
A structure that contains virtual service details.
Instance Attribute Summary collapse
-
#cifs_namespace ⇒ String
The name of the CIFS namespace.
-
#cifs_status ⇒ IControl::ARX::ARXStatusType
CIFS Service Status.
-
#export_count ⇒ Numeric
Export count.
-
#ip ⇒ String
The IP address of the virtual service.
-
#name ⇒ String
The name of the virtual service.
-
#netmask ⇒ String
The netmask of the virtual service.
-
#nfs_namespace ⇒ String
The name of the NFS namespace.
-
#nfs_status ⇒ IControl::ARX::ARXStatusType
NFS Service Status.
-
#pre_win2k_domain ⇒ String
The pre-Windows 2000 domain name.
-
#status ⇒ IControl::ARX::ARXStatusType
Service Status.
-
#vlan ⇒ Numeric
The VLAN of the virtual service.
-
#win_domain ⇒ String
The Windows domain name.
Instance Attribute Details
#cifs_namespace ⇒ String
The name of the CIFS namespace.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def cifs_namespace @cifs_namespace end |
#cifs_status ⇒ IControl::ARX::ARXStatusType
CIFS Service Status.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def cifs_status @cifs_status end |
#export_count ⇒ Numeric
Export count.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def export_count @export_count end |
#ip ⇒ String
The IP address of the virtual service.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def ip @ip end |
#name ⇒ String
The name of the virtual service.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def name @name end |
#netmask ⇒ String
The netmask of the virtual service.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def netmask @netmask end |
#nfs_namespace ⇒ String
The name of the NFS namespace.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def nfs_namespace @nfs_namespace end |
#nfs_status ⇒ IControl::ARX::ARXStatusType
NFS Service Status.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def nfs_status @nfs_status end |
#pre_win2k_domain ⇒ String
The pre-Windows 2000 domain name.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def pre_win2k_domain @pre_win2k_domain end |
#status ⇒ IControl::ARX::ARXStatusType
Service Status.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def status @status end |
#vlan ⇒ Numeric
The VLAN of the virtual service.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def vlan @vlan end |
#win_domain ⇒ String
The Windows domain name.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def win_domain @win_domain end |