Class YumArtifact (1.1.2)

YumArtifact(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A detailed representation of a Yum artifact.

Attributes

NameDescription
name str
Output only. The Artifact Registry resource name of the artifact.
package_name str
Output only. The yum package name of the artifact.
package_type google.cloud.artifactregistry_v1beta2.types.YumArtifact.PackageType
Output only. An artifact is a binary or source package.
architecture str
Output only. Operating system architecture of the artifact.

Classes

PackageType

PackageType(value)

Package type is either binary or source.