github.com/vmware/go-vmware-nsxt@v0.0.0-20230223012718-d31b8a1ca05e/manager/transport_zone_end_point.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 manager 7 8 // Specify which HostSwitch from this TransportNode is used handle traffic for given TransportZone 9 type TransportZoneEndPoint struct { 10 11 // Unique ID identifying the transport zone for this endpoint 12 TransportZoneId string `json:"transport_zone_id"` 13 14 // Identifiers of the transport zone profiles associated with this transport zone endpoint on this transport node. 15 TransportZoneProfileIds []TransportZoneProfileTypeIdEntry `json:"transport_zone_profile_ids,omitempty"` 16 }