Package-level declarations
Types
Link copied to clipboard
enum ReplicationConfigurationFilterType : Enum<ReplicationConfigurationFilterType> , ConvertibleToJava<ReplicationConfigurationFilterType>
Type of repository filter
Link copied to clipboard
enum RepositoryCreationTemplateAppliedForItem : Enum<RepositoryCreationTemplateAppliedForItem> , ConvertibleToJava<RepositoryCreationTemplateAppliedForItem>
Enumerable Strings representing the repository creation scenarios that the template will apply towards.
Link copied to clipboard
enum RepositoryCreationTemplateEncryptionType : Enum<RepositoryCreationTemplateEncryptionType> , ConvertibleToJava<RepositoryCreationTemplateEncryptionType>
The encryption type to use.
Link copied to clipboard
enum RepositoryCreationTemplateImageTagMutability : Enum<RepositoryCreationTemplateImageTagMutability> , ConvertibleToJava<RepositoryCreationTemplateImageTagMutability>
The image tag mutability setting for the repository.
Link copied to clipboard
enum RepositoryEncryptionType : Enum<RepositoryEncryptionType> , ConvertibleToJava<RepositoryEncryptionType>
The encryption type to use.
Link copied to clipboard
enum RepositoryImageTagMutability : Enum<RepositoryImageTagMutability> , ConvertibleToJava<RepositoryImageTagMutability>
The tag mutability setting for the repository. If this parameter is omitted, the default setting of `MUTABLE`
will be used which will allow image tags to be overwritten. If `IMMUTABLE`
is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.