Class: IControl::ARX::NamespaceDefinition

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

Overview

A structure that contains the details of a namespace.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the namespace.

Returns:

  • (String)

    the current value of description



183
184
185
# File 'lib/icontrol/arx.rb', line 183

def description
  @description
end

#nameString

The namespace’s name.

Returns:

  • (String)

    the current value of name



183
184
185
# File 'lib/icontrol/arx.rb', line 183

def name
  @name
end

#protocolsIControl::ARX::ProtocolDefinitionSequence

A list of protocols configured for this namespace.

Returns:



183
184
185
# File 'lib/icontrol/arx.rb', line 183

def protocols
  @protocols
end

#statusIControl::ARX::ARXStatusType

The namespace’s status.

Returns:



183
184
185
# File 'lib/icontrol/arx.rb', line 183

def status
  @status
end