Class: Google::Apis::OsconfigV1::OsPolicyResourcePackageResourceZypper
- Inherits:
-
Object
- Object
- Google::Apis::OsconfigV1::OsPolicyResourcePackageResourceZypper
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/osconfig_v1/classes.rb,
lib/google/apis/osconfig_v1/representations.rb,
lib/google/apis/osconfig_v1/representations.rb
Overview
A package managed by Zypper. - install: zypper -y install package
- remove:
zypper -y rm package
Instance Attribute Summary collapse
-
#name ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OsPolicyResourcePackageResourceZypper
constructor
A new instance of OsPolicyResourcePackageResourceZypper.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OsPolicyResourcePackageResourceZypper
Returns a new instance of OsPolicyResourcePackageResourceZypper.
2408 2409 2410 |
# File 'lib/google/apis/osconfig_v1/classes.rb', line 2408 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Required. Package name.
Corresponds to the JSON property name
2406 2407 2408 |
# File 'lib/google/apis/osconfig_v1/classes.rb', line 2406 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2413 2414 2415 |
# File 'lib/google/apis/osconfig_v1/classes.rb', line 2413 def update!(**args) @name = args[:name] if args.key?(:name) end |