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

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.



1973
1974
1975
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 1973

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)


1970
1971
1972
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 1970

def enabled
  @enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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