PostRegistryProperties
Name | Type | Description | Notes |
---|---|---|---|
garbage_collection_schedule | | [optional] | |
location | String | | |
name | String | | |
require 'ionoscloud-container-registry'
instance = IonoscloudContainerRegistry::PostRegistryProperties.new(
garbage_collection_schedule: null,
location: de/txl,
name: my-registry
)
Last modified 3mo ago