Class: Google::Apis::GkeonpremV1::BareMetalSrIovConfig
- Inherits:
-
Object
- Object
- Google::Apis::GkeonpremV1::BareMetalSrIovConfig
- 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
-
#enabled ⇒ Boolean
(also: #enabled?)
Whether to install the SR-IOV operator.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BareMetalSrIovConfig
constructor
A new instance of BareMetalSrIovConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BareMetalSrIovConfig
Returns a new instance of BareMetalSrIovConfig.
1882 1883 1884 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 1882 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enabled ⇒ Boolean Also known as: enabled?
Whether to install the SR-IOV operator.
Corresponds to the JSON property enabled
1879 1880 1881 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 1879 def enabled @enabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1887 1888 1889 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 1887 def update!(**args) @enabled = args[:enabled] if args.key?(:enabled) end |