Class: IControl::LocalLB::ProfileXML::NamespaceMapping

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

Overview

A struct that contains definition for the namespace mapping.

Instance Attribute Summary collapse

Instance Attribute Details

#mapping_namespaceString

The mapping namespace.

Returns:

  • (String)

    the current value of mapping_namespace



286
287
288
# File 'lib/icontrol/local_lb/profile_xml.rb', line 286

def mapping_namespace
  @mapping_namespace
end

#mapping_prefixString

The mapping prefix.

Returns:

  • (String)

    the current value of mapping_prefix



286
287
288
# File 'lib/icontrol/local_lb/profile_xml.rb', line 286

def mapping_prefix
  @mapping_prefix
end