Class: Google::Apis::GkeonpremV1::BareMetalAdminManualLbConfig
- Inherits:
-
Object
- Object
- Google::Apis::GkeonpremV1::BareMetalAdminManualLbConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkeonprem_v1/classes.rb,
lib/google/apis/gkeonprem_v1/representations.rb,
lib/google/apis/gkeonprem_v1/representations.rb
Overview
BareMetalAdminManualLbConfig represents configuration parameters for a manual load balancer.
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
(also: #enabled?)
Whether manual load balancing is enabled.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BareMetalAdminManualLbConfig
constructor
A new instance of BareMetalAdminManualLbConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BareMetalAdminManualLbConfig
Returns a new instance of BareMetalAdminManualLbConfig.
700 701 702 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 700 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enabled ⇒ Boolean Also known as: enabled?
Whether manual load balancing is enabled.
Corresponds to the JSON property enabled
697 698 699 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 697 def enabled @enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
705 706 707 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 705 def update!(**args) @enabled = args[:enabled] if args.key?(:enabled) end |