github.com/vmware/go-vmware-nsxt@v0.0.0-20230223012718-d31b8a1ca05e/manager/route_map_sequence_set.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 type RouteMapSequenceSet struct { 9 10 // As Path Prepending to influence path selection 11 AsPathPrepend string `json:"as_path_prepend,omitempty"` 12 13 // Either well-known community name or community value in aa:nn(2byte:2byte) format 14 Community string `json:"community,omitempty"` 15 16 // Multi Exit Discriminator (MED) 17 MultiExitDiscriminator int64 `json:"multi_exit_discriminator,omitempty"` 18 19 // Weight used to select certain path 20 Weight int32 `json:"weight,omitempty"` 21 }