github.com/vmware/go-vmware-nsxt@v0.0.0-20230223012718-d31b8a1ca05e/upgrade/upgrade_unit_type_stats.go (about) 1 /* Copyright © 2017 VMware, Inc. All Rights Reserved. 2 SPDX-License-Identifier: BSD-2-Clause 3 4 Generated by: https://github.com/swagger-api/swagger-codegen.git */ 5 6 package upgrade 7 8 type UpgradeUnitTypeStats struct { 9 10 // Number of nodes 11 NodeCount int32 `json:"node_count,omitempty"` 12 13 // Number of nodes with issues that may cause upgrade failure 14 NodeWithIssuesCount int32 `json:"node_with_issues_count,omitempty"` 15 16 // Type of upgrade unit 17 Type_ string `json:"type,omitempty"` 18 19 // Version of the upgrade unit 20 Version string `json:"version,omitempty"` 21 }