PatchedDomain

Serializer for Domain.

Properties

Name Type Description Notes
name str A name for this domain. [optional]
description str An optional description. [optional]
storage_class StorageClassEnum Backend storage class for domain. * `pulpcore.app.models.storage.FileSystem` - Use local filesystem as storage * `storages.backends.s3boto3.S3Boto3Storage` - Use Amazon S3 as storage * `storages.backends.azure_storage.AzureStorage` - Use Azure Blob as storage [optional]
storage_settings object Settings for storage class. [optional]
redirect_to_object_storage bool Boolean to have the content app redirect to object storage. [optional] [default to True]
hide_guarded_distributions bool Boolean to hide distributions with a content guard in the content app. [optional] [default to False]

[Back to Model list] [Back to API list] [Back to HOME]