Class: IControl::LocalLB::VirtualServer::VirtualServerResource
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::VirtualServer::VirtualServerResource
- 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 resource type and resources.
Instance Attribute Summary (collapse)
-
- (String) default_pool_name
The optional default pool name.
-
- (IControl::LocalLB::VirtualServer::VirtualServerType) type
The resource type.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (String) default_pool_name
The optional default pool name. If the virtual server type is a forwarding type, this field should be empty.
1032 1033 1034 |
# File 'lib/icontrol/local_lb/virtual_server.rb', line 1032 def default_pool_name @default_pool_name end |
- (IControl::LocalLB::VirtualServer::VirtualServerType) type
The resource type.
1032 1033 1034 |
# File 'lib/icontrol/local_lb/virtual_server.rb', line 1032 def type @type end |