User GuidesAPIs, SDKs & ToolsSupportFAQ
Search…
⌃K
Links
Introduction
Changelog
API
LocationsApi
NamesApi
RegistriesApi
RepositoriesApi
TokensApi
Models
ApiErrorMessage
ApiErrorResponse
ApiResourceMetadata
Credentials
Day
Location
LocationsResponse
PaginationLinks
PatchRegistryInput
PatchTokenInput
PostRegistryInput
PostRegistryOutput
PostRegistryProperties
PostTokenInput
PostTokenOutput
PostTokenProperties
PutRegistryInput
PutRegistryOutput
PutTokenInput
PutTokenOutput
RegistriesResponse
RegistryProperties
RegistryResponse
Scope
StorageUsage
TokenProperties
TokenResponse
TokensResponse
WeeklySchedule
Powered By GitBook

PostRegistryProperties

Properties

Name
Type
Description
Notes
garbage_collection_schedule
​WeeklySchedule​
​
[optional]
location
String
​
​
name
String
​
​

Example

require 'ionoscloud-container-registry'
​
instance = IonoscloudContainerRegistry::PostRegistryProperties.new(
garbage_collection_schedule: null,
location: de/txl,
name: my-registry
)
Models - Previous
PostRegistryOutput
Next - Models
PostTokenInput
Last modified 3mo ago
Copy link
On this page
Properties
Example