github.com/free5gc/openapi@v1.0.8/models/model_nf_identification.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 NfIdentification struct { 13 NFName string `json:"nFName,omitempty" yaml:"nFName" bson:"nFName" mapstructure:"NFName"` 14 NFIPv4Address string `json:"nFIPv4Address,omitempty" yaml:"nFIPv4Address" bson:"nFIPv4Address" mapstructure:"NFIPv4Address"` 15 NFIPv6Address string `json:"nFIPv6Address,omitempty" yaml:"nFIPv6Address" bson:"nFIPv6Address" mapstructure:"NFIPv6Address"` 16 NFPLMNID *PlmnId `json:"nFPLMNID,omitempty" yaml:"nFPLMNID" bson:"nFPLMNID" mapstructure:"NFPLMNID"` 17 NodeFunctionality NodeFunctionality `json:"nodeFunctionality" yaml:"nodeFunctionality" bson:"nodeFunctionality" mapstructure:"NodeFunctionality"` 18 NFFqdn string `json:"nFFqdn,omitempty" yaml:"nFFqdn" bson:"nFFqdn" mapstructure:"NFFqdn"` 19 }