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 more...
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.
1981 1982 1983 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 1981 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
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
1986 1987 1988 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 1986 def update!(**args) @enabled = args[:enabled] if args.key?(:enabled) end |