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)
-
- (String) cifs_namespace
The name of the CIFS namespace.
-
- (IControl::ARX::ARXStatusType) cifs_status
CIFS Service Status.
-
- (Numeric) export_count
Export count.
-
- (String) ip
The IP address of the virtual service.
-
- (String) name
The name of the virtual service.
-
- (String) netmask
The netmask of the virtual service.
-
- (String) nfs_namespace
The name of the NFS namespace.
-
- (IControl::ARX::ARXStatusType) nfs_status
NFS Service Status.
-
- (String) pre_win2k_domain
The pre-Windows 2000 domain name.
-
- (IControl::ARX::ARXStatusType) status
Service Status.
-
- (Numeric) vlan
The VLAN of the virtual service.
-
- (String) win_domain
The Windows domain name.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) cifs_namespace
The name of the CIFS namespace.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def cifs_namespace @cifs_namespace end |
- (IControl::ARX::ARXStatusType) cifs_status
CIFS Service Status.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def cifs_status @cifs_status end |
- (Numeric) export_count
Export count.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def export_count @export_count end |
- (String) ip
The IP address of the virtual service.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def ip @ip end |
- (String) name
The name of the virtual service.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def name @name end |
- (String) netmask
The netmask of the virtual service.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def netmask @netmask end |
- (String) nfs_namespace
The name of the NFS namespace.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def nfs_namespace @nfs_namespace end |
- (IControl::ARX::ARXStatusType) nfs_status
NFS Service Status.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def nfs_status @nfs_status end |
- (String) pre_win2k_domain
The pre-Windows 2000 domain name.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def pre_win2k_domain @pre_win2k_domain end |
- (IControl::ARX::ARXStatusType) status
Service Status.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def status @status end |
- (Numeric) vlan
The VLAN of the virtual service.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def vlan @vlan end |
- (String) win_domain
The Windows domain name.
379 380 381 |
# File 'lib/icontrol/arx.rb', line 379 def win_domain @win_domain end |