github.com/vmware/go-vmware-nsxt@v0.0.0-20230223012718-d31b8a1ca05e/manager/dscp.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  // Dscp value is ignored in case of 'TRUSTED' DscpMode.
     9  type Dscp struct {
    10  
    11  	// Trust settings
    12  	Mode string `json:"mode,omitempty"`
    13  
    14  	// Internal Forwarding Priority
    15  	Priority int32 `json:"priority,omitempty"`
    16  }