YumArtifact(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A detailed representation of a Yum artifact.
Attributes |
|
---|---|
Name | Description |
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.