RpmRpmPublicationResponse
A Serializer for RpmPublication.
Properties
Name | Type | Description | Notes |
---|---|---|---|
pulp_href | str | [optional] [readonly] | |
pulp_created | datetime | Timestamp of creation. | [optional] [readonly] |
pulp_last_updated | datetime | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] |
repository_version | str | [optional] | |
repository | str | A URI of the repository to be published. | [optional] |
checksum_type | PackageChecksumTypeEnum | The preferred checksum type used during repo publishes. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
metadata_checksum_type | PackageChecksumTypeEnum | DEPRECATED: The checksum type for metadata. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
package_checksum_type | PackageChecksumTypeEnum | DEPRECATED: The checksum type for packages. * `unknown` - unknown * `md5` - md5 * `sha1` - sha1 * `sha224` - sha224 * `sha256` - sha256 * `sha384` - sha384 * `sha512` - sha512 | [optional] |
gpgcheck | int | DEPRECATED: An option specifying whether a client should perform a GPG signature check on packages. | [optional] |
repo_gpgcheck | int | DEPRECATED: An option specifying whether a client should perform a GPG signature check on the repodata. | [optional] |
sqlite_metadata | bool | REMOVED: An option specifying whether Pulp should generate SQLite metadata. Not operation since pulp_rpm 3.25.0 release | [optional] [readonly] [default to False] |
repo_config | object | A JSON document describing config.repo file | [optional] |
compression_type | CompressionTypeEnum | The compression type to use for metadata files. * `zstd` - zstd * `gz` - gz | [optional] |