Class: IControl::LocalLB::VirtualServer::VirtualServerRule

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

Overview

A struct that describes the virtual server’s rule and its attributes.

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



1041
1042
1043
# File 'lib/icontrol/local_lb/virtual_server.rb', line 1041

def priority
  @priority
end

#rule_nameString

The rule name.

Returns:

  • (String)

    the current value of rule_name



1041
1042
1043
# File 'lib/icontrol/local_lb/virtual_server.rb', line 1041

def rule_name
  @rule_name
end