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 }