Class: IControl::LocalLB::SNAT::SNATDefinition

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

Overview

A struct that describes a definition for a SNAT.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The snat name.

Returns:

  • (String)

    the current value of name



255
256
257
# File 'lib/icontrol/local_lb/snat.rb', line 255

def name
  @name
end

#targetIControl::LocalLB::SNAT::Translation

The snat type and its translation target.

Returns:



255
256
257
# File 'lib/icontrol/local_lb/snat.rb', line 255

def target
  @target
end