github.com/free5gc/openapi@v1.0.8/models/model_amf_non3_gpp_access_registration.go (about) 1 /* 2 * Nudm_UECM 3 * 4 * Nudm Context Management Service 5 * 6 * API version: 1.0.1 7 * Generated by: OpenAPI Generator (https://openapi-generator.tech) 8 */ 9 10 package models 11 12 type AmfNon3GppAccessRegistration struct { 13 AmfInstanceId string `json:"amfInstanceId" yaml:"amfInstanceId" bson:"amfInstanceId" mapstructure:"AmfInstanceId"` 14 SupportedFeatures string `json:"supportedFeatures,omitempty" yaml:"supportedFeatures" bson:"supportedFeatures" mapstructure:"SupportedFeatures"` 15 PurgeFlag bool `json:"purgeFlag,omitempty" yaml:"purgeFlag" bson:"purgeFlag" mapstructure:"PurgeFlag"` 16 Pei string `json:"pei,omitempty" yaml:"pei" bson:"pei" mapstructure:"Pei"` 17 ImsVoPs ImsVoPs `json:"imsVoPs" yaml:"imsVoPs" bson:"imsVoPs" mapstructure:"ImsVoPs"` 18 DeregCallbackUri string `json:"deregCallbackUri" yaml:"deregCallbackUri" bson:"deregCallbackUri" mapstructure:"DeregCallbackUri"` 19 AmfServiceNameDereg ServiceName `json:"amfServiceNameDereg,omitempty" yaml:"amfServiceNameDereg" bson:"amfServiceNameDereg" mapstructure:"AmfServiceNameDereg"` 20 PcscfRestorationCallbackUri string `json:"pcscfRestorationCallbackUri,omitempty" yaml:"pcscfRestorationCallbackUri" bson:"pcscfRestorationCallbackUri" mapstructure:"PcscfRestorationCallbackUri"` 21 AmfServiceNamePcscfRest ServiceName `json:"amfServiceNamePcscfRest,omitempty" yaml:"amfServiceNamePcscfRest" bson:"amfServiceNamePcscfRest" mapstructure:"AmfServiceNamePcscfRest"` 22 Guami *Guami `json:"guami" yaml:"guami" bson:"guami" mapstructure:"Guami"` 23 BackupAmfInfo []BackupAmfInfo `json:"backupAmfInfo,omitempty" yaml:"backupAmfInfo" bson:"backupAmfInfo" mapstructure:"BackupAmfInfo"` 24 RatType RatType `json:"ratType" yaml:"ratType" bson:"ratType" mapstructure:"RatType"` 25 UrrpIndicator bool `json:"urrpIndicator,omitempty" yaml:"urrpIndicator" bson:"urrpIndicator" mapstructure:"UrrpIndicator"` 26 }