Sha256: 67e38d8e8932285215ff8d904d70392eb6a342d66a71e11a6db41db406283130
Contents?: true
Size: 1.15 KB
Versions: 24
Compression:
Stored size: 1.15 KB
Contents
# PulpcoreClient::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. | [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 'PulpcoreClient' instance = PulpcoreClient::PatchedDomain.new(name: null, description: null, storage_class: null, storage_settings: null, redirect_to_object_storage: null, hide_guarded_distributions: null) ```
Version data entries
24 entries across 24 versions & 1 rubygems