PostRegistryProperties

Properties

NameTypeDescriptionNotes

garbage_collection_schedule

[optional]

location

String

name

String

Example

require 'ionoscloud-container-registry'

instance = IonoscloudContainerRegistry::PostRegistryProperties.new(
  garbage_collection_schedule: null,
  location: de/txl,
  name: my-registry
)

Last updated