Class: IControl::LocalLB::VirtualServer::VirtualServerProfileAttribute
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::VirtualServer::VirtualServerProfileAttribute
- Defined in:
- lib/icontrol/local_lb/virtual_server.rb,
lib/icontrol/local_lb/virtual_server.rb
Overview
A struct that describes the profile name, profile type, and profile context.
Instance Attribute Summary collapse
-
#profile_context ⇒ IControl::LocalLB::ProfileContextType
This is used to determine which side of the proxy a protocol type profile (specifically TCP/UDP) is applied to.
-
#profile_name ⇒ String
The profile name.
-
#profile_type ⇒ IControl::LocalLB::ProfileType
The profile type.
Instance Attribute Details
#profile_context ⇒ IControl::LocalLB::ProfileContextType
This is used to determine which side of the proxy a protocol type profile (specifically TCP/UDP) is applied to.
1022 1023 1024 |
# File 'lib/icontrol/local_lb/virtual_server.rb', line 1022 def profile_context @profile_context end |
#profile_name ⇒ String
The profile name.
1022 1023 1024 |
# File 'lib/icontrol/local_lb/virtual_server.rb', line 1022 def profile_name @profile_name end |
#profile_type ⇒ IControl::LocalLB::ProfileType
The profile type.
1022 1023 1024 |
# File 'lib/icontrol/local_lb/virtual_server.rb', line 1022 def profile_type @profile_type end |