Class: IControl::ARX::VirtualServiceDefinition

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/arx.rb,
lib/icontrol/arx.rb

Overview

A structure that contains virtual service details.

Instance Attribute Summary (collapse)

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.

Returns:

  • (String)

    the current value of 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.

Returns:



379
380
381
# File 'lib/icontrol/arx.rb', line 379

def cifs_status
  @cifs_status
end

- (Numeric) export_count

Export count.

Returns:

  • (Numeric)

    the current value of 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.

Returns:

  • (String)

    the current value of ip



379
380
381
# File 'lib/icontrol/arx.rb', line 379

def ip
  @ip
end

- (String) name

The name of the virtual service.

Returns:

  • (String)

    the current value of name



379
380
381
# File 'lib/icontrol/arx.rb', line 379

def name
  @name
end

- (String) netmask

The netmask of the virtual service.

Returns:

  • (String)

    the current value of netmask



379
380
381
# File 'lib/icontrol/arx.rb', line 379

def netmask
  @netmask
end

- (String) nfs_namespace

The name of the NFS namespace.

Returns:

  • (String)

    the current value of 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.

Returns:



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.

Returns:

  • (String)

    the current value of pre_win2k_domain



379
380
381
# File 'lib/icontrol/arx.rb', line 379

def pre_win2k_domain
  @pre_win2k_domain
end

- (IControl::ARX::ARXStatusType) status

Service Status.

Returns:



379
380
381
# File 'lib/icontrol/arx.rb', line 379

def status
  @status
end

- (Numeric) vlan

The VLAN of the virtual service.

Returns:

  • (Numeric)

    the current value of vlan



379
380
381
# File 'lib/icontrol/arx.rb', line 379

def vlan
  @vlan
end

- (String) win_domain

The Windows domain name.

Returns:

  • (String)

    the current value of win_domain



379
380
381
# File 'lib/icontrol/arx.rb', line 379

def win_domain
  @win_domain
end