github.com/free5gc/openapi@v1.0.8/models/model_nspa_container_information.go (about)

     1  /*
     2   * Nchf_ConvergedCharging
     3   *
     4   * ConvergedCharging Service    © 2021, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved.
     5   *
     6   * API version: 3.0.3
     7   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     8   */
     9  
    10  package models
    11  
    12  type NspaContainerInformation struct {
    13  	Latency                          int32                  `json:"latency,omitempty" yaml:"latency" bson:"latency" mapstructure:"Latency"`
    14  	Throughput                       *Throughput            `json:"throughput,omitempty" yaml:"throughput" bson:"throughput" mapstructure:"Throughput"`
    15  	MaximumPacketLossRate            string                 `json:"maximumPacketLossRate,omitempty" yaml:"maximumPacketLossRate" bson:"maximumPacketLossRate" mapstructure:"MaximumPacketLossRate"`
    16  	ServiceExperienceStatisticsData  *ServiceExperienceInfo `json:"serviceExperienceStatisticsData,omitempty" yaml:"serviceExperienceStatisticsData" bson:"serviceExperienceStatisticsData" mapstructure:"ServiceExperienceStatisticsData"`
    17  	TheNumberOfPDUSessions           int32                  `json:"theNumberOfPDUSessions,omitempty" yaml:"theNumberOfPDUSessions" bson:"theNumberOfPDUSessions" mapstructure:"TheNumberOfPDUSessions"`
    18  	TheNumberOfRegisteredSubscribers int32                  `json:"theNumberOfRegisteredSubscribers,omitempty" yaml:"theNumberOfRegisteredSubscribers" bson:"theNumberOfRegisteredSubscribers" mapstructure:"TheNumberOfRegisteredSubscribers"`
    19  	LoadLevel                        *NsiLoadLevelInfo      `json:"loadLevel,omitempty" yaml:"loadLevel" bson:"loadLevel" mapstructure:"LoadLevel"`
    20  }