Class: Google::Apis::OsconfigV1alpha::OsPolicyResourcePackageResourceZypper
- Inherits:
-
Object
- Object
- Google::Apis::OsconfigV1alpha::OsPolicyResourcePackageResourceZypper
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/osconfig_v1alpha/classes.rb,
lib/google/apis/osconfig_v1alpha/representations.rb,
lib/google/apis/osconfig_v1alpha/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.
2257 2258 2259 |
# File 'lib/google/apis/osconfig_v1alpha/classes.rb', line 2257 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Required. Package name.
Corresponds to the JSON property name
2255 2256 2257 |
# File 'lib/google/apis/osconfig_v1alpha/classes.rb', line 2255 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2262 2263 2264 |
# File 'lib/google/apis/osconfig_v1alpha/classes.rb', line 2262 def update!(**args) @name = args[:name] if args.key?(:name) end |