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

Instance Attribute Details

#cifs_portNumeric

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

#descriptionString

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

#ipString

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

#mgmt_ipString

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

#nameString

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

#spnString

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

#typeIControl::ARX::FileServerType

The file server’s type.

Returns:



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

def type
  @type
end