Get Registry Enterprise Sync Rules Rule
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)
Properties
Link copied to clipboard
ID of Container Registry Enterprise Edition local instance.
Link copied to clipboard
Name of Container Registry Enterprise Edition local namespace.
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
PASSIVE
or INITIATIVE
, the policy configured to trigger the synchronization rule.
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.