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.
2345 2346 2347 |
# File 'lib/google/apis/osconfig_v1/classes.rb', line 2345 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Required. Package name.
Corresponds to the JSON property name
2343 2344 2345 |
# File 'lib/google/apis/osconfig_v1/classes.rb', line 2343 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2350 2351 2352 |
# File 'lib/google/apis/osconfig_v1/classes.rb', line 2350 def update!(**args) @name = args[:name] if args.key?(:name) end |