Class: IControl::LocalLB::ProfileClientSSLCertificateMode
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::LocalLB::ProfileClientSSLCertificateMode
- Defined in:
- lib/icontrol/local_lb.rb,
lib/icontrol/local_lb.rb
Overview
A structure that specifies a profile client-side SSL certificate mode.
Instance Attribute Summary (collapse)
-
- (Object) default_flag
The flag that indicates how the value should be interpreted.
-
- (IControl::LocalLB::ClientSSLCertificateMode) value
The profile client-side SSL certificate mode.
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (Object) default_flag
The flag that indicates how the value should be interpreted. On queries, if default_flag is true, that means the requested value is the parent profile's default value. If false, that means the requested value has been explicitly set by the user. On creations/modifications, if default_flag is true, that means the parent profile's default value should be restored for this attribute value, hence the passed-in value is ignored. If false, that means the user wants to set the attribute value using the passed-in value.
310 311 312 |
# File 'lib/icontrol/local_lb.rb', line 310 def default_flag @default_flag end |
- (IControl::LocalLB::ClientSSLCertificateMode) value
The profile client-side SSL certificate mode.
310 311 312 |
# File 'lib/icontrol/local_lb.rb', line 310 def value @value end |