DomainResponse
Serializer for Domain.
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] |
name | str | A name for this domain. | |
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 | |
storage_settings | object | Settings for storage class. | |
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] |