RpmRpmPublication
A Serializer for RpmPublication.
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| 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] | 
| 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] |