> For the complete documentation index, see [llms.txt](https://docs.ionos.com/container-registry-sdk-ruby/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/container-registry-sdk-ruby/models/registryproperties.md).

# RegistryProperties

## Properties

| Name                              | Type                                                                        | Description | Notes       |
| --------------------------------- | --------------------------------------------------------------------------- | ----------- | ----------- |
| **garbage\_collection\_schedule** | [**WeeklySchedule**](/container-registry-sdk-ruby/models/weeklyschedule.md) |             | \[optional] |
| **hostname**                      | **String**                                                                  |             | \[optional] |
| **location**                      | **String**                                                                  |             |             |
| **name**                          | **String**                                                                  |             |             |
| **storage\_usage**                | [**StorageUsage**](/container-registry-sdk-ruby/models/storageusage.md)     |             | \[optional] |

## Example

```ruby
require 'ionoscloud-container-registry'

instance = IonoscloudContainerRegistry::RegistryProperties.new(
  garbage_collection_schedule: null,
  hostname: my-registry.cr.ionos.com,
  location: de/txl,
  name: my-registry,
  storage_usage: null
)
```
