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

Instance Attribute Details

#cifs_namespaceString

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

#cifs_statusIControl::ARX::ARXStatusType

CIFS Service Status.

Returns:



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

def cifs_status
  @cifs_status
end

#export_countNumeric

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

#ipString

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

#nameString

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

#netmaskString

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

#nfs_namespaceString

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

#nfs_statusIControl::ARX::ARXStatusType

NFS Service Status.

Returns:



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

def nfs_status
  @nfs_status
end

#pre_win2k_domainString

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

#statusIControl::ARX::ARXStatusType

Service Status.

Returns:



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

def status
  @status
end

#vlanNumeric

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

#win_domainString

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