Class: IControl::GlobalLB::Rule::RuleDefinition

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

Overview

A struct that describes the rule and its definition.

Instance Attribute Summary collapse

Instance Attribute Details

#rule_definitionString

The rule text/definition.

Returns:

  • (String)

    the current value of rule_definition



138
139
140
# File 'lib/icontrol/global_lb/rule.rb', line 138

def rule_definition
  @rule_definition
end

#rule_nameString

The rule name.

Returns:

  • (String)

    the current value of rule_name



138
139
140
# File 'lib/icontrol/global_lb/rule.rb', line 138

def rule_name
  @rule_name
end