Class: Google::Apis::GkeonpremV1::BareMetalSrIovConfig

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
more...

Overview

Specifies the SR-IOV networking operator config.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BareMetalSrIovConfig

Returns a new instance of BareMetalSrIovConfig.

[View source]

1981
1982
1983
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 1981

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

Instance Attribute Details

#enabledBoolean Also known as: enabled?

Whether to install the SR-IOV operator. Corresponds to the JSON property enabled

Returns:

  • (Boolean)

1978
1979
1980
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 1978

def enabled
  @enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object

[View source]

1986
1987
1988
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 1986

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