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)

Method Summary

Methods inherited from Base::Struct

from_soap, icontrol_attribute, #to_soap

Instance Attribute Details

- (String) description

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

- (String) name

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

- (IControl::ARX::ProtocolDefinitionSequence) protocols

A list of protocols configured for this namespace.

Returns:



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

def protocols
  @protocols
end

- (IControl::ARX::ARXStatusType) status

The namespace's status.

Returns:



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

def status
  @status
end