Class: Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::PackageResource::YUM
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1alpha::OSPolicy::Resource::PackageResource::YUM
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1alpha/os_policy.rb
Overview
A package managed by YUM.
- install:
yum -y install package - remove:
yum -y remove package
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
281 282 283 284 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy.rb', line 281 class YUM include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |