github.com/vmware/go-vmware-nsxt@v0.0.0-20230223012718-d31b8a1ca05e/supportbundle/remaining_support_bundle_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 RemainingSupportBundleNode struct { 13 // Display name of node 14 NodeDisplayName string `json:"node_display_name,omitempty"` 15 // UUID of node 16 NodeId string `json:"node_id,omitempty"` 17 // Status of node 18 Status string `json:"status,omitempty"` 19 }