Sha256: 34e55d30cb4b7ed2327095388039affb6f65f1cdca96640141e4512207defe84
Contents?: true
Size: 1.4 KB
Versions: 2
Compression:
Stored size: 1.4 KB
Contents
# PulpFileClient::PatchedDomain ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | A name for this domain. | [optional] **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 | [optional] **storage_settings** | [**Object**](.md) | Settings for storage class. | [optional] **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::PatchedDomain.new(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/PatchedDomain.md |
pulp_file_client-3.49.14 | docs/PatchedDomain.md |