Class: Google::Apis::GkeonpremV1::BareMetalManualLbConfig

Inherits:
Object
  • Object
show all
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

Represents configuration parameters for a manual load balancer.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BareMetalManualLbConfig

Returns a new instance of BareMetalManualLbConfig.



1536
1537
1538
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 1536

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#enabledBoolean Also known as: enabled?

Whether manual load balancing is enabled. Corresponds to the JSON property enabled

Returns:

  • (Boolean)


1533
1534
1535
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 1533

def enabled
  @enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1541
1542
1543
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 1541

def update!(**args)
  @enabled = args[:enabled] if args.key?(:enabled)
end