Enum googapis::google::cloud::osconfig::v1::inventory::software_package::Details[][src]

pub enum Details {
    YumPackage(VersionedPackage),
    AptPackage(VersionedPackage),
    ZypperPackage(VersionedPackage),
    GoogetPackage(VersionedPackage),
    ZypperPatch(ZypperPatch),
    WuaPackage(WindowsUpdatePackage),
    QfePackage(WindowsQuickFixEngineeringPackage),
    CosPackage(VersionedPackage),
    WindowsApplication(WindowsApplication),
}
Expand description

Information about the different types of software packages.

Variants

YumPackage(VersionedPackage)

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.

Tuple Fields of YumPackage

0: VersionedPackage
AptPackage(VersionedPackage)

Details of an APT package. For details about the apt package manager, see https://wiki.debian.org/Apt.

Tuple Fields of AptPackage

0: VersionedPackage
ZypperPackage(VersionedPackage)

Details of a Zypper package. For details about the Zypper package manager, see https://en.opensuse.org/SDB:Zypper_manual.

Tuple Fields of ZypperPackage

0: VersionedPackage
GoogetPackage(VersionedPackage)

Details of a Googet package. For details about the googet package manager, see https://github.com/google/googet.

Tuple Fields of GoogetPackage

0: VersionedPackage
ZypperPatch(ZypperPatch)

Details of a Zypper patch. For details about the Zypper package manager, see https://en.opensuse.org/SDB:Zypper_manual.

Tuple Fields of ZypperPatch

0: ZypperPatch
WuaPackage(WindowsUpdatePackage)

Details of a Windows Update package. See https://docs.microsoft.com/en-us/windows/win32/api/_wua/ for information about Windows Update.

Tuple Fields of WuaPackage

0: WindowsUpdatePackage
QfePackage(WindowsQuickFixEngineeringPackage)

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.

Tuple Fields of QfePackage

0: WindowsQuickFixEngineeringPackage
CosPackage(VersionedPackage)

Details of a COS package.

Tuple Fields of CosPackage

0: VersionedPackage
WindowsApplication(WindowsApplication)

Details of Windows Application.

Tuple Fields of WindowsApplication

0: WindowsApplication

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more