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

     1  /*
     2   * Nbsf_Management
     3   *
     4   * Binding Support Management Service API. © 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved.
     5   *
     6   * API version: 1.1.0
     7   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     8   */
     9  
    10  package models
    11  
    12  type PcfBindingPatch struct {
    13  	Ipv4Addr string `json:"ipv4Addr,omitempty" bson:"ipv4Addr"`
    14  
    15  	IpDomain string `json:"ipDomain,omitempty" bson:"ipDomain"`
    16  
    17  	Ipv6Prefix string `json:"ipv6Prefix,omitempty" bson:"ipv6Prefix"`
    18  
    19  	// The additional IPv6 Address Prefixes of the served UE.
    20  	AddIpv6Prefixes []string `json:"addIpv6Prefixes,omitempty" bson:"addIpv6Prefixes"`
    21  
    22  	MacAddr48 string `json:"macAddr48,omitempty" bson:"macAddr48"`
    23  
    24  	// The additional MAC Addresses of the served UE.
    25  	AddMacAddrs []string `json:"addMacAddrs,omitempty" bson:"addMacAddrs"`
    26  
    27  	PcfId string `json:"pcfId,omitempty" bson:"pcfId"`
    28  
    29  	// Fully Qualified Domain Name
    30  	PcfFqdn string `json:"pcfFqdn,omitempty" bson:"pcfFqdn"`
    31  
    32  	// IP end points of the PCF hosting the Npcf_PolicyAuthorization service.
    33  	PcfIpEndPoints []IpEndPoint `json:"pcfIpEndPoints,omitempty" bson:"pcfIpEndPoints"`
    34  
    35  	PcfDiamHost string `json:"pcfDiamHost,omitempty" bson:"pcfDiamHost"`
    36  
    37  	PcfDiamRealm string `json:"pcfDiamRealm,omitempty" bson:"pcfDiamRealm"`
    38  }