struct_route_map.go 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. package cbn
  2. //Licensed under the Apache License, Version 2.0 (the "License");
  3. //you may not use this file except in compliance with the License.
  4. //You may obtain a copy of the License at
  5. //
  6. //http://www.apache.org/licenses/LICENSE-2.0
  7. //
  8. //Unless required by applicable law or agreed to in writing, software
  9. //distributed under the License is distributed on an "AS IS" BASIS,
  10. //WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. //See the License for the specific language governing permissions and
  12. //limitations under the License.
  13. //
  14. // Code generated by Alibaba Cloud SDK Code Generator.
  15. // Changes may cause incorrect behavior and will be lost if the code is regenerated.
  16. // RouteMap is a nested struct in cbn response
  17. type RouteMap struct {
  18. Status string `json:"Status" xml:"Status"`
  19. RouteMapId string `json:"RouteMapId" xml:"RouteMapId"`
  20. CenId string `json:"CenId" xml:"CenId"`
  21. CenRegionId string `json:"CenRegionId" xml:"CenRegionId"`
  22. Description string `json:"Description" xml:"Description"`
  23. MapResult string `json:"MapResult" xml:"MapResult"`
  24. Priority int `json:"Priority" xml:"Priority"`
  25. NextPriority int `json:"NextPriority" xml:"NextPriority"`
  26. CidrMatchMode string `json:"CidrMatchMode" xml:"CidrMatchMode"`
  27. AsPathMatchMode string `json:"AsPathMatchMode" xml:"AsPathMatchMode"`
  28. CommunityMatchMode string `json:"CommunityMatchMode" xml:"CommunityMatchMode"`
  29. CommunityOperateMode string `json:"CommunityOperateMode" xml:"CommunityOperateMode"`
  30. Preference int `json:"Preference" xml:"Preference"`
  31. TransmitDirection string `json:"TransmitDirection" xml:"TransmitDirection"`
  32. SourceInstanceIdsReverseMatch bool `json:"SourceInstanceIdsReverseMatch" xml:"SourceInstanceIdsReverseMatch"`
  33. DestinationInstanceIdsReverseMatch bool `json:"DestinationInstanceIdsReverseMatch" xml:"DestinationInstanceIdsReverseMatch"`
  34. SourceInstanceIds SourceInstanceIds `json:"SourceInstanceIds" xml:"SourceInstanceIds"`
  35. DestinationInstanceIds DestinationInstanceIds `json:"DestinationInstanceIds" xml:"DestinationInstanceIds"`
  36. SourceRouteTableIds SourceRouteTableIds `json:"SourceRouteTableIds" xml:"SourceRouteTableIds"`
  37. DestinationRouteTableIds DestinationRouteTableIds `json:"DestinationRouteTableIds" xml:"DestinationRouteTableIds"`
  38. SourceRegionIds SourceRegionIds `json:"SourceRegionIds" xml:"SourceRegionIds"`
  39. SourceChildInstanceTypes SourceChildInstanceTypes `json:"SourceChildInstanceTypes" xml:"SourceChildInstanceTypes"`
  40. DestinationChildInstanceTypes DestinationChildInstanceTypes `json:"DestinationChildInstanceTypes" xml:"DestinationChildInstanceTypes"`
  41. DestinationCidrBlocks DestinationCidrBlocks `json:"DestinationCidrBlocks" xml:"DestinationCidrBlocks"`
  42. RouteTypes RouteTypes `json:"RouteTypes" xml:"RouteTypes"`
  43. MatchAsns MatchAsns `json:"MatchAsns" xml:"MatchAsns"`
  44. MatchCommunitySet MatchCommunitySet `json:"MatchCommunitySet" xml:"MatchCommunitySet"`
  45. OperateCommunitySet OperateCommunitySet `json:"OperateCommunitySet" xml:"OperateCommunitySet"`
  46. PrependAsPath PrependAsPath `json:"PrependAsPath" xml:"PrependAsPath"`
  47. }