Class: Google::Apis::OsconfigV1beta::SoftwareRecipeStepInstallDpkg
- Inherits:
-
Object
- Object
- Google::Apis::OsconfigV1beta::SoftwareRecipeStepInstallDpkg
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/osconfig_v1beta/classes.rb,
generated/google/apis/osconfig_v1beta/representations.rb,
generated/google/apis/osconfig_v1beta/representations.rb
Overview
Installs a deb via dpkg.
Instance Attribute Summary collapse
-
#artifact_id ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SoftwareRecipeStepInstallDpkg
constructor
A new instance of SoftwareRecipeStepInstallDpkg.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SoftwareRecipeStepInstallDpkg
Returns a new instance of SoftwareRecipeStepInstallDpkg.
2347 2348 2349 |
# File 'generated/google/apis/osconfig_v1beta/classes.rb', line 2347 def initialize(**args) update!(**args) end |
Instance Attribute Details
#artifact_id ⇒ String
Required. The id of the relevant artifact in the recipe.
Corresponds to the JSON property artifactId
2345 2346 2347 |
# File 'generated/google/apis/osconfig_v1beta/classes.rb', line 2345 def artifact_id @artifact_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2352 2353 2354 |
# File 'generated/google/apis/osconfig_v1beta/classes.rb', line 2352 def update!(**args) @artifact_id = args[:artifact_id] if args.key?(:artifact_id) end |