GetRegistryEnterpriseSyncRulesResult

data class GetRegistryEnterpriseSyncRulesResult(val id: String, val ids: List<String>, val instanceId: String, val nameRegex: String? = null, val names: List<String>, val namespaceName: String? = null, val outputFile: String? = null, val repoName: String? = null, val rules: List<GetRegistryEnterpriseSyncRulesRule>, val targetInstanceId: String? = null)

A collection of values returned by getRegistryEnterpriseSyncRules.

Constructors

Link copied to clipboard
constructor(id: String, ids: List<String>, instanceId: String, nameRegex: String? = null, names: List<String>, namespaceName: String? = null, outputFile: String? = null, repoName: String? = null, rules: List<GetRegistryEnterpriseSyncRulesRule>, targetInstanceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of matched Container Registry Enterprise Edition sync rules. Its element is a sync rule uuid.

Link copied to clipboard

ID of Container Registry Enterprise Edition local instance.

Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

A list of sync rule names.

Link copied to clipboard
val namespaceName: String? = null

Name of Container Registry Enterprise Edition local namespace.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val repoName: String? = null

Name of Container Registry Enterprise Edition local repo.

Link copied to clipboard

A list of matched Container Registry Enterprise Edition sync rules. Each element contains the following attributes:

Link copied to clipboard

ID of Container Registry Enterprise Edition target instance.