Class: Google::Cloud::OsConfig::V1::OSPolicy::Resource::PackageResource::APT
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::OSPolicy::Resource::PackageResource::APT
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/os_policy.rb
Overview
A package managed by APT.
- install:
apt-get update && apt-get -y install [name] - remove:
apt-get -y remove [name]
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Package name.
238 239 240 241 |
# File 'proto_docs/google/cloud/osconfig/v1/os_policy.rb', line 238 class APT include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |