Class: IControl::LocalLB::VirtualServer::VirtualServerProfile

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 profile name and its profile context.

Instance Attribute Summary collapse

Instance Attribute Details

#profile_contextIControl::LocalLB::ProfileContextType

This is used to determine which side of the proxy a protocol type profile (specifically TCP/UDP) is applied to.

Returns:



1012
1013
1014
# File 'lib/icontrol/local_lb/virtual_server.rb', line 1012

def profile_context
  @profile_context
end

#profile_nameString

The profile name.

Returns:

  • (String)

    the current value of profile_name



1012
1013
1014
# File 'lib/icontrol/local_lb/virtual_server.rb', line 1012

def profile_name
  @profile_name
end