Class: IControl::GlobalLB::Server::ServerMetricLimit

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

Overview

A struct that contains metric limits for a server.

Instance Attribute Summary collapse

Instance Attribute Details

#metric_limitsIControl::GlobalLB::MetricLimitSequence

Metric limits of the server.

Returns:



480
481
482
# File 'lib/icontrol/global_lb/server.rb', line 480

def metric_limits
  @metric_limits
end

#server_nameString

The name that identifies a server.

Returns:

  • (String)

    the current value of server_name



480
481
482
# File 'lib/icontrol/global_lb/server.rb', line 480

def server_name
  @server_name
end