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.



1937
1938
1939
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 1937

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)


1934
1935
1936
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 1934

def enabled
  @enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1942
1943
1944
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 1942

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