github.com/vmware/go-vmware-nsxt@v0.0.0-20230223012718-d31b8a1ca05e/supportbundle/support_bundle_container_node.go (about) 1 /* 2 * NSX-T Manager API 3 * 4 * VMware NSX-T Manager REST API 5 * 6 * API version: 3.2.0.0.0 7 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) 8 */ 9 10 package supportbundle 11 12 type SupportBundleContainerNode struct { 13 // Support bundle container type 14 ContainerType string `json:"container_type"` 15 // List of ContainerClusterNodes identifying container clusters and their nodes 16 Clusters []ContainerClusterNode `json:"clusters,omitempty"` 17 }