From 9f91bfd5d54d6491a8d9b63d8a0a3346a8b52bfc Mon Sep 17 00:00:00 2001 From: wkutler Date: Tue, 31 Oct 2023 10:32:30 -0400 Subject: [PATCH] OCM-4294 | feat: add tags to subnet network verification resource Signed-off-by: wkutler --- model/clusters_mgmt/v1/subnet_network_verification_type.model | 3 +++ 1 file changed, 3 insertions(+) diff --git a/model/clusters_mgmt/v1/subnet_network_verification_type.model b/model/clusters_mgmt/v1/subnet_network_verification_type.model index 9141b2a5..d3e5a172 100644 --- a/model/clusters_mgmt/v1/subnet_network_verification_type.model +++ b/model/clusters_mgmt/v1/subnet_network_verification_type.model @@ -20,4 +20,7 @@ class SubnetNetworkVerification { // State of the subnet network verification. State String + + // Tags supplied to the network verifier for this subnet. + Tags [String]String }