GetRegistryEnterpriseSyncRulesRule

data class GetRegistryEnterpriseSyncRulesRule(val id: String, val instanceId: String, val name: String, val namespaceName: String, val regionId: String, val repoName: String, val syncDirection: String, val syncScope: String, val syncTrigger: String, val tagFilter: String, val targetInstanceId: String, val targetNamespaceName: String, val targetRegionId: String, val targetRepoName: String)

Constructors

Link copied to clipboard
constructor(id: String, instanceId: String, name: String, namespaceName: String, regionId: String, repoName: String, syncDirection: String, syncScope: String, syncTrigger: String, tagFilter: String, targetInstanceId: String, targetNamespaceName: String, targetRegionId: String, targetRepoName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

ID of Container Registry Enterprise Edition sync rule.

Link copied to clipboard

ID of Container Registry Enterprise Edition local instance.

Link copied to clipboard

Name of Container Registry Enterprise Edition sync rule.

Link copied to clipboard

Name of Container Registry Enterprise Edition local namespace.

Link copied to clipboard

Region of Container Registry Enterprise Edition local instance.

Link copied to clipboard

Name of Container Registry Enterprise Edition local repo.

Link copied to clipboard

FROM or TO, the direction of synchronization. FROM indicates that the local instance is the source instance. TO indicates that the local instance is the target instance to be synchronized.

Link copied to clipboard

REPO or NAMESPACE,the scope that the synchronization rule applies.

Link copied to clipboard

PASSIVE or INITIATIVE, the policy configured to trigger the synchronization rule.

Link copied to clipboard

The regular expression used to filter image tags for synchronization in the source repository.

Link copied to clipboard

ID of Container Registry Enterprise Edition target instance.

Link copied to clipboard

Name of Container Registry Enterprise Edition target namespace.

Link copied to clipboard

Region of Container Registry Enterprise Edition target instance.

Link copied to clipboard

Name of Container Registry Enterprise Edition target repo.