Class: Google::Cloud::OsConfig::V1::OSPolicy::Resource::PackageResource::Zypper
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::OSPolicy::Resource::PackageResource::Zypper
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/os_policy.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 Attribute Details
#name ⇒ ::String
Returns Required. Package name.
247 248 249 250 |
# File 'proto_docs/google/cloud/osconfig/v1/os_policy.rb', line 247 class Zypper include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |