RegistryProperties

Properties

NameTypeDescriptionNotes

garbage_collection_schedule

[optional]

hostname

String

[optional]

location

String

name

String

storage_usage

[optional]

Example

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
)

Last updated