Sha256: 517bd344a27aa3bbc8b42b1654e1b9affe8408ee0e9c5a3a648ec9590db1e2ce
Contents?: true
Size: 1.91 KB
Versions: 2
Compression:
Stored size: 1.91 KB
Contents
# PulpFileClient::DomainResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [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** | **String** | A name for this domain. | **description** | **String** | An optional description. | [optional] **storage_class** | [**StorageClassEnum**](StorageClassEnum.md) | 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**](.md) | Settings for storage class. | **redirect_to_object_storage** | **Boolean** | Boolean to have the content app redirect to object storage. | [optional] [default to true] **hide_guarded_distributions** | **Boolean** | Boolean to hide distributions with a content guard in the content app. | [optional] [default to false] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::DomainResponse.new(pulp_href: null, pulp_created: null, pulp_last_updated: null, name: null, description: null, storage_class: null, storage_settings: null, redirect_to_object_storage: null, hide_guarded_distributions: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/DomainResponse.md |
pulp_file_client-3.49.14 | docs/DomainResponse.md |