Class: IControl::ARX::FileServerDefinition

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

Overview

A structure that contains file server details.

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from Base::Struct

from_soap, icontrol_attribute, #to_soap

Instance Attribute Details

- (Numeric) cifs_port

The file server's CIFS port number.

Returns:

  • (Numeric)

    the current value of cifs_port



141
142
143
# File 'lib/icontrol/arx.rb', line 141

def cifs_port
  @cifs_port
end

- (String) description

A description of the file server.

Returns:

  • (String)

    the current value of description



141
142
143
# File 'lib/icontrol/arx.rb', line 141

def description
  @description
end

- (String) ip

The filer server's IP address.

Returns:

  • (String)

    the current value of ip



141
142
143
# File 'lib/icontrol/arx.rb', line 141

def ip
  @ip
end

- (String) mgmt_ip

The file server's management IP address.

Returns:

  • (String)

    the current value of mgmt_ip



141
142
143
# File 'lib/icontrol/arx.rb', line 141

def mgmt_ip
  @mgmt_ip
end

- (String) name

The file server name.

Returns:

  • (String)

    the current value of name



141
142
143
# File 'lib/icontrol/arx.rb', line 141

def name
  @name
end

- (String) spn

The file server's Service Principal Name.

Returns:

  • (String)

    the current value of spn



141
142
143
# File 'lib/icontrol/arx.rb', line 141

def spn
  @spn
end

- (IControl::ARX::FileServerType) type

The file server's type.

Returns:



141
142
143
# File 'lib/icontrol/arx.rb', line 141

def type
  @type
end