Class: Google::Cloud::OsConfig::V1::Inventory::SoftwarePackage
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::Inventory::SoftwarePackage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/inventory.rb
Overview
Software package information of the operating system.
Instance Attribute Summary collapse
-
#apt_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::VersionedPackage
Details of an APT package.
-
#cos_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::VersionedPackage
Details of a COS package.
-
#googet_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::VersionedPackage
Details of a Googet package.
-
#qfe_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::WindowsQuickFixEngineeringPackage
Details of a Windows Quick Fix engineering package.
-
#windows_application ⇒ ::Google::Cloud::OsConfig::V1::Inventory::WindowsApplication
Details of Windows Application.
-
#wua_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::WindowsUpdatePackage
Details of a Windows Update package.
-
#yum_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::VersionedPackage
Yum package info.
-
#zypper_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::VersionedPackage
Details of a Zypper package.
-
#zypper_patch ⇒ ::Google::Cloud::OsConfig::V1::Inventory::ZypperPatch
Details of a Zypper patch.
Instance Attribute Details
#apt_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::VersionedPackage
Returns Details of an APT package. For details about the apt package manager, see https://wiki.debian.org/Apt.
178 179 180 181 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 178 class SoftwarePackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cos_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::VersionedPackage
Returns Details of a COS package.
178 179 180 181 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 178 class SoftwarePackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#googet_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::VersionedPackage
Returns Details of a Googet package. For details about the googet package manager, see https://github.com/google/googet.
178 179 180 181 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 178 class SoftwarePackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#qfe_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::WindowsQuickFixEngineeringPackage
Returns Details of a Windows Quick Fix engineering package. See https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-quickfixengineering for info in Windows Quick Fix Engineering.
178 179 180 181 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 178 class SoftwarePackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#windows_application ⇒ ::Google::Cloud::OsConfig::V1::Inventory::WindowsApplication
Returns Details of Windows Application.
178 179 180 181 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 178 class SoftwarePackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#wua_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::WindowsUpdatePackage
Returns Details of a Windows Update package. See https://docs.microsoft.com/en-us/windows/win32/api/_wua/ for information about Windows Update.
178 179 180 181 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 178 class SoftwarePackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#yum_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::VersionedPackage
Returns Yum package info. For details about the yum package manager, see https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/ch-yum.
178 179 180 181 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 178 class SoftwarePackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zypper_package ⇒ ::Google::Cloud::OsConfig::V1::Inventory::VersionedPackage
Returns Details of a Zypper package. For details about the Zypper package manager, see https://en.opensuse.org/SDB:Zypper_manual.
178 179 180 181 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 178 class SoftwarePackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zypper_patch ⇒ ::Google::Cloud::OsConfig::V1::Inventory::ZypperPatch
Returns Details of a Zypper patch. For details about the Zypper package manager, see https://en.opensuse.org/SDB:Zypper_manual.
178 179 180 181 |
# File 'proto_docs/google/cloud/osconfig/v1/inventory.rb', line 178 class SoftwarePackage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |