Class: Google::Apis::OsconfigV1alpha::OsPolicyResourcePackageResourceGooGet
- Inherits:
-
Object
- Object
- Google::Apis::OsconfigV1alpha::OsPolicyResourcePackageResourceGooGet
- 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 GooGet. - install: googet -noconfirm install package
-
remove: googet -noconfirm remove package
Instance Attribute Summary collapse
-
#name ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OsPolicyResourcePackageResourceGooGet
constructor
A new instance of OsPolicyResourcePackageResourceGooGet.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OsPolicyResourcePackageResourceGooGet
Returns a new instance of OsPolicyResourcePackageResourceGooGet.
2206 2207 2208 |
# File 'lib/google/apis/osconfig_v1alpha/classes.rb', line 2206 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Required. Package name.
Corresponds to the JSON property name
2204 2205 2206 |
# File 'lib/google/apis/osconfig_v1alpha/classes.rb', line 2204 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2211 2212 2213 |
# File 'lib/google/apis/osconfig_v1alpha/classes.rb', line 2211 def update!(**args) @name = args[:name] if args.key?(:name) end |