Class: IControl::GlobalLB::WideIP::WideIPRule

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

Overview

A struct that describes a wide IP’s rule.

Instance Attribute Summary collapse

Instance Attribute Details

#priorityNumeric

The priority value of this rule, used to indicate the order of rule evaluation.

Returns:

  • (Numeric)

    the current value of priority


448
449
450
# File 'lib/icontrol/global_lb/wide_ip.rb', line 448

def priority
  @priority
end

#rule_nameString

The rule name.

Returns:

  • (String)

    the current value of rule_name


448
449
450
# File 'lib/icontrol/global_lb/wide_ip.rb', line 448

def rule_name
  @rule_name
end