Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type AccessTokenErr
- func (o *AccessTokenErr) GetError() string
- func (o *AccessTokenErr) GetErrorDescription() string
- func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool)
- func (o *AccessTokenErr) GetErrorOk() (*string, bool)
- func (o *AccessTokenErr) GetErrorUri() string
- func (o *AccessTokenErr) GetErrorUriOk() (*string, bool)
- func (o *AccessTokenErr) HasErrorDescription() bool
- func (o *AccessTokenErr) HasErrorUri() bool
- func (o AccessTokenErr) MarshalJSON() ([]byte, error)
- func (o *AccessTokenErr) SetError(v string)
- func (o *AccessTokenErr) SetErrorDescription(v string)
- func (o *AccessTokenErr) SetErrorUri(v string)
- func (o AccessTokenErr) ToMap() (map[string]interface{}, error)
- func (o *AccessTokenErr) UnmarshalJSON(bytes []byte) (err error)
- type AccessTokenReq
- func (o *AccessTokenReq) GetGrantType() string
- func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool)
- func (o *AccessTokenReq) GetHnrfAccessTokenUri() string
- func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool)
- func (o *AccessTokenReq) GetNfInstanceId() string
- func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetNfType() NFType
- func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool)
- func (o *AccessTokenReq) GetRequesterFqdn() string
- func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool)
- func (o *AccessTokenReq) GetRequesterPlmn() PlmnId
- func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId
- func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool)
- func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool)
- func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid
- func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool)
- func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai
- func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool)
- func (o *AccessTokenReq) GetScope() string
- func (o *AccessTokenReq) GetScopeOk() (*string, bool)
- func (o *AccessTokenReq) GetSourceNfInstanceId() string
- func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfInstanceId() string
- func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfServiceSetId() string
- func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfSetId() string
- func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool)
- func (o *AccessTokenReq) GetTargetNfType() NFType
- func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool)
- func (o *AccessTokenReq) GetTargetNsiList() []string
- func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool)
- func (o *AccessTokenReq) GetTargetPlmn() PlmnId
- func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool)
- func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid
- func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool)
- func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai
- func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool)
- func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool
- func (o *AccessTokenReq) HasNfType() bool
- func (o *AccessTokenReq) HasRequesterFqdn() bool
- func (o *AccessTokenReq) HasRequesterPlmn() bool
- func (o *AccessTokenReq) HasRequesterPlmnList() bool
- func (o *AccessTokenReq) HasRequesterSnpnList() bool
- func (o *AccessTokenReq) HasRequesterSnssaiList() bool
- func (o *AccessTokenReq) HasSourceNfInstanceId() bool
- func (o *AccessTokenReq) HasTargetNfInstanceId() bool
- func (o *AccessTokenReq) HasTargetNfServiceSetId() bool
- func (o *AccessTokenReq) HasTargetNfSetId() bool
- func (o *AccessTokenReq) HasTargetNfType() bool
- func (o *AccessTokenReq) HasTargetNsiList() bool
- func (o *AccessTokenReq) HasTargetPlmn() bool
- func (o *AccessTokenReq) HasTargetSnpn() bool
- func (o *AccessTokenReq) HasTargetSnssaiList() bool
- func (o AccessTokenReq) MarshalJSON() ([]byte, error)
- func (o *AccessTokenReq) SetGrantType(v string)
- func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)
- func (o *AccessTokenReq) SetNfInstanceId(v string)
- func (o *AccessTokenReq) SetNfType(v NFType)
- func (o *AccessTokenReq) SetRequesterFqdn(v string)
- func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)
- func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId)
- func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid)
- func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai)
- func (o *AccessTokenReq) SetScope(v string)
- func (o *AccessTokenReq) SetSourceNfInstanceId(v string)
- func (o *AccessTokenReq) SetTargetNfInstanceId(v string)
- func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)
- func (o *AccessTokenReq) SetTargetNfSetId(v string)
- func (o *AccessTokenReq) SetTargetNfType(v NFType)
- func (o *AccessTokenReq) SetTargetNsiList(v []string)
- func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)
- func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)
- func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai)
- func (o AccessTokenReq) ToMap() (map[string]interface{}, error)
- func (o *AccessTokenReq) UnmarshalJSON(bytes []byte) (err error)
- type ApiCreateIndividualSubcriptionRequest
- type ApiCreatePCFBindingRequest
- type ApiCreatePCFMbsBindingRequest
- type ApiCreatePCFforUEBindingRequest
- type ApiDeleteIndPCFBindingRequest
- type ApiDeleteIndPCFMbsBindingRequest
- type ApiDeleteIndPCFforUEBindingRequest
- type ApiDeleteIndividualSubcriptionRequest
- type ApiGetPCFBindingsRequest
- func (r ApiGetPCFBindingsRequest) Dnn(dnn string) ApiGetPCFBindingsRequest
- func (r ApiGetPCFBindingsRequest) Execute() (*PcfBinding, *http.Response, error)
- func (r ApiGetPCFBindingsRequest) Gpsi(gpsi string) ApiGetPCFBindingsRequest
- func (r ApiGetPCFBindingsRequest) IpDomain(ipDomain string) ApiGetPCFBindingsRequest
- func (r ApiGetPCFBindingsRequest) Ipv4Addr(ipv4Addr string) ApiGetPCFBindingsRequest
- func (r ApiGetPCFBindingsRequest) Ipv6Prefix(ipv6Prefix Ipv6Prefix) ApiGetPCFBindingsRequest
- func (r ApiGetPCFBindingsRequest) MacAddr48(macAddr48 string) ApiGetPCFBindingsRequest
- func (r ApiGetPCFBindingsRequest) Snssai(snssai Snssai) ApiGetPCFBindingsRequest
- func (r ApiGetPCFBindingsRequest) Supi(supi string) ApiGetPCFBindingsRequest
- func (r ApiGetPCFBindingsRequest) SuppFeat(suppFeat string) ApiGetPCFBindingsRequest
- type ApiGetPCFForUeBindingsRequest
- func (r ApiGetPCFForUeBindingsRequest) Execute() ([]PcfForUeBinding, *http.Response, error)
- func (r ApiGetPCFForUeBindingsRequest) Gpsi(gpsi string) ApiGetPCFForUeBindingsRequest
- func (r ApiGetPCFForUeBindingsRequest) Supi(supi string) ApiGetPCFForUeBindingsRequest
- func (r ApiGetPCFForUeBindingsRequest) SuppFeat(suppFeat string) ApiGetPCFForUeBindingsRequest
- type ApiGetPCFMbsBindingRequest
- type ApiModifyIndPCFMbsBindingRequest
- type ApiReplaceIndividualSubcriptionRequest
- type ApiUpdateIndPCFBindingRequest
- type ApiUpdateIndPCFforUEBindingRequest
- type BasicAuth
- type BindingLevel
- type BindingResp
- func (o *BindingResp) GetPcfSmFqdn() string
- func (o *BindingResp) GetPcfSmFqdnOk() (*string, bool)
- func (o *BindingResp) GetPcfSmIpEndPoints() []IpEndPoint
- func (o *BindingResp) GetPcfSmIpEndPointsOk() ([]IpEndPoint, bool)
- func (o *BindingResp) HasPcfSmFqdn() bool
- func (o *BindingResp) HasPcfSmIpEndPoints() bool
- func (o BindingResp) MarshalJSON() ([]byte, error)
- func (o *BindingResp) SetPcfSmFqdn(v string)
- func (o *BindingResp) SetPcfSmIpEndPoints(v []IpEndPoint)
- func (o BindingResp) ToMap() (map[string]interface{}, error)
- type BsfEvent
- type BsfEventNotification
- func (o *BsfEventNotification) GetEvent() BsfEvent
- func (o *BsfEventNotification) GetEventOk() (*BsfEvent, bool)
- func (o *BsfEventNotification) GetMatchSnssaiDnns() []SnssaiDnnPair
- func (o *BsfEventNotification) GetMatchSnssaiDnnsOk() ([]SnssaiDnnPair, bool)
- func (o *BsfEventNotification) GetPcfForPduSessInfos() []PcfForPduSessionInfo
- func (o *BsfEventNotification) GetPcfForPduSessInfosOk() ([]PcfForPduSessionInfo, bool)
- func (o *BsfEventNotification) GetPcfForUeInfo() PcfForUeInfo
- func (o *BsfEventNotification) GetPcfForUeInfoOk() (*PcfForUeInfo, bool)
- func (o *BsfEventNotification) HasMatchSnssaiDnns() bool
- func (o *BsfEventNotification) HasPcfForPduSessInfos() bool
- func (o *BsfEventNotification) HasPcfForUeInfo() bool
- func (o BsfEventNotification) MarshalJSON() ([]byte, error)
- func (o *BsfEventNotification) SetEvent(v BsfEvent)
- func (o *BsfEventNotification) SetMatchSnssaiDnns(v []SnssaiDnnPair)
- func (o *BsfEventNotification) SetPcfForPduSessInfos(v []PcfForPduSessionInfo)
- func (o *BsfEventNotification) SetPcfForUeInfo(v PcfForUeInfo)
- func (o BsfEventNotification) ToMap() (map[string]interface{}, error)
- func (o *BsfEventNotification) UnmarshalJSON(bytes []byte) (err error)
- type BsfNotification
- func (o *BsfNotification) GetBindLevel() BindingLevel
- func (o *BsfNotification) GetBindLevelOk() (*BindingLevel, bool)
- func (o *BsfNotification) GetEventNotifs() []BsfEventNotification
- func (o *BsfNotification) GetEventNotifsOk() ([]BsfEventNotification, bool)
- func (o *BsfNotification) GetNotifCorreId() string
- func (o *BsfNotification) GetNotifCorreIdOk() (*string, bool)
- func (o *BsfNotification) GetPcfId() string
- func (o *BsfNotification) GetPcfIdOk() (*string, bool)
- func (o *BsfNotification) GetPcfSetId() string
- func (o *BsfNotification) GetPcfSetIdOk() (*string, bool)
- func (o *BsfNotification) HasBindLevel() bool
- func (o *BsfNotification) HasPcfId() bool
- func (o *BsfNotification) HasPcfSetId() bool
- func (o BsfNotification) MarshalJSON() ([]byte, error)
- func (o *BsfNotification) SetBindLevel(v BindingLevel)
- func (o *BsfNotification) SetEventNotifs(v []BsfEventNotification)
- func (o *BsfNotification) SetNotifCorreId(v string)
- func (o *BsfNotification) SetPcfId(v string)
- func (o *BsfNotification) SetPcfSetId(v string)
- func (o BsfNotification) ToMap() (map[string]interface{}, error)
- func (o *BsfNotification) UnmarshalJSON(bytes []byte) (err error)
- type BsfSubscription
- func (o *BsfSubscription) GetAddSnssaiDnnPairs() []SnssaiDnnPair
- func (o *BsfSubscription) GetAddSnssaiDnnPairsOk() ([]SnssaiDnnPair, bool)
- func (o *BsfSubscription) GetEvents() []BsfEvent
- func (o *BsfSubscription) GetEventsOk() ([]BsfEvent, bool)
- func (o *BsfSubscription) GetGpsi() string
- func (o *BsfSubscription) GetGpsiOk() (*string, bool)
- func (o *BsfSubscription) GetNotifCorreId() string
- func (o *BsfSubscription) GetNotifCorreIdOk() (*string, bool)
- func (o *BsfSubscription) GetNotifUri() string
- func (o *BsfSubscription) GetNotifUriOk() (*string, bool)
- func (o *BsfSubscription) GetSnssaiDnnPairs() SnssaiDnnPair
- func (o *BsfSubscription) GetSnssaiDnnPairsOk() (*SnssaiDnnPair, bool)
- func (o *BsfSubscription) GetSupi() string
- func (o *BsfSubscription) GetSupiOk() (*string, bool)
- func (o *BsfSubscription) GetSuppFeat() string
- func (o *BsfSubscription) GetSuppFeatOk() (*string, bool)
- func (o *BsfSubscription) HasAddSnssaiDnnPairs() bool
- func (o *BsfSubscription) HasGpsi() bool
- func (o *BsfSubscription) HasSnssaiDnnPairs() bool
- func (o *BsfSubscription) HasSuppFeat() bool
- func (o BsfSubscription) MarshalJSON() ([]byte, error)
- func (o *BsfSubscription) SetAddSnssaiDnnPairs(v []SnssaiDnnPair)
- func (o *BsfSubscription) SetEvents(v []BsfEvent)
- func (o *BsfSubscription) SetGpsi(v string)
- func (o *BsfSubscription) SetNotifCorreId(v string)
- func (o *BsfSubscription) SetNotifUri(v string)
- func (o *BsfSubscription) SetSnssaiDnnPairs(v SnssaiDnnPair)
- func (o *BsfSubscription) SetSupi(v string)
- func (o *BsfSubscription) SetSuppFeat(v string)
- func (o BsfSubscription) ToMap() (map[string]interface{}, error)
- func (o *BsfSubscription) UnmarshalJSON(bytes []byte) (err error)
- type BsfSubscriptionResp
- type Configuration
- type ExtProblemDetails
- func (o *ExtProblemDetails) GetPcfSmFqdn() string
- func (o *ExtProblemDetails) GetPcfSmFqdnOk() (*string, bool)
- func (o *ExtProblemDetails) GetPcfSmIpEndPoints() []IpEndPoint
- func (o *ExtProblemDetails) GetPcfSmIpEndPointsOk() ([]IpEndPoint, bool)
- func (o *ExtProblemDetails) HasPcfSmFqdn() bool
- func (o *ExtProblemDetails) HasPcfSmIpEndPoints() bool
- func (o ExtProblemDetails) MarshalJSON() ([]byte, error)
- func (o *ExtProblemDetails) SetPcfSmFqdn(v string)
- func (o *ExtProblemDetails) SetPcfSmIpEndPoints(v []IpEndPoint)
- func (o ExtProblemDetails) ToMap() (map[string]interface{}, error)
- type GenericOpenAPIError
- type IndividualPCFBindingDocumentAPIService
- type IndividualPCFForAPDUSessionBindingDocumentAPIService
- func (a *IndividualPCFForAPDUSessionBindingDocumentAPIService) UpdateIndPCFBinding(ctx context.Context, bindingId string) ApiUpdateIndPCFBindingRequest
- func (a *IndividualPCFForAPDUSessionBindingDocumentAPIService) UpdateIndPCFBindingExecute(r ApiUpdateIndPCFBindingRequest) (*PcfBinding, *http.Response, error)
- type IndividualPCFForAUEBindingDocumentAPIService
- func (a *IndividualPCFForAUEBindingDocumentAPIService) DeleteIndPCFforUEBinding(ctx context.Context, bindingId string) ApiDeleteIndPCFforUEBindingRequest
- func (a *IndividualPCFForAUEBindingDocumentAPIService) DeleteIndPCFforUEBindingExecute(r ApiDeleteIndPCFforUEBindingRequest) (*http.Response, error)
- func (a *IndividualPCFForAUEBindingDocumentAPIService) UpdateIndPCFforUEBinding(ctx context.Context, bindingId string) ApiUpdateIndPCFforUEBindingRequest
- func (a *IndividualPCFForAUEBindingDocumentAPIService) UpdateIndPCFforUEBindingExecute(r ApiUpdateIndPCFforUEBindingRequest) (*PcfForUeBinding, *http.Response, error)
- type IndividualPCFForAnMBSSessionBindingDocumentAPIService
- func (a *IndividualPCFForAnMBSSessionBindingDocumentAPIService) DeleteIndPCFMbsBinding(ctx context.Context, bindingId string) ApiDeleteIndPCFMbsBindingRequest
- func (a *IndividualPCFForAnMBSSessionBindingDocumentAPIService) DeleteIndPCFMbsBindingExecute(r ApiDeleteIndPCFMbsBindingRequest) (*http.Response, error)
- func (a *IndividualPCFForAnMBSSessionBindingDocumentAPIService) ModifyIndPCFMbsBinding(ctx context.Context, bindingId string) ApiModifyIndPCFMbsBindingRequest
- func (a *IndividualPCFForAnMBSSessionBindingDocumentAPIService) ModifyIndPCFMbsBindingExecute(r ApiModifyIndPCFMbsBindingRequest) (*PcfMbsBinding, *http.Response, error)
- type IndividualSubscriptionDocumentAPIService
- func (a *IndividualSubscriptionDocumentAPIService) DeleteIndividualSubcription(ctx context.Context, subId string) ApiDeleteIndividualSubcriptionRequest
- func (a *IndividualSubscriptionDocumentAPIService) DeleteIndividualSubcriptionExecute(r ApiDeleteIndividualSubcriptionRequest) (*http.Response, error)
- func (a *IndividualSubscriptionDocumentAPIService) ReplaceIndividualSubcription(ctx context.Context, subId string) ApiReplaceIndividualSubcriptionRequest
- func (a *IndividualSubscriptionDocumentAPIService) ReplaceIndividualSubcriptionExecute(r ApiReplaceIndividualSubcriptionRequest) (*BsfSubscriptionResp, *http.Response, error)
- type InvalidParam
- func (o *InvalidParam) GetParam() string
- func (o *InvalidParam) GetParamOk() (*string, bool)
- func (o *InvalidParam) GetReason() string
- func (o *InvalidParam) GetReasonOk() (*string, bool)
- func (o *InvalidParam) HasReason() bool
- func (o InvalidParam) MarshalJSON() ([]byte, error)
- func (o *InvalidParam) SetParam(v string)
- func (o *InvalidParam) SetReason(v string)
- func (o InvalidParam) ToMap() (map[string]interface{}, error)
- func (o *InvalidParam) UnmarshalJSON(bytes []byte) (err error)
- type IpAddr
- func (o *IpAddr) GetIpv4Addr() string
- func (o *IpAddr) GetIpv4AddrOk() (*string, bool)
- func (o *IpAddr) GetIpv6Addr() Ipv6Addr
- func (o *IpAddr) GetIpv6AddrOk() (*Ipv6Addr, bool)
- func (o *IpAddr) GetIpv6Prefix() Ipv6Prefix
- func (o *IpAddr) GetIpv6PrefixOk() (*Ipv6Prefix, bool)
- func (o *IpAddr) HasIpv4Addr() bool
- func (o *IpAddr) HasIpv6Addr() bool
- func (o *IpAddr) HasIpv6Prefix() bool
- func (o IpAddr) MarshalJSON() ([]byte, error)
- func (o *IpAddr) SetIpv4Addr(v string)
- func (o *IpAddr) SetIpv6Addr(v Ipv6Addr)
- func (o *IpAddr) SetIpv6Prefix(v Ipv6Prefix)
- func (o IpAddr) ToMap() (map[string]interface{}, error)
- type IpEndPoint
- func (o *IpEndPoint) GetIpv4Address() string
- func (o *IpEndPoint) GetIpv4AddressOk() (*string, bool)
- func (o *IpEndPoint) GetIpv6Address() Ipv6Addr
- func (o *IpEndPoint) GetIpv6AddressOk() (*Ipv6Addr, bool)
- func (o *IpEndPoint) GetPort() int32
- func (o *IpEndPoint) GetPortOk() (*int32, bool)
- func (o *IpEndPoint) GetTransport() TransportProtocol
- func (o *IpEndPoint) GetTransportOk() (*TransportProtocol, bool)
- func (o *IpEndPoint) HasIpv4Address() bool
- func (o *IpEndPoint) HasIpv6Address() bool
- func (o *IpEndPoint) HasPort() bool
- func (o *IpEndPoint) HasTransport() bool
- func (o IpEndPoint) MarshalJSON() ([]byte, error)
- func (o *IpEndPoint) SetIpv4Address(v string)
- func (o *IpEndPoint) SetIpv6Address(v Ipv6Addr)
- func (o *IpEndPoint) SetPort(v int32)
- func (o *IpEndPoint) SetTransport(v TransportProtocol)
- func (o IpEndPoint) ToMap() (map[string]interface{}, error)
- type Ipv6Addr
- type Ipv6Prefix
- type Ipv6PrefixRm
- type MappedNullable
- type MbsBindingResp
- func (o *MbsBindingResp) GetPcfFqdn() string
- func (o *MbsBindingResp) GetPcfFqdnOk() (*string, bool)
- func (o *MbsBindingResp) GetPcfIpEndPoints() []IpEndPoint
- func (o *MbsBindingResp) GetPcfIpEndPointsOk() ([]IpEndPoint, bool)
- func (o *MbsBindingResp) HasPcfFqdn() bool
- func (o *MbsBindingResp) HasPcfIpEndPoints() bool
- func (o MbsBindingResp) MarshalJSON() ([]byte, error)
- func (o *MbsBindingResp) SetPcfFqdn(v string)
- func (o *MbsBindingResp) SetPcfIpEndPoints(v []IpEndPoint)
- func (o MbsBindingResp) ToMap() (map[string]interface{}, error)
- type MbsExtProblemDetails
- func (o *MbsExtProblemDetails) GetPcfFqdn() string
- func (o *MbsExtProblemDetails) GetPcfFqdnOk() (*string, bool)
- func (o *MbsExtProblemDetails) GetPcfIpEndPoints() []IpEndPoint
- func (o *MbsExtProblemDetails) GetPcfIpEndPointsOk() ([]IpEndPoint, bool)
- func (o *MbsExtProblemDetails) HasPcfFqdn() bool
- func (o *MbsExtProblemDetails) HasPcfIpEndPoints() bool
- func (o MbsExtProblemDetails) MarshalJSON() ([]byte, error)
- func (o *MbsExtProblemDetails) SetPcfFqdn(v string)
- func (o *MbsExtProblemDetails) SetPcfIpEndPoints(v []IpEndPoint)
- func (o MbsExtProblemDetails) ToMap() (map[string]interface{}, error)
- type MbsSessionId
- func (o *MbsSessionId) GetNid() string
- func (o *MbsSessionId) GetNidOk() (*string, bool)
- func (o *MbsSessionId) GetSsm() Ssm
- func (o *MbsSessionId) GetSsmOk() (*Ssm, bool)
- func (o *MbsSessionId) GetTmgi() Tmgi
- func (o *MbsSessionId) GetTmgiOk() (*Tmgi, bool)
- func (o *MbsSessionId) HasNid() bool
- func (o *MbsSessionId) HasSsm() bool
- func (o *MbsSessionId) HasTmgi() bool
- func (o MbsSessionId) MarshalJSON() ([]byte, error)
- func (o *MbsSessionId) SetNid(v string)
- func (o *MbsSessionId) SetSsm(v Ssm)
- func (o *MbsSessionId) SetTmgi(v Tmgi)
- func (o MbsSessionId) ToMap() (map[string]interface{}, error)
- type NFType
- type NullableAccessTokenErr
- func (v NullableAccessTokenErr) Get() *AccessTokenErr
- func (v NullableAccessTokenErr) IsSet() bool
- func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokenErr) Set(val *AccessTokenErr)
- func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokenErr) Unset()
- type NullableAccessTokenReq
- func (v NullableAccessTokenReq) Get() *AccessTokenReq
- func (v NullableAccessTokenReq) IsSet() bool
- func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)
- func (v *NullableAccessTokenReq) Set(val *AccessTokenReq)
- func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error
- func (v *NullableAccessTokenReq) Unset()
- type NullableBindingLevel
- func (v NullableBindingLevel) Get() *BindingLevel
- func (v NullableBindingLevel) IsSet() bool
- func (v NullableBindingLevel) MarshalJSON() ([]byte, error)
- func (v *NullableBindingLevel) Set(val *BindingLevel)
- func (v *NullableBindingLevel) UnmarshalJSON(src []byte) error
- func (v *NullableBindingLevel) Unset()
- type NullableBindingResp
- func (v NullableBindingResp) Get() *BindingResp
- func (v NullableBindingResp) IsSet() bool
- func (v NullableBindingResp) MarshalJSON() ([]byte, error)
- func (v *NullableBindingResp) Set(val *BindingResp)
- func (v *NullableBindingResp) UnmarshalJSON(src []byte) error
- func (v *NullableBindingResp) Unset()
- type NullableBool
- type NullableBsfEvent
- type NullableBsfEventNotification
- func (v NullableBsfEventNotification) Get() *BsfEventNotification
- func (v NullableBsfEventNotification) IsSet() bool
- func (v NullableBsfEventNotification) MarshalJSON() ([]byte, error)
- func (v *NullableBsfEventNotification) Set(val *BsfEventNotification)
- func (v *NullableBsfEventNotification) UnmarshalJSON(src []byte) error
- func (v *NullableBsfEventNotification) Unset()
- type NullableBsfNotification
- func (v NullableBsfNotification) Get() *BsfNotification
- func (v NullableBsfNotification) IsSet() bool
- func (v NullableBsfNotification) MarshalJSON() ([]byte, error)
- func (v *NullableBsfNotification) Set(val *BsfNotification)
- func (v *NullableBsfNotification) UnmarshalJSON(src []byte) error
- func (v *NullableBsfNotification) Unset()
- type NullableBsfSubscription
- func (v NullableBsfSubscription) Get() *BsfSubscription
- func (v NullableBsfSubscription) IsSet() bool
- func (v NullableBsfSubscription) MarshalJSON() ([]byte, error)
- func (v *NullableBsfSubscription) Set(val *BsfSubscription)
- func (v *NullableBsfSubscription) UnmarshalJSON(src []byte) error
- func (v *NullableBsfSubscription) Unset()
- type NullableBsfSubscriptionResp
- func (v NullableBsfSubscriptionResp) Get() *BsfSubscriptionResp
- func (v NullableBsfSubscriptionResp) IsSet() bool
- func (v NullableBsfSubscriptionResp) MarshalJSON() ([]byte, error)
- func (v *NullableBsfSubscriptionResp) Set(val *BsfSubscriptionResp)
- func (v *NullableBsfSubscriptionResp) UnmarshalJSON(src []byte) error
- func (v *NullableBsfSubscriptionResp) Unset()
- type NullableExtProblemDetails
- func (v NullableExtProblemDetails) Get() *ExtProblemDetails
- func (v NullableExtProblemDetails) IsSet() bool
- func (v NullableExtProblemDetails) MarshalJSON() ([]byte, error)
- func (v *NullableExtProblemDetails) Set(val *ExtProblemDetails)
- func (v *NullableExtProblemDetails) UnmarshalJSON(src []byte) error
- func (v *NullableExtProblemDetails) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInvalidParam
- func (v NullableInvalidParam) Get() *InvalidParam
- func (v NullableInvalidParam) IsSet() bool
- func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
- func (v *NullableInvalidParam) Set(val *InvalidParam)
- func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
- func (v *NullableInvalidParam) Unset()
- type NullableIpAddr
- type NullableIpEndPoint
- type NullableIpv6Addr
- type NullableIpv6Prefix
- type NullableIpv6PrefixRm
- func (v NullableIpv6PrefixRm) Get() *Ipv6PrefixRm
- func (v NullableIpv6PrefixRm) IsSet() bool
- func (v NullableIpv6PrefixRm) MarshalJSON() ([]byte, error)
- func (v *NullableIpv6PrefixRm) Set(val *Ipv6PrefixRm)
- func (v *NullableIpv6PrefixRm) UnmarshalJSON(src []byte) error
- func (v *NullableIpv6PrefixRm) Unset()
- type NullableMbsBindingResp
- func (v NullableMbsBindingResp) Get() *MbsBindingResp
- func (v NullableMbsBindingResp) IsSet() bool
- func (v NullableMbsBindingResp) MarshalJSON() ([]byte, error)
- func (v *NullableMbsBindingResp) Set(val *MbsBindingResp)
- func (v *NullableMbsBindingResp) UnmarshalJSON(src []byte) error
- func (v *NullableMbsBindingResp) Unset()
- type NullableMbsExtProblemDetails
- func (v NullableMbsExtProblemDetails) Get() *MbsExtProblemDetails
- func (v NullableMbsExtProblemDetails) IsSet() bool
- func (v NullableMbsExtProblemDetails) MarshalJSON() ([]byte, error)
- func (v *NullableMbsExtProblemDetails) Set(val *MbsExtProblemDetails)
- func (v *NullableMbsExtProblemDetails) UnmarshalJSON(src []byte) error
- func (v *NullableMbsExtProblemDetails) Unset()
- type NullableMbsSessionId
- func (v NullableMbsSessionId) Get() *MbsSessionId
- func (v NullableMbsSessionId) IsSet() bool
- func (v NullableMbsSessionId) MarshalJSON() ([]byte, error)
- func (v *NullableMbsSessionId) Set(val *MbsSessionId)
- func (v *NullableMbsSessionId) UnmarshalJSON(src []byte) error
- func (v *NullableMbsSessionId) Unset()
- type NullableNFType
- type NullableParameterCombination
- func (v NullableParameterCombination) Get() *ParameterCombination
- func (v NullableParameterCombination) IsSet() bool
- func (v NullableParameterCombination) MarshalJSON() ([]byte, error)
- func (v *NullableParameterCombination) Set(val *ParameterCombination)
- func (v *NullableParameterCombination) UnmarshalJSON(src []byte) error
- func (v *NullableParameterCombination) Unset()
- type NullablePcfBinding
- type NullablePcfBindingPatch
- func (v NullablePcfBindingPatch) Get() *PcfBindingPatch
- func (v NullablePcfBindingPatch) IsSet() bool
- func (v NullablePcfBindingPatch) MarshalJSON() ([]byte, error)
- func (v *NullablePcfBindingPatch) Set(val *PcfBindingPatch)
- func (v *NullablePcfBindingPatch) UnmarshalJSON(src []byte) error
- func (v *NullablePcfBindingPatch) Unset()
- type NullablePcfForPduSessionInfo
- func (v NullablePcfForPduSessionInfo) Get() *PcfForPduSessionInfo
- func (v NullablePcfForPduSessionInfo) IsSet() bool
- func (v NullablePcfForPduSessionInfo) MarshalJSON() ([]byte, error)
- func (v *NullablePcfForPduSessionInfo) Set(val *PcfForPduSessionInfo)
- func (v *NullablePcfForPduSessionInfo) UnmarshalJSON(src []byte) error
- func (v *NullablePcfForPduSessionInfo) Unset()
- type NullablePcfForUeBinding
- func (v NullablePcfForUeBinding) Get() *PcfForUeBinding
- func (v NullablePcfForUeBinding) IsSet() bool
- func (v NullablePcfForUeBinding) MarshalJSON() ([]byte, error)
- func (v *NullablePcfForUeBinding) Set(val *PcfForUeBinding)
- func (v *NullablePcfForUeBinding) UnmarshalJSON(src []byte) error
- func (v *NullablePcfForUeBinding) Unset()
- type NullablePcfForUeBindingPatch
- func (v NullablePcfForUeBindingPatch) Get() *PcfForUeBindingPatch
- func (v NullablePcfForUeBindingPatch) IsSet() bool
- func (v NullablePcfForUeBindingPatch) MarshalJSON() ([]byte, error)
- func (v *NullablePcfForUeBindingPatch) Set(val *PcfForUeBindingPatch)
- func (v *NullablePcfForUeBindingPatch) UnmarshalJSON(src []byte) error
- func (v *NullablePcfForUeBindingPatch) Unset()
- type NullablePcfForUeInfo
- func (v NullablePcfForUeInfo) Get() *PcfForUeInfo
- func (v NullablePcfForUeInfo) IsSet() bool
- func (v NullablePcfForUeInfo) MarshalJSON() ([]byte, error)
- func (v *NullablePcfForUeInfo) Set(val *PcfForUeInfo)
- func (v *NullablePcfForUeInfo) UnmarshalJSON(src []byte) error
- func (v *NullablePcfForUeInfo) Unset()
- type NullablePcfMbsBinding
- func (v NullablePcfMbsBinding) Get() *PcfMbsBinding
- func (v NullablePcfMbsBinding) IsSet() bool
- func (v NullablePcfMbsBinding) MarshalJSON() ([]byte, error)
- func (v *NullablePcfMbsBinding) Set(val *PcfMbsBinding)
- func (v *NullablePcfMbsBinding) UnmarshalJSON(src []byte) error
- func (v *NullablePcfMbsBinding) Unset()
- type NullablePcfMbsBindingPatch
- func (v NullablePcfMbsBindingPatch) Get() *PcfMbsBindingPatch
- func (v NullablePcfMbsBindingPatch) IsSet() bool
- func (v NullablePcfMbsBindingPatch) MarshalJSON() ([]byte, error)
- func (v *NullablePcfMbsBindingPatch) Set(val *PcfMbsBindingPatch)
- func (v *NullablePcfMbsBindingPatch) UnmarshalJSON(src []byte) error
- func (v *NullablePcfMbsBindingPatch) Unset()
- type NullablePlmnId
- type NullablePlmnIdNid
- type NullableProblemDetails
- func (v NullableProblemDetails) Get() *ProblemDetails
- func (v NullableProblemDetails) IsSet() bool
- func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
- func (v *NullableProblemDetails) Set(val *ProblemDetails)
- func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
- func (v *NullableProblemDetails) Unset()
- type NullableRedirectResponse
- func (v NullableRedirectResponse) Get() *RedirectResponse
- func (v NullableRedirectResponse) IsSet() bool
- func (v NullableRedirectResponse) MarshalJSON() ([]byte, error)
- func (v *NullableRedirectResponse) Set(val *RedirectResponse)
- func (v *NullableRedirectResponse) UnmarshalJSON(src []byte) error
- func (v *NullableRedirectResponse) Unset()
- type NullableSnssai
- type NullableSnssaiDnnPair
- func (v NullableSnssaiDnnPair) Get() *SnssaiDnnPair
- func (v NullableSnssaiDnnPair) IsSet() bool
- func (v NullableSnssaiDnnPair) MarshalJSON() ([]byte, error)
- func (v *NullableSnssaiDnnPair) Set(val *SnssaiDnnPair)
- func (v *NullableSnssaiDnnPair) UnmarshalJSON(src []byte) error
- func (v *NullableSnssaiDnnPair) Unset()
- type NullableSsm
- type NullableString
- type NullableTime
- type NullableTmgi
- type NullableTransportProtocol
- func (v NullableTransportProtocol) Get() *TransportProtocol
- func (v NullableTransportProtocol) IsSet() bool
- func (v NullableTransportProtocol) MarshalJSON() ([]byte, error)
- func (v *NullableTransportProtocol) Set(val *TransportProtocol)
- func (v *NullableTransportProtocol) UnmarshalJSON(src []byte) error
- func (v *NullableTransportProtocol) Unset()
- type PCFBindingsCollectionAPIService
- func (a *PCFBindingsCollectionAPIService) CreatePCFBinding(ctx context.Context) ApiCreatePCFBindingRequest
- func (a *PCFBindingsCollectionAPIService) CreatePCFBindingExecute(r ApiCreatePCFBindingRequest) (*PcfBinding, *http.Response, error)
- func (a *PCFBindingsCollectionAPIService) GetPCFBindings(ctx context.Context) ApiGetPCFBindingsRequest
- func (a *PCFBindingsCollectionAPIService) GetPCFBindingsExecute(r ApiGetPCFBindingsRequest) (*PcfBinding, *http.Response, error)
- type PCFForAUEBindingsCollectionAPIService
- func (a *PCFForAUEBindingsCollectionAPIService) CreatePCFforUEBinding(ctx context.Context) ApiCreatePCFforUEBindingRequest
- func (a *PCFForAUEBindingsCollectionAPIService) CreatePCFforUEBindingExecute(r ApiCreatePCFforUEBindingRequest) (*PcfForUeBinding, *http.Response, error)
- func (a *PCFForAUEBindingsCollectionAPIService) GetPCFForUeBindings(ctx context.Context) ApiGetPCFForUeBindingsRequest
- func (a *PCFForAUEBindingsCollectionAPIService) GetPCFForUeBindingsExecute(r ApiGetPCFForUeBindingsRequest) ([]PcfForUeBinding, *http.Response, error)
- type PCFForAnMBSSessionBindingsCollectionAPIService
- func (a *PCFForAnMBSSessionBindingsCollectionAPIService) CreatePCFMbsBinding(ctx context.Context) ApiCreatePCFMbsBindingRequest
- func (a *PCFForAnMBSSessionBindingsCollectionAPIService) CreatePCFMbsBindingExecute(r ApiCreatePCFMbsBindingRequest) (*PcfMbsBinding, *http.Response, error)
- func (a *PCFForAnMBSSessionBindingsCollectionAPIService) GetPCFMbsBinding(ctx context.Context) ApiGetPCFMbsBindingRequest
- func (a *PCFForAnMBSSessionBindingsCollectionAPIService) GetPCFMbsBindingExecute(r ApiGetPCFMbsBindingRequest) ([]PcfMbsBinding, *http.Response, error)
- type ParameterCombination
- func (o *ParameterCombination) GetDnn() string
- func (o *ParameterCombination) GetDnnOk() (*string, bool)
- func (o *ParameterCombination) GetSnssai() Snssai
- func (o *ParameterCombination) GetSnssaiOk() (*Snssai, bool)
- func (o *ParameterCombination) GetSupi() string
- func (o *ParameterCombination) GetSupiOk() (*string, bool)
- func (o *ParameterCombination) HasDnn() bool
- func (o *ParameterCombination) HasSnssai() bool
- func (o *ParameterCombination) HasSupi() bool
- func (o ParameterCombination) MarshalJSON() ([]byte, error)
- func (o *ParameterCombination) SetDnn(v string)
- func (o *ParameterCombination) SetSnssai(v Snssai)
- func (o *ParameterCombination) SetSupi(v string)
- func (o ParameterCombination) ToMap() (map[string]interface{}, error)
- type PcfBinding
- func (o *PcfBinding) GetAddIpv6Prefixes() []Ipv6Prefix
- func (o *PcfBinding) GetAddIpv6PrefixesOk() ([]Ipv6Prefix, bool)
- func (o *PcfBinding) GetAddMacAddrs() []string
- func (o *PcfBinding) GetAddMacAddrsOk() ([]string, bool)
- func (o *PcfBinding) GetBindLevel() BindingLevel
- func (o *PcfBinding) GetBindLevelOk() (*BindingLevel, bool)
- func (o *PcfBinding) GetDnn() string
- func (o *PcfBinding) GetDnnOk() (*string, bool)
- func (o *PcfBinding) GetGpsi() string
- func (o *PcfBinding) GetGpsiOk() (*string, bool)
- func (o *PcfBinding) GetIpDomain() string
- func (o *PcfBinding) GetIpDomainOk() (*string, bool)
- func (o *PcfBinding) GetIpv4Addr() string
- func (o *PcfBinding) GetIpv4AddrOk() (*string, bool)
- func (o *PcfBinding) GetIpv4FrameRouteList() []string
- func (o *PcfBinding) GetIpv4FrameRouteListOk() ([]string, bool)
- func (o *PcfBinding) GetIpv6FrameRouteList() []Ipv6Prefix
- func (o *PcfBinding) GetIpv6FrameRouteListOk() ([]Ipv6Prefix, bool)
- func (o *PcfBinding) GetIpv6Prefix() Ipv6Prefix
- func (o *PcfBinding) GetIpv6PrefixOk() (*Ipv6Prefix, bool)
- func (o *PcfBinding) GetMacAddr48() string
- func (o *PcfBinding) GetMacAddr48Ok() (*string, bool)
- func (o *PcfBinding) GetParaCom() ParameterCombination
- func (o *PcfBinding) GetParaComOk() (*ParameterCombination, bool)
- func (o *PcfBinding) GetPcfDiamHost() string
- func (o *PcfBinding) GetPcfDiamHostOk() (*string, bool)
- func (o *PcfBinding) GetPcfDiamRealm() string
- func (o *PcfBinding) GetPcfDiamRealmOk() (*string, bool)
- func (o *PcfBinding) GetPcfFqdn() string
- func (o *PcfBinding) GetPcfFqdnOk() (*string, bool)
- func (o *PcfBinding) GetPcfId() string
- func (o *PcfBinding) GetPcfIdOk() (*string, bool)
- func (o *PcfBinding) GetPcfIpEndPoints() []IpEndPoint
- func (o *PcfBinding) GetPcfIpEndPointsOk() ([]IpEndPoint, bool)
- func (o *PcfBinding) GetPcfSetId() string
- func (o *PcfBinding) GetPcfSetIdOk() (*string, bool)
- func (o *PcfBinding) GetPcfSmFqdn() string
- func (o *PcfBinding) GetPcfSmFqdnOk() (*string, bool)
- func (o *PcfBinding) GetPcfSmIpEndPoints() []IpEndPoint
- func (o *PcfBinding) GetPcfSmIpEndPointsOk() ([]IpEndPoint, bool)
- func (o *PcfBinding) GetRecoveryTime() time.Time
- func (o *PcfBinding) GetRecoveryTimeOk() (*time.Time, bool)
- func (o *PcfBinding) GetSnssai() Snssai
- func (o *PcfBinding) GetSnssaiOk() (*Snssai, bool)
- func (o *PcfBinding) GetSupi() string
- func (o *PcfBinding) GetSupiOk() (*string, bool)
- func (o *PcfBinding) GetSuppFeat() string
- func (o *PcfBinding) GetSuppFeatOk() (*string, bool)
- func (o *PcfBinding) HasAddIpv6Prefixes() bool
- func (o *PcfBinding) HasAddMacAddrs() bool
- func (o *PcfBinding) HasBindLevel() bool
- func (o *PcfBinding) HasGpsi() bool
- func (o *PcfBinding) HasIpDomain() bool
- func (o *PcfBinding) HasIpv4Addr() bool
- func (o *PcfBinding) HasIpv4FrameRouteList() bool
- func (o *PcfBinding) HasIpv6FrameRouteList() bool
- func (o *PcfBinding) HasIpv6Prefix() bool
- func (o *PcfBinding) HasMacAddr48() bool
- func (o *PcfBinding) HasParaCom() bool
- func (o *PcfBinding) HasPcfDiamHost() bool
- func (o *PcfBinding) HasPcfDiamRealm() bool
- func (o *PcfBinding) HasPcfFqdn() bool
- func (o *PcfBinding) HasPcfId() bool
- func (o *PcfBinding) HasPcfIpEndPoints() bool
- func (o *PcfBinding) HasPcfSetId() bool
- func (o *PcfBinding) HasPcfSmFqdn() bool
- func (o *PcfBinding) HasPcfSmIpEndPoints() bool
- func (o *PcfBinding) HasRecoveryTime() bool
- func (o *PcfBinding) HasSupi() bool
- func (o *PcfBinding) HasSuppFeat() bool
- func (o PcfBinding) MarshalJSON() ([]byte, error)
- func (o *PcfBinding) SetAddIpv6Prefixes(v []Ipv6Prefix)
- func (o *PcfBinding) SetAddMacAddrs(v []string)
- func (o *PcfBinding) SetBindLevel(v BindingLevel)
- func (o *PcfBinding) SetDnn(v string)
- func (o *PcfBinding) SetGpsi(v string)
- func (o *PcfBinding) SetIpDomain(v string)
- func (o *PcfBinding) SetIpv4Addr(v string)
- func (o *PcfBinding) SetIpv4FrameRouteList(v []string)
- func (o *PcfBinding) SetIpv6FrameRouteList(v []Ipv6Prefix)
- func (o *PcfBinding) SetIpv6Prefix(v Ipv6Prefix)
- func (o *PcfBinding) SetMacAddr48(v string)
- func (o *PcfBinding) SetParaCom(v ParameterCombination)
- func (o *PcfBinding) SetPcfDiamHost(v string)
- func (o *PcfBinding) SetPcfDiamRealm(v string)
- func (o *PcfBinding) SetPcfFqdn(v string)
- func (o *PcfBinding) SetPcfId(v string)
- func (o *PcfBinding) SetPcfIpEndPoints(v []IpEndPoint)
- func (o *PcfBinding) SetPcfSetId(v string)
- func (o *PcfBinding) SetPcfSmFqdn(v string)
- func (o *PcfBinding) SetPcfSmIpEndPoints(v []IpEndPoint)
- func (o *PcfBinding) SetRecoveryTime(v time.Time)
- func (o *PcfBinding) SetSnssai(v Snssai)
- func (o *PcfBinding) SetSupi(v string)
- func (o *PcfBinding) SetSuppFeat(v string)
- func (o PcfBinding) ToMap() (map[string]interface{}, error)
- func (o *PcfBinding) UnmarshalJSON(bytes []byte) (err error)
- type PcfBindingPatch
- func (o *PcfBindingPatch) GetAddIpv6Prefixes() []Ipv6Prefix
- func (o *PcfBindingPatch) GetAddIpv6PrefixesOk() ([]Ipv6Prefix, bool)
- func (o *PcfBindingPatch) GetAddMacAddrs() []string
- func (o *PcfBindingPatch) GetAddMacAddrsOk() ([]string, bool)
- func (o *PcfBindingPatch) GetIpDomain() string
- func (o *PcfBindingPatch) GetIpDomainOk() (*string, bool)
- func (o *PcfBindingPatch) GetIpv4Addr() string
- func (o *PcfBindingPatch) GetIpv4AddrOk() (*string, bool)
- func (o *PcfBindingPatch) GetIpv6Prefix() Ipv6PrefixRm
- func (o *PcfBindingPatch) GetIpv6PrefixOk() (*Ipv6PrefixRm, bool)
- func (o *PcfBindingPatch) GetMacAddr48() string
- func (o *PcfBindingPatch) GetMacAddr48Ok() (*string, bool)
- func (o *PcfBindingPatch) GetPcfDiamHost() string
- func (o *PcfBindingPatch) GetPcfDiamHostOk() (*string, bool)
- func (o *PcfBindingPatch) GetPcfDiamRealm() string
- func (o *PcfBindingPatch) GetPcfDiamRealmOk() (*string, bool)
- func (o *PcfBindingPatch) GetPcfFqdn() string
- func (o *PcfBindingPatch) GetPcfFqdnOk() (*string, bool)
- func (o *PcfBindingPatch) GetPcfId() string
- func (o *PcfBindingPatch) GetPcfIdOk() (*string, bool)
- func (o *PcfBindingPatch) GetPcfIpEndPoints() []IpEndPoint
- func (o *PcfBindingPatch) GetPcfIpEndPointsOk() ([]IpEndPoint, bool)
- func (o *PcfBindingPatch) HasAddIpv6Prefixes() bool
- func (o *PcfBindingPatch) HasAddMacAddrs() bool
- func (o *PcfBindingPatch) HasIpDomain() bool
- func (o *PcfBindingPatch) HasIpv4Addr() bool
- func (o *PcfBindingPatch) HasIpv6Prefix() bool
- func (o *PcfBindingPatch) HasMacAddr48() bool
- func (o *PcfBindingPatch) HasPcfDiamHost() bool
- func (o *PcfBindingPatch) HasPcfDiamRealm() bool
- func (o *PcfBindingPatch) HasPcfFqdn() bool
- func (o *PcfBindingPatch) HasPcfId() bool
- func (o *PcfBindingPatch) HasPcfIpEndPoints() bool
- func (o PcfBindingPatch) MarshalJSON() ([]byte, error)
- func (o *PcfBindingPatch) SetAddIpv6Prefixes(v []Ipv6Prefix)
- func (o *PcfBindingPatch) SetAddMacAddrs(v []string)
- func (o *PcfBindingPatch) SetIpDomain(v string)
- func (o *PcfBindingPatch) SetIpDomainNil()
- func (o *PcfBindingPatch) SetIpv4Addr(v string)
- func (o *PcfBindingPatch) SetIpv4AddrNil()
- func (o *PcfBindingPatch) SetIpv6Prefix(v Ipv6PrefixRm)
- func (o *PcfBindingPatch) SetIpv6PrefixNil()
- func (o *PcfBindingPatch) SetMacAddr48(v string)
- func (o *PcfBindingPatch) SetMacAddr48Nil()
- func (o *PcfBindingPatch) SetPcfDiamHost(v string)
- func (o *PcfBindingPatch) SetPcfDiamRealm(v string)
- func (o *PcfBindingPatch) SetPcfFqdn(v string)
- func (o *PcfBindingPatch) SetPcfId(v string)
- func (o *PcfBindingPatch) SetPcfIpEndPoints(v []IpEndPoint)
- func (o PcfBindingPatch) ToMap() (map[string]interface{}, error)
- func (o *PcfBindingPatch) UnsetIpDomain()
- func (o *PcfBindingPatch) UnsetIpv4Addr()
- func (o *PcfBindingPatch) UnsetIpv6Prefix()
- func (o *PcfBindingPatch) UnsetMacAddr48()
- type PcfForPduSessionInfo
- func (o *PcfForPduSessionInfo) GetBindLevel() BindingLevel
- func (o *PcfForPduSessionInfo) GetBindLevelOk() (*BindingLevel, bool)
- func (o *PcfForPduSessionInfo) GetDnn() string
- func (o *PcfForPduSessionInfo) GetDnnOk() (*string, bool)
- func (o *PcfForPduSessionInfo) GetIpDomain() string
- func (o *PcfForPduSessionInfo) GetIpDomainOk() (*string, bool)
- func (o *PcfForPduSessionInfo) GetIpv4Addr() string
- func (o *PcfForPduSessionInfo) GetIpv4AddrOk() (*string, bool)
- func (o *PcfForPduSessionInfo) GetIpv6Prefixes() []Ipv6Prefix
- func (o *PcfForPduSessionInfo) GetIpv6PrefixesOk() ([]Ipv6Prefix, bool)
- func (o *PcfForPduSessionInfo) GetMacAddrs() []string
- func (o *PcfForPduSessionInfo) GetMacAddrsOk() ([]string, bool)
- func (o *PcfForPduSessionInfo) GetPcfFqdn() string
- func (o *PcfForPduSessionInfo) GetPcfFqdnOk() (*string, bool)
- func (o *PcfForPduSessionInfo) GetPcfId() string
- func (o *PcfForPduSessionInfo) GetPcfIdOk() (*string, bool)
- func (o *PcfForPduSessionInfo) GetPcfIpEndPoints() []IpEndPoint
- func (o *PcfForPduSessionInfo) GetPcfIpEndPointsOk() ([]IpEndPoint, bool)
- func (o *PcfForPduSessionInfo) GetPcfSetId() string
- func (o *PcfForPduSessionInfo) GetPcfSetIdOk() (*string, bool)
- func (o *PcfForPduSessionInfo) GetSnssai() Snssai
- func (o *PcfForPduSessionInfo) GetSnssaiOk() (*Snssai, bool)
- func (o *PcfForPduSessionInfo) HasBindLevel() bool
- func (o *PcfForPduSessionInfo) HasIpDomain() bool
- func (o *PcfForPduSessionInfo) HasIpv4Addr() bool
- func (o *PcfForPduSessionInfo) HasIpv6Prefixes() bool
- func (o *PcfForPduSessionInfo) HasMacAddrs() bool
- func (o *PcfForPduSessionInfo) HasPcfFqdn() bool
- func (o *PcfForPduSessionInfo) HasPcfId() bool
- func (o *PcfForPduSessionInfo) HasPcfIpEndPoints() bool
- func (o *PcfForPduSessionInfo) HasPcfSetId() bool
- func (o PcfForPduSessionInfo) MarshalJSON() ([]byte, error)
- func (o *PcfForPduSessionInfo) SetBindLevel(v BindingLevel)
- func (o *PcfForPduSessionInfo) SetDnn(v string)
- func (o *PcfForPduSessionInfo) SetIpDomain(v string)
- func (o *PcfForPduSessionInfo) SetIpv4Addr(v string)
- func (o *PcfForPduSessionInfo) SetIpv4AddrNil()
- func (o *PcfForPduSessionInfo) SetIpv6Prefixes(v []Ipv6Prefix)
- func (o *PcfForPduSessionInfo) SetMacAddrs(v []string)
- func (o *PcfForPduSessionInfo) SetPcfFqdn(v string)
- func (o *PcfForPduSessionInfo) SetPcfId(v string)
- func (o *PcfForPduSessionInfo) SetPcfIpEndPoints(v []IpEndPoint)
- func (o *PcfForPduSessionInfo) SetPcfSetId(v string)
- func (o *PcfForPduSessionInfo) SetSnssai(v Snssai)
- func (o PcfForPduSessionInfo) ToMap() (map[string]interface{}, error)
- func (o *PcfForPduSessionInfo) UnmarshalJSON(bytes []byte) (err error)
- func (o *PcfForPduSessionInfo) UnsetIpv4Addr()
- type PcfForUeBinding
- func (o *PcfForUeBinding) GetBindLevel() BindingLevel
- func (o *PcfForUeBinding) GetBindLevelOk() (*BindingLevel, bool)
- func (o *PcfForUeBinding) GetGpsi() string
- func (o *PcfForUeBinding) GetGpsiOk() (*string, bool)
- func (o *PcfForUeBinding) GetPcfForUeFqdn() string
- func (o *PcfForUeBinding) GetPcfForUeFqdnOk() (*string, bool)
- func (o *PcfForUeBinding) GetPcfForUeIpEndPoints() []IpEndPoint
- func (o *PcfForUeBinding) GetPcfForUeIpEndPointsOk() ([]IpEndPoint, bool)
- func (o *PcfForUeBinding) GetPcfId() string
- func (o *PcfForUeBinding) GetPcfIdOk() (*string, bool)
- func (o *PcfForUeBinding) GetPcfSetId() string
- func (o *PcfForUeBinding) GetPcfSetIdOk() (*string, bool)
- func (o *PcfForUeBinding) GetSupi() string
- func (o *PcfForUeBinding) GetSupiOk() (*string, bool)
- func (o *PcfForUeBinding) GetSuppFeat() string
- func (o *PcfForUeBinding) GetSuppFeatOk() (*string, bool)
- func (o *PcfForUeBinding) HasBindLevel() bool
- func (o *PcfForUeBinding) HasGpsi() bool
- func (o *PcfForUeBinding) HasPcfForUeFqdn() bool
- func (o *PcfForUeBinding) HasPcfForUeIpEndPoints() bool
- func (o *PcfForUeBinding) HasPcfId() bool
- func (o *PcfForUeBinding) HasPcfSetId() bool
- func (o *PcfForUeBinding) HasSuppFeat() bool
- func (o PcfForUeBinding) MarshalJSON() ([]byte, error)
- func (o *PcfForUeBinding) SetBindLevel(v BindingLevel)
- func (o *PcfForUeBinding) SetGpsi(v string)
- func (o *PcfForUeBinding) SetPcfForUeFqdn(v string)
- func (o *PcfForUeBinding) SetPcfForUeIpEndPoints(v []IpEndPoint)
- func (o *PcfForUeBinding) SetPcfId(v string)
- func (o *PcfForUeBinding) SetPcfSetId(v string)
- func (o *PcfForUeBinding) SetSupi(v string)
- func (o *PcfForUeBinding) SetSuppFeat(v string)
- func (o PcfForUeBinding) ToMap() (map[string]interface{}, error)
- func (o *PcfForUeBinding) UnmarshalJSON(bytes []byte) (err error)
- type PcfForUeBindingPatch
- func (o *PcfForUeBindingPatch) GetPcfForUeFqdn() string
- func (o *PcfForUeBindingPatch) GetPcfForUeFqdnOk() (*string, bool)
- func (o *PcfForUeBindingPatch) GetPcfForUeIpEndPoints() []IpEndPoint
- func (o *PcfForUeBindingPatch) GetPcfForUeIpEndPointsOk() ([]IpEndPoint, bool)
- func (o *PcfForUeBindingPatch) GetPcfId() string
- func (o *PcfForUeBindingPatch) GetPcfIdOk() (*string, bool)
- func (o *PcfForUeBindingPatch) HasPcfForUeFqdn() bool
- func (o *PcfForUeBindingPatch) HasPcfForUeIpEndPoints() bool
- func (o *PcfForUeBindingPatch) HasPcfId() bool
- func (o PcfForUeBindingPatch) MarshalJSON() ([]byte, error)
- func (o *PcfForUeBindingPatch) SetPcfForUeFqdn(v string)
- func (o *PcfForUeBindingPatch) SetPcfForUeIpEndPoints(v []IpEndPoint)
- func (o *PcfForUeBindingPatch) SetPcfId(v string)
- func (o PcfForUeBindingPatch) ToMap() (map[string]interface{}, error)
- type PcfForUeInfo
- func (o *PcfForUeInfo) GetBindLevel() BindingLevel
- func (o *PcfForUeInfo) GetBindLevelOk() (*BindingLevel, bool)
- func (o *PcfForUeInfo) GetPcfFqdn() string
- func (o *PcfForUeInfo) GetPcfFqdnOk() (*string, bool)
- func (o *PcfForUeInfo) GetPcfId() string
- func (o *PcfForUeInfo) GetPcfIdOk() (*string, bool)
- func (o *PcfForUeInfo) GetPcfIpEndPoints() []IpEndPoint
- func (o *PcfForUeInfo) GetPcfIpEndPointsOk() ([]IpEndPoint, bool)
- func (o *PcfForUeInfo) GetPcfSetId() string
- func (o *PcfForUeInfo) GetPcfSetIdOk() (*string, bool)
- func (o *PcfForUeInfo) HasBindLevel() bool
- func (o *PcfForUeInfo) HasPcfFqdn() bool
- func (o *PcfForUeInfo) HasPcfId() bool
- func (o *PcfForUeInfo) HasPcfIpEndPoints() bool
- func (o *PcfForUeInfo) HasPcfSetId() bool
- func (o PcfForUeInfo) MarshalJSON() ([]byte, error)
- func (o *PcfForUeInfo) SetBindLevel(v BindingLevel)
- func (o *PcfForUeInfo) SetPcfFqdn(v string)
- func (o *PcfForUeInfo) SetPcfId(v string)
- func (o *PcfForUeInfo) SetPcfIpEndPoints(v []IpEndPoint)
- func (o *PcfForUeInfo) SetPcfSetId(v string)
- func (o PcfForUeInfo) ToMap() (map[string]interface{}, error)
- type PcfMbsBinding
- func (o *PcfMbsBinding) GetBindLevel() BindingLevel
- func (o *PcfMbsBinding) GetBindLevelOk() (*BindingLevel, bool)
- func (o *PcfMbsBinding) GetMbsSessionId() MbsSessionId
- func (o *PcfMbsBinding) GetMbsSessionIdOk() (*MbsSessionId, bool)
- func (o *PcfMbsBinding) GetPcfFqdn() string
- func (o *PcfMbsBinding) GetPcfFqdnOk() (*string, bool)
- func (o *PcfMbsBinding) GetPcfId() string
- func (o *PcfMbsBinding) GetPcfIdOk() (*string, bool)
- func (o *PcfMbsBinding) GetPcfIpEndPoints() []IpEndPoint
- func (o *PcfMbsBinding) GetPcfIpEndPointsOk() ([]IpEndPoint, bool)
- func (o *PcfMbsBinding) GetPcfSetId() string
- func (o *PcfMbsBinding) GetPcfSetIdOk() (*string, bool)
- func (o *PcfMbsBinding) GetRecoveryTime() time.Time
- func (o *PcfMbsBinding) GetRecoveryTimeOk() (*time.Time, bool)
- func (o *PcfMbsBinding) GetSuppFeat() string
- func (o *PcfMbsBinding) GetSuppFeatOk() (*string, bool)
- func (o *PcfMbsBinding) HasBindLevel() bool
- func (o *PcfMbsBinding) HasPcfFqdn() bool
- func (o *PcfMbsBinding) HasPcfId() bool
- func (o *PcfMbsBinding) HasPcfIpEndPoints() bool
- func (o *PcfMbsBinding) HasPcfSetId() bool
- func (o *PcfMbsBinding) HasRecoveryTime() bool
- func (o *PcfMbsBinding) HasSuppFeat() bool
- func (o PcfMbsBinding) MarshalJSON() ([]byte, error)
- func (o *PcfMbsBinding) SetBindLevel(v BindingLevel)
- func (o *PcfMbsBinding) SetMbsSessionId(v MbsSessionId)
- func (o *PcfMbsBinding) SetPcfFqdn(v string)
- func (o *PcfMbsBinding) SetPcfId(v string)
- func (o *PcfMbsBinding) SetPcfIpEndPoints(v []IpEndPoint)
- func (o *PcfMbsBinding) SetPcfSetId(v string)
- func (o *PcfMbsBinding) SetRecoveryTime(v time.Time)
- func (o *PcfMbsBinding) SetSuppFeat(v string)
- func (o PcfMbsBinding) ToMap() (map[string]interface{}, error)
- func (o *PcfMbsBinding) UnmarshalJSON(bytes []byte) (err error)
- type PcfMbsBindingPatch
- func (o *PcfMbsBindingPatch) GetPcfFqdn() string
- func (o *PcfMbsBindingPatch) GetPcfFqdnOk() (*string, bool)
- func (o *PcfMbsBindingPatch) GetPcfId() string
- func (o *PcfMbsBindingPatch) GetPcfIdOk() (*string, bool)
- func (o *PcfMbsBindingPatch) GetPcfIpEndPoints() []IpEndPoint
- func (o *PcfMbsBindingPatch) GetPcfIpEndPointsOk() ([]IpEndPoint, bool)
- func (o *PcfMbsBindingPatch) HasPcfFqdn() bool
- func (o *PcfMbsBindingPatch) HasPcfId() bool
- func (o *PcfMbsBindingPatch) HasPcfIpEndPoints() bool
- func (o PcfMbsBindingPatch) MarshalJSON() ([]byte, error)
- func (o *PcfMbsBindingPatch) SetPcfFqdn(v string)
- func (o *PcfMbsBindingPatch) SetPcfId(v string)
- func (o *PcfMbsBindingPatch) SetPcfIpEndPoints(v []IpEndPoint)
- func (o PcfMbsBindingPatch) ToMap() (map[string]interface{}, error)
- type PlmnId
- func (o *PlmnId) GetMcc() string
- func (o *PlmnId) GetMccOk() (*string, bool)
- func (o *PlmnId) GetMnc() string
- func (o *PlmnId) GetMncOk() (*string, bool)
- func (o PlmnId) MarshalJSON() ([]byte, error)
- func (o *PlmnId) SetMcc(v string)
- func (o *PlmnId) SetMnc(v string)
- func (o PlmnId) ToMap() (map[string]interface{}, error)
- func (o *PlmnId) UnmarshalJSON(bytes []byte) (err error)
- type PlmnIdNid
- func (o *PlmnIdNid) GetMcc() string
- func (o *PlmnIdNid) GetMccOk() (*string, bool)
- func (o *PlmnIdNid) GetMnc() string
- func (o *PlmnIdNid) GetMncOk() (*string, bool)
- func (o *PlmnIdNid) GetNid() string
- func (o *PlmnIdNid) GetNidOk() (*string, bool)
- func (o *PlmnIdNid) HasNid() bool
- func (o PlmnIdNid) MarshalJSON() ([]byte, error)
- func (o *PlmnIdNid) SetMcc(v string)
- func (o *PlmnIdNid) SetMnc(v string)
- func (o *PlmnIdNid) SetNid(v string)
- func (o PlmnIdNid) ToMap() (map[string]interface{}, error)
- func (o *PlmnIdNid) UnmarshalJSON(bytes []byte) (err error)
- type ProblemDetails
- func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr
- func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool)
- func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq
- func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool)
- func (o *ProblemDetails) GetCause() string
- func (o *ProblemDetails) GetCauseOk() (*string, bool)
- func (o *ProblemDetails) GetDetail() string
- func (o *ProblemDetails) GetDetailOk() (*string, bool)
- func (o *ProblemDetails) GetInstance() string
- func (o *ProblemDetails) GetInstanceOk() (*string, bool)
- func (o *ProblemDetails) GetInvalidParams() []InvalidParam
- func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool)
- func (o *ProblemDetails) GetNrfId() string
- func (o *ProblemDetails) GetNrfIdOk() (*string, bool)
- func (o *ProblemDetails) GetStatus() int32
- func (o *ProblemDetails) GetStatusOk() (*int32, bool)
- func (o *ProblemDetails) GetSupportedFeatures() string
- func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)
- func (o *ProblemDetails) GetTitle() string
- func (o *ProblemDetails) GetTitleOk() (*string, bool)
- func (o *ProblemDetails) GetType() string
- func (o *ProblemDetails) GetTypeOk() (*string, bool)
- func (o *ProblemDetails) HasAccessTokenError() bool
- func (o *ProblemDetails) HasAccessTokenRequest() bool
- func (o *ProblemDetails) HasCause() bool
- func (o *ProblemDetails) HasDetail() bool
- func (o *ProblemDetails) HasInstance() bool
- func (o *ProblemDetails) HasInvalidParams() bool
- func (o *ProblemDetails) HasNrfId() bool
- func (o *ProblemDetails) HasStatus() bool
- func (o *ProblemDetails) HasSupportedFeatures() bool
- func (o *ProblemDetails) HasTitle() bool
- func (o *ProblemDetails) HasType() bool
- func (o ProblemDetails) MarshalJSON() ([]byte, error)
- func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr)
- func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq)
- func (o *ProblemDetails) SetCause(v string)
- func (o *ProblemDetails) SetDetail(v string)
- func (o *ProblemDetails) SetInstance(v string)
- func (o *ProblemDetails) SetInvalidParams(v []InvalidParam)
- func (o *ProblemDetails) SetNrfId(v string)
- func (o *ProblemDetails) SetStatus(v int32)
- func (o *ProblemDetails) SetSupportedFeatures(v string)
- func (o *ProblemDetails) SetTitle(v string)
- func (o *ProblemDetails) SetType(v string)
- func (o ProblemDetails) ToMap() (map[string]interface{}, error)
- type RedirectResponse
- func (o *RedirectResponse) GetCause() string
- func (o *RedirectResponse) GetCauseOk() (*string, bool)
- func (o *RedirectResponse) GetTargetScp() string
- func (o *RedirectResponse) GetTargetScpOk() (*string, bool)
- func (o *RedirectResponse) GetTargetSepp() string
- func (o *RedirectResponse) GetTargetSeppOk() (*string, bool)
- func (o *RedirectResponse) HasCause() bool
- func (o *RedirectResponse) HasTargetScp() bool
- func (o *RedirectResponse) HasTargetSepp() bool
- func (o RedirectResponse) MarshalJSON() ([]byte, error)
- func (o *RedirectResponse) SetCause(v string)
- func (o *RedirectResponse) SetTargetScp(v string)
- func (o *RedirectResponse) SetTargetSepp(v string)
- func (o RedirectResponse) ToMap() (map[string]interface{}, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type Snssai
- func (o *Snssai) GetSd() string
- func (o *Snssai) GetSdOk() (*string, bool)
- func (o *Snssai) GetSst() int32
- func (o *Snssai) GetSstOk() (*int32, bool)
- func (o *Snssai) HasSd() bool
- func (o Snssai) MarshalJSON() ([]byte, error)
- func (o *Snssai) SetSd(v string)
- func (o *Snssai) SetSst(v int32)
- func (o Snssai) ToMap() (map[string]interface{}, error)
- func (o *Snssai) UnmarshalJSON(bytes []byte) (err error)
- type SnssaiDnnPair
- func (o *SnssaiDnnPair) GetDnn() string
- func (o *SnssaiDnnPair) GetDnnOk() (*string, bool)
- func (o *SnssaiDnnPair) GetSnssai() Snssai
- func (o *SnssaiDnnPair) GetSnssaiOk() (*Snssai, bool)
- func (o SnssaiDnnPair) MarshalJSON() ([]byte, error)
- func (o *SnssaiDnnPair) SetDnn(v string)
- func (o *SnssaiDnnPair) SetSnssai(v Snssai)
- func (o SnssaiDnnPair) ToMap() (map[string]interface{}, error)
- func (o *SnssaiDnnPair) UnmarshalJSON(bytes []byte) (err error)
- type Ssm
- func (o *Ssm) GetDestIpAddr() IpAddr
- func (o *Ssm) GetDestIpAddrOk() (*IpAddr, bool)
- func (o *Ssm) GetSourceIpAddr() IpAddr
- func (o *Ssm) GetSourceIpAddrOk() (*IpAddr, bool)
- func (o Ssm) MarshalJSON() ([]byte, error)
- func (o *Ssm) SetDestIpAddr(v IpAddr)
- func (o *Ssm) SetSourceIpAddr(v IpAddr)
- func (o Ssm) ToMap() (map[string]interface{}, error)
- func (o *Ssm) UnmarshalJSON(bytes []byte) (err error)
- type SubscriptionsCollectionAPIService
- type Tmgi
- func (o *Tmgi) GetMbsServiceId() string
- func (o *Tmgi) GetMbsServiceIdOk() (*string, bool)
- func (o *Tmgi) GetPlmnId() PlmnId
- func (o *Tmgi) GetPlmnIdOk() (*PlmnId, bool)
- func (o Tmgi) MarshalJSON() ([]byte, error)
- func (o *Tmgi) SetMbsServiceId(v string)
- func (o *Tmgi) SetPlmnId(v PlmnId)
- func (o Tmgi) ToMap() (map[string]interface{}, error)
- func (o *Tmgi) UnmarshalJSON(bytes []byte) (err error)
- type TransportProtocol
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextOAuth2 takes an oauth2.TokenSource as authentication for the request. ContextOAuth2 = contextKey("token") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { IndividualPCFBindingDocumentAPI *IndividualPCFBindingDocumentAPIService IndividualPCFForAPDUSessionBindingDocumentAPI *IndividualPCFForAPDUSessionBindingDocumentAPIService IndividualPCFForAUEBindingDocumentAPI *IndividualPCFForAUEBindingDocumentAPIService IndividualPCFForAnMBSSessionBindingDocumentAPI *IndividualPCFForAnMBSSessionBindingDocumentAPIService IndividualSubscriptionDocumentAPI *IndividualSubscriptionDocumentAPIService PCFBindingsCollectionAPI *PCFBindingsCollectionAPIService PCFForAUEBindingsCollectionAPI *PCFForAUEBindingsCollectionAPIService PCFForAnMBSSessionBindingsCollectionAPI *PCFForAnMBSSessionBindingsCollectionAPIService SubscriptionsCollectionAPI *SubscriptionsCollectionAPIService // contains filtered or unexported fields }
APIClient manages communication with the Nbsf_Management API v1.3.1 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type AccessTokenErr ¶
type AccessTokenErr struct { Error string `json:"error"` ErrorDescription *string `json:"error_description,omitempty"` ErrorUri *string `json:"error_uri,omitempty"` }
AccessTokenErr Error returned in the access token response message
func NewAccessTokenErr ¶
func NewAccessTokenErr(error_ string) *AccessTokenErr
NewAccessTokenErr instantiates a new AccessTokenErr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokenErrWithDefaults ¶
func NewAccessTokenErrWithDefaults() *AccessTokenErr
NewAccessTokenErrWithDefaults instantiates a new AccessTokenErr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokenErr) GetError ¶
func (o *AccessTokenErr) GetError() string
GetError returns the Error field value
func (*AccessTokenErr) GetErrorDescription ¶
func (o *AccessTokenErr) GetErrorDescription() string
GetErrorDescription returns the ErrorDescription field value if set, zero value otherwise.
func (*AccessTokenErr) GetErrorDescriptionOk ¶
func (o *AccessTokenErr) GetErrorDescriptionOk() (*string, bool)
GetErrorDescriptionOk returns a tuple with the ErrorDescription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenErr) GetErrorOk ¶
func (o *AccessTokenErr) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value and a boolean to check if the value has been set.
func (*AccessTokenErr) GetErrorUri ¶
func (o *AccessTokenErr) GetErrorUri() string
GetErrorUri returns the ErrorUri field value if set, zero value otherwise.
func (*AccessTokenErr) GetErrorUriOk ¶
func (o *AccessTokenErr) GetErrorUriOk() (*string, bool)
GetErrorUriOk returns a tuple with the ErrorUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenErr) HasErrorDescription ¶
func (o *AccessTokenErr) HasErrorDescription() bool
HasErrorDescription returns a boolean if a field has been set.
func (*AccessTokenErr) HasErrorUri ¶
func (o *AccessTokenErr) HasErrorUri() bool
HasErrorUri returns a boolean if a field has been set.
func (AccessTokenErr) MarshalJSON ¶
func (o AccessTokenErr) MarshalJSON() ([]byte, error)
func (*AccessTokenErr) SetError ¶
func (o *AccessTokenErr) SetError(v string)
SetError sets field value
func (*AccessTokenErr) SetErrorDescription ¶
func (o *AccessTokenErr) SetErrorDescription(v string)
SetErrorDescription gets a reference to the given string and assigns it to the ErrorDescription field.
func (*AccessTokenErr) SetErrorUri ¶
func (o *AccessTokenErr) SetErrorUri(v string)
SetErrorUri gets a reference to the given string and assigns it to the ErrorUri field.
func (AccessTokenErr) ToMap ¶
func (o AccessTokenErr) ToMap() (map[string]interface{}, error)
func (*AccessTokenErr) UnmarshalJSON ¶
func (o *AccessTokenErr) UnmarshalJSON(bytes []byte) (err error)
type AccessTokenReq ¶
type AccessTokenReq struct { GrantType string `json:"grant_type"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. NfInstanceId string `json:"nfInstanceId"` NfType *NFType `json:"nfType,omitempty"` TargetNfType *NFType `json:"targetNfType,omitempty"` Scope string `json:"scope"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. TargetNfInstanceId *string `json:"targetNfInstanceId,omitempty"` RequesterPlmn *PlmnId `json:"requesterPlmn,omitempty"` RequesterPlmnList []PlmnId `json:"requesterPlmnList,omitempty"` RequesterSnssaiList []Snssai `json:"requesterSnssaiList,omitempty"` // Fully Qualified Domain Name RequesterFqdn *string `json:"requesterFqdn,omitempty"` RequesterSnpnList []PlmnIdNid `json:"requesterSnpnList,omitempty"` TargetPlmn *PlmnId `json:"targetPlmn,omitempty"` TargetSnpn *PlmnIdNid `json:"targetSnpn,omitempty"` TargetSnssaiList []Snssai `json:"targetSnssaiList,omitempty"` TargetNsiList []string `json:"targetNsiList,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. TargetNfSetId *string `json:"targetNfSetId,omitempty"` // NF Service Set Identifier (see clause 28.12 of 3GPP TS 23.003) formatted as the following string \"set<Set ID>.sn<Service Name>.nfi<NF Instance ID>.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.sn<ServiceName>.nfi<NFInstanceID>.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NID> encoded as defined in clause 5.4.2 (\"Nid\" data type definition) <NFInstanceId> encoded as defined in clause 5.3.2 <ServiceName> encoded as defined in 3GPP TS 29.510 <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. TargetNfServiceSetId *string `json:"targetNfServiceSetId,omitempty"` // String providing an URI formatted according to RFC 3986. HnrfAccessTokenUri *string `json:"hnrfAccessTokenUri,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. SourceNfInstanceId *string `json:"sourceNfInstanceId,omitempty"` }
AccessTokenReq Contains information related to the access token request
func NewAccessTokenReq ¶
func NewAccessTokenReq(grantType string, nfInstanceId string, scope string) *AccessTokenReq
NewAccessTokenReq instantiates a new AccessTokenReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessTokenReqWithDefaults ¶
func NewAccessTokenReqWithDefaults() *AccessTokenReq
NewAccessTokenReqWithDefaults instantiates a new AccessTokenReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessTokenReq) GetGrantType ¶
func (o *AccessTokenReq) GetGrantType() string
GetGrantType returns the GrantType field value
func (*AccessTokenReq) GetGrantTypeOk ¶
func (o *AccessTokenReq) GetGrantTypeOk() (*string, bool)
GetGrantTypeOk returns a tuple with the GrantType field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetHnrfAccessTokenUri ¶
func (o *AccessTokenReq) GetHnrfAccessTokenUri() string
GetHnrfAccessTokenUri returns the HnrfAccessTokenUri field value if set, zero value otherwise.
func (*AccessTokenReq) GetHnrfAccessTokenUriOk ¶
func (o *AccessTokenReq) GetHnrfAccessTokenUriOk() (*string, bool)
GetHnrfAccessTokenUriOk returns a tuple with the HnrfAccessTokenUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetNfInstanceId ¶
func (o *AccessTokenReq) GetNfInstanceId() string
GetNfInstanceId returns the NfInstanceId field value
func (*AccessTokenReq) GetNfInstanceIdOk ¶
func (o *AccessTokenReq) GetNfInstanceIdOk() (*string, bool)
GetNfInstanceIdOk returns a tuple with the NfInstanceId field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetNfType ¶
func (o *AccessTokenReq) GetNfType() NFType
GetNfType returns the NfType field value if set, zero value otherwise.
func (*AccessTokenReq) GetNfTypeOk ¶
func (o *AccessTokenReq) GetNfTypeOk() (*NFType, bool)
GetNfTypeOk returns a tuple with the NfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterFqdn ¶
func (o *AccessTokenReq) GetRequesterFqdn() string
GetRequesterFqdn returns the RequesterFqdn field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterFqdnOk ¶
func (o *AccessTokenReq) GetRequesterFqdnOk() (*string, bool)
GetRequesterFqdnOk returns a tuple with the RequesterFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterPlmn ¶
func (o *AccessTokenReq) GetRequesterPlmn() PlmnId
GetRequesterPlmn returns the RequesterPlmn field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterPlmnList ¶
func (o *AccessTokenReq) GetRequesterPlmnList() []PlmnId
GetRequesterPlmnList returns the RequesterPlmnList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterPlmnListOk ¶
func (o *AccessTokenReq) GetRequesterPlmnListOk() ([]PlmnId, bool)
GetRequesterPlmnListOk returns a tuple with the RequesterPlmnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterPlmnOk ¶
func (o *AccessTokenReq) GetRequesterPlmnOk() (*PlmnId, bool)
GetRequesterPlmnOk returns a tuple with the RequesterPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterSnpnList ¶
func (o *AccessTokenReq) GetRequesterSnpnList() []PlmnIdNid
GetRequesterSnpnList returns the RequesterSnpnList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterSnpnListOk ¶
func (o *AccessTokenReq) GetRequesterSnpnListOk() ([]PlmnIdNid, bool)
GetRequesterSnpnListOk returns a tuple with the RequesterSnpnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetRequesterSnssaiList ¶
func (o *AccessTokenReq) GetRequesterSnssaiList() []Snssai
GetRequesterSnssaiList returns the RequesterSnssaiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetRequesterSnssaiListOk ¶
func (o *AccessTokenReq) GetRequesterSnssaiListOk() ([]Snssai, bool)
GetRequesterSnssaiListOk returns a tuple with the RequesterSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetScope ¶
func (o *AccessTokenReq) GetScope() string
GetScope returns the Scope field value
func (*AccessTokenReq) GetScopeOk ¶
func (o *AccessTokenReq) GetScopeOk() (*string, bool)
GetScopeOk returns a tuple with the Scope field value and a boolean to check if the value has been set.
func (*AccessTokenReq) GetSourceNfInstanceId ¶
func (o *AccessTokenReq) GetSourceNfInstanceId() string
GetSourceNfInstanceId returns the SourceNfInstanceId field value if set, zero value otherwise.
func (*AccessTokenReq) GetSourceNfInstanceIdOk ¶
func (o *AccessTokenReq) GetSourceNfInstanceIdOk() (*string, bool)
GetSourceNfInstanceIdOk returns a tuple with the SourceNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfInstanceId ¶
func (o *AccessTokenReq) GetTargetNfInstanceId() string
GetTargetNfInstanceId returns the TargetNfInstanceId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfInstanceIdOk ¶
func (o *AccessTokenReq) GetTargetNfInstanceIdOk() (*string, bool)
GetTargetNfInstanceIdOk returns a tuple with the TargetNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfServiceSetId ¶
func (o *AccessTokenReq) GetTargetNfServiceSetId() string
GetTargetNfServiceSetId returns the TargetNfServiceSetId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfServiceSetIdOk ¶
func (o *AccessTokenReq) GetTargetNfServiceSetIdOk() (*string, bool)
GetTargetNfServiceSetIdOk returns a tuple with the TargetNfServiceSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfSetId ¶
func (o *AccessTokenReq) GetTargetNfSetId() string
GetTargetNfSetId returns the TargetNfSetId field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfSetIdOk ¶
func (o *AccessTokenReq) GetTargetNfSetIdOk() (*string, bool)
GetTargetNfSetIdOk returns a tuple with the TargetNfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNfType ¶
func (o *AccessTokenReq) GetTargetNfType() NFType
GetTargetNfType returns the TargetNfType field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNfTypeOk ¶
func (o *AccessTokenReq) GetTargetNfTypeOk() (*NFType, bool)
GetTargetNfTypeOk returns a tuple with the TargetNfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetNsiList ¶
func (o *AccessTokenReq) GetTargetNsiList() []string
GetTargetNsiList returns the TargetNsiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetNsiListOk ¶
func (o *AccessTokenReq) GetTargetNsiListOk() ([]string, bool)
GetTargetNsiListOk returns a tuple with the TargetNsiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetPlmn ¶
func (o *AccessTokenReq) GetTargetPlmn() PlmnId
GetTargetPlmn returns the TargetPlmn field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetPlmnOk ¶
func (o *AccessTokenReq) GetTargetPlmnOk() (*PlmnId, bool)
GetTargetPlmnOk returns a tuple with the TargetPlmn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetSnpn ¶
func (o *AccessTokenReq) GetTargetSnpn() PlmnIdNid
GetTargetSnpn returns the TargetSnpn field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetSnpnOk ¶
func (o *AccessTokenReq) GetTargetSnpnOk() (*PlmnIdNid, bool)
GetTargetSnpnOk returns a tuple with the TargetSnpn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) GetTargetSnssaiList ¶
func (o *AccessTokenReq) GetTargetSnssaiList() []Snssai
GetTargetSnssaiList returns the TargetSnssaiList field value if set, zero value otherwise.
func (*AccessTokenReq) GetTargetSnssaiListOk ¶
func (o *AccessTokenReq) GetTargetSnssaiListOk() ([]Snssai, bool)
GetTargetSnssaiListOk returns a tuple with the TargetSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AccessTokenReq) HasHnrfAccessTokenUri ¶
func (o *AccessTokenReq) HasHnrfAccessTokenUri() bool
HasHnrfAccessTokenUri returns a boolean if a field has been set.
func (*AccessTokenReq) HasNfType ¶
func (o *AccessTokenReq) HasNfType() bool
HasNfType returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterFqdn ¶
func (o *AccessTokenReq) HasRequesterFqdn() bool
HasRequesterFqdn returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterPlmn ¶
func (o *AccessTokenReq) HasRequesterPlmn() bool
HasRequesterPlmn returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterPlmnList ¶
func (o *AccessTokenReq) HasRequesterPlmnList() bool
HasRequesterPlmnList returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterSnpnList ¶
func (o *AccessTokenReq) HasRequesterSnpnList() bool
HasRequesterSnpnList returns a boolean if a field has been set.
func (*AccessTokenReq) HasRequesterSnssaiList ¶
func (o *AccessTokenReq) HasRequesterSnssaiList() bool
HasRequesterSnssaiList returns a boolean if a field has been set.
func (*AccessTokenReq) HasSourceNfInstanceId ¶
func (o *AccessTokenReq) HasSourceNfInstanceId() bool
HasSourceNfInstanceId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfInstanceId ¶
func (o *AccessTokenReq) HasTargetNfInstanceId() bool
HasTargetNfInstanceId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfServiceSetId ¶
func (o *AccessTokenReq) HasTargetNfServiceSetId() bool
HasTargetNfServiceSetId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfSetId ¶
func (o *AccessTokenReq) HasTargetNfSetId() bool
HasTargetNfSetId returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNfType ¶
func (o *AccessTokenReq) HasTargetNfType() bool
HasTargetNfType returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetNsiList ¶
func (o *AccessTokenReq) HasTargetNsiList() bool
HasTargetNsiList returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetPlmn ¶
func (o *AccessTokenReq) HasTargetPlmn() bool
HasTargetPlmn returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetSnpn ¶
func (o *AccessTokenReq) HasTargetSnpn() bool
HasTargetSnpn returns a boolean if a field has been set.
func (*AccessTokenReq) HasTargetSnssaiList ¶
func (o *AccessTokenReq) HasTargetSnssaiList() bool
HasTargetSnssaiList returns a boolean if a field has been set.
func (AccessTokenReq) MarshalJSON ¶
func (o AccessTokenReq) MarshalJSON() ([]byte, error)
func (*AccessTokenReq) SetGrantType ¶
func (o *AccessTokenReq) SetGrantType(v string)
SetGrantType sets field value
func (*AccessTokenReq) SetHnrfAccessTokenUri ¶
func (o *AccessTokenReq) SetHnrfAccessTokenUri(v string)
SetHnrfAccessTokenUri gets a reference to the given string and assigns it to the HnrfAccessTokenUri field.
func (*AccessTokenReq) SetNfInstanceId ¶
func (o *AccessTokenReq) SetNfInstanceId(v string)
SetNfInstanceId sets field value
func (*AccessTokenReq) SetNfType ¶
func (o *AccessTokenReq) SetNfType(v NFType)
SetNfType gets a reference to the given NFType and assigns it to the NfType field.
func (*AccessTokenReq) SetRequesterFqdn ¶
func (o *AccessTokenReq) SetRequesterFqdn(v string)
SetRequesterFqdn gets a reference to the given string and assigns it to the RequesterFqdn field.
func (*AccessTokenReq) SetRequesterPlmn ¶
func (o *AccessTokenReq) SetRequesterPlmn(v PlmnId)
SetRequesterPlmn gets a reference to the given PlmnId and assigns it to the RequesterPlmn field.
func (*AccessTokenReq) SetRequesterPlmnList ¶
func (o *AccessTokenReq) SetRequesterPlmnList(v []PlmnId)
SetRequesterPlmnList gets a reference to the given []PlmnId and assigns it to the RequesterPlmnList field.
func (*AccessTokenReq) SetRequesterSnpnList ¶
func (o *AccessTokenReq) SetRequesterSnpnList(v []PlmnIdNid)
SetRequesterSnpnList gets a reference to the given []PlmnIdNid and assigns it to the RequesterSnpnList field.
func (*AccessTokenReq) SetRequesterSnssaiList ¶
func (o *AccessTokenReq) SetRequesterSnssaiList(v []Snssai)
SetRequesterSnssaiList gets a reference to the given []Snssai and assigns it to the RequesterSnssaiList field.
func (*AccessTokenReq) SetScope ¶
func (o *AccessTokenReq) SetScope(v string)
SetScope sets field value
func (*AccessTokenReq) SetSourceNfInstanceId ¶
func (o *AccessTokenReq) SetSourceNfInstanceId(v string)
SetSourceNfInstanceId gets a reference to the given string and assigns it to the SourceNfInstanceId field.
func (*AccessTokenReq) SetTargetNfInstanceId ¶
func (o *AccessTokenReq) SetTargetNfInstanceId(v string)
SetTargetNfInstanceId gets a reference to the given string and assigns it to the TargetNfInstanceId field.
func (*AccessTokenReq) SetTargetNfServiceSetId ¶
func (o *AccessTokenReq) SetTargetNfServiceSetId(v string)
SetTargetNfServiceSetId gets a reference to the given string and assigns it to the TargetNfServiceSetId field.
func (*AccessTokenReq) SetTargetNfSetId ¶
func (o *AccessTokenReq) SetTargetNfSetId(v string)
SetTargetNfSetId gets a reference to the given string and assigns it to the TargetNfSetId field.
func (*AccessTokenReq) SetTargetNfType ¶
func (o *AccessTokenReq) SetTargetNfType(v NFType)
SetTargetNfType gets a reference to the given NFType and assigns it to the TargetNfType field.
func (*AccessTokenReq) SetTargetNsiList ¶
func (o *AccessTokenReq) SetTargetNsiList(v []string)
SetTargetNsiList gets a reference to the given []string and assigns it to the TargetNsiList field.
func (*AccessTokenReq) SetTargetPlmn ¶
func (o *AccessTokenReq) SetTargetPlmn(v PlmnId)
SetTargetPlmn gets a reference to the given PlmnId and assigns it to the TargetPlmn field.
func (*AccessTokenReq) SetTargetSnpn ¶
func (o *AccessTokenReq) SetTargetSnpn(v PlmnIdNid)
SetTargetSnpn gets a reference to the given PlmnIdNid and assigns it to the TargetSnpn field.
func (*AccessTokenReq) SetTargetSnssaiList ¶
func (o *AccessTokenReq) SetTargetSnssaiList(v []Snssai)
SetTargetSnssaiList gets a reference to the given []Snssai and assigns it to the TargetSnssaiList field.
func (AccessTokenReq) ToMap ¶
func (o AccessTokenReq) ToMap() (map[string]interface{}, error)
func (*AccessTokenReq) UnmarshalJSON ¶
func (o *AccessTokenReq) UnmarshalJSON(bytes []byte) (err error)
type ApiCreateIndividualSubcriptionRequest ¶
type ApiCreateIndividualSubcriptionRequest struct { ApiService *SubscriptionsCollectionAPIService // contains filtered or unexported fields }
func (ApiCreateIndividualSubcriptionRequest) BsfSubscription ¶
func (r ApiCreateIndividualSubcriptionRequest) BsfSubscription(bsfSubscription BsfSubscription) ApiCreateIndividualSubcriptionRequest
func (ApiCreateIndividualSubcriptionRequest) Execute ¶
func (r ApiCreateIndividualSubcriptionRequest) Execute() (*BsfSubscriptionResp, *http.Response, error)
type ApiCreatePCFBindingRequest ¶
type ApiCreatePCFBindingRequest struct { ApiService *PCFBindingsCollectionAPIService // contains filtered or unexported fields }
func (ApiCreatePCFBindingRequest) Execute ¶
func (r ApiCreatePCFBindingRequest) Execute() (*PcfBinding, *http.Response, error)
func (ApiCreatePCFBindingRequest) PcfBinding ¶
func (r ApiCreatePCFBindingRequest) PcfBinding(pcfBinding PcfBinding) ApiCreatePCFBindingRequest
type ApiCreatePCFMbsBindingRequest ¶
type ApiCreatePCFMbsBindingRequest struct { ApiService *PCFForAnMBSSessionBindingsCollectionAPIService // contains filtered or unexported fields }
func (ApiCreatePCFMbsBindingRequest) Execute ¶
func (r ApiCreatePCFMbsBindingRequest) Execute() (*PcfMbsBinding, *http.Response, error)
func (ApiCreatePCFMbsBindingRequest) PcfMbsBinding ¶
func (r ApiCreatePCFMbsBindingRequest) PcfMbsBinding(pcfMbsBinding PcfMbsBinding) ApiCreatePCFMbsBindingRequest
type ApiCreatePCFforUEBindingRequest ¶
type ApiCreatePCFforUEBindingRequest struct { ApiService *PCFForAUEBindingsCollectionAPIService // contains filtered or unexported fields }
func (ApiCreatePCFforUEBindingRequest) Execute ¶
func (r ApiCreatePCFforUEBindingRequest) Execute() (*PcfForUeBinding, *http.Response, error)
func (ApiCreatePCFforUEBindingRequest) PcfForUeBinding ¶
func (r ApiCreatePCFforUEBindingRequest) PcfForUeBinding(pcfForUeBinding PcfForUeBinding) ApiCreatePCFforUEBindingRequest
type ApiDeleteIndPCFBindingRequest ¶
type ApiDeleteIndPCFBindingRequest struct { ApiService *IndividualPCFBindingDocumentAPIService // contains filtered or unexported fields }
type ApiDeleteIndPCFMbsBindingRequest ¶
type ApiDeleteIndPCFMbsBindingRequest struct { ApiService *IndividualPCFForAnMBSSessionBindingDocumentAPIService // contains filtered or unexported fields }
type ApiDeleteIndPCFforUEBindingRequest ¶
type ApiDeleteIndPCFforUEBindingRequest struct { ApiService *IndividualPCFForAUEBindingDocumentAPIService // contains filtered or unexported fields }
type ApiDeleteIndividualSubcriptionRequest ¶
type ApiDeleteIndividualSubcriptionRequest struct { ApiService *IndividualSubscriptionDocumentAPIService // contains filtered or unexported fields }
type ApiGetPCFBindingsRequest ¶
type ApiGetPCFBindingsRequest struct { ApiService *PCFBindingsCollectionAPIService // contains filtered or unexported fields }
func (ApiGetPCFBindingsRequest) Dnn ¶
func (r ApiGetPCFBindingsRequest) Dnn(dnn string) ApiGetPCFBindingsRequest
DNN.
func (ApiGetPCFBindingsRequest) Execute ¶
func (r ApiGetPCFBindingsRequest) Execute() (*PcfBinding, *http.Response, error)
func (ApiGetPCFBindingsRequest) Gpsi ¶
func (r ApiGetPCFBindingsRequest) Gpsi(gpsi string) ApiGetPCFBindingsRequest
Generic Public Subscription Identifier
func (ApiGetPCFBindingsRequest) IpDomain ¶
func (r ApiGetPCFBindingsRequest) IpDomain(ipDomain string) ApiGetPCFBindingsRequest
The IPv4 address domain identifier.
func (ApiGetPCFBindingsRequest) Ipv4Addr ¶
func (r ApiGetPCFBindingsRequest) Ipv4Addr(ipv4Addr string) ApiGetPCFBindingsRequest
The IPv4 Address of the served UE.
func (ApiGetPCFBindingsRequest) Ipv6Prefix ¶
func (r ApiGetPCFBindingsRequest) Ipv6Prefix(ipv6Prefix Ipv6Prefix) ApiGetPCFBindingsRequest
The IPv6 Address of the served UE. The NF service consumer shall append '/128' to the IPv6 address in the attribute value. E.g. '2001:db8:85a3::8a2e:370:7334/128'.
func (ApiGetPCFBindingsRequest) MacAddr48 ¶
func (r ApiGetPCFBindingsRequest) MacAddr48(macAddr48 string) ApiGetPCFBindingsRequest
The MAC Address of the served UE.
func (ApiGetPCFBindingsRequest) Snssai ¶
func (r ApiGetPCFBindingsRequest) Snssai(snssai Snssai) ApiGetPCFBindingsRequest
The identification of slice.
func (ApiGetPCFBindingsRequest) Supi ¶
func (r ApiGetPCFBindingsRequest) Supi(supi string) ApiGetPCFBindingsRequest
Subscription Permanent Identifier.
func (ApiGetPCFBindingsRequest) SuppFeat ¶
func (r ApiGetPCFBindingsRequest) SuppFeat(suppFeat string) ApiGetPCFBindingsRequest
To filter irrelevant responses related to unsupported features.
type ApiGetPCFForUeBindingsRequest ¶
type ApiGetPCFForUeBindingsRequest struct { ApiService *PCFForAUEBindingsCollectionAPIService // contains filtered or unexported fields }
func (ApiGetPCFForUeBindingsRequest) Execute ¶
func (r ApiGetPCFForUeBindingsRequest) Execute() ([]PcfForUeBinding, *http.Response, error)
func (ApiGetPCFForUeBindingsRequest) Gpsi ¶
func (r ApiGetPCFForUeBindingsRequest) Gpsi(gpsi string) ApiGetPCFForUeBindingsRequest
Generic Public Subscription Identifier
func (ApiGetPCFForUeBindingsRequest) Supi ¶
func (r ApiGetPCFForUeBindingsRequest) Supi(supi string) ApiGetPCFForUeBindingsRequest
Subscription Permanent Identifier.
func (ApiGetPCFForUeBindingsRequest) SuppFeat ¶
func (r ApiGetPCFForUeBindingsRequest) SuppFeat(suppFeat string) ApiGetPCFForUeBindingsRequest
To filter irrelevant responses related to unsupported features.
type ApiGetPCFMbsBindingRequest ¶
type ApiGetPCFMbsBindingRequest struct { ApiService *PCFForAnMBSSessionBindingsCollectionAPIService // contains filtered or unexported fields }
func (ApiGetPCFMbsBindingRequest) Execute ¶
func (r ApiGetPCFMbsBindingRequest) Execute() ([]PcfMbsBinding, *http.Response, error)
func (ApiGetPCFMbsBindingRequest) MbsSessionId ¶
func (r ApiGetPCFMbsBindingRequest) MbsSessionId(mbsSessionId MbsSessionId) ApiGetPCFMbsBindingRequest
Contains the identifier of the MBS Session to which the requested MBS Session binding is related.
func (ApiGetPCFMbsBindingRequest) SuppFeat ¶
func (r ApiGetPCFMbsBindingRequest) SuppFeat(suppFeat string) ApiGetPCFMbsBindingRequest
Contains the list of features supported by the NF service consumer and used to filter irrelevant responses related to unsupported features.
type ApiModifyIndPCFMbsBindingRequest ¶
type ApiModifyIndPCFMbsBindingRequest struct { ApiService *IndividualPCFForAnMBSSessionBindingDocumentAPIService // contains filtered or unexported fields }
func (ApiModifyIndPCFMbsBindingRequest) Execute ¶
func (r ApiModifyIndPCFMbsBindingRequest) Execute() (*PcfMbsBinding, *http.Response, error)
func (ApiModifyIndPCFMbsBindingRequest) PcfMbsBindingPatch ¶
func (r ApiModifyIndPCFMbsBindingRequest) PcfMbsBindingPatch(pcfMbsBindingPatch PcfMbsBindingPatch) ApiModifyIndPCFMbsBindingRequest
Parameters to request the modification of the PCF for an MBS Session Binding.
type ApiReplaceIndividualSubcriptionRequest ¶
type ApiReplaceIndividualSubcriptionRequest struct { ApiService *IndividualSubscriptionDocumentAPIService // contains filtered or unexported fields }
func (ApiReplaceIndividualSubcriptionRequest) BsfSubscription ¶
func (r ApiReplaceIndividualSubcriptionRequest) BsfSubscription(bsfSubscription BsfSubscription) ApiReplaceIndividualSubcriptionRequest
func (ApiReplaceIndividualSubcriptionRequest) Execute ¶
func (r ApiReplaceIndividualSubcriptionRequest) Execute() (*BsfSubscriptionResp, *http.Response, error)
type ApiUpdateIndPCFBindingRequest ¶
type ApiUpdateIndPCFBindingRequest struct { ApiService *IndividualPCFForAPDUSessionBindingDocumentAPIService // contains filtered or unexported fields }
func (ApiUpdateIndPCFBindingRequest) Execute ¶
func (r ApiUpdateIndPCFBindingRequest) Execute() (*PcfBinding, *http.Response, error)
func (ApiUpdateIndPCFBindingRequest) PcfBindingPatch ¶
func (r ApiUpdateIndPCFBindingRequest) PcfBindingPatch(pcfBindingPatch PcfBindingPatch) ApiUpdateIndPCFBindingRequest
Parameters to update the existing PCF for a PDU Session binding.
type ApiUpdateIndPCFforUEBindingRequest ¶
type ApiUpdateIndPCFforUEBindingRequest struct { ApiService *IndividualPCFForAUEBindingDocumentAPIService // contains filtered or unexported fields }
func (ApiUpdateIndPCFforUEBindingRequest) Execute ¶
func (r ApiUpdateIndPCFforUEBindingRequest) Execute() (*PcfForUeBinding, *http.Response, error)
func (ApiUpdateIndPCFforUEBindingRequest) PcfForUeBindingPatch ¶
func (r ApiUpdateIndPCFforUEBindingRequest) PcfForUeBindingPatch(pcfForUeBindingPatch PcfForUeBindingPatch) ApiUpdateIndPCFforUEBindingRequest
Parameters to update the existing PCF for a UE binding.
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type BindingLevel ¶
type BindingLevel struct {
// contains filtered or unexported fields
}
BindingLevel Possible values are: - \"NF_SET\" - \"NF_INSTANCE\"
func (*BindingLevel) MarshalJSON ¶
func (src *BindingLevel) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*BindingLevel) UnmarshalJSON ¶
func (dst *BindingLevel) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type BindingResp ¶
type BindingResp struct { // Fully Qualified Domain Name PcfSmFqdn *string `json:"pcfSmFqdn,omitempty"` // IP end points of the PCF hosting the Npcf_SMPolicyControl service. PcfSmIpEndPoints []IpEndPoint `json:"pcfSmIpEndPoints,omitempty"` }
BindingResp Contains the binding information for a PCF for a PDU Session.
func NewBindingResp ¶
func NewBindingResp() *BindingResp
NewBindingResp instantiates a new BindingResp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBindingRespWithDefaults ¶
func NewBindingRespWithDefaults() *BindingResp
NewBindingRespWithDefaults instantiates a new BindingResp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BindingResp) GetPcfSmFqdn ¶
func (o *BindingResp) GetPcfSmFqdn() string
GetPcfSmFqdn returns the PcfSmFqdn field value if set, zero value otherwise.
func (*BindingResp) GetPcfSmFqdnOk ¶
func (o *BindingResp) GetPcfSmFqdnOk() (*string, bool)
GetPcfSmFqdnOk returns a tuple with the PcfSmFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BindingResp) GetPcfSmIpEndPoints ¶
func (o *BindingResp) GetPcfSmIpEndPoints() []IpEndPoint
GetPcfSmIpEndPoints returns the PcfSmIpEndPoints field value if set, zero value otherwise.
func (*BindingResp) GetPcfSmIpEndPointsOk ¶
func (o *BindingResp) GetPcfSmIpEndPointsOk() ([]IpEndPoint, bool)
GetPcfSmIpEndPointsOk returns a tuple with the PcfSmIpEndPoints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BindingResp) HasPcfSmFqdn ¶
func (o *BindingResp) HasPcfSmFqdn() bool
HasPcfSmFqdn returns a boolean if a field has been set.
func (*BindingResp) HasPcfSmIpEndPoints ¶
func (o *BindingResp) HasPcfSmIpEndPoints() bool
HasPcfSmIpEndPoints returns a boolean if a field has been set.
func (BindingResp) MarshalJSON ¶
func (o BindingResp) MarshalJSON() ([]byte, error)
func (*BindingResp) SetPcfSmFqdn ¶
func (o *BindingResp) SetPcfSmFqdn(v string)
SetPcfSmFqdn gets a reference to the given string and assigns it to the PcfSmFqdn field.
func (*BindingResp) SetPcfSmIpEndPoints ¶
func (o *BindingResp) SetPcfSmIpEndPoints(v []IpEndPoint)
SetPcfSmIpEndPoints gets a reference to the given []IpEndPoint and assigns it to the PcfSmIpEndPoints field.
func (BindingResp) ToMap ¶
func (o BindingResp) ToMap() (map[string]interface{}, error)
type BsfEvent ¶
type BsfEvent struct {
// contains filtered or unexported fields
}
BsfEvent Represents an event to be notified by the BSF.
func (*BsfEvent) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*BsfEvent) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type BsfEventNotification ¶
type BsfEventNotification struct { Event BsfEvent `json:"event"` PcfForUeInfo *PcfForUeInfo `json:"pcfForUeInfo,omitempty"` // The information of the PCF for a PDU session. PcfForPduSessInfos []PcfForPduSessionInfo `json:"pcfForPduSessInfos,omitempty"` // Matching S-NSSAI and DNN pairs. MatchSnssaiDnns []SnssaiDnnPair `json:"matchSnssaiDnns,omitempty"` }
BsfEventNotification Contains an event notification.
func NewBsfEventNotification ¶
func NewBsfEventNotification(event BsfEvent) *BsfEventNotification
NewBsfEventNotification instantiates a new BsfEventNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBsfEventNotificationWithDefaults ¶
func NewBsfEventNotificationWithDefaults() *BsfEventNotification
NewBsfEventNotificationWithDefaults instantiates a new BsfEventNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BsfEventNotification) GetEvent ¶
func (o *BsfEventNotification) GetEvent() BsfEvent
GetEvent returns the Event field value
func (*BsfEventNotification) GetEventOk ¶
func (o *BsfEventNotification) GetEventOk() (*BsfEvent, bool)
GetEventOk returns a tuple with the Event field value and a boolean to check if the value has been set.
func (*BsfEventNotification) GetMatchSnssaiDnns ¶
func (o *BsfEventNotification) GetMatchSnssaiDnns() []SnssaiDnnPair
GetMatchSnssaiDnns returns the MatchSnssaiDnns field value if set, zero value otherwise.
func (*BsfEventNotification) GetMatchSnssaiDnnsOk ¶
func (o *BsfEventNotification) GetMatchSnssaiDnnsOk() ([]SnssaiDnnPair, bool)
GetMatchSnssaiDnnsOk returns a tuple with the MatchSnssaiDnns field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BsfEventNotification) GetPcfForPduSessInfos ¶
func (o *BsfEventNotification) GetPcfForPduSessInfos() []PcfForPduSessionInfo
GetPcfForPduSessInfos returns the PcfForPduSessInfos field value if set, zero value otherwise.
func (*BsfEventNotification) GetPcfForPduSessInfosOk ¶
func (o *BsfEventNotification) GetPcfForPduSessInfosOk() ([]PcfForPduSessionInfo, bool)
GetPcfForPduSessInfosOk returns a tuple with the PcfForPduSessInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BsfEventNotification) GetPcfForUeInfo ¶
func (o *BsfEventNotification) GetPcfForUeInfo() PcfForUeInfo
GetPcfForUeInfo returns the PcfForUeInfo field value if set, zero value otherwise.
func (*BsfEventNotification) GetPcfForUeInfoOk ¶
func (o *BsfEventNotification) GetPcfForUeInfoOk() (*PcfForUeInfo, bool)
GetPcfForUeInfoOk returns a tuple with the PcfForUeInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BsfEventNotification) HasMatchSnssaiDnns ¶
func (o *BsfEventNotification) HasMatchSnssaiDnns() bool
HasMatchSnssaiDnns returns a boolean if a field has been set.
func (*BsfEventNotification) HasPcfForPduSessInfos ¶
func (o *BsfEventNotification) HasPcfForPduSessInfos() bool
HasPcfForPduSessInfos returns a boolean if a field has been set.
func (*BsfEventNotification) HasPcfForUeInfo ¶
func (o *BsfEventNotification) HasPcfForUeInfo() bool
HasPcfForUeInfo returns a boolean if a field has been set.
func (BsfEventNotification) MarshalJSON ¶
func (o BsfEventNotification) MarshalJSON() ([]byte, error)
func (*BsfEventNotification) SetEvent ¶
func (o *BsfEventNotification) SetEvent(v BsfEvent)
SetEvent sets field value
func (*BsfEventNotification) SetMatchSnssaiDnns ¶
func (o *BsfEventNotification) SetMatchSnssaiDnns(v []SnssaiDnnPair)
SetMatchSnssaiDnns gets a reference to the given []SnssaiDnnPair and assigns it to the MatchSnssaiDnns field.
func (*BsfEventNotification) SetPcfForPduSessInfos ¶
func (o *BsfEventNotification) SetPcfForPduSessInfos(v []PcfForPduSessionInfo)
SetPcfForPduSessInfos gets a reference to the given []PcfForPduSessionInfo and assigns it to the PcfForPduSessInfos field.
func (*BsfEventNotification) SetPcfForUeInfo ¶
func (o *BsfEventNotification) SetPcfForUeInfo(v PcfForUeInfo)
SetPcfForUeInfo gets a reference to the given PcfForUeInfo and assigns it to the PcfForUeInfo field.
func (BsfEventNotification) ToMap ¶
func (o BsfEventNotification) ToMap() (map[string]interface{}, error)
func (*BsfEventNotification) UnmarshalJSON ¶
func (o *BsfEventNotification) UnmarshalJSON(bytes []byte) (err error)
type BsfNotification ¶
type BsfNotification struct { // Notification Correlation ID assigned by the NF service consumer. NotifCorreId string `json:"notifCorreId"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. PcfId *string `json:"pcfId,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. PcfSetId *string `json:"pcfSetId,omitempty"` BindLevel *BindingLevel `json:"bindLevel,omitempty"` // Notifications about Individual Events. EventNotifs []BsfEventNotification `json:"eventNotifs"` }
BsfNotification Contains the event notifications.
func NewBsfNotification ¶
func NewBsfNotification(notifCorreId string, eventNotifs []BsfEventNotification) *BsfNotification
NewBsfNotification instantiates a new BsfNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBsfNotificationWithDefaults ¶
func NewBsfNotificationWithDefaults() *BsfNotification
NewBsfNotificationWithDefaults instantiates a new BsfNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BsfNotification) GetBindLevel ¶
func (o *BsfNotification) GetBindLevel() BindingLevel
GetBindLevel returns the BindLevel field value if set, zero value otherwise.
func (*BsfNotification) GetBindLevelOk ¶
func (o *BsfNotification) GetBindLevelOk() (*BindingLevel, bool)
GetBindLevelOk returns a tuple with the BindLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BsfNotification) GetEventNotifs ¶
func (o *BsfNotification) GetEventNotifs() []BsfEventNotification
GetEventNotifs returns the EventNotifs field value
func (*BsfNotification) GetEventNotifsOk ¶
func (o *BsfNotification) GetEventNotifsOk() ([]BsfEventNotification, bool)
GetEventNotifsOk returns a tuple with the EventNotifs field value and a boolean to check if the value has been set.
func (*BsfNotification) GetNotifCorreId ¶
func (o *BsfNotification) GetNotifCorreId() string
GetNotifCorreId returns the NotifCorreId field value
func (*BsfNotification) GetNotifCorreIdOk ¶
func (o *BsfNotification) GetNotifCorreIdOk() (*string, bool)
GetNotifCorreIdOk returns a tuple with the NotifCorreId field value and a boolean to check if the value has been set.
func (*BsfNotification) GetPcfId ¶
func (o *BsfNotification) GetPcfId() string
GetPcfId returns the PcfId field value if set, zero value otherwise.
func (*BsfNotification) GetPcfIdOk ¶
func (o *BsfNotification) GetPcfIdOk() (*string, bool)
GetPcfIdOk returns a tuple with the PcfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BsfNotification) GetPcfSetId ¶
func (o *BsfNotification) GetPcfSetId() string
GetPcfSetId returns the PcfSetId field value if set, zero value otherwise.
func (*BsfNotification) GetPcfSetIdOk ¶
func (o *BsfNotification) GetPcfSetIdOk() (*string, bool)
GetPcfSetIdOk returns a tuple with the PcfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BsfNotification) HasBindLevel ¶
func (o *BsfNotification) HasBindLevel() bool
HasBindLevel returns a boolean if a field has been set.
func (*BsfNotification) HasPcfId ¶
func (o *BsfNotification) HasPcfId() bool
HasPcfId returns a boolean if a field has been set.
func (*BsfNotification) HasPcfSetId ¶
func (o *BsfNotification) HasPcfSetId() bool
HasPcfSetId returns a boolean if a field has been set.
func (BsfNotification) MarshalJSON ¶
func (o BsfNotification) MarshalJSON() ([]byte, error)
func (*BsfNotification) SetBindLevel ¶
func (o *BsfNotification) SetBindLevel(v BindingLevel)
SetBindLevel gets a reference to the given BindingLevel and assigns it to the BindLevel field.
func (*BsfNotification) SetEventNotifs ¶
func (o *BsfNotification) SetEventNotifs(v []BsfEventNotification)
SetEventNotifs sets field value
func (*BsfNotification) SetNotifCorreId ¶
func (o *BsfNotification) SetNotifCorreId(v string)
SetNotifCorreId sets field value
func (*BsfNotification) SetPcfId ¶
func (o *BsfNotification) SetPcfId(v string)
SetPcfId gets a reference to the given string and assigns it to the PcfId field.
func (*BsfNotification) SetPcfSetId ¶
func (o *BsfNotification) SetPcfSetId(v string)
SetPcfSetId gets a reference to the given string and assigns it to the PcfSetId field.
func (BsfNotification) ToMap ¶
func (o BsfNotification) ToMap() (map[string]interface{}, error)
func (*BsfNotification) UnmarshalJSON ¶
func (o *BsfNotification) UnmarshalJSON(bytes []byte) (err error)
type BsfSubscription ¶
type BsfSubscription struct { // Contain te subscribed events. Events []BsfEvent `json:"events"` // String providing an URI formatted according to RFC 3986. NotifUri string `json:"notifUri"` // Notification Correlation ID assigned by the NF service consumer. NotifCorreId string `json:"notifCorreId"` // String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501. Supi string `json:"supi"` // String identifying a Gpsi shall contain either an External Id or an MSISDN. It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid' shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an External Identifier. Gpsi *string `json:"gpsi,omitempty"` SnssaiDnnPairs *SnssaiDnnPair `json:"snssaiDnnPairs,omitempty"` // Represents the additional S-NSSAI and DNN pair(s) for which the binding event report(s) shall apply. AddSnssaiDnnPairs []SnssaiDnnPair `json:"addSnssaiDnnPairs,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SuppFeat *string `json:"suppFeat,omitempty"` }
BsfSubscription Contains the event subscription data.
func NewBsfSubscription ¶
func NewBsfSubscription(events []BsfEvent, notifUri string, notifCorreId string, supi string) *BsfSubscription
NewBsfSubscription instantiates a new BsfSubscription object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBsfSubscriptionWithDefaults ¶
func NewBsfSubscriptionWithDefaults() *BsfSubscription
NewBsfSubscriptionWithDefaults instantiates a new BsfSubscription object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BsfSubscription) GetAddSnssaiDnnPairs ¶
func (o *BsfSubscription) GetAddSnssaiDnnPairs() []SnssaiDnnPair
GetAddSnssaiDnnPairs returns the AddSnssaiDnnPairs field value if set, zero value otherwise.
func (*BsfSubscription) GetAddSnssaiDnnPairsOk ¶
func (o *BsfSubscription) GetAddSnssaiDnnPairsOk() ([]SnssaiDnnPair, bool)
GetAddSnssaiDnnPairsOk returns a tuple with the AddSnssaiDnnPairs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BsfSubscription) GetEvents ¶
func (o *BsfSubscription) GetEvents() []BsfEvent
GetEvents returns the Events field value
func (*BsfSubscription) GetEventsOk ¶
func (o *BsfSubscription) GetEventsOk() ([]BsfEvent, bool)
GetEventsOk returns a tuple with the Events field value and a boolean to check if the value has been set.
func (*BsfSubscription) GetGpsi ¶
func (o *BsfSubscription) GetGpsi() string
GetGpsi returns the Gpsi field value if set, zero value otherwise.
func (*BsfSubscription) GetGpsiOk ¶
func (o *BsfSubscription) GetGpsiOk() (*string, bool)
GetGpsiOk returns a tuple with the Gpsi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BsfSubscription) GetNotifCorreId ¶
func (o *BsfSubscription) GetNotifCorreId() string
GetNotifCorreId returns the NotifCorreId field value
func (*BsfSubscription) GetNotifCorreIdOk ¶
func (o *BsfSubscription) GetNotifCorreIdOk() (*string, bool)
GetNotifCorreIdOk returns a tuple with the NotifCorreId field value and a boolean to check if the value has been set.
func (*BsfSubscription) GetNotifUri ¶
func (o *BsfSubscription) GetNotifUri() string
GetNotifUri returns the NotifUri field value
func (*BsfSubscription) GetNotifUriOk ¶
func (o *BsfSubscription) GetNotifUriOk() (*string, bool)
GetNotifUriOk returns a tuple with the NotifUri field value and a boolean to check if the value has been set.
func (*BsfSubscription) GetSnssaiDnnPairs ¶
func (o *BsfSubscription) GetSnssaiDnnPairs() SnssaiDnnPair
GetSnssaiDnnPairs returns the SnssaiDnnPairs field value if set, zero value otherwise.
func (*BsfSubscription) GetSnssaiDnnPairsOk ¶
func (o *BsfSubscription) GetSnssaiDnnPairsOk() (*SnssaiDnnPair, bool)
GetSnssaiDnnPairsOk returns a tuple with the SnssaiDnnPairs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BsfSubscription) GetSupi ¶
func (o *BsfSubscription) GetSupi() string
GetSupi returns the Supi field value
func (*BsfSubscription) GetSupiOk ¶
func (o *BsfSubscription) GetSupiOk() (*string, bool)
GetSupiOk returns a tuple with the Supi field value and a boolean to check if the value has been set.
func (*BsfSubscription) GetSuppFeat ¶
func (o *BsfSubscription) GetSuppFeat() string
GetSuppFeat returns the SuppFeat field value if set, zero value otherwise.
func (*BsfSubscription) GetSuppFeatOk ¶
func (o *BsfSubscription) GetSuppFeatOk() (*string, bool)
GetSuppFeatOk returns a tuple with the SuppFeat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BsfSubscription) HasAddSnssaiDnnPairs ¶
func (o *BsfSubscription) HasAddSnssaiDnnPairs() bool
HasAddSnssaiDnnPairs returns a boolean if a field has been set.
func (*BsfSubscription) HasGpsi ¶
func (o *BsfSubscription) HasGpsi() bool
HasGpsi returns a boolean if a field has been set.
func (*BsfSubscription) HasSnssaiDnnPairs ¶
func (o *BsfSubscription) HasSnssaiDnnPairs() bool
HasSnssaiDnnPairs returns a boolean if a field has been set.
func (*BsfSubscription) HasSuppFeat ¶
func (o *BsfSubscription) HasSuppFeat() bool
HasSuppFeat returns a boolean if a field has been set.
func (BsfSubscription) MarshalJSON ¶
func (o BsfSubscription) MarshalJSON() ([]byte, error)
func (*BsfSubscription) SetAddSnssaiDnnPairs ¶
func (o *BsfSubscription) SetAddSnssaiDnnPairs(v []SnssaiDnnPair)
SetAddSnssaiDnnPairs gets a reference to the given []SnssaiDnnPair and assigns it to the AddSnssaiDnnPairs field.
func (*BsfSubscription) SetEvents ¶
func (o *BsfSubscription) SetEvents(v []BsfEvent)
SetEvents sets field value
func (*BsfSubscription) SetGpsi ¶
func (o *BsfSubscription) SetGpsi(v string)
SetGpsi gets a reference to the given string and assigns it to the Gpsi field.
func (*BsfSubscription) SetNotifCorreId ¶
func (o *BsfSubscription) SetNotifCorreId(v string)
SetNotifCorreId sets field value
func (*BsfSubscription) SetNotifUri ¶
func (o *BsfSubscription) SetNotifUri(v string)
SetNotifUri sets field value
func (*BsfSubscription) SetSnssaiDnnPairs ¶
func (o *BsfSubscription) SetSnssaiDnnPairs(v SnssaiDnnPair)
SetSnssaiDnnPairs gets a reference to the given SnssaiDnnPair and assigns it to the SnssaiDnnPairs field.
func (*BsfSubscription) SetSupi ¶
func (o *BsfSubscription) SetSupi(v string)
SetSupi sets field value
func (*BsfSubscription) SetSuppFeat ¶
func (o *BsfSubscription) SetSuppFeat(v string)
SetSuppFeat gets a reference to the given string and assigns it to the SuppFeat field.
func (BsfSubscription) ToMap ¶
func (o BsfSubscription) ToMap() (map[string]interface{}, error)
func (*BsfSubscription) UnmarshalJSON ¶
func (o *BsfSubscription) UnmarshalJSON(bytes []byte) (err error)
type BsfSubscriptionResp ¶
type BsfSubscriptionResp struct { BsfNotification *BsfNotification BsfSubscription *BsfSubscription }
BsfSubscriptionResp It represents a response to a modification or creation request of an Individual Binding Subscription resource. It may contain the notification of the already met events.
func (*BsfSubscriptionResp) MarshalJSON ¶
func (src *BsfSubscriptionResp) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*BsfSubscriptionResp) UnmarshalJSON ¶
func (dst *BsfSubscriptionResp) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type ExtProblemDetails ¶
type ExtProblemDetails struct { ProblemDetails // Fully Qualified Domain Name PcfSmFqdn *string `json:"pcfSmFqdn,omitempty"` // IP end points of the PCF hosting the Npcf_SMPolicyControl service. PcfSmIpEndPoints []IpEndPoint `json:"pcfSmIpEndPoints,omitempty"` }
ExtProblemDetails Contains the FQDN or IP endpoints of the existing PCF and the cause value if there is an existing PCF binding information for the indicated combination.
func NewExtProblemDetails ¶
func NewExtProblemDetails() *ExtProblemDetails
NewExtProblemDetails instantiates a new ExtProblemDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewExtProblemDetailsWithDefaults ¶
func NewExtProblemDetailsWithDefaults() *ExtProblemDetails
NewExtProblemDetailsWithDefaults instantiates a new ExtProblemDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ExtProblemDetails) GetPcfSmFqdn ¶
func (o *ExtProblemDetails) GetPcfSmFqdn() string
GetPcfSmFqdn returns the PcfSmFqdn field value if set, zero value otherwise.
func (*ExtProblemDetails) GetPcfSmFqdnOk ¶
func (o *ExtProblemDetails) GetPcfSmFqdnOk() (*string, bool)
GetPcfSmFqdnOk returns a tuple with the PcfSmFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtProblemDetails) GetPcfSmIpEndPoints ¶
func (o *ExtProblemDetails) GetPcfSmIpEndPoints() []IpEndPoint
GetPcfSmIpEndPoints returns the PcfSmIpEndPoints field value if set, zero value otherwise.
func (*ExtProblemDetails) GetPcfSmIpEndPointsOk ¶
func (o *ExtProblemDetails) GetPcfSmIpEndPointsOk() ([]IpEndPoint, bool)
GetPcfSmIpEndPointsOk returns a tuple with the PcfSmIpEndPoints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtProblemDetails) HasPcfSmFqdn ¶
func (o *ExtProblemDetails) HasPcfSmFqdn() bool
HasPcfSmFqdn returns a boolean if a field has been set.
func (*ExtProblemDetails) HasPcfSmIpEndPoints ¶
func (o *ExtProblemDetails) HasPcfSmIpEndPoints() bool
HasPcfSmIpEndPoints returns a boolean if a field has been set.
func (ExtProblemDetails) MarshalJSON ¶
func (o ExtProblemDetails) MarshalJSON() ([]byte, error)
func (*ExtProblemDetails) SetPcfSmFqdn ¶
func (o *ExtProblemDetails) SetPcfSmFqdn(v string)
SetPcfSmFqdn gets a reference to the given string and assigns it to the PcfSmFqdn field.
func (*ExtProblemDetails) SetPcfSmIpEndPoints ¶
func (o *ExtProblemDetails) SetPcfSmIpEndPoints(v []IpEndPoint)
SetPcfSmIpEndPoints gets a reference to the given []IpEndPoint and assigns it to the PcfSmIpEndPoints field.
func (ExtProblemDetails) ToMap ¶
func (o ExtProblemDetails) ToMap() (map[string]interface{}, error)
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type IndividualPCFBindingDocumentAPIService ¶
type IndividualPCFBindingDocumentAPIService service
IndividualPCFBindingDocumentAPIService IndividualPCFBindingDocumentAPI service
func (*IndividualPCFBindingDocumentAPIService) DeleteIndPCFBinding ¶
func (a *IndividualPCFBindingDocumentAPIService) DeleteIndPCFBinding(ctx context.Context, bindingId string) ApiDeleteIndPCFBindingRequest
DeleteIndPCFBinding Delete an existing Individual PCF for a PDU Session Binding information
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param bindingId Represents the individual PCF for a PDU Session Binding. @return ApiDeleteIndPCFBindingRequest
func (*IndividualPCFBindingDocumentAPIService) DeleteIndPCFBindingExecute ¶
func (a *IndividualPCFBindingDocumentAPIService) DeleteIndPCFBindingExecute(r ApiDeleteIndPCFBindingRequest) (*http.Response, error)
Execute executes the request
type IndividualPCFForAPDUSessionBindingDocumentAPIService ¶
type IndividualPCFForAPDUSessionBindingDocumentAPIService service
IndividualPCFForAPDUSessionBindingDocumentAPIService IndividualPCFForAPDUSessionBindingDocumentAPI service
func (*IndividualPCFForAPDUSessionBindingDocumentAPIService) UpdateIndPCFBinding ¶
func (a *IndividualPCFForAPDUSessionBindingDocumentAPIService) UpdateIndPCFBinding(ctx context.Context, bindingId string) ApiUpdateIndPCFBindingRequest
UpdateIndPCFBinding Update an existing Individual PCF for a PDU Session Binding information
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param bindingId Represents the individual PCF for a PDU Session Binding. @return ApiUpdateIndPCFBindingRequest
func (*IndividualPCFForAPDUSessionBindingDocumentAPIService) UpdateIndPCFBindingExecute ¶
func (a *IndividualPCFForAPDUSessionBindingDocumentAPIService) UpdateIndPCFBindingExecute(r ApiUpdateIndPCFBindingRequest) (*PcfBinding, *http.Response, error)
Execute executes the request
@return PcfBinding
type IndividualPCFForAUEBindingDocumentAPIService ¶
type IndividualPCFForAUEBindingDocumentAPIService service
IndividualPCFForAUEBindingDocumentAPIService IndividualPCFForAUEBindingDocumentAPI service
func (*IndividualPCFForAUEBindingDocumentAPIService) DeleteIndPCFforUEBinding ¶
func (a *IndividualPCFForAUEBindingDocumentAPIService) DeleteIndPCFforUEBinding(ctx context.Context, bindingId string) ApiDeleteIndPCFforUEBindingRequest
DeleteIndPCFforUEBinding Delete an existing Individual PCF for a UE Binding information
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param bindingId Represents the individual PCF for a UE Binding. @return ApiDeleteIndPCFforUEBindingRequest
func (*IndividualPCFForAUEBindingDocumentAPIService) DeleteIndPCFforUEBindingExecute ¶
func (a *IndividualPCFForAUEBindingDocumentAPIService) DeleteIndPCFforUEBindingExecute(r ApiDeleteIndPCFforUEBindingRequest) (*http.Response, error)
Execute executes the request
func (*IndividualPCFForAUEBindingDocumentAPIService) UpdateIndPCFforUEBinding ¶
func (a *IndividualPCFForAUEBindingDocumentAPIService) UpdateIndPCFforUEBinding(ctx context.Context, bindingId string) ApiUpdateIndPCFforUEBindingRequest
UpdateIndPCFforUEBinding Update an existing Individual PCF for a UE Binding information
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param bindingId Represents the individual PCF for a UE Binding. @return ApiUpdateIndPCFforUEBindingRequest
func (*IndividualPCFForAUEBindingDocumentAPIService) UpdateIndPCFforUEBindingExecute ¶
func (a *IndividualPCFForAUEBindingDocumentAPIService) UpdateIndPCFforUEBindingExecute(r ApiUpdateIndPCFforUEBindingRequest) (*PcfForUeBinding, *http.Response, error)
Execute executes the request
@return PcfForUeBinding
type IndividualPCFForAnMBSSessionBindingDocumentAPIService ¶
type IndividualPCFForAnMBSSessionBindingDocumentAPIService service
IndividualPCFForAnMBSSessionBindingDocumentAPIService IndividualPCFForAnMBSSessionBindingDocumentAPI service
func (*IndividualPCFForAnMBSSessionBindingDocumentAPIService) DeleteIndPCFMbsBinding ¶
func (a *IndividualPCFForAnMBSSessionBindingDocumentAPIService) DeleteIndPCFMbsBinding(ctx context.Context, bindingId string) ApiDeleteIndPCFMbsBindingRequest
DeleteIndPCFMbsBinding Request the deletion of an existing Individual PCF for an MBS Session Binding.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param bindingId Represents the identifier of the Individual PCF for an MBS Session Binding resource. @return ApiDeleteIndPCFMbsBindingRequest
func (*IndividualPCFForAnMBSSessionBindingDocumentAPIService) DeleteIndPCFMbsBindingExecute ¶
func (a *IndividualPCFForAnMBSSessionBindingDocumentAPIService) DeleteIndPCFMbsBindingExecute(r ApiDeleteIndPCFMbsBindingRequest) (*http.Response, error)
Execute executes the request
func (*IndividualPCFForAnMBSSessionBindingDocumentAPIService) ModifyIndPCFMbsBinding ¶
func (a *IndividualPCFForAnMBSSessionBindingDocumentAPIService) ModifyIndPCFMbsBinding(ctx context.Context, bindingId string) ApiModifyIndPCFMbsBindingRequest
ModifyIndPCFMbsBinding Request the modification of an existing Individual PCF for an MBS Session Binding resource.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param bindingId Represents the identifier of the Individual PCF for an MBS Session Binding resource. @return ApiModifyIndPCFMbsBindingRequest
func (*IndividualPCFForAnMBSSessionBindingDocumentAPIService) ModifyIndPCFMbsBindingExecute ¶
func (a *IndividualPCFForAnMBSSessionBindingDocumentAPIService) ModifyIndPCFMbsBindingExecute(r ApiModifyIndPCFMbsBindingRequest) (*PcfMbsBinding, *http.Response, error)
Execute executes the request
@return PcfMbsBinding
type IndividualSubscriptionDocumentAPIService ¶
type IndividualSubscriptionDocumentAPIService service
IndividualSubscriptionDocumentAPIService IndividualSubscriptionDocumentAPI service
func (*IndividualSubscriptionDocumentAPIService) DeleteIndividualSubcription ¶
func (a *IndividualSubscriptionDocumentAPIService) DeleteIndividualSubcription(ctx context.Context, subId string) ApiDeleteIndividualSubcriptionRequest
DeleteIndividualSubcription Delete an individual subscription for event notifications from the BSF
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subId Subscription correlation ID @return ApiDeleteIndividualSubcriptionRequest
func (*IndividualSubscriptionDocumentAPIService) DeleteIndividualSubcriptionExecute ¶
func (a *IndividualSubscriptionDocumentAPIService) DeleteIndividualSubcriptionExecute(r ApiDeleteIndividualSubcriptionRequest) (*http.Response, error)
Execute executes the request
func (*IndividualSubscriptionDocumentAPIService) ReplaceIndividualSubcription ¶
func (a *IndividualSubscriptionDocumentAPIService) ReplaceIndividualSubcription(ctx context.Context, subId string) ApiReplaceIndividualSubcriptionRequest
ReplaceIndividualSubcription Replace an individual subscription for event notifications from the BSF
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subId Subscription correlation ID @return ApiReplaceIndividualSubcriptionRequest
func (*IndividualSubscriptionDocumentAPIService) ReplaceIndividualSubcriptionExecute ¶
func (a *IndividualSubscriptionDocumentAPIService) ReplaceIndividualSubcriptionExecute(r ApiReplaceIndividualSubcriptionRequest) (*BsfSubscriptionResp, *http.Response, error)
Execute executes the request
@return BsfSubscriptionResp
type InvalidParam ¶
type InvalidParam struct { // If the invalid parameter is an attribute in a JSON body, this IE shall contain the attribute's name and shall be encoded as a JSON Pointer. If the invalid parameter is an HTTP header, this IE shall be formatted as the concatenation of the string \"header \" plus the name of such header. If the invalid parameter is a query parameter, this IE shall be formatted as the concatenation of the string \"query \" plus the name of such query parameter. If the invalid parameter is a variable part in the path of a resource URI, this IE shall contain the name of the variable, including the symbols \"{\" and \"}\" used in OpenAPI specification as the notation to represent variable path segments. Param string `json:"param"` // A human-readable reason, e.g. \"must be a positive integer\". In cases involving failed operations in a PATCH request, the reason string should identify the operation that failed using the operation's array index to assist in correlation of the invalid parameter with the failed operation, e.g.\" Replacement value invalid for attribute (failed operation index= 4)\" Reason *string `json:"reason,omitempty"` }
InvalidParam It contains an invalid parameter and a related description.
func NewInvalidParam ¶
func NewInvalidParam(param string) *InvalidParam
NewInvalidParam instantiates a new InvalidParam object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInvalidParamWithDefaults ¶
func NewInvalidParamWithDefaults() *InvalidParam
NewInvalidParamWithDefaults instantiates a new InvalidParam object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InvalidParam) GetParam ¶
func (o *InvalidParam) GetParam() string
GetParam returns the Param field value
func (*InvalidParam) GetParamOk ¶
func (o *InvalidParam) GetParamOk() (*string, bool)
GetParamOk returns a tuple with the Param field value and a boolean to check if the value has been set.
func (*InvalidParam) GetReason ¶
func (o *InvalidParam) GetReason() string
GetReason returns the Reason field value if set, zero value otherwise.
func (*InvalidParam) GetReasonOk ¶
func (o *InvalidParam) GetReasonOk() (*string, bool)
GetReasonOk returns a tuple with the Reason field value if set, nil otherwise and a boolean to check if the value has been set.
func (*InvalidParam) HasReason ¶
func (o *InvalidParam) HasReason() bool
HasReason returns a boolean if a field has been set.
func (InvalidParam) MarshalJSON ¶
func (o InvalidParam) MarshalJSON() ([]byte, error)
func (*InvalidParam) SetReason ¶
func (o *InvalidParam) SetReason(v string)
SetReason gets a reference to the given string and assigns it to the Reason field.
func (InvalidParam) ToMap ¶
func (o InvalidParam) ToMap() (map[string]interface{}, error)
func (*InvalidParam) UnmarshalJSON ¶
func (o *InvalidParam) UnmarshalJSON(bytes []byte) (err error)
type IpAddr ¶
type IpAddr struct { // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. Ipv4Addr *string `json:"ipv4Addr,omitempty"` Ipv6Addr *Ipv6Addr `json:"ipv6Addr,omitempty"` Ipv6Prefix *Ipv6Prefix `json:"ipv6Prefix,omitempty"` }
IpAddr Contains an IP adresse.
func NewIpAddr ¶
func NewIpAddr() *IpAddr
NewIpAddr instantiates a new IpAddr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpAddrWithDefaults ¶
func NewIpAddrWithDefaults() *IpAddr
NewIpAddrWithDefaults instantiates a new IpAddr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IpAddr) GetIpv4Addr ¶
GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.
func (*IpAddr) GetIpv4AddrOk ¶
GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAddr) GetIpv6Addr ¶
GetIpv6Addr returns the Ipv6Addr field value if set, zero value otherwise.
func (*IpAddr) GetIpv6AddrOk ¶
GetIpv6AddrOk returns a tuple with the Ipv6Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAddr) GetIpv6Prefix ¶
func (o *IpAddr) GetIpv6Prefix() Ipv6Prefix
GetIpv6Prefix returns the Ipv6Prefix field value if set, zero value otherwise.
func (*IpAddr) GetIpv6PrefixOk ¶
func (o *IpAddr) GetIpv6PrefixOk() (*Ipv6Prefix, bool)
GetIpv6PrefixOk returns a tuple with the Ipv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpAddr) HasIpv4Addr ¶
HasIpv4Addr returns a boolean if a field has been set.
func (*IpAddr) HasIpv6Addr ¶
HasIpv6Addr returns a boolean if a field has been set.
func (*IpAddr) HasIpv6Prefix ¶
HasIpv6Prefix returns a boolean if a field has been set.
func (IpAddr) MarshalJSON ¶
func (*IpAddr) SetIpv4Addr ¶
SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.
func (*IpAddr) SetIpv6Addr ¶
SetIpv6Addr gets a reference to the given Ipv6Addr and assigns it to the Ipv6Addr field.
func (*IpAddr) SetIpv6Prefix ¶
func (o *IpAddr) SetIpv6Prefix(v Ipv6Prefix)
SetIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the Ipv6Prefix field.
type IpEndPoint ¶
type IpEndPoint struct { // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. Ipv4Address *string `json:"ipv4Address,omitempty"` Ipv6Address *Ipv6Addr `json:"ipv6Address,omitempty"` Transport *TransportProtocol `json:"transport,omitempty"` Port *int32 `json:"port,omitempty"` }
IpEndPoint IP addressing information of a given NFService; it consists on, e.g. IP address, TCP port, transport protocol...
func NewIpEndPoint ¶
func NewIpEndPoint() *IpEndPoint
NewIpEndPoint instantiates a new IpEndPoint object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpEndPointWithDefaults ¶
func NewIpEndPointWithDefaults() *IpEndPoint
NewIpEndPointWithDefaults instantiates a new IpEndPoint object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IpEndPoint) GetIpv4Address ¶
func (o *IpEndPoint) GetIpv4Address() string
GetIpv4Address returns the Ipv4Address field value if set, zero value otherwise.
func (*IpEndPoint) GetIpv4AddressOk ¶
func (o *IpEndPoint) GetIpv4AddressOk() (*string, bool)
GetIpv4AddressOk returns a tuple with the Ipv4Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpEndPoint) GetIpv6Address ¶
func (o *IpEndPoint) GetIpv6Address() Ipv6Addr
GetIpv6Address returns the Ipv6Address field value if set, zero value otherwise.
func (*IpEndPoint) GetIpv6AddressOk ¶
func (o *IpEndPoint) GetIpv6AddressOk() (*Ipv6Addr, bool)
GetIpv6AddressOk returns a tuple with the Ipv6Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpEndPoint) GetPort ¶
func (o *IpEndPoint) GetPort() int32
GetPort returns the Port field value if set, zero value otherwise.
func (*IpEndPoint) GetPortOk ¶
func (o *IpEndPoint) GetPortOk() (*int32, bool)
GetPortOk returns a tuple with the Port field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpEndPoint) GetTransport ¶
func (o *IpEndPoint) GetTransport() TransportProtocol
GetTransport returns the Transport field value if set, zero value otherwise.
func (*IpEndPoint) GetTransportOk ¶
func (o *IpEndPoint) GetTransportOk() (*TransportProtocol, bool)
GetTransportOk returns a tuple with the Transport field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IpEndPoint) HasIpv4Address ¶
func (o *IpEndPoint) HasIpv4Address() bool
HasIpv4Address returns a boolean if a field has been set.
func (*IpEndPoint) HasIpv6Address ¶
func (o *IpEndPoint) HasIpv6Address() bool
HasIpv6Address returns a boolean if a field has been set.
func (*IpEndPoint) HasPort ¶
func (o *IpEndPoint) HasPort() bool
HasPort returns a boolean if a field has been set.
func (*IpEndPoint) HasTransport ¶
func (o *IpEndPoint) HasTransport() bool
HasTransport returns a boolean if a field has been set.
func (IpEndPoint) MarshalJSON ¶
func (o IpEndPoint) MarshalJSON() ([]byte, error)
func (*IpEndPoint) SetIpv4Address ¶
func (o *IpEndPoint) SetIpv4Address(v string)
SetIpv4Address gets a reference to the given string and assigns it to the Ipv4Address field.
func (*IpEndPoint) SetIpv6Address ¶
func (o *IpEndPoint) SetIpv6Address(v Ipv6Addr)
SetIpv6Address gets a reference to the given Ipv6Addr and assigns it to the Ipv6Address field.
func (*IpEndPoint) SetPort ¶
func (o *IpEndPoint) SetPort(v int32)
SetPort gets a reference to the given int32 and assigns it to the Port field.
func (*IpEndPoint) SetTransport ¶
func (o *IpEndPoint) SetTransport(v TransportProtocol)
SetTransport gets a reference to the given TransportProtocol and assigns it to the Transport field.
func (IpEndPoint) ToMap ¶
func (o IpEndPoint) ToMap() (map[string]interface{}, error)
type Ipv6Addr ¶
type Ipv6Addr struct { }
Ipv6Addr String identifying an IPv6 address formatted according to clause 4 of RFC5952. The mixed IPv4 IPv6 notation according to clause 5 of RFC5952 shall not be used.
func NewIpv6Addr ¶
func NewIpv6Addr() *Ipv6Addr
NewIpv6Addr instantiates a new Ipv6Addr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpv6AddrWithDefaults ¶
func NewIpv6AddrWithDefaults() *Ipv6Addr
NewIpv6AddrWithDefaults instantiates a new Ipv6Addr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (Ipv6Addr) MarshalJSON ¶
type Ipv6Prefix ¶
type Ipv6Prefix struct { }
Ipv6Prefix String identifying an IPv6 address prefix formatted according to clause 4 of RFC 5952. IPv6Prefix data type may contain an individual /128 IPv6 address.
func NewIpv6Prefix ¶
func NewIpv6Prefix() *Ipv6Prefix
NewIpv6Prefix instantiates a new Ipv6Prefix object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpv6PrefixWithDefaults ¶
func NewIpv6PrefixWithDefaults() *Ipv6Prefix
NewIpv6PrefixWithDefaults instantiates a new Ipv6Prefix object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (Ipv6Prefix) MarshalJSON ¶
func (o Ipv6Prefix) MarshalJSON() ([]byte, error)
func (Ipv6Prefix) ToMap ¶
func (o Ipv6Prefix) ToMap() (map[string]interface{}, error)
type Ipv6PrefixRm ¶
type Ipv6PrefixRm struct { }
Ipv6PrefixRm String identifying an IPv6 address prefix formatted according to clause 4 of RFC 5952 with the OpenAPI 'nullable: true' property. IPv6Prefix data type may contain an individual /128 IPv6 address.
func NewIpv6PrefixRm ¶
func NewIpv6PrefixRm() *Ipv6PrefixRm
NewIpv6PrefixRm instantiates a new Ipv6PrefixRm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIpv6PrefixRmWithDefaults ¶
func NewIpv6PrefixRmWithDefaults() *Ipv6PrefixRm
NewIpv6PrefixRmWithDefaults instantiates a new Ipv6PrefixRm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (Ipv6PrefixRm) MarshalJSON ¶
func (o Ipv6PrefixRm) MarshalJSON() ([]byte, error)
func (Ipv6PrefixRm) ToMap ¶
func (o Ipv6PrefixRm) ToMap() (map[string]interface{}, error)
type MappedNullable ¶
type MbsBindingResp ¶
type MbsBindingResp struct { // Fully Qualified Domain Name PcfFqdn *string `json:"pcfFqdn,omitempty"` // IP end points of the PCF handling the MBS Session. PcfIpEndPoints []IpEndPoint `json:"pcfIpEndPoints,omitempty"` }
MbsBindingResp Contains the binding information for a PCF for an MBS Session.
func NewMbsBindingResp ¶
func NewMbsBindingResp() *MbsBindingResp
NewMbsBindingResp instantiates a new MbsBindingResp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMbsBindingRespWithDefaults ¶
func NewMbsBindingRespWithDefaults() *MbsBindingResp
NewMbsBindingRespWithDefaults instantiates a new MbsBindingResp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MbsBindingResp) GetPcfFqdn ¶
func (o *MbsBindingResp) GetPcfFqdn() string
GetPcfFqdn returns the PcfFqdn field value if set, zero value otherwise.
func (*MbsBindingResp) GetPcfFqdnOk ¶
func (o *MbsBindingResp) GetPcfFqdnOk() (*string, bool)
GetPcfFqdnOk returns a tuple with the PcfFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbsBindingResp) GetPcfIpEndPoints ¶
func (o *MbsBindingResp) GetPcfIpEndPoints() []IpEndPoint
GetPcfIpEndPoints returns the PcfIpEndPoints field value if set, zero value otherwise.
func (*MbsBindingResp) GetPcfIpEndPointsOk ¶
func (o *MbsBindingResp) GetPcfIpEndPointsOk() ([]IpEndPoint, bool)
GetPcfIpEndPointsOk returns a tuple with the PcfIpEndPoints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbsBindingResp) HasPcfFqdn ¶
func (o *MbsBindingResp) HasPcfFqdn() bool
HasPcfFqdn returns a boolean if a field has been set.
func (*MbsBindingResp) HasPcfIpEndPoints ¶
func (o *MbsBindingResp) HasPcfIpEndPoints() bool
HasPcfIpEndPoints returns a boolean if a field has been set.
func (MbsBindingResp) MarshalJSON ¶
func (o MbsBindingResp) MarshalJSON() ([]byte, error)
func (*MbsBindingResp) SetPcfFqdn ¶
func (o *MbsBindingResp) SetPcfFqdn(v string)
SetPcfFqdn gets a reference to the given string and assigns it to the PcfFqdn field.
func (*MbsBindingResp) SetPcfIpEndPoints ¶
func (o *MbsBindingResp) SetPcfIpEndPoints(v []IpEndPoint)
SetPcfIpEndPoints gets a reference to the given []IpEndPoint and assigns it to the PcfIpEndPoints field.
func (MbsBindingResp) ToMap ¶
func (o MbsBindingResp) ToMap() (map[string]interface{}, error)
type MbsExtProblemDetails ¶
type MbsExtProblemDetails struct { ProblemDetails // Fully Qualified Domain Name PcfFqdn *string `json:"pcfFqdn,omitempty"` // IP end points of the PCF handling the MBS Session. PcfIpEndPoints []IpEndPoint `json:"pcfIpEndPoints,omitempty"` }
MbsExtProblemDetails Contains the FQDN or IP endpoints of the existing PCF and the cause value if there is an existing PCF binding information for the MBS session.
func NewMbsExtProblemDetails ¶
func NewMbsExtProblemDetails() *MbsExtProblemDetails
NewMbsExtProblemDetails instantiates a new MbsExtProblemDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMbsExtProblemDetailsWithDefaults ¶
func NewMbsExtProblemDetailsWithDefaults() *MbsExtProblemDetails
NewMbsExtProblemDetailsWithDefaults instantiates a new MbsExtProblemDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MbsExtProblemDetails) GetPcfFqdn ¶
func (o *MbsExtProblemDetails) GetPcfFqdn() string
GetPcfFqdn returns the PcfFqdn field value if set, zero value otherwise.
func (*MbsExtProblemDetails) GetPcfFqdnOk ¶
func (o *MbsExtProblemDetails) GetPcfFqdnOk() (*string, bool)
GetPcfFqdnOk returns a tuple with the PcfFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbsExtProblemDetails) GetPcfIpEndPoints ¶
func (o *MbsExtProblemDetails) GetPcfIpEndPoints() []IpEndPoint
GetPcfIpEndPoints returns the PcfIpEndPoints field value if set, zero value otherwise.
func (*MbsExtProblemDetails) GetPcfIpEndPointsOk ¶
func (o *MbsExtProblemDetails) GetPcfIpEndPointsOk() ([]IpEndPoint, bool)
GetPcfIpEndPointsOk returns a tuple with the PcfIpEndPoints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbsExtProblemDetails) HasPcfFqdn ¶
func (o *MbsExtProblemDetails) HasPcfFqdn() bool
HasPcfFqdn returns a boolean if a field has been set.
func (*MbsExtProblemDetails) HasPcfIpEndPoints ¶
func (o *MbsExtProblemDetails) HasPcfIpEndPoints() bool
HasPcfIpEndPoints returns a boolean if a field has been set.
func (MbsExtProblemDetails) MarshalJSON ¶
func (o MbsExtProblemDetails) MarshalJSON() ([]byte, error)
func (*MbsExtProblemDetails) SetPcfFqdn ¶
func (o *MbsExtProblemDetails) SetPcfFqdn(v string)
SetPcfFqdn gets a reference to the given string and assigns it to the PcfFqdn field.
func (*MbsExtProblemDetails) SetPcfIpEndPoints ¶
func (o *MbsExtProblemDetails) SetPcfIpEndPoints(v []IpEndPoint)
SetPcfIpEndPoints gets a reference to the given []IpEndPoint and assigns it to the PcfIpEndPoints field.
func (MbsExtProblemDetails) ToMap ¶
func (o MbsExtProblemDetails) ToMap() (map[string]interface{}, error)
type MbsSessionId ¶
type MbsSessionId struct { Tmgi *Tmgi `json:"tmgi,omitempty"` Ssm *Ssm `json:"ssm,omitempty"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
MbsSessionId MBS Session Identifier
func NewMbsSessionId ¶
func NewMbsSessionId() *MbsSessionId
NewMbsSessionId instantiates a new MbsSessionId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMbsSessionIdWithDefaults ¶
func NewMbsSessionIdWithDefaults() *MbsSessionId
NewMbsSessionIdWithDefaults instantiates a new MbsSessionId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MbsSessionId) GetNid ¶
func (o *MbsSessionId) GetNid() string
GetNid returns the Nid field value if set, zero value otherwise.
func (*MbsSessionId) GetNidOk ¶
func (o *MbsSessionId) GetNidOk() (*string, bool)
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbsSessionId) GetSsm ¶
func (o *MbsSessionId) GetSsm() Ssm
GetSsm returns the Ssm field value if set, zero value otherwise.
func (*MbsSessionId) GetSsmOk ¶
func (o *MbsSessionId) GetSsmOk() (*Ssm, bool)
GetSsmOk returns a tuple with the Ssm field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbsSessionId) GetTmgi ¶
func (o *MbsSessionId) GetTmgi() Tmgi
GetTmgi returns the Tmgi field value if set, zero value otherwise.
func (*MbsSessionId) GetTmgiOk ¶
func (o *MbsSessionId) GetTmgiOk() (*Tmgi, bool)
GetTmgiOk returns a tuple with the Tmgi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbsSessionId) HasNid ¶
func (o *MbsSessionId) HasNid() bool
HasNid returns a boolean if a field has been set.
func (*MbsSessionId) HasSsm ¶
func (o *MbsSessionId) HasSsm() bool
HasSsm returns a boolean if a field has been set.
func (*MbsSessionId) HasTmgi ¶
func (o *MbsSessionId) HasTmgi() bool
HasTmgi returns a boolean if a field has been set.
func (MbsSessionId) MarshalJSON ¶
func (o MbsSessionId) MarshalJSON() ([]byte, error)
func (*MbsSessionId) SetNid ¶
func (o *MbsSessionId) SetNid(v string)
SetNid gets a reference to the given string and assigns it to the Nid field.
func (*MbsSessionId) SetSsm ¶
func (o *MbsSessionId) SetSsm(v Ssm)
SetSsm gets a reference to the given Ssm and assigns it to the Ssm field.
func (*MbsSessionId) SetTmgi ¶
func (o *MbsSessionId) SetTmgi(v Tmgi)
SetTmgi gets a reference to the given Tmgi and assigns it to the Tmgi field.
func (MbsSessionId) ToMap ¶
func (o MbsSessionId) ToMap() (map[string]interface{}, error)
type NFType ¶
type NFType struct {
// contains filtered or unexported fields
}
NFType NF types known to NRF
func (*NFType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*NFType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type NullableAccessTokenErr ¶
type NullableAccessTokenErr struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenErr ¶
func NewNullableAccessTokenErr(val *AccessTokenErr) *NullableAccessTokenErr
func (NullableAccessTokenErr) Get ¶
func (v NullableAccessTokenErr) Get() *AccessTokenErr
func (NullableAccessTokenErr) IsSet ¶
func (v NullableAccessTokenErr) IsSet() bool
func (NullableAccessTokenErr) MarshalJSON ¶
func (v NullableAccessTokenErr) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenErr) Set ¶
func (v *NullableAccessTokenErr) Set(val *AccessTokenErr)
func (*NullableAccessTokenErr) UnmarshalJSON ¶
func (v *NullableAccessTokenErr) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenErr) Unset ¶
func (v *NullableAccessTokenErr) Unset()
type NullableAccessTokenReq ¶
type NullableAccessTokenReq struct {
// contains filtered or unexported fields
}
func NewNullableAccessTokenReq ¶
func NewNullableAccessTokenReq(val *AccessTokenReq) *NullableAccessTokenReq
func (NullableAccessTokenReq) Get ¶
func (v NullableAccessTokenReq) Get() *AccessTokenReq
func (NullableAccessTokenReq) IsSet ¶
func (v NullableAccessTokenReq) IsSet() bool
func (NullableAccessTokenReq) MarshalJSON ¶
func (v NullableAccessTokenReq) MarshalJSON() ([]byte, error)
func (*NullableAccessTokenReq) Set ¶
func (v *NullableAccessTokenReq) Set(val *AccessTokenReq)
func (*NullableAccessTokenReq) UnmarshalJSON ¶
func (v *NullableAccessTokenReq) UnmarshalJSON(src []byte) error
func (*NullableAccessTokenReq) Unset ¶
func (v *NullableAccessTokenReq) Unset()
type NullableBindingLevel ¶
type NullableBindingLevel struct {
// contains filtered or unexported fields
}
func NewNullableBindingLevel ¶
func NewNullableBindingLevel(val *BindingLevel) *NullableBindingLevel
func (NullableBindingLevel) Get ¶
func (v NullableBindingLevel) Get() *BindingLevel
func (NullableBindingLevel) IsSet ¶
func (v NullableBindingLevel) IsSet() bool
func (NullableBindingLevel) MarshalJSON ¶
func (v NullableBindingLevel) MarshalJSON() ([]byte, error)
func (*NullableBindingLevel) Set ¶
func (v *NullableBindingLevel) Set(val *BindingLevel)
func (*NullableBindingLevel) UnmarshalJSON ¶
func (v *NullableBindingLevel) UnmarshalJSON(src []byte) error
func (*NullableBindingLevel) Unset ¶
func (v *NullableBindingLevel) Unset()
type NullableBindingResp ¶
type NullableBindingResp struct {
// contains filtered or unexported fields
}
func NewNullableBindingResp ¶
func NewNullableBindingResp(val *BindingResp) *NullableBindingResp
func (NullableBindingResp) Get ¶
func (v NullableBindingResp) Get() *BindingResp
func (NullableBindingResp) IsSet ¶
func (v NullableBindingResp) IsSet() bool
func (NullableBindingResp) MarshalJSON ¶
func (v NullableBindingResp) MarshalJSON() ([]byte, error)
func (*NullableBindingResp) Set ¶
func (v *NullableBindingResp) Set(val *BindingResp)
func (*NullableBindingResp) UnmarshalJSON ¶
func (v *NullableBindingResp) UnmarshalJSON(src []byte) error
func (*NullableBindingResp) Unset ¶
func (v *NullableBindingResp) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableBsfEvent ¶
type NullableBsfEvent struct {
// contains filtered or unexported fields
}
func NewNullableBsfEvent ¶
func NewNullableBsfEvent(val *BsfEvent) *NullableBsfEvent
func (NullableBsfEvent) Get ¶
func (v NullableBsfEvent) Get() *BsfEvent
func (NullableBsfEvent) IsSet ¶
func (v NullableBsfEvent) IsSet() bool
func (NullableBsfEvent) MarshalJSON ¶
func (v NullableBsfEvent) MarshalJSON() ([]byte, error)
func (*NullableBsfEvent) Set ¶
func (v *NullableBsfEvent) Set(val *BsfEvent)
func (*NullableBsfEvent) UnmarshalJSON ¶
func (v *NullableBsfEvent) UnmarshalJSON(src []byte) error
func (*NullableBsfEvent) Unset ¶
func (v *NullableBsfEvent) Unset()
type NullableBsfEventNotification ¶
type NullableBsfEventNotification struct {
// contains filtered or unexported fields
}
func NewNullableBsfEventNotification ¶
func NewNullableBsfEventNotification(val *BsfEventNotification) *NullableBsfEventNotification
func (NullableBsfEventNotification) Get ¶
func (v NullableBsfEventNotification) Get() *BsfEventNotification
func (NullableBsfEventNotification) IsSet ¶
func (v NullableBsfEventNotification) IsSet() bool
func (NullableBsfEventNotification) MarshalJSON ¶
func (v NullableBsfEventNotification) MarshalJSON() ([]byte, error)
func (*NullableBsfEventNotification) Set ¶
func (v *NullableBsfEventNotification) Set(val *BsfEventNotification)
func (*NullableBsfEventNotification) UnmarshalJSON ¶
func (v *NullableBsfEventNotification) UnmarshalJSON(src []byte) error
func (*NullableBsfEventNotification) Unset ¶
func (v *NullableBsfEventNotification) Unset()
type NullableBsfNotification ¶
type NullableBsfNotification struct {
// contains filtered or unexported fields
}
func NewNullableBsfNotification ¶
func NewNullableBsfNotification(val *BsfNotification) *NullableBsfNotification
func (NullableBsfNotification) Get ¶
func (v NullableBsfNotification) Get() *BsfNotification
func (NullableBsfNotification) IsSet ¶
func (v NullableBsfNotification) IsSet() bool
func (NullableBsfNotification) MarshalJSON ¶
func (v NullableBsfNotification) MarshalJSON() ([]byte, error)
func (*NullableBsfNotification) Set ¶
func (v *NullableBsfNotification) Set(val *BsfNotification)
func (*NullableBsfNotification) UnmarshalJSON ¶
func (v *NullableBsfNotification) UnmarshalJSON(src []byte) error
func (*NullableBsfNotification) Unset ¶
func (v *NullableBsfNotification) Unset()
type NullableBsfSubscription ¶
type NullableBsfSubscription struct {
// contains filtered or unexported fields
}
func NewNullableBsfSubscription ¶
func NewNullableBsfSubscription(val *BsfSubscription) *NullableBsfSubscription
func (NullableBsfSubscription) Get ¶
func (v NullableBsfSubscription) Get() *BsfSubscription
func (NullableBsfSubscription) IsSet ¶
func (v NullableBsfSubscription) IsSet() bool
func (NullableBsfSubscription) MarshalJSON ¶
func (v NullableBsfSubscription) MarshalJSON() ([]byte, error)
func (*NullableBsfSubscription) Set ¶
func (v *NullableBsfSubscription) Set(val *BsfSubscription)
func (*NullableBsfSubscription) UnmarshalJSON ¶
func (v *NullableBsfSubscription) UnmarshalJSON(src []byte) error
func (*NullableBsfSubscription) Unset ¶
func (v *NullableBsfSubscription) Unset()
type NullableBsfSubscriptionResp ¶
type NullableBsfSubscriptionResp struct {
// contains filtered or unexported fields
}
func NewNullableBsfSubscriptionResp ¶
func NewNullableBsfSubscriptionResp(val *BsfSubscriptionResp) *NullableBsfSubscriptionResp
func (NullableBsfSubscriptionResp) Get ¶
func (v NullableBsfSubscriptionResp) Get() *BsfSubscriptionResp
func (NullableBsfSubscriptionResp) IsSet ¶
func (v NullableBsfSubscriptionResp) IsSet() bool
func (NullableBsfSubscriptionResp) MarshalJSON ¶
func (v NullableBsfSubscriptionResp) MarshalJSON() ([]byte, error)
func (*NullableBsfSubscriptionResp) Set ¶
func (v *NullableBsfSubscriptionResp) Set(val *BsfSubscriptionResp)
func (*NullableBsfSubscriptionResp) UnmarshalJSON ¶
func (v *NullableBsfSubscriptionResp) UnmarshalJSON(src []byte) error
func (*NullableBsfSubscriptionResp) Unset ¶
func (v *NullableBsfSubscriptionResp) Unset()
type NullableExtProblemDetails ¶
type NullableExtProblemDetails struct {
// contains filtered or unexported fields
}
func NewNullableExtProblemDetails ¶
func NewNullableExtProblemDetails(val *ExtProblemDetails) *NullableExtProblemDetails
func (NullableExtProblemDetails) Get ¶
func (v NullableExtProblemDetails) Get() *ExtProblemDetails
func (NullableExtProblemDetails) IsSet ¶
func (v NullableExtProblemDetails) IsSet() bool
func (NullableExtProblemDetails) MarshalJSON ¶
func (v NullableExtProblemDetails) MarshalJSON() ([]byte, error)
func (*NullableExtProblemDetails) Set ¶
func (v *NullableExtProblemDetails) Set(val *ExtProblemDetails)
func (*NullableExtProblemDetails) UnmarshalJSON ¶
func (v *NullableExtProblemDetails) UnmarshalJSON(src []byte) error
func (*NullableExtProblemDetails) Unset ¶
func (v *NullableExtProblemDetails) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableInvalidParam ¶
type NullableInvalidParam struct {
// contains filtered or unexported fields
}
func NewNullableInvalidParam ¶
func NewNullableInvalidParam(val *InvalidParam) *NullableInvalidParam
func (NullableInvalidParam) Get ¶
func (v NullableInvalidParam) Get() *InvalidParam
func (NullableInvalidParam) IsSet ¶
func (v NullableInvalidParam) IsSet() bool
func (NullableInvalidParam) MarshalJSON ¶
func (v NullableInvalidParam) MarshalJSON() ([]byte, error)
func (*NullableInvalidParam) Set ¶
func (v *NullableInvalidParam) Set(val *InvalidParam)
func (*NullableInvalidParam) UnmarshalJSON ¶
func (v *NullableInvalidParam) UnmarshalJSON(src []byte) error
func (*NullableInvalidParam) Unset ¶
func (v *NullableInvalidParam) Unset()
type NullableIpAddr ¶
type NullableIpAddr struct {
// contains filtered or unexported fields
}
func NewNullableIpAddr ¶
func NewNullableIpAddr(val *IpAddr) *NullableIpAddr
func (NullableIpAddr) Get ¶
func (v NullableIpAddr) Get() *IpAddr
func (NullableIpAddr) IsSet ¶
func (v NullableIpAddr) IsSet() bool
func (NullableIpAddr) MarshalJSON ¶
func (v NullableIpAddr) MarshalJSON() ([]byte, error)
func (*NullableIpAddr) Set ¶
func (v *NullableIpAddr) Set(val *IpAddr)
func (*NullableIpAddr) UnmarshalJSON ¶
func (v *NullableIpAddr) UnmarshalJSON(src []byte) error
func (*NullableIpAddr) Unset ¶
func (v *NullableIpAddr) Unset()
type NullableIpEndPoint ¶
type NullableIpEndPoint struct {
// contains filtered or unexported fields
}
func NewNullableIpEndPoint ¶
func NewNullableIpEndPoint(val *IpEndPoint) *NullableIpEndPoint
func (NullableIpEndPoint) Get ¶
func (v NullableIpEndPoint) Get() *IpEndPoint
func (NullableIpEndPoint) IsSet ¶
func (v NullableIpEndPoint) IsSet() bool
func (NullableIpEndPoint) MarshalJSON ¶
func (v NullableIpEndPoint) MarshalJSON() ([]byte, error)
func (*NullableIpEndPoint) Set ¶
func (v *NullableIpEndPoint) Set(val *IpEndPoint)
func (*NullableIpEndPoint) UnmarshalJSON ¶
func (v *NullableIpEndPoint) UnmarshalJSON(src []byte) error
func (*NullableIpEndPoint) Unset ¶
func (v *NullableIpEndPoint) Unset()
type NullableIpv6Addr ¶
type NullableIpv6Addr struct {
// contains filtered or unexported fields
}
func NewNullableIpv6Addr ¶
func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr
func (NullableIpv6Addr) Get ¶
func (v NullableIpv6Addr) Get() *Ipv6Addr
func (NullableIpv6Addr) IsSet ¶
func (v NullableIpv6Addr) IsSet() bool
func (NullableIpv6Addr) MarshalJSON ¶
func (v NullableIpv6Addr) MarshalJSON() ([]byte, error)
func (*NullableIpv6Addr) Set ¶
func (v *NullableIpv6Addr) Set(val *Ipv6Addr)
func (*NullableIpv6Addr) UnmarshalJSON ¶
func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error
func (*NullableIpv6Addr) Unset ¶
func (v *NullableIpv6Addr) Unset()
type NullableIpv6Prefix ¶
type NullableIpv6Prefix struct {
// contains filtered or unexported fields
}
func NewNullableIpv6Prefix ¶
func NewNullableIpv6Prefix(val *Ipv6Prefix) *NullableIpv6Prefix
func (NullableIpv6Prefix) Get ¶
func (v NullableIpv6Prefix) Get() *Ipv6Prefix
func (NullableIpv6Prefix) IsSet ¶
func (v NullableIpv6Prefix) IsSet() bool
func (NullableIpv6Prefix) MarshalJSON ¶
func (v NullableIpv6Prefix) MarshalJSON() ([]byte, error)
func (*NullableIpv6Prefix) Set ¶
func (v *NullableIpv6Prefix) Set(val *Ipv6Prefix)
func (*NullableIpv6Prefix) UnmarshalJSON ¶
func (v *NullableIpv6Prefix) UnmarshalJSON(src []byte) error
func (*NullableIpv6Prefix) Unset ¶
func (v *NullableIpv6Prefix) Unset()
type NullableIpv6PrefixRm ¶
type NullableIpv6PrefixRm struct {
// contains filtered or unexported fields
}
func NewNullableIpv6PrefixRm ¶
func NewNullableIpv6PrefixRm(val *Ipv6PrefixRm) *NullableIpv6PrefixRm
func (NullableIpv6PrefixRm) Get ¶
func (v NullableIpv6PrefixRm) Get() *Ipv6PrefixRm
func (NullableIpv6PrefixRm) IsSet ¶
func (v NullableIpv6PrefixRm) IsSet() bool
func (NullableIpv6PrefixRm) MarshalJSON ¶
func (v NullableIpv6PrefixRm) MarshalJSON() ([]byte, error)
func (*NullableIpv6PrefixRm) Set ¶
func (v *NullableIpv6PrefixRm) Set(val *Ipv6PrefixRm)
func (*NullableIpv6PrefixRm) UnmarshalJSON ¶
func (v *NullableIpv6PrefixRm) UnmarshalJSON(src []byte) error
func (*NullableIpv6PrefixRm) Unset ¶
func (v *NullableIpv6PrefixRm) Unset()
type NullableMbsBindingResp ¶
type NullableMbsBindingResp struct {
// contains filtered or unexported fields
}
func NewNullableMbsBindingResp ¶
func NewNullableMbsBindingResp(val *MbsBindingResp) *NullableMbsBindingResp
func (NullableMbsBindingResp) Get ¶
func (v NullableMbsBindingResp) Get() *MbsBindingResp
func (NullableMbsBindingResp) IsSet ¶
func (v NullableMbsBindingResp) IsSet() bool
func (NullableMbsBindingResp) MarshalJSON ¶
func (v NullableMbsBindingResp) MarshalJSON() ([]byte, error)
func (*NullableMbsBindingResp) Set ¶
func (v *NullableMbsBindingResp) Set(val *MbsBindingResp)
func (*NullableMbsBindingResp) UnmarshalJSON ¶
func (v *NullableMbsBindingResp) UnmarshalJSON(src []byte) error
func (*NullableMbsBindingResp) Unset ¶
func (v *NullableMbsBindingResp) Unset()
type NullableMbsExtProblemDetails ¶
type NullableMbsExtProblemDetails struct {
// contains filtered or unexported fields
}
func NewNullableMbsExtProblemDetails ¶
func NewNullableMbsExtProblemDetails(val *MbsExtProblemDetails) *NullableMbsExtProblemDetails
func (NullableMbsExtProblemDetails) Get ¶
func (v NullableMbsExtProblemDetails) Get() *MbsExtProblemDetails
func (NullableMbsExtProblemDetails) IsSet ¶
func (v NullableMbsExtProblemDetails) IsSet() bool
func (NullableMbsExtProblemDetails) MarshalJSON ¶
func (v NullableMbsExtProblemDetails) MarshalJSON() ([]byte, error)
func (*NullableMbsExtProblemDetails) Set ¶
func (v *NullableMbsExtProblemDetails) Set(val *MbsExtProblemDetails)
func (*NullableMbsExtProblemDetails) UnmarshalJSON ¶
func (v *NullableMbsExtProblemDetails) UnmarshalJSON(src []byte) error
func (*NullableMbsExtProblemDetails) Unset ¶
func (v *NullableMbsExtProblemDetails) Unset()
type NullableMbsSessionId ¶
type NullableMbsSessionId struct {
// contains filtered or unexported fields
}
func NewNullableMbsSessionId ¶
func NewNullableMbsSessionId(val *MbsSessionId) *NullableMbsSessionId
func (NullableMbsSessionId) Get ¶
func (v NullableMbsSessionId) Get() *MbsSessionId
func (NullableMbsSessionId) IsSet ¶
func (v NullableMbsSessionId) IsSet() bool
func (NullableMbsSessionId) MarshalJSON ¶
func (v NullableMbsSessionId) MarshalJSON() ([]byte, error)
func (*NullableMbsSessionId) Set ¶
func (v *NullableMbsSessionId) Set(val *MbsSessionId)
func (*NullableMbsSessionId) UnmarshalJSON ¶
func (v *NullableMbsSessionId) UnmarshalJSON(src []byte) error
func (*NullableMbsSessionId) Unset ¶
func (v *NullableMbsSessionId) Unset()
type NullableNFType ¶
type NullableNFType struct {
// contains filtered or unexported fields
}
func NewNullableNFType ¶
func NewNullableNFType(val *NFType) *NullableNFType
func (NullableNFType) Get ¶
func (v NullableNFType) Get() *NFType
func (NullableNFType) IsSet ¶
func (v NullableNFType) IsSet() bool
func (NullableNFType) MarshalJSON ¶
func (v NullableNFType) MarshalJSON() ([]byte, error)
func (*NullableNFType) Set ¶
func (v *NullableNFType) Set(val *NFType)
func (*NullableNFType) UnmarshalJSON ¶
func (v *NullableNFType) UnmarshalJSON(src []byte) error
func (*NullableNFType) Unset ¶
func (v *NullableNFType) Unset()
type NullableParameterCombination ¶
type NullableParameterCombination struct {
// contains filtered or unexported fields
}
func NewNullableParameterCombination ¶
func NewNullableParameterCombination(val *ParameterCombination) *NullableParameterCombination
func (NullableParameterCombination) Get ¶
func (v NullableParameterCombination) Get() *ParameterCombination
func (NullableParameterCombination) IsSet ¶
func (v NullableParameterCombination) IsSet() bool
func (NullableParameterCombination) MarshalJSON ¶
func (v NullableParameterCombination) MarshalJSON() ([]byte, error)
func (*NullableParameterCombination) Set ¶
func (v *NullableParameterCombination) Set(val *ParameterCombination)
func (*NullableParameterCombination) UnmarshalJSON ¶
func (v *NullableParameterCombination) UnmarshalJSON(src []byte) error
func (*NullableParameterCombination) Unset ¶
func (v *NullableParameterCombination) Unset()
type NullablePcfBinding ¶
type NullablePcfBinding struct {
// contains filtered or unexported fields
}
func NewNullablePcfBinding ¶
func NewNullablePcfBinding(val *PcfBinding) *NullablePcfBinding
func (NullablePcfBinding) Get ¶
func (v NullablePcfBinding) Get() *PcfBinding
func (NullablePcfBinding) IsSet ¶
func (v NullablePcfBinding) IsSet() bool
func (NullablePcfBinding) MarshalJSON ¶
func (v NullablePcfBinding) MarshalJSON() ([]byte, error)
func (*NullablePcfBinding) Set ¶
func (v *NullablePcfBinding) Set(val *PcfBinding)
func (*NullablePcfBinding) UnmarshalJSON ¶
func (v *NullablePcfBinding) UnmarshalJSON(src []byte) error
func (*NullablePcfBinding) Unset ¶
func (v *NullablePcfBinding) Unset()
type NullablePcfBindingPatch ¶
type NullablePcfBindingPatch struct {
// contains filtered or unexported fields
}
func NewNullablePcfBindingPatch ¶
func NewNullablePcfBindingPatch(val *PcfBindingPatch) *NullablePcfBindingPatch
func (NullablePcfBindingPatch) Get ¶
func (v NullablePcfBindingPatch) Get() *PcfBindingPatch
func (NullablePcfBindingPatch) IsSet ¶
func (v NullablePcfBindingPatch) IsSet() bool
func (NullablePcfBindingPatch) MarshalJSON ¶
func (v NullablePcfBindingPatch) MarshalJSON() ([]byte, error)
func (*NullablePcfBindingPatch) Set ¶
func (v *NullablePcfBindingPatch) Set(val *PcfBindingPatch)
func (*NullablePcfBindingPatch) UnmarshalJSON ¶
func (v *NullablePcfBindingPatch) UnmarshalJSON(src []byte) error
func (*NullablePcfBindingPatch) Unset ¶
func (v *NullablePcfBindingPatch) Unset()
type NullablePcfForPduSessionInfo ¶
type NullablePcfForPduSessionInfo struct {
// contains filtered or unexported fields
}
func NewNullablePcfForPduSessionInfo ¶
func NewNullablePcfForPduSessionInfo(val *PcfForPduSessionInfo) *NullablePcfForPduSessionInfo
func (NullablePcfForPduSessionInfo) Get ¶
func (v NullablePcfForPduSessionInfo) Get() *PcfForPduSessionInfo
func (NullablePcfForPduSessionInfo) IsSet ¶
func (v NullablePcfForPduSessionInfo) IsSet() bool
func (NullablePcfForPduSessionInfo) MarshalJSON ¶
func (v NullablePcfForPduSessionInfo) MarshalJSON() ([]byte, error)
func (*NullablePcfForPduSessionInfo) Set ¶
func (v *NullablePcfForPduSessionInfo) Set(val *PcfForPduSessionInfo)
func (*NullablePcfForPduSessionInfo) UnmarshalJSON ¶
func (v *NullablePcfForPduSessionInfo) UnmarshalJSON(src []byte) error
func (*NullablePcfForPduSessionInfo) Unset ¶
func (v *NullablePcfForPduSessionInfo) Unset()
type NullablePcfForUeBinding ¶
type NullablePcfForUeBinding struct {
// contains filtered or unexported fields
}
func NewNullablePcfForUeBinding ¶
func NewNullablePcfForUeBinding(val *PcfForUeBinding) *NullablePcfForUeBinding
func (NullablePcfForUeBinding) Get ¶
func (v NullablePcfForUeBinding) Get() *PcfForUeBinding
func (NullablePcfForUeBinding) IsSet ¶
func (v NullablePcfForUeBinding) IsSet() bool
func (NullablePcfForUeBinding) MarshalJSON ¶
func (v NullablePcfForUeBinding) MarshalJSON() ([]byte, error)
func (*NullablePcfForUeBinding) Set ¶
func (v *NullablePcfForUeBinding) Set(val *PcfForUeBinding)
func (*NullablePcfForUeBinding) UnmarshalJSON ¶
func (v *NullablePcfForUeBinding) UnmarshalJSON(src []byte) error
func (*NullablePcfForUeBinding) Unset ¶
func (v *NullablePcfForUeBinding) Unset()
type NullablePcfForUeBindingPatch ¶
type NullablePcfForUeBindingPatch struct {
// contains filtered or unexported fields
}
func NewNullablePcfForUeBindingPatch ¶
func NewNullablePcfForUeBindingPatch(val *PcfForUeBindingPatch) *NullablePcfForUeBindingPatch
func (NullablePcfForUeBindingPatch) Get ¶
func (v NullablePcfForUeBindingPatch) Get() *PcfForUeBindingPatch
func (NullablePcfForUeBindingPatch) IsSet ¶
func (v NullablePcfForUeBindingPatch) IsSet() bool
func (NullablePcfForUeBindingPatch) MarshalJSON ¶
func (v NullablePcfForUeBindingPatch) MarshalJSON() ([]byte, error)
func (*NullablePcfForUeBindingPatch) Set ¶
func (v *NullablePcfForUeBindingPatch) Set(val *PcfForUeBindingPatch)
func (*NullablePcfForUeBindingPatch) UnmarshalJSON ¶
func (v *NullablePcfForUeBindingPatch) UnmarshalJSON(src []byte) error
func (*NullablePcfForUeBindingPatch) Unset ¶
func (v *NullablePcfForUeBindingPatch) Unset()
type NullablePcfForUeInfo ¶
type NullablePcfForUeInfo struct {
// contains filtered or unexported fields
}
func NewNullablePcfForUeInfo ¶
func NewNullablePcfForUeInfo(val *PcfForUeInfo) *NullablePcfForUeInfo
func (NullablePcfForUeInfo) Get ¶
func (v NullablePcfForUeInfo) Get() *PcfForUeInfo
func (NullablePcfForUeInfo) IsSet ¶
func (v NullablePcfForUeInfo) IsSet() bool
func (NullablePcfForUeInfo) MarshalJSON ¶
func (v NullablePcfForUeInfo) MarshalJSON() ([]byte, error)
func (*NullablePcfForUeInfo) Set ¶
func (v *NullablePcfForUeInfo) Set(val *PcfForUeInfo)
func (*NullablePcfForUeInfo) UnmarshalJSON ¶
func (v *NullablePcfForUeInfo) UnmarshalJSON(src []byte) error
func (*NullablePcfForUeInfo) Unset ¶
func (v *NullablePcfForUeInfo) Unset()
type NullablePcfMbsBinding ¶
type NullablePcfMbsBinding struct {
// contains filtered or unexported fields
}
func NewNullablePcfMbsBinding ¶
func NewNullablePcfMbsBinding(val *PcfMbsBinding) *NullablePcfMbsBinding
func (NullablePcfMbsBinding) Get ¶
func (v NullablePcfMbsBinding) Get() *PcfMbsBinding
func (NullablePcfMbsBinding) IsSet ¶
func (v NullablePcfMbsBinding) IsSet() bool
func (NullablePcfMbsBinding) MarshalJSON ¶
func (v NullablePcfMbsBinding) MarshalJSON() ([]byte, error)
func (*NullablePcfMbsBinding) Set ¶
func (v *NullablePcfMbsBinding) Set(val *PcfMbsBinding)
func (*NullablePcfMbsBinding) UnmarshalJSON ¶
func (v *NullablePcfMbsBinding) UnmarshalJSON(src []byte) error
func (*NullablePcfMbsBinding) Unset ¶
func (v *NullablePcfMbsBinding) Unset()
type NullablePcfMbsBindingPatch ¶
type NullablePcfMbsBindingPatch struct {
// contains filtered or unexported fields
}
func NewNullablePcfMbsBindingPatch ¶
func NewNullablePcfMbsBindingPatch(val *PcfMbsBindingPatch) *NullablePcfMbsBindingPatch
func (NullablePcfMbsBindingPatch) Get ¶
func (v NullablePcfMbsBindingPatch) Get() *PcfMbsBindingPatch
func (NullablePcfMbsBindingPatch) IsSet ¶
func (v NullablePcfMbsBindingPatch) IsSet() bool
func (NullablePcfMbsBindingPatch) MarshalJSON ¶
func (v NullablePcfMbsBindingPatch) MarshalJSON() ([]byte, error)
func (*NullablePcfMbsBindingPatch) Set ¶
func (v *NullablePcfMbsBindingPatch) Set(val *PcfMbsBindingPatch)
func (*NullablePcfMbsBindingPatch) UnmarshalJSON ¶
func (v *NullablePcfMbsBindingPatch) UnmarshalJSON(src []byte) error
func (*NullablePcfMbsBindingPatch) Unset ¶
func (v *NullablePcfMbsBindingPatch) Unset()
type NullablePlmnId ¶
type NullablePlmnId struct {
// contains filtered or unexported fields
}
func NewNullablePlmnId ¶
func NewNullablePlmnId(val *PlmnId) *NullablePlmnId
func (NullablePlmnId) Get ¶
func (v NullablePlmnId) Get() *PlmnId
func (NullablePlmnId) IsSet ¶
func (v NullablePlmnId) IsSet() bool
func (NullablePlmnId) MarshalJSON ¶
func (v NullablePlmnId) MarshalJSON() ([]byte, error)
func (*NullablePlmnId) Set ¶
func (v *NullablePlmnId) Set(val *PlmnId)
func (*NullablePlmnId) UnmarshalJSON ¶
func (v *NullablePlmnId) UnmarshalJSON(src []byte) error
func (*NullablePlmnId) Unset ¶
func (v *NullablePlmnId) Unset()
type NullablePlmnIdNid ¶
type NullablePlmnIdNid struct {
// contains filtered or unexported fields
}
func NewNullablePlmnIdNid ¶
func NewNullablePlmnIdNid(val *PlmnIdNid) *NullablePlmnIdNid
func (NullablePlmnIdNid) Get ¶
func (v NullablePlmnIdNid) Get() *PlmnIdNid
func (NullablePlmnIdNid) IsSet ¶
func (v NullablePlmnIdNid) IsSet() bool
func (NullablePlmnIdNid) MarshalJSON ¶
func (v NullablePlmnIdNid) MarshalJSON() ([]byte, error)
func (*NullablePlmnIdNid) Set ¶
func (v *NullablePlmnIdNid) Set(val *PlmnIdNid)
func (*NullablePlmnIdNid) UnmarshalJSON ¶
func (v *NullablePlmnIdNid) UnmarshalJSON(src []byte) error
func (*NullablePlmnIdNid) Unset ¶
func (v *NullablePlmnIdNid) Unset()
type NullableProblemDetails ¶
type NullableProblemDetails struct {
// contains filtered or unexported fields
}
func NewNullableProblemDetails ¶
func NewNullableProblemDetails(val *ProblemDetails) *NullableProblemDetails
func (NullableProblemDetails) Get ¶
func (v NullableProblemDetails) Get() *ProblemDetails
func (NullableProblemDetails) IsSet ¶
func (v NullableProblemDetails) IsSet() bool
func (NullableProblemDetails) MarshalJSON ¶
func (v NullableProblemDetails) MarshalJSON() ([]byte, error)
func (*NullableProblemDetails) Set ¶
func (v *NullableProblemDetails) Set(val *ProblemDetails)
func (*NullableProblemDetails) UnmarshalJSON ¶
func (v *NullableProblemDetails) UnmarshalJSON(src []byte) error
func (*NullableProblemDetails) Unset ¶
func (v *NullableProblemDetails) Unset()
type NullableRedirectResponse ¶
type NullableRedirectResponse struct {
// contains filtered or unexported fields
}
func NewNullableRedirectResponse ¶
func NewNullableRedirectResponse(val *RedirectResponse) *NullableRedirectResponse
func (NullableRedirectResponse) Get ¶
func (v NullableRedirectResponse) Get() *RedirectResponse
func (NullableRedirectResponse) IsSet ¶
func (v NullableRedirectResponse) IsSet() bool
func (NullableRedirectResponse) MarshalJSON ¶
func (v NullableRedirectResponse) MarshalJSON() ([]byte, error)
func (*NullableRedirectResponse) Set ¶
func (v *NullableRedirectResponse) Set(val *RedirectResponse)
func (*NullableRedirectResponse) UnmarshalJSON ¶
func (v *NullableRedirectResponse) UnmarshalJSON(src []byte) error
func (*NullableRedirectResponse) Unset ¶
func (v *NullableRedirectResponse) Unset()
type NullableSnssai ¶
type NullableSnssai struct {
// contains filtered or unexported fields
}
func NewNullableSnssai ¶
func NewNullableSnssai(val *Snssai) *NullableSnssai
func (NullableSnssai) Get ¶
func (v NullableSnssai) Get() *Snssai
func (NullableSnssai) IsSet ¶
func (v NullableSnssai) IsSet() bool
func (NullableSnssai) MarshalJSON ¶
func (v NullableSnssai) MarshalJSON() ([]byte, error)
func (*NullableSnssai) Set ¶
func (v *NullableSnssai) Set(val *Snssai)
func (*NullableSnssai) UnmarshalJSON ¶
func (v *NullableSnssai) UnmarshalJSON(src []byte) error
func (*NullableSnssai) Unset ¶
func (v *NullableSnssai) Unset()
type NullableSnssaiDnnPair ¶
type NullableSnssaiDnnPair struct {
// contains filtered or unexported fields
}
func NewNullableSnssaiDnnPair ¶
func NewNullableSnssaiDnnPair(val *SnssaiDnnPair) *NullableSnssaiDnnPair
func (NullableSnssaiDnnPair) Get ¶
func (v NullableSnssaiDnnPair) Get() *SnssaiDnnPair
func (NullableSnssaiDnnPair) IsSet ¶
func (v NullableSnssaiDnnPair) IsSet() bool
func (NullableSnssaiDnnPair) MarshalJSON ¶
func (v NullableSnssaiDnnPair) MarshalJSON() ([]byte, error)
func (*NullableSnssaiDnnPair) Set ¶
func (v *NullableSnssaiDnnPair) Set(val *SnssaiDnnPair)
func (*NullableSnssaiDnnPair) UnmarshalJSON ¶
func (v *NullableSnssaiDnnPair) UnmarshalJSON(src []byte) error
func (*NullableSnssaiDnnPair) Unset ¶
func (v *NullableSnssaiDnnPair) Unset()
type NullableSsm ¶
type NullableSsm struct {
// contains filtered or unexported fields
}
func NewNullableSsm ¶
func NewNullableSsm(val *Ssm) *NullableSsm
func (NullableSsm) Get ¶
func (v NullableSsm) Get() *Ssm
func (NullableSsm) IsSet ¶
func (v NullableSsm) IsSet() bool
func (NullableSsm) MarshalJSON ¶
func (v NullableSsm) MarshalJSON() ([]byte, error)
func (*NullableSsm) Set ¶
func (v *NullableSsm) Set(val *Ssm)
func (*NullableSsm) UnmarshalJSON ¶
func (v *NullableSsm) UnmarshalJSON(src []byte) error
func (*NullableSsm) Unset ¶
func (v *NullableSsm) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableTmgi ¶
type NullableTmgi struct {
// contains filtered or unexported fields
}
func NewNullableTmgi ¶
func NewNullableTmgi(val *Tmgi) *NullableTmgi
func (NullableTmgi) Get ¶
func (v NullableTmgi) Get() *Tmgi
func (NullableTmgi) IsSet ¶
func (v NullableTmgi) IsSet() bool
func (NullableTmgi) MarshalJSON ¶
func (v NullableTmgi) MarshalJSON() ([]byte, error)
func (*NullableTmgi) Set ¶
func (v *NullableTmgi) Set(val *Tmgi)
func (*NullableTmgi) UnmarshalJSON ¶
func (v *NullableTmgi) UnmarshalJSON(src []byte) error
func (*NullableTmgi) Unset ¶
func (v *NullableTmgi) Unset()
type NullableTransportProtocol ¶
type NullableTransportProtocol struct {
// contains filtered or unexported fields
}
func NewNullableTransportProtocol ¶
func NewNullableTransportProtocol(val *TransportProtocol) *NullableTransportProtocol
func (NullableTransportProtocol) Get ¶
func (v NullableTransportProtocol) Get() *TransportProtocol
func (NullableTransportProtocol) IsSet ¶
func (v NullableTransportProtocol) IsSet() bool
func (NullableTransportProtocol) MarshalJSON ¶
func (v NullableTransportProtocol) MarshalJSON() ([]byte, error)
func (*NullableTransportProtocol) Set ¶
func (v *NullableTransportProtocol) Set(val *TransportProtocol)
func (*NullableTransportProtocol) UnmarshalJSON ¶
func (v *NullableTransportProtocol) UnmarshalJSON(src []byte) error
func (*NullableTransportProtocol) Unset ¶
func (v *NullableTransportProtocol) Unset()
type PCFBindingsCollectionAPIService ¶
type PCFBindingsCollectionAPIService service
PCFBindingsCollectionAPIService PCFBindingsCollectionAPI service
func (*PCFBindingsCollectionAPIService) CreatePCFBinding ¶
func (a *PCFBindingsCollectionAPIService) CreatePCFBinding(ctx context.Context) ApiCreatePCFBindingRequest
CreatePCFBinding Create a new Individual PCF for a PDU Session binding information
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreatePCFBindingRequest
func (*PCFBindingsCollectionAPIService) CreatePCFBindingExecute ¶
func (a *PCFBindingsCollectionAPIService) CreatePCFBindingExecute(r ApiCreatePCFBindingRequest) (*PcfBinding, *http.Response, error)
Execute executes the request
@return PcfBinding
func (*PCFBindingsCollectionAPIService) GetPCFBindings ¶
func (a *PCFBindingsCollectionAPIService) GetPCFBindings(ctx context.Context) ApiGetPCFBindingsRequest
GetPCFBindings Read PCF for a PDU Session Bindings information
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetPCFBindingsRequest
func (*PCFBindingsCollectionAPIService) GetPCFBindingsExecute ¶
func (a *PCFBindingsCollectionAPIService) GetPCFBindingsExecute(r ApiGetPCFBindingsRequest) (*PcfBinding, *http.Response, error)
Execute executes the request
@return PcfBinding
type PCFForAUEBindingsCollectionAPIService ¶
type PCFForAUEBindingsCollectionAPIService service
PCFForAUEBindingsCollectionAPIService PCFForAUEBindingsCollectionAPI service
func (*PCFForAUEBindingsCollectionAPIService) CreatePCFforUEBinding ¶
func (a *PCFForAUEBindingsCollectionAPIService) CreatePCFforUEBinding(ctx context.Context) ApiCreatePCFforUEBindingRequest
CreatePCFforUEBinding Create a new Individual PCF for a UE binding information
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreatePCFforUEBindingRequest
func (*PCFForAUEBindingsCollectionAPIService) CreatePCFforUEBindingExecute ¶
func (a *PCFForAUEBindingsCollectionAPIService) CreatePCFforUEBindingExecute(r ApiCreatePCFforUEBindingRequest) (*PcfForUeBinding, *http.Response, error)
Execute executes the request
@return PcfForUeBinding
func (*PCFForAUEBindingsCollectionAPIService) GetPCFForUeBindings ¶
func (a *PCFForAUEBindingsCollectionAPIService) GetPCFForUeBindings(ctx context.Context) ApiGetPCFForUeBindingsRequest
GetPCFForUeBindings Read PCF for a UE Bindings information
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetPCFForUeBindingsRequest
func (*PCFForAUEBindingsCollectionAPIService) GetPCFForUeBindingsExecute ¶
func (a *PCFForAUEBindingsCollectionAPIService) GetPCFForUeBindingsExecute(r ApiGetPCFForUeBindingsRequest) ([]PcfForUeBinding, *http.Response, error)
Execute executes the request
@return []PcfForUeBinding
type PCFForAnMBSSessionBindingsCollectionAPIService ¶
type PCFForAnMBSSessionBindingsCollectionAPIService service
PCFForAnMBSSessionBindingsCollectionAPIService PCFForAnMBSSessionBindingsCollectionAPI service
func (*PCFForAnMBSSessionBindingsCollectionAPIService) CreatePCFMbsBinding ¶
func (a *PCFForAnMBSSessionBindingsCollectionAPIService) CreatePCFMbsBinding(ctx context.Context) ApiCreatePCFMbsBindingRequest
CreatePCFMbsBinding Create a new Individual PCF for an MBS Session binding.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreatePCFMbsBindingRequest
func (*PCFForAnMBSSessionBindingsCollectionAPIService) CreatePCFMbsBindingExecute ¶
func (a *PCFForAnMBSSessionBindingsCollectionAPIService) CreatePCFMbsBindingExecute(r ApiCreatePCFMbsBindingRequest) (*PcfMbsBinding, *http.Response, error)
Execute executes the request
@return PcfMbsBinding
func (*PCFForAnMBSSessionBindingsCollectionAPIService) GetPCFMbsBinding ¶
func (a *PCFForAnMBSSessionBindingsCollectionAPIService) GetPCFMbsBinding(ctx context.Context) ApiGetPCFMbsBindingRequest
GetPCFMbsBinding Retrieve an existing PCF for an MBS Session binding.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetPCFMbsBindingRequest
func (*PCFForAnMBSSessionBindingsCollectionAPIService) GetPCFMbsBindingExecute ¶
func (a *PCFForAnMBSSessionBindingsCollectionAPIService) GetPCFMbsBindingExecute(r ApiGetPCFMbsBindingRequest) ([]PcfMbsBinding, *http.Response, error)
Execute executes the request
@return []PcfMbsBinding
type ParameterCombination ¶
type ParameterCombination struct { // String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501. Supi *string `json:"supi,omitempty"` // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). Dnn *string `json:"dnn,omitempty"` Snssai *Snssai `json:"snssai,omitempty"` }
ParameterCombination Represents the combination used by the BSF to check whether there is an existing PCF binding information.
func NewParameterCombination ¶
func NewParameterCombination() *ParameterCombination
NewParameterCombination instantiates a new ParameterCombination object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewParameterCombinationWithDefaults ¶
func NewParameterCombinationWithDefaults() *ParameterCombination
NewParameterCombinationWithDefaults instantiates a new ParameterCombination object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ParameterCombination) GetDnn ¶
func (o *ParameterCombination) GetDnn() string
GetDnn returns the Dnn field value if set, zero value otherwise.
func (*ParameterCombination) GetDnnOk ¶
func (o *ParameterCombination) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ParameterCombination) GetSnssai ¶
func (o *ParameterCombination) GetSnssai() Snssai
GetSnssai returns the Snssai field value if set, zero value otherwise.
func (*ParameterCombination) GetSnssaiOk ¶
func (o *ParameterCombination) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ParameterCombination) GetSupi ¶
func (o *ParameterCombination) GetSupi() string
GetSupi returns the Supi field value if set, zero value otherwise.
func (*ParameterCombination) GetSupiOk ¶
func (o *ParameterCombination) GetSupiOk() (*string, bool)
GetSupiOk returns a tuple with the Supi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ParameterCombination) HasDnn ¶
func (o *ParameterCombination) HasDnn() bool
HasDnn returns a boolean if a field has been set.
func (*ParameterCombination) HasSnssai ¶
func (o *ParameterCombination) HasSnssai() bool
HasSnssai returns a boolean if a field has been set.
func (*ParameterCombination) HasSupi ¶
func (o *ParameterCombination) HasSupi() bool
HasSupi returns a boolean if a field has been set.
func (ParameterCombination) MarshalJSON ¶
func (o ParameterCombination) MarshalJSON() ([]byte, error)
func (*ParameterCombination) SetDnn ¶
func (o *ParameterCombination) SetDnn(v string)
SetDnn gets a reference to the given string and assigns it to the Dnn field.
func (*ParameterCombination) SetSnssai ¶
func (o *ParameterCombination) SetSnssai(v Snssai)
SetSnssai gets a reference to the given Snssai and assigns it to the Snssai field.
func (*ParameterCombination) SetSupi ¶
func (o *ParameterCombination) SetSupi(v string)
SetSupi gets a reference to the given string and assigns it to the Supi field.
func (ParameterCombination) ToMap ¶
func (o ParameterCombination) ToMap() (map[string]interface{}, error)
type PcfBinding ¶
type PcfBinding struct { // String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501. Supi *string `json:"supi,omitempty"` // String identifying a Gpsi shall contain either an External Id or an MSISDN. It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid' shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an External Identifier. Gpsi *string `json:"gpsi,omitempty"` // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. Ipv4Addr *string `json:"ipv4Addr,omitempty"` Ipv6Prefix *Ipv6Prefix `json:"ipv6Prefix,omitempty"` // The additional IPv6 Address Prefixes of the served UE. AddIpv6Prefixes []Ipv6Prefix `json:"addIpv6Prefixes,omitempty"` IpDomain *string `json:"ipDomain,omitempty"` // String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042. MacAddr48 *string `json:"macAddr48,omitempty"` // The additional MAC Addresses of the served UE. AddMacAddrs []string `json:"addMacAddrs,omitempty"` // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). Dnn string `json:"dnn"` // Fully Qualified Domain Name PcfFqdn *string `json:"pcfFqdn,omitempty"` // IP end points of the PCF hosting the Npcf_PolicyAuthorization service PcfIpEndPoints []IpEndPoint `json:"pcfIpEndPoints,omitempty"` // Fully Qualified Domain Name PcfDiamHost *string `json:"pcfDiamHost,omitempty"` // Fully Qualified Domain Name PcfDiamRealm *string `json:"pcfDiamRealm,omitempty"` // Fully Qualified Domain Name PcfSmFqdn *string `json:"pcfSmFqdn,omitempty"` // IP end points of the PCF hosting the Npcf_SMPolicyControl service. PcfSmIpEndPoints []IpEndPoint `json:"pcfSmIpEndPoints,omitempty"` Snssai Snssai `json:"snssai"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SuppFeat *string `json:"suppFeat,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. PcfId *string `json:"pcfId,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. PcfSetId *string `json:"pcfSetId,omitempty"` // string with format 'date-time' as defined in OpenAPI. RecoveryTime *time.Time `json:"recoveryTime,omitempty"` ParaCom *ParameterCombination `json:"paraCom,omitempty"` BindLevel *BindingLevel `json:"bindLevel,omitempty"` Ipv4FrameRouteList []string `json:"ipv4FrameRouteList,omitempty"` Ipv6FrameRouteList []Ipv6Prefix `json:"ipv6FrameRouteList,omitempty"` }
PcfBinding Identifies an Individual PCF for a PDU Session binding.
func NewPcfBinding ¶
func NewPcfBinding(dnn string, snssai Snssai) *PcfBinding
NewPcfBinding instantiates a new PcfBinding object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPcfBindingWithDefaults ¶
func NewPcfBindingWithDefaults() *PcfBinding
NewPcfBindingWithDefaults instantiates a new PcfBinding object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PcfBinding) GetAddIpv6Prefixes ¶
func (o *PcfBinding) GetAddIpv6Prefixes() []Ipv6Prefix
GetAddIpv6Prefixes returns the AddIpv6Prefixes field value if set, zero value otherwise.
func (*PcfBinding) GetAddIpv6PrefixesOk ¶
func (o *PcfBinding) GetAddIpv6PrefixesOk() ([]Ipv6Prefix, bool)
GetAddIpv6PrefixesOk returns a tuple with the AddIpv6Prefixes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBinding) GetAddMacAddrs ¶
func (o *PcfBinding) GetAddMacAddrs() []string
GetAddMacAddrs returns the AddMacAddrs field value if set, zero value otherwise.
func (*PcfBinding) GetAddMacAddrsOk ¶
func (o *PcfBinding) GetAddMacAddrsOk() ([]string, bool)
GetAddMacAddrsOk returns a tuple with the AddMacAddrs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBinding) GetBindLevel ¶
func (o *PcfBinding) GetBindLevel() BindingLevel
GetBindLevel returns the BindLevel field value if set, zero value otherwise.
func (*PcfBinding) GetBindLevelOk ¶
func (o *PcfBinding) GetBindLevelOk() (*BindingLevel, bool)
GetBindLevelOk returns a tuple with the BindLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBinding) GetDnnOk ¶
func (o *PcfBinding) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.
func (*PcfBinding) GetGpsi ¶
func (o *PcfBinding) GetGpsi() string
GetGpsi returns the Gpsi field value if set, zero value otherwise.
func (*PcfBinding) GetGpsiOk ¶
func (o *PcfBinding) GetGpsiOk() (*string, bool)
GetGpsiOk returns a tuple with the Gpsi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBinding) GetIpDomain ¶
func (o *PcfBinding) GetIpDomain() string
GetIpDomain returns the IpDomain field value if set, zero value otherwise.
func (*PcfBinding) GetIpDomainOk ¶
func (o *PcfBinding) GetIpDomainOk() (*string, bool)
GetIpDomainOk returns a tuple with the IpDomain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBinding) GetIpv4Addr ¶
func (o *PcfBinding) GetIpv4Addr() string
GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise.
func (*PcfBinding) GetIpv4AddrOk ¶
func (o *PcfBinding) GetIpv4AddrOk() (*string, bool)
GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBinding) GetIpv4FrameRouteList ¶
func (o *PcfBinding) GetIpv4FrameRouteList() []string
GetIpv4FrameRouteList returns the Ipv4FrameRouteList field value if set, zero value otherwise.
func (*PcfBinding) GetIpv4FrameRouteListOk ¶
func (o *PcfBinding) GetIpv4FrameRouteListOk() ([]string, bool)
GetIpv4FrameRouteListOk returns a tuple with the Ipv4FrameRouteList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBinding) GetIpv6FrameRouteList ¶
func (o *PcfBinding) GetIpv6FrameRouteList() []Ipv6Prefix
GetIpv6FrameRouteList returns the Ipv6FrameRouteList field value if set, zero value otherwise.
func (*PcfBinding) GetIpv6FrameRouteListOk ¶
func (o *PcfBinding) GetIpv6FrameRouteListOk() ([]Ipv6Prefix, bool)
GetIpv6FrameRouteListOk returns a tuple with the Ipv6FrameRouteList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBinding) GetIpv6Prefix ¶
func (o *PcfBinding) GetIpv6Prefix() Ipv6Prefix
GetIpv6Prefix returns the Ipv6Prefix field value if set, zero value otherwise.
func (*PcfBinding) GetIpv6PrefixOk ¶
func (o *PcfBinding) GetIpv6PrefixOk() (*Ipv6Prefix, bool)
GetIpv6PrefixOk returns a tuple with the Ipv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBinding) GetMacAddr48 ¶
func (o *PcfBinding) GetMacAddr48() string
GetMacAddr48 returns the MacAddr48 field value if set, zero value otherwise.
func (*PcfBinding) GetMacAddr48Ok ¶
func (o *PcfBinding) GetMacAddr48Ok() (*string, bool)
GetMacAddr48Ok returns a tuple with the MacAddr48 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBinding) GetParaCom ¶
func (o *PcfBinding) GetParaCom() ParameterCombination
GetParaCom returns the ParaCom field value if set, zero value otherwise.
func (*PcfBinding) GetParaComOk ¶
func (o *PcfBinding) GetParaComOk() (*ParameterCombination, bool)
GetParaComOk returns a tuple with the ParaCom field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBinding) GetPcfDiamHost ¶
func (o *PcfBinding) GetPcfDiamHost() string
GetPcfDiamHost returns the PcfDiamHost field value if set, zero value otherwise.
func (*PcfBinding) GetPcfDiamHostOk ¶
func (o *PcfBinding) GetPcfDiamHostOk() (*string, bool)
GetPcfDiamHostOk returns a tuple with the PcfDiamHost field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBinding) GetPcfDiamRealm ¶
func (o *PcfBinding) GetPcfDiamRealm() string
GetPcfDiamRealm returns the PcfDiamRealm field value if set, zero value otherwise.
func (*PcfBinding) GetPcfDiamRealmOk ¶
func (o *PcfBinding) GetPcfDiamRealmOk() (*string, bool)
GetPcfDiamRealmOk returns a tuple with the PcfDiamRealm field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBinding) GetPcfFqdn ¶
func (o *PcfBinding) GetPcfFqdn() string
GetPcfFqdn returns the PcfFqdn field value if set, zero value otherwise.
func (*PcfBinding) GetPcfFqdnOk ¶
func (o *PcfBinding) GetPcfFqdnOk() (*string, bool)
GetPcfFqdnOk returns a tuple with the PcfFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBinding) GetPcfId ¶
func (o *PcfBinding) GetPcfId() string
GetPcfId returns the PcfId field value if set, zero value otherwise.
func (*PcfBinding) GetPcfIdOk ¶
func (o *PcfBinding) GetPcfIdOk() (*string, bool)
GetPcfIdOk returns a tuple with the PcfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBinding) GetPcfIpEndPoints ¶
func (o *PcfBinding) GetPcfIpEndPoints() []IpEndPoint
GetPcfIpEndPoints returns the PcfIpEndPoints field value if set, zero value otherwise.
func (*PcfBinding) GetPcfIpEndPointsOk ¶
func (o *PcfBinding) GetPcfIpEndPointsOk() ([]IpEndPoint, bool)
GetPcfIpEndPointsOk returns a tuple with the PcfIpEndPoints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBinding) GetPcfSetId ¶
func (o *PcfBinding) GetPcfSetId() string
GetPcfSetId returns the PcfSetId field value if set, zero value otherwise.
func (*PcfBinding) GetPcfSetIdOk ¶
func (o *PcfBinding) GetPcfSetIdOk() (*string, bool)
GetPcfSetIdOk returns a tuple with the PcfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBinding) GetPcfSmFqdn ¶
func (o *PcfBinding) GetPcfSmFqdn() string
GetPcfSmFqdn returns the PcfSmFqdn field value if set, zero value otherwise.
func (*PcfBinding) GetPcfSmFqdnOk ¶
func (o *PcfBinding) GetPcfSmFqdnOk() (*string, bool)
GetPcfSmFqdnOk returns a tuple with the PcfSmFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBinding) GetPcfSmIpEndPoints ¶
func (o *PcfBinding) GetPcfSmIpEndPoints() []IpEndPoint
GetPcfSmIpEndPoints returns the PcfSmIpEndPoints field value if set, zero value otherwise.
func (*PcfBinding) GetPcfSmIpEndPointsOk ¶
func (o *PcfBinding) GetPcfSmIpEndPointsOk() ([]IpEndPoint, bool)
GetPcfSmIpEndPointsOk returns a tuple with the PcfSmIpEndPoints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBinding) GetRecoveryTime ¶
func (o *PcfBinding) GetRecoveryTime() time.Time
GetRecoveryTime returns the RecoveryTime field value if set, zero value otherwise.
func (*PcfBinding) GetRecoveryTimeOk ¶
func (o *PcfBinding) GetRecoveryTimeOk() (*time.Time, bool)
GetRecoveryTimeOk returns a tuple with the RecoveryTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBinding) GetSnssai ¶
func (o *PcfBinding) GetSnssai() Snssai
GetSnssai returns the Snssai field value
func (*PcfBinding) GetSnssaiOk ¶
func (o *PcfBinding) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value and a boolean to check if the value has been set.
func (*PcfBinding) GetSupi ¶
func (o *PcfBinding) GetSupi() string
GetSupi returns the Supi field value if set, zero value otherwise.
func (*PcfBinding) GetSupiOk ¶
func (o *PcfBinding) GetSupiOk() (*string, bool)
GetSupiOk returns a tuple with the Supi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBinding) GetSuppFeat ¶
func (o *PcfBinding) GetSuppFeat() string
GetSuppFeat returns the SuppFeat field value if set, zero value otherwise.
func (*PcfBinding) GetSuppFeatOk ¶
func (o *PcfBinding) GetSuppFeatOk() (*string, bool)
GetSuppFeatOk returns a tuple with the SuppFeat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBinding) HasAddIpv6Prefixes ¶
func (o *PcfBinding) HasAddIpv6Prefixes() bool
HasAddIpv6Prefixes returns a boolean if a field has been set.
func (*PcfBinding) HasAddMacAddrs ¶
func (o *PcfBinding) HasAddMacAddrs() bool
HasAddMacAddrs returns a boolean if a field has been set.
func (*PcfBinding) HasBindLevel ¶
func (o *PcfBinding) HasBindLevel() bool
HasBindLevel returns a boolean if a field has been set.
func (*PcfBinding) HasGpsi ¶
func (o *PcfBinding) HasGpsi() bool
HasGpsi returns a boolean if a field has been set.
func (*PcfBinding) HasIpDomain ¶
func (o *PcfBinding) HasIpDomain() bool
HasIpDomain returns a boolean if a field has been set.
func (*PcfBinding) HasIpv4Addr ¶
func (o *PcfBinding) HasIpv4Addr() bool
HasIpv4Addr returns a boolean if a field has been set.
func (*PcfBinding) HasIpv4FrameRouteList ¶
func (o *PcfBinding) HasIpv4FrameRouteList() bool
HasIpv4FrameRouteList returns a boolean if a field has been set.
func (*PcfBinding) HasIpv6FrameRouteList ¶
func (o *PcfBinding) HasIpv6FrameRouteList() bool
HasIpv6FrameRouteList returns a boolean if a field has been set.
func (*PcfBinding) HasIpv6Prefix ¶
func (o *PcfBinding) HasIpv6Prefix() bool
HasIpv6Prefix returns a boolean if a field has been set.
func (*PcfBinding) HasMacAddr48 ¶
func (o *PcfBinding) HasMacAddr48() bool
HasMacAddr48 returns a boolean if a field has been set.
func (*PcfBinding) HasParaCom ¶
func (o *PcfBinding) HasParaCom() bool
HasParaCom returns a boolean if a field has been set.
func (*PcfBinding) HasPcfDiamHost ¶
func (o *PcfBinding) HasPcfDiamHost() bool
HasPcfDiamHost returns a boolean if a field has been set.
func (*PcfBinding) HasPcfDiamRealm ¶
func (o *PcfBinding) HasPcfDiamRealm() bool
HasPcfDiamRealm returns a boolean if a field has been set.
func (*PcfBinding) HasPcfFqdn ¶
func (o *PcfBinding) HasPcfFqdn() bool
HasPcfFqdn returns a boolean if a field has been set.
func (*PcfBinding) HasPcfId ¶
func (o *PcfBinding) HasPcfId() bool
HasPcfId returns a boolean if a field has been set.
func (*PcfBinding) HasPcfIpEndPoints ¶
func (o *PcfBinding) HasPcfIpEndPoints() bool
HasPcfIpEndPoints returns a boolean if a field has been set.
func (*PcfBinding) HasPcfSetId ¶
func (o *PcfBinding) HasPcfSetId() bool
HasPcfSetId returns a boolean if a field has been set.
func (*PcfBinding) HasPcfSmFqdn ¶
func (o *PcfBinding) HasPcfSmFqdn() bool
HasPcfSmFqdn returns a boolean if a field has been set.
func (*PcfBinding) HasPcfSmIpEndPoints ¶
func (o *PcfBinding) HasPcfSmIpEndPoints() bool
HasPcfSmIpEndPoints returns a boolean if a field has been set.
func (*PcfBinding) HasRecoveryTime ¶
func (o *PcfBinding) HasRecoveryTime() bool
HasRecoveryTime returns a boolean if a field has been set.
func (*PcfBinding) HasSupi ¶
func (o *PcfBinding) HasSupi() bool
HasSupi returns a boolean if a field has been set.
func (*PcfBinding) HasSuppFeat ¶
func (o *PcfBinding) HasSuppFeat() bool
HasSuppFeat returns a boolean if a field has been set.
func (PcfBinding) MarshalJSON ¶
func (o PcfBinding) MarshalJSON() ([]byte, error)
func (*PcfBinding) SetAddIpv6Prefixes ¶
func (o *PcfBinding) SetAddIpv6Prefixes(v []Ipv6Prefix)
SetAddIpv6Prefixes gets a reference to the given []Ipv6Prefix and assigns it to the AddIpv6Prefixes field.
func (*PcfBinding) SetAddMacAddrs ¶
func (o *PcfBinding) SetAddMacAddrs(v []string)
SetAddMacAddrs gets a reference to the given []string and assigns it to the AddMacAddrs field.
func (*PcfBinding) SetBindLevel ¶
func (o *PcfBinding) SetBindLevel(v BindingLevel)
SetBindLevel gets a reference to the given BindingLevel and assigns it to the BindLevel field.
func (*PcfBinding) SetGpsi ¶
func (o *PcfBinding) SetGpsi(v string)
SetGpsi gets a reference to the given string and assigns it to the Gpsi field.
func (*PcfBinding) SetIpDomain ¶
func (o *PcfBinding) SetIpDomain(v string)
SetIpDomain gets a reference to the given string and assigns it to the IpDomain field.
func (*PcfBinding) SetIpv4Addr ¶
func (o *PcfBinding) SetIpv4Addr(v string)
SetIpv4Addr gets a reference to the given string and assigns it to the Ipv4Addr field.
func (*PcfBinding) SetIpv4FrameRouteList ¶
func (o *PcfBinding) SetIpv4FrameRouteList(v []string)
SetIpv4FrameRouteList gets a reference to the given []string and assigns it to the Ipv4FrameRouteList field.
func (*PcfBinding) SetIpv6FrameRouteList ¶
func (o *PcfBinding) SetIpv6FrameRouteList(v []Ipv6Prefix)
SetIpv6FrameRouteList gets a reference to the given []Ipv6Prefix and assigns it to the Ipv6FrameRouteList field.
func (*PcfBinding) SetIpv6Prefix ¶
func (o *PcfBinding) SetIpv6Prefix(v Ipv6Prefix)
SetIpv6Prefix gets a reference to the given Ipv6Prefix and assigns it to the Ipv6Prefix field.
func (*PcfBinding) SetMacAddr48 ¶
func (o *PcfBinding) SetMacAddr48(v string)
SetMacAddr48 gets a reference to the given string and assigns it to the MacAddr48 field.
func (*PcfBinding) SetParaCom ¶
func (o *PcfBinding) SetParaCom(v ParameterCombination)
SetParaCom gets a reference to the given ParameterCombination and assigns it to the ParaCom field.
func (*PcfBinding) SetPcfDiamHost ¶
func (o *PcfBinding) SetPcfDiamHost(v string)
SetPcfDiamHost gets a reference to the given string and assigns it to the PcfDiamHost field.
func (*PcfBinding) SetPcfDiamRealm ¶
func (o *PcfBinding) SetPcfDiamRealm(v string)
SetPcfDiamRealm gets a reference to the given string and assigns it to the PcfDiamRealm field.
func (*PcfBinding) SetPcfFqdn ¶
func (o *PcfBinding) SetPcfFqdn(v string)
SetPcfFqdn gets a reference to the given string and assigns it to the PcfFqdn field.
func (*PcfBinding) SetPcfId ¶
func (o *PcfBinding) SetPcfId(v string)
SetPcfId gets a reference to the given string and assigns it to the PcfId field.
func (*PcfBinding) SetPcfIpEndPoints ¶
func (o *PcfBinding) SetPcfIpEndPoints(v []IpEndPoint)
SetPcfIpEndPoints gets a reference to the given []IpEndPoint and assigns it to the PcfIpEndPoints field.
func (*PcfBinding) SetPcfSetId ¶
func (o *PcfBinding) SetPcfSetId(v string)
SetPcfSetId gets a reference to the given string and assigns it to the PcfSetId field.
func (*PcfBinding) SetPcfSmFqdn ¶
func (o *PcfBinding) SetPcfSmFqdn(v string)
SetPcfSmFqdn gets a reference to the given string and assigns it to the PcfSmFqdn field.
func (*PcfBinding) SetPcfSmIpEndPoints ¶
func (o *PcfBinding) SetPcfSmIpEndPoints(v []IpEndPoint)
SetPcfSmIpEndPoints gets a reference to the given []IpEndPoint and assigns it to the PcfSmIpEndPoints field.
func (*PcfBinding) SetRecoveryTime ¶
func (o *PcfBinding) SetRecoveryTime(v time.Time)
SetRecoveryTime gets a reference to the given time.Time and assigns it to the RecoveryTime field.
func (*PcfBinding) SetSupi ¶
func (o *PcfBinding) SetSupi(v string)
SetSupi gets a reference to the given string and assigns it to the Supi field.
func (*PcfBinding) SetSuppFeat ¶
func (o *PcfBinding) SetSuppFeat(v string)
SetSuppFeat gets a reference to the given string and assigns it to the SuppFeat field.
func (PcfBinding) ToMap ¶
func (o PcfBinding) ToMap() (map[string]interface{}, error)
func (*PcfBinding) UnmarshalJSON ¶
func (o *PcfBinding) UnmarshalJSON(bytes []byte) (err error)
type PcfBindingPatch ¶
type PcfBindingPatch struct { // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166 with the OpenAPI defined 'nullable: true' property. Ipv4Addr NullableString `json:"ipv4Addr,omitempty"` IpDomain NullableString `json:"ipDomain,omitempty"` Ipv6Prefix NullableIpv6PrefixRm `json:"ipv6Prefix,omitempty"` // The additional IPv6 Address Prefixes of the served UE. AddIpv6Prefixes []Ipv6Prefix `json:"addIpv6Prefixes,omitempty"` // \"String identifying a MAC address formatted in the hexadecimal notation according to clause 1.1 and clause 2.1 of RFC 7042 with the OpenAPI 'nullable: true' property.\" MacAddr48 NullableString `json:"macAddr48,omitempty"` // The additional MAC Addresses of the served UE. AddMacAddrs []string `json:"addMacAddrs,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. PcfId *string `json:"pcfId,omitempty"` // Fully Qualified Domain Name PcfFqdn *string `json:"pcfFqdn,omitempty"` // IP end points of the PCF hosting the Npcf_PolicyAuthorization service. PcfIpEndPoints []IpEndPoint `json:"pcfIpEndPoints,omitempty"` // Fully Qualified Domain Name PcfDiamHost *string `json:"pcfDiamHost,omitempty"` // Fully Qualified Domain Name PcfDiamRealm *string `json:"pcfDiamRealm,omitempty"` }
PcfBindingPatch Identifies an Individual PCF binding used in an HTTP Patch method.
func NewPcfBindingPatch ¶
func NewPcfBindingPatch() *PcfBindingPatch
NewPcfBindingPatch instantiates a new PcfBindingPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPcfBindingPatchWithDefaults ¶
func NewPcfBindingPatchWithDefaults() *PcfBindingPatch
NewPcfBindingPatchWithDefaults instantiates a new PcfBindingPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PcfBindingPatch) GetAddIpv6Prefixes ¶
func (o *PcfBindingPatch) GetAddIpv6Prefixes() []Ipv6Prefix
GetAddIpv6Prefixes returns the AddIpv6Prefixes field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PcfBindingPatch) GetAddIpv6PrefixesOk ¶
func (o *PcfBindingPatch) GetAddIpv6PrefixesOk() ([]Ipv6Prefix, bool)
GetAddIpv6PrefixesOk returns a tuple with the AddIpv6Prefixes field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PcfBindingPatch) GetAddMacAddrs ¶
func (o *PcfBindingPatch) GetAddMacAddrs() []string
GetAddMacAddrs returns the AddMacAddrs field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PcfBindingPatch) GetAddMacAddrsOk ¶
func (o *PcfBindingPatch) GetAddMacAddrsOk() ([]string, bool)
GetAddMacAddrsOk returns a tuple with the AddMacAddrs field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PcfBindingPatch) GetIpDomain ¶
func (o *PcfBindingPatch) GetIpDomain() string
GetIpDomain returns the IpDomain field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PcfBindingPatch) GetIpDomainOk ¶
func (o *PcfBindingPatch) GetIpDomainOk() (*string, bool)
GetIpDomainOk returns a tuple with the IpDomain field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PcfBindingPatch) GetIpv4Addr ¶
func (o *PcfBindingPatch) GetIpv4Addr() string
GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PcfBindingPatch) GetIpv4AddrOk ¶
func (o *PcfBindingPatch) GetIpv4AddrOk() (*string, bool)
GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PcfBindingPatch) GetIpv6Prefix ¶
func (o *PcfBindingPatch) GetIpv6Prefix() Ipv6PrefixRm
GetIpv6Prefix returns the Ipv6Prefix field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PcfBindingPatch) GetIpv6PrefixOk ¶
func (o *PcfBindingPatch) GetIpv6PrefixOk() (*Ipv6PrefixRm, bool)
GetIpv6PrefixOk returns a tuple with the Ipv6Prefix field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PcfBindingPatch) GetMacAddr48 ¶
func (o *PcfBindingPatch) GetMacAddr48() string
GetMacAddr48 returns the MacAddr48 field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PcfBindingPatch) GetMacAddr48Ok ¶
func (o *PcfBindingPatch) GetMacAddr48Ok() (*string, bool)
GetMacAddr48Ok returns a tuple with the MacAddr48 field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PcfBindingPatch) GetPcfDiamHost ¶
func (o *PcfBindingPatch) GetPcfDiamHost() string
GetPcfDiamHost returns the PcfDiamHost field value if set, zero value otherwise.
func (*PcfBindingPatch) GetPcfDiamHostOk ¶
func (o *PcfBindingPatch) GetPcfDiamHostOk() (*string, bool)
GetPcfDiamHostOk returns a tuple with the PcfDiamHost field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBindingPatch) GetPcfDiamRealm ¶
func (o *PcfBindingPatch) GetPcfDiamRealm() string
GetPcfDiamRealm returns the PcfDiamRealm field value if set, zero value otherwise.
func (*PcfBindingPatch) GetPcfDiamRealmOk ¶
func (o *PcfBindingPatch) GetPcfDiamRealmOk() (*string, bool)
GetPcfDiamRealmOk returns a tuple with the PcfDiamRealm field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBindingPatch) GetPcfFqdn ¶
func (o *PcfBindingPatch) GetPcfFqdn() string
GetPcfFqdn returns the PcfFqdn field value if set, zero value otherwise.
func (*PcfBindingPatch) GetPcfFqdnOk ¶
func (o *PcfBindingPatch) GetPcfFqdnOk() (*string, bool)
GetPcfFqdnOk returns a tuple with the PcfFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBindingPatch) GetPcfId ¶
func (o *PcfBindingPatch) GetPcfId() string
GetPcfId returns the PcfId field value if set, zero value otherwise.
func (*PcfBindingPatch) GetPcfIdOk ¶
func (o *PcfBindingPatch) GetPcfIdOk() (*string, bool)
GetPcfIdOk returns a tuple with the PcfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBindingPatch) GetPcfIpEndPoints ¶
func (o *PcfBindingPatch) GetPcfIpEndPoints() []IpEndPoint
GetPcfIpEndPoints returns the PcfIpEndPoints field value if set, zero value otherwise.
func (*PcfBindingPatch) GetPcfIpEndPointsOk ¶
func (o *PcfBindingPatch) GetPcfIpEndPointsOk() ([]IpEndPoint, bool)
GetPcfIpEndPointsOk returns a tuple with the PcfIpEndPoints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfBindingPatch) HasAddIpv6Prefixes ¶
func (o *PcfBindingPatch) HasAddIpv6Prefixes() bool
HasAddIpv6Prefixes returns a boolean if a field has been set.
func (*PcfBindingPatch) HasAddMacAddrs ¶
func (o *PcfBindingPatch) HasAddMacAddrs() bool
HasAddMacAddrs returns a boolean if a field has been set.
func (*PcfBindingPatch) HasIpDomain ¶
func (o *PcfBindingPatch) HasIpDomain() bool
HasIpDomain returns a boolean if a field has been set.
func (*PcfBindingPatch) HasIpv4Addr ¶
func (o *PcfBindingPatch) HasIpv4Addr() bool
HasIpv4Addr returns a boolean if a field has been set.
func (*PcfBindingPatch) HasIpv6Prefix ¶
func (o *PcfBindingPatch) HasIpv6Prefix() bool
HasIpv6Prefix returns a boolean if a field has been set.
func (*PcfBindingPatch) HasMacAddr48 ¶
func (o *PcfBindingPatch) HasMacAddr48() bool
HasMacAddr48 returns a boolean if a field has been set.
func (*PcfBindingPatch) HasPcfDiamHost ¶
func (o *PcfBindingPatch) HasPcfDiamHost() bool
HasPcfDiamHost returns a boolean if a field has been set.
func (*PcfBindingPatch) HasPcfDiamRealm ¶
func (o *PcfBindingPatch) HasPcfDiamRealm() bool
HasPcfDiamRealm returns a boolean if a field has been set.
func (*PcfBindingPatch) HasPcfFqdn ¶
func (o *PcfBindingPatch) HasPcfFqdn() bool
HasPcfFqdn returns a boolean if a field has been set.
func (*PcfBindingPatch) HasPcfId ¶
func (o *PcfBindingPatch) HasPcfId() bool
HasPcfId returns a boolean if a field has been set.
func (*PcfBindingPatch) HasPcfIpEndPoints ¶
func (o *PcfBindingPatch) HasPcfIpEndPoints() bool
HasPcfIpEndPoints returns a boolean if a field has been set.
func (PcfBindingPatch) MarshalJSON ¶
func (o PcfBindingPatch) MarshalJSON() ([]byte, error)
func (*PcfBindingPatch) SetAddIpv6Prefixes ¶
func (o *PcfBindingPatch) SetAddIpv6Prefixes(v []Ipv6Prefix)
SetAddIpv6Prefixes gets a reference to the given []Ipv6Prefix and assigns it to the AddIpv6Prefixes field.
func (*PcfBindingPatch) SetAddMacAddrs ¶
func (o *PcfBindingPatch) SetAddMacAddrs(v []string)
SetAddMacAddrs gets a reference to the given []string and assigns it to the AddMacAddrs field.
func (*PcfBindingPatch) SetIpDomain ¶
func (o *PcfBindingPatch) SetIpDomain(v string)
SetIpDomain gets a reference to the given NullableString and assigns it to the IpDomain field.
func (*PcfBindingPatch) SetIpDomainNil ¶
func (o *PcfBindingPatch) SetIpDomainNil()
SetIpDomainNil sets the value for IpDomain to be an explicit nil
func (*PcfBindingPatch) SetIpv4Addr ¶
func (o *PcfBindingPatch) SetIpv4Addr(v string)
SetIpv4Addr gets a reference to the given NullableString and assigns it to the Ipv4Addr field.
func (*PcfBindingPatch) SetIpv4AddrNil ¶
func (o *PcfBindingPatch) SetIpv4AddrNil()
SetIpv4AddrNil sets the value for Ipv4Addr to be an explicit nil
func (*PcfBindingPatch) SetIpv6Prefix ¶
func (o *PcfBindingPatch) SetIpv6Prefix(v Ipv6PrefixRm)
SetIpv6Prefix gets a reference to the given NullableIpv6PrefixRm and assigns it to the Ipv6Prefix field.
func (*PcfBindingPatch) SetIpv6PrefixNil ¶
func (o *PcfBindingPatch) SetIpv6PrefixNil()
SetIpv6PrefixNil sets the value for Ipv6Prefix to be an explicit nil
func (*PcfBindingPatch) SetMacAddr48 ¶
func (o *PcfBindingPatch) SetMacAddr48(v string)
SetMacAddr48 gets a reference to the given NullableString and assigns it to the MacAddr48 field.
func (*PcfBindingPatch) SetMacAddr48Nil ¶
func (o *PcfBindingPatch) SetMacAddr48Nil()
SetMacAddr48Nil sets the value for MacAddr48 to be an explicit nil
func (*PcfBindingPatch) SetPcfDiamHost ¶
func (o *PcfBindingPatch) SetPcfDiamHost(v string)
SetPcfDiamHost gets a reference to the given string and assigns it to the PcfDiamHost field.
func (*PcfBindingPatch) SetPcfDiamRealm ¶
func (o *PcfBindingPatch) SetPcfDiamRealm(v string)
SetPcfDiamRealm gets a reference to the given string and assigns it to the PcfDiamRealm field.
func (*PcfBindingPatch) SetPcfFqdn ¶
func (o *PcfBindingPatch) SetPcfFqdn(v string)
SetPcfFqdn gets a reference to the given string and assigns it to the PcfFqdn field.
func (*PcfBindingPatch) SetPcfId ¶
func (o *PcfBindingPatch) SetPcfId(v string)
SetPcfId gets a reference to the given string and assigns it to the PcfId field.
func (*PcfBindingPatch) SetPcfIpEndPoints ¶
func (o *PcfBindingPatch) SetPcfIpEndPoints(v []IpEndPoint)
SetPcfIpEndPoints gets a reference to the given []IpEndPoint and assigns it to the PcfIpEndPoints field.
func (PcfBindingPatch) ToMap ¶
func (o PcfBindingPatch) ToMap() (map[string]interface{}, error)
func (*PcfBindingPatch) UnsetIpDomain ¶
func (o *PcfBindingPatch) UnsetIpDomain()
UnsetIpDomain ensures that no value is present for IpDomain, not even an explicit nil
func (*PcfBindingPatch) UnsetIpv4Addr ¶
func (o *PcfBindingPatch) UnsetIpv4Addr()
UnsetIpv4Addr ensures that no value is present for Ipv4Addr, not even an explicit nil
func (*PcfBindingPatch) UnsetIpv6Prefix ¶
func (o *PcfBindingPatch) UnsetIpv6Prefix()
UnsetIpv6Prefix ensures that no value is present for Ipv6Prefix, not even an explicit nil
func (*PcfBindingPatch) UnsetMacAddr48 ¶
func (o *PcfBindingPatch) UnsetMacAddr48()
UnsetMacAddr48 ensures that no value is present for MacAddr48, not even an explicit nil
type PcfForPduSessionInfo ¶
type PcfForPduSessionInfo struct { // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). Dnn string `json:"dnn"` Snssai Snssai `json:"snssai"` // Fully Qualified Domain Name PcfFqdn *string `json:"pcfFqdn,omitempty"` // IP end points of the PCF hosting the Npcf_AmPolicyAuthorization service. PcfIpEndPoints []IpEndPoint `json:"pcfIpEndPoints,omitempty"` // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166 with the OpenAPI defined 'nullable: true' property. Ipv4Addr NullableString `json:"ipv4Addr,omitempty"` IpDomain *string `json:"ipDomain,omitempty"` // The IPv6 Address Prefixes of the served UE. Ipv6Prefixes []Ipv6Prefix `json:"ipv6Prefixes,omitempty"` // The MAC Addresses of the served UE. MacAddrs []string `json:"macAddrs,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. PcfId *string `json:"pcfId,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. PcfSetId *string `json:"pcfSetId,omitempty"` BindLevel *BindingLevel `json:"bindLevel,omitempty"` }
PcfForPduSessionInfo Contains the informaiton of the PCF for a PDU session.
func NewPcfForPduSessionInfo ¶
func NewPcfForPduSessionInfo(dnn string, snssai Snssai) *PcfForPduSessionInfo
NewPcfForPduSessionInfo instantiates a new PcfForPduSessionInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPcfForPduSessionInfoWithDefaults ¶
func NewPcfForPduSessionInfoWithDefaults() *PcfForPduSessionInfo
NewPcfForPduSessionInfoWithDefaults instantiates a new PcfForPduSessionInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PcfForPduSessionInfo) GetBindLevel ¶
func (o *PcfForPduSessionInfo) GetBindLevel() BindingLevel
GetBindLevel returns the BindLevel field value if set, zero value otherwise.
func (*PcfForPduSessionInfo) GetBindLevelOk ¶
func (o *PcfForPduSessionInfo) GetBindLevelOk() (*BindingLevel, bool)
GetBindLevelOk returns a tuple with the BindLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfForPduSessionInfo) GetDnn ¶
func (o *PcfForPduSessionInfo) GetDnn() string
GetDnn returns the Dnn field value
func (*PcfForPduSessionInfo) GetDnnOk ¶
func (o *PcfForPduSessionInfo) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.
func (*PcfForPduSessionInfo) GetIpDomain ¶
func (o *PcfForPduSessionInfo) GetIpDomain() string
GetIpDomain returns the IpDomain field value if set, zero value otherwise.
func (*PcfForPduSessionInfo) GetIpDomainOk ¶
func (o *PcfForPduSessionInfo) GetIpDomainOk() (*string, bool)
GetIpDomainOk returns a tuple with the IpDomain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfForPduSessionInfo) GetIpv4Addr ¶
func (o *PcfForPduSessionInfo) GetIpv4Addr() string
GetIpv4Addr returns the Ipv4Addr field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PcfForPduSessionInfo) GetIpv4AddrOk ¶
func (o *PcfForPduSessionInfo) GetIpv4AddrOk() (*string, bool)
GetIpv4AddrOk returns a tuple with the Ipv4Addr field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PcfForPduSessionInfo) GetIpv6Prefixes ¶
func (o *PcfForPduSessionInfo) GetIpv6Prefixes() []Ipv6Prefix
GetIpv6Prefixes returns the Ipv6Prefixes field value if set, zero value otherwise.
func (*PcfForPduSessionInfo) GetIpv6PrefixesOk ¶
func (o *PcfForPduSessionInfo) GetIpv6PrefixesOk() ([]Ipv6Prefix, bool)
GetIpv6PrefixesOk returns a tuple with the Ipv6Prefixes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfForPduSessionInfo) GetMacAddrs ¶
func (o *PcfForPduSessionInfo) GetMacAddrs() []string
GetMacAddrs returns the MacAddrs field value if set, zero value otherwise.
func (*PcfForPduSessionInfo) GetMacAddrsOk ¶
func (o *PcfForPduSessionInfo) GetMacAddrsOk() ([]string, bool)
GetMacAddrsOk returns a tuple with the MacAddrs field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfForPduSessionInfo) GetPcfFqdn ¶
func (o *PcfForPduSessionInfo) GetPcfFqdn() string
GetPcfFqdn returns the PcfFqdn field value if set, zero value otherwise.
func (*PcfForPduSessionInfo) GetPcfFqdnOk ¶
func (o *PcfForPduSessionInfo) GetPcfFqdnOk() (*string, bool)
GetPcfFqdnOk returns a tuple with the PcfFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfForPduSessionInfo) GetPcfId ¶
func (o *PcfForPduSessionInfo) GetPcfId() string
GetPcfId returns the PcfId field value if set, zero value otherwise.
func (*PcfForPduSessionInfo) GetPcfIdOk ¶
func (o *PcfForPduSessionInfo) GetPcfIdOk() (*string, bool)
GetPcfIdOk returns a tuple with the PcfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfForPduSessionInfo) GetPcfIpEndPoints ¶
func (o *PcfForPduSessionInfo) GetPcfIpEndPoints() []IpEndPoint
GetPcfIpEndPoints returns the PcfIpEndPoints field value if set, zero value otherwise.
func (*PcfForPduSessionInfo) GetPcfIpEndPointsOk ¶
func (o *PcfForPduSessionInfo) GetPcfIpEndPointsOk() ([]IpEndPoint, bool)
GetPcfIpEndPointsOk returns a tuple with the PcfIpEndPoints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfForPduSessionInfo) GetPcfSetId ¶
func (o *PcfForPduSessionInfo) GetPcfSetId() string
GetPcfSetId returns the PcfSetId field value if set, zero value otherwise.
func (*PcfForPduSessionInfo) GetPcfSetIdOk ¶
func (o *PcfForPduSessionInfo) GetPcfSetIdOk() (*string, bool)
GetPcfSetIdOk returns a tuple with the PcfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfForPduSessionInfo) GetSnssai ¶
func (o *PcfForPduSessionInfo) GetSnssai() Snssai
GetSnssai returns the Snssai field value
func (*PcfForPduSessionInfo) GetSnssaiOk ¶
func (o *PcfForPduSessionInfo) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value and a boolean to check if the value has been set.
func (*PcfForPduSessionInfo) HasBindLevel ¶
func (o *PcfForPduSessionInfo) HasBindLevel() bool
HasBindLevel returns a boolean if a field has been set.
func (*PcfForPduSessionInfo) HasIpDomain ¶
func (o *PcfForPduSessionInfo) HasIpDomain() bool
HasIpDomain returns a boolean if a field has been set.
func (*PcfForPduSessionInfo) HasIpv4Addr ¶
func (o *PcfForPduSessionInfo) HasIpv4Addr() bool
HasIpv4Addr returns a boolean if a field has been set.
func (*PcfForPduSessionInfo) HasIpv6Prefixes ¶
func (o *PcfForPduSessionInfo) HasIpv6Prefixes() bool
HasIpv6Prefixes returns a boolean if a field has been set.
func (*PcfForPduSessionInfo) HasMacAddrs ¶
func (o *PcfForPduSessionInfo) HasMacAddrs() bool
HasMacAddrs returns a boolean if a field has been set.
func (*PcfForPduSessionInfo) HasPcfFqdn ¶
func (o *PcfForPduSessionInfo) HasPcfFqdn() bool
HasPcfFqdn returns a boolean if a field has been set.
func (*PcfForPduSessionInfo) HasPcfId ¶
func (o *PcfForPduSessionInfo) HasPcfId() bool
HasPcfId returns a boolean if a field has been set.
func (*PcfForPduSessionInfo) HasPcfIpEndPoints ¶
func (o *PcfForPduSessionInfo) HasPcfIpEndPoints() bool
HasPcfIpEndPoints returns a boolean if a field has been set.
func (*PcfForPduSessionInfo) HasPcfSetId ¶
func (o *PcfForPduSessionInfo) HasPcfSetId() bool
HasPcfSetId returns a boolean if a field has been set.
func (PcfForPduSessionInfo) MarshalJSON ¶
func (o PcfForPduSessionInfo) MarshalJSON() ([]byte, error)
func (*PcfForPduSessionInfo) SetBindLevel ¶
func (o *PcfForPduSessionInfo) SetBindLevel(v BindingLevel)
SetBindLevel gets a reference to the given BindingLevel and assigns it to the BindLevel field.
func (*PcfForPduSessionInfo) SetDnn ¶
func (o *PcfForPduSessionInfo) SetDnn(v string)
SetDnn sets field value
func (*PcfForPduSessionInfo) SetIpDomain ¶
func (o *PcfForPduSessionInfo) SetIpDomain(v string)
SetIpDomain gets a reference to the given string and assigns it to the IpDomain field.
func (*PcfForPduSessionInfo) SetIpv4Addr ¶
func (o *PcfForPduSessionInfo) SetIpv4Addr(v string)
SetIpv4Addr gets a reference to the given NullableString and assigns it to the Ipv4Addr field.
func (*PcfForPduSessionInfo) SetIpv4AddrNil ¶
func (o *PcfForPduSessionInfo) SetIpv4AddrNil()
SetIpv4AddrNil sets the value for Ipv4Addr to be an explicit nil
func (*PcfForPduSessionInfo) SetIpv6Prefixes ¶
func (o *PcfForPduSessionInfo) SetIpv6Prefixes(v []Ipv6Prefix)
SetIpv6Prefixes gets a reference to the given []Ipv6Prefix and assigns it to the Ipv6Prefixes field.
func (*PcfForPduSessionInfo) SetMacAddrs ¶
func (o *PcfForPduSessionInfo) SetMacAddrs(v []string)
SetMacAddrs gets a reference to the given []string and assigns it to the MacAddrs field.
func (*PcfForPduSessionInfo) SetPcfFqdn ¶
func (o *PcfForPduSessionInfo) SetPcfFqdn(v string)
SetPcfFqdn gets a reference to the given string and assigns it to the PcfFqdn field.
func (*PcfForPduSessionInfo) SetPcfId ¶
func (o *PcfForPduSessionInfo) SetPcfId(v string)
SetPcfId gets a reference to the given string and assigns it to the PcfId field.
func (*PcfForPduSessionInfo) SetPcfIpEndPoints ¶
func (o *PcfForPduSessionInfo) SetPcfIpEndPoints(v []IpEndPoint)
SetPcfIpEndPoints gets a reference to the given []IpEndPoint and assigns it to the PcfIpEndPoints field.
func (*PcfForPduSessionInfo) SetPcfSetId ¶
func (o *PcfForPduSessionInfo) SetPcfSetId(v string)
SetPcfSetId gets a reference to the given string and assigns it to the PcfSetId field.
func (*PcfForPduSessionInfo) SetSnssai ¶
func (o *PcfForPduSessionInfo) SetSnssai(v Snssai)
SetSnssai sets field value
func (PcfForPduSessionInfo) ToMap ¶
func (o PcfForPduSessionInfo) ToMap() (map[string]interface{}, error)
func (*PcfForPduSessionInfo) UnmarshalJSON ¶
func (o *PcfForPduSessionInfo) UnmarshalJSON(bytes []byte) (err error)
func (*PcfForPduSessionInfo) UnsetIpv4Addr ¶
func (o *PcfForPduSessionInfo) UnsetIpv4Addr()
UnsetIpv4Addr ensures that no value is present for Ipv4Addr, not even an explicit nil
type PcfForUeBinding ¶
type PcfForUeBinding struct { // String identifying a Supi that shall contain either an IMSI, a network specific identifier, a Global Cable Identifier (GCI) or a Global Line Identifier (GLI) as specified in clause 2.2A of 3GPP TS 23.003. It shall be formatted as follows - for an IMSI \"imsi-<imsi>\", where <imsi> shall be formatted according to clause 2.2 of 3GPP TS 23.003 that describes an IMSI. - for a network specific identifier \"nai-<nai>, where <nai> shall be formatted according to clause 28.7.2 of 3GPP TS 23.003 that describes an NAI. - for a GCI \"gci-<gci>\", where <gci> shall be formatted according to clause 28.15.2 of 3GPP TS 23.003. - for a GLI \"gli-<gli>\", where <gli> shall be formatted according to clause 28.16.2 of 3GPP TS 23.003.To enable that the value is used as part of an URI, the string shall only contain characters allowed according to the \"lower-with-hyphen\" naming convention defined in 3GPP TS 29.501. Supi string `json:"supi"` // String identifying a Gpsi shall contain either an External Id or an MSISDN. It shall be formatted as follows -External Identifier= \"extid-'extid', where 'extid' shall be formatted according to clause 19.7.2 of 3GPP TS 23.003 that describes an External Identifier. Gpsi *string `json:"gpsi,omitempty"` // Fully Qualified Domain Name PcfForUeFqdn *string `json:"pcfForUeFqdn,omitempty"` // IP end points of the PCF hosting the Npcf_AmPolicyAuthorization service. PcfForUeIpEndPoints []IpEndPoint `json:"pcfForUeIpEndPoints,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. PcfId *string `json:"pcfId,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. PcfSetId *string `json:"pcfSetId,omitempty"` BindLevel *BindingLevel `json:"bindLevel,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SuppFeat *string `json:"suppFeat,omitempty"` }
PcfForUeBinding Identifies an Individual PCF for a UE binding.
func NewPcfForUeBinding ¶
func NewPcfForUeBinding(supi string) *PcfForUeBinding
NewPcfForUeBinding instantiates a new PcfForUeBinding object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPcfForUeBindingWithDefaults ¶
func NewPcfForUeBindingWithDefaults() *PcfForUeBinding
NewPcfForUeBindingWithDefaults instantiates a new PcfForUeBinding object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PcfForUeBinding) GetBindLevel ¶
func (o *PcfForUeBinding) GetBindLevel() BindingLevel
GetBindLevel returns the BindLevel field value if set, zero value otherwise.
func (*PcfForUeBinding) GetBindLevelOk ¶
func (o *PcfForUeBinding) GetBindLevelOk() (*BindingLevel, bool)
GetBindLevelOk returns a tuple with the BindLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfForUeBinding) GetGpsi ¶
func (o *PcfForUeBinding) GetGpsi() string
GetGpsi returns the Gpsi field value if set, zero value otherwise.
func (*PcfForUeBinding) GetGpsiOk ¶
func (o *PcfForUeBinding) GetGpsiOk() (*string, bool)
GetGpsiOk returns a tuple with the Gpsi field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfForUeBinding) GetPcfForUeFqdn ¶
func (o *PcfForUeBinding) GetPcfForUeFqdn() string
GetPcfForUeFqdn returns the PcfForUeFqdn field value if set, zero value otherwise.
func (*PcfForUeBinding) GetPcfForUeFqdnOk ¶
func (o *PcfForUeBinding) GetPcfForUeFqdnOk() (*string, bool)
GetPcfForUeFqdnOk returns a tuple with the PcfForUeFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfForUeBinding) GetPcfForUeIpEndPoints ¶
func (o *PcfForUeBinding) GetPcfForUeIpEndPoints() []IpEndPoint
GetPcfForUeIpEndPoints returns the PcfForUeIpEndPoints field value if set, zero value otherwise.
func (*PcfForUeBinding) GetPcfForUeIpEndPointsOk ¶
func (o *PcfForUeBinding) GetPcfForUeIpEndPointsOk() ([]IpEndPoint, bool)
GetPcfForUeIpEndPointsOk returns a tuple with the PcfForUeIpEndPoints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfForUeBinding) GetPcfId ¶
func (o *PcfForUeBinding) GetPcfId() string
GetPcfId returns the PcfId field value if set, zero value otherwise.
func (*PcfForUeBinding) GetPcfIdOk ¶
func (o *PcfForUeBinding) GetPcfIdOk() (*string, bool)
GetPcfIdOk returns a tuple with the PcfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfForUeBinding) GetPcfSetId ¶
func (o *PcfForUeBinding) GetPcfSetId() string
GetPcfSetId returns the PcfSetId field value if set, zero value otherwise.
func (*PcfForUeBinding) GetPcfSetIdOk ¶
func (o *PcfForUeBinding) GetPcfSetIdOk() (*string, bool)
GetPcfSetIdOk returns a tuple with the PcfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfForUeBinding) GetSupi ¶
func (o *PcfForUeBinding) GetSupi() string
GetSupi returns the Supi field value
func (*PcfForUeBinding) GetSupiOk ¶
func (o *PcfForUeBinding) GetSupiOk() (*string, bool)
GetSupiOk returns a tuple with the Supi field value and a boolean to check if the value has been set.
func (*PcfForUeBinding) GetSuppFeat ¶
func (o *PcfForUeBinding) GetSuppFeat() string
GetSuppFeat returns the SuppFeat field value if set, zero value otherwise.
func (*PcfForUeBinding) GetSuppFeatOk ¶
func (o *PcfForUeBinding) GetSuppFeatOk() (*string, bool)
GetSuppFeatOk returns a tuple with the SuppFeat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfForUeBinding) HasBindLevel ¶
func (o *PcfForUeBinding) HasBindLevel() bool
HasBindLevel returns a boolean if a field has been set.
func (*PcfForUeBinding) HasGpsi ¶
func (o *PcfForUeBinding) HasGpsi() bool
HasGpsi returns a boolean if a field has been set.
func (*PcfForUeBinding) HasPcfForUeFqdn ¶
func (o *PcfForUeBinding) HasPcfForUeFqdn() bool
HasPcfForUeFqdn returns a boolean if a field has been set.
func (*PcfForUeBinding) HasPcfForUeIpEndPoints ¶
func (o *PcfForUeBinding) HasPcfForUeIpEndPoints() bool
HasPcfForUeIpEndPoints returns a boolean if a field has been set.
func (*PcfForUeBinding) HasPcfId ¶
func (o *PcfForUeBinding) HasPcfId() bool
HasPcfId returns a boolean if a field has been set.
func (*PcfForUeBinding) HasPcfSetId ¶
func (o *PcfForUeBinding) HasPcfSetId() bool
HasPcfSetId returns a boolean if a field has been set.
func (*PcfForUeBinding) HasSuppFeat ¶
func (o *PcfForUeBinding) HasSuppFeat() bool
HasSuppFeat returns a boolean if a field has been set.
func (PcfForUeBinding) MarshalJSON ¶
func (o PcfForUeBinding) MarshalJSON() ([]byte, error)
func (*PcfForUeBinding) SetBindLevel ¶
func (o *PcfForUeBinding) SetBindLevel(v BindingLevel)
SetBindLevel gets a reference to the given BindingLevel and assigns it to the BindLevel field.
func (*PcfForUeBinding) SetGpsi ¶
func (o *PcfForUeBinding) SetGpsi(v string)
SetGpsi gets a reference to the given string and assigns it to the Gpsi field.
func (*PcfForUeBinding) SetPcfForUeFqdn ¶
func (o *PcfForUeBinding) SetPcfForUeFqdn(v string)
SetPcfForUeFqdn gets a reference to the given string and assigns it to the PcfForUeFqdn field.
func (*PcfForUeBinding) SetPcfForUeIpEndPoints ¶
func (o *PcfForUeBinding) SetPcfForUeIpEndPoints(v []IpEndPoint)
SetPcfForUeIpEndPoints gets a reference to the given []IpEndPoint and assigns it to the PcfForUeIpEndPoints field.
func (*PcfForUeBinding) SetPcfId ¶
func (o *PcfForUeBinding) SetPcfId(v string)
SetPcfId gets a reference to the given string and assigns it to the PcfId field.
func (*PcfForUeBinding) SetPcfSetId ¶
func (o *PcfForUeBinding) SetPcfSetId(v string)
SetPcfSetId gets a reference to the given string and assigns it to the PcfSetId field.
func (*PcfForUeBinding) SetSupi ¶
func (o *PcfForUeBinding) SetSupi(v string)
SetSupi sets field value
func (*PcfForUeBinding) SetSuppFeat ¶
func (o *PcfForUeBinding) SetSuppFeat(v string)
SetSuppFeat gets a reference to the given string and assigns it to the SuppFeat field.
func (PcfForUeBinding) ToMap ¶
func (o PcfForUeBinding) ToMap() (map[string]interface{}, error)
func (*PcfForUeBinding) UnmarshalJSON ¶
func (o *PcfForUeBinding) UnmarshalJSON(bytes []byte) (err error)
type PcfForUeBindingPatch ¶
type PcfForUeBindingPatch struct { // Fully Qualified Domain Name PcfForUeFqdn *string `json:"pcfForUeFqdn,omitempty"` // IP end points of the PCF hosting the Npcf_AmPolicyAuthorization service. PcfForUeIpEndPoints []IpEndPoint `json:"pcfForUeIpEndPoints,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. PcfId *string `json:"pcfId,omitempty"` }
PcfForUeBindingPatch Identifies the updates of an Individual PCF for a UE binding.
func NewPcfForUeBindingPatch ¶
func NewPcfForUeBindingPatch() *PcfForUeBindingPatch
NewPcfForUeBindingPatch instantiates a new PcfForUeBindingPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPcfForUeBindingPatchWithDefaults ¶
func NewPcfForUeBindingPatchWithDefaults() *PcfForUeBindingPatch
NewPcfForUeBindingPatchWithDefaults instantiates a new PcfForUeBindingPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PcfForUeBindingPatch) GetPcfForUeFqdn ¶
func (o *PcfForUeBindingPatch) GetPcfForUeFqdn() string
GetPcfForUeFqdn returns the PcfForUeFqdn field value if set, zero value otherwise.
func (*PcfForUeBindingPatch) GetPcfForUeFqdnOk ¶
func (o *PcfForUeBindingPatch) GetPcfForUeFqdnOk() (*string, bool)
GetPcfForUeFqdnOk returns a tuple with the PcfForUeFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfForUeBindingPatch) GetPcfForUeIpEndPoints ¶
func (o *PcfForUeBindingPatch) GetPcfForUeIpEndPoints() []IpEndPoint
GetPcfForUeIpEndPoints returns the PcfForUeIpEndPoints field value if set, zero value otherwise.
func (*PcfForUeBindingPatch) GetPcfForUeIpEndPointsOk ¶
func (o *PcfForUeBindingPatch) GetPcfForUeIpEndPointsOk() ([]IpEndPoint, bool)
GetPcfForUeIpEndPointsOk returns a tuple with the PcfForUeIpEndPoints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfForUeBindingPatch) GetPcfId ¶
func (o *PcfForUeBindingPatch) GetPcfId() string
GetPcfId returns the PcfId field value if set, zero value otherwise.
func (*PcfForUeBindingPatch) GetPcfIdOk ¶
func (o *PcfForUeBindingPatch) GetPcfIdOk() (*string, bool)
GetPcfIdOk returns a tuple with the PcfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfForUeBindingPatch) HasPcfForUeFqdn ¶
func (o *PcfForUeBindingPatch) HasPcfForUeFqdn() bool
HasPcfForUeFqdn returns a boolean if a field has been set.
func (*PcfForUeBindingPatch) HasPcfForUeIpEndPoints ¶
func (o *PcfForUeBindingPatch) HasPcfForUeIpEndPoints() bool
HasPcfForUeIpEndPoints returns a boolean if a field has been set.
func (*PcfForUeBindingPatch) HasPcfId ¶
func (o *PcfForUeBindingPatch) HasPcfId() bool
HasPcfId returns a boolean if a field has been set.
func (PcfForUeBindingPatch) MarshalJSON ¶
func (o PcfForUeBindingPatch) MarshalJSON() ([]byte, error)
func (*PcfForUeBindingPatch) SetPcfForUeFqdn ¶
func (o *PcfForUeBindingPatch) SetPcfForUeFqdn(v string)
SetPcfForUeFqdn gets a reference to the given string and assigns it to the PcfForUeFqdn field.
func (*PcfForUeBindingPatch) SetPcfForUeIpEndPoints ¶
func (o *PcfForUeBindingPatch) SetPcfForUeIpEndPoints(v []IpEndPoint)
SetPcfForUeIpEndPoints gets a reference to the given []IpEndPoint and assigns it to the PcfForUeIpEndPoints field.
func (*PcfForUeBindingPatch) SetPcfId ¶
func (o *PcfForUeBindingPatch) SetPcfId(v string)
SetPcfId gets a reference to the given string and assigns it to the PcfId field.
func (PcfForUeBindingPatch) ToMap ¶
func (o PcfForUeBindingPatch) ToMap() (map[string]interface{}, error)
type PcfForUeInfo ¶
type PcfForUeInfo struct { // Fully Qualified Domain Name PcfFqdn *string `json:"pcfFqdn,omitempty"` // IP end points of the PCF hosting the Npcf_AmPolicyAuthorization service. PcfIpEndPoints []IpEndPoint `json:"pcfIpEndPoints,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. PcfId *string `json:"pcfId,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. PcfSetId *string `json:"pcfSetId,omitempty"` BindLevel *BindingLevel `json:"bindLevel,omitempty"` }
PcfForUeInfo Contains the information of the PCF for a UE.
func NewPcfForUeInfo ¶
func NewPcfForUeInfo() *PcfForUeInfo
NewPcfForUeInfo instantiates a new PcfForUeInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPcfForUeInfoWithDefaults ¶
func NewPcfForUeInfoWithDefaults() *PcfForUeInfo
NewPcfForUeInfoWithDefaults instantiates a new PcfForUeInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PcfForUeInfo) GetBindLevel ¶
func (o *PcfForUeInfo) GetBindLevel() BindingLevel
GetBindLevel returns the BindLevel field value if set, zero value otherwise.
func (*PcfForUeInfo) GetBindLevelOk ¶
func (o *PcfForUeInfo) GetBindLevelOk() (*BindingLevel, bool)
GetBindLevelOk returns a tuple with the BindLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfForUeInfo) GetPcfFqdn ¶
func (o *PcfForUeInfo) GetPcfFqdn() string
GetPcfFqdn returns the PcfFqdn field value if set, zero value otherwise.
func (*PcfForUeInfo) GetPcfFqdnOk ¶
func (o *PcfForUeInfo) GetPcfFqdnOk() (*string, bool)
GetPcfFqdnOk returns a tuple with the PcfFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfForUeInfo) GetPcfId ¶
func (o *PcfForUeInfo) GetPcfId() string
GetPcfId returns the PcfId field value if set, zero value otherwise.
func (*PcfForUeInfo) GetPcfIdOk ¶
func (o *PcfForUeInfo) GetPcfIdOk() (*string, bool)
GetPcfIdOk returns a tuple with the PcfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfForUeInfo) GetPcfIpEndPoints ¶
func (o *PcfForUeInfo) GetPcfIpEndPoints() []IpEndPoint
GetPcfIpEndPoints returns the PcfIpEndPoints field value if set, zero value otherwise.
func (*PcfForUeInfo) GetPcfIpEndPointsOk ¶
func (o *PcfForUeInfo) GetPcfIpEndPointsOk() ([]IpEndPoint, bool)
GetPcfIpEndPointsOk returns a tuple with the PcfIpEndPoints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfForUeInfo) GetPcfSetId ¶
func (o *PcfForUeInfo) GetPcfSetId() string
GetPcfSetId returns the PcfSetId field value if set, zero value otherwise.
func (*PcfForUeInfo) GetPcfSetIdOk ¶
func (o *PcfForUeInfo) GetPcfSetIdOk() (*string, bool)
GetPcfSetIdOk returns a tuple with the PcfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfForUeInfo) HasBindLevel ¶
func (o *PcfForUeInfo) HasBindLevel() bool
HasBindLevel returns a boolean if a field has been set.
func (*PcfForUeInfo) HasPcfFqdn ¶
func (o *PcfForUeInfo) HasPcfFqdn() bool
HasPcfFqdn returns a boolean if a field has been set.
func (*PcfForUeInfo) HasPcfId ¶
func (o *PcfForUeInfo) HasPcfId() bool
HasPcfId returns a boolean if a field has been set.
func (*PcfForUeInfo) HasPcfIpEndPoints ¶
func (o *PcfForUeInfo) HasPcfIpEndPoints() bool
HasPcfIpEndPoints returns a boolean if a field has been set.
func (*PcfForUeInfo) HasPcfSetId ¶
func (o *PcfForUeInfo) HasPcfSetId() bool
HasPcfSetId returns a boolean if a field has been set.
func (PcfForUeInfo) MarshalJSON ¶
func (o PcfForUeInfo) MarshalJSON() ([]byte, error)
func (*PcfForUeInfo) SetBindLevel ¶
func (o *PcfForUeInfo) SetBindLevel(v BindingLevel)
SetBindLevel gets a reference to the given BindingLevel and assigns it to the BindLevel field.
func (*PcfForUeInfo) SetPcfFqdn ¶
func (o *PcfForUeInfo) SetPcfFqdn(v string)
SetPcfFqdn gets a reference to the given string and assigns it to the PcfFqdn field.
func (*PcfForUeInfo) SetPcfId ¶
func (o *PcfForUeInfo) SetPcfId(v string)
SetPcfId gets a reference to the given string and assigns it to the PcfId field.
func (*PcfForUeInfo) SetPcfIpEndPoints ¶
func (o *PcfForUeInfo) SetPcfIpEndPoints(v []IpEndPoint)
SetPcfIpEndPoints gets a reference to the given []IpEndPoint and assigns it to the PcfIpEndPoints field.
func (*PcfForUeInfo) SetPcfSetId ¶
func (o *PcfForUeInfo) SetPcfSetId(v string)
SetPcfSetId gets a reference to the given string and assigns it to the PcfSetId field.
func (PcfForUeInfo) ToMap ¶
func (o PcfForUeInfo) ToMap() (map[string]interface{}, error)
type PcfMbsBinding ¶
type PcfMbsBinding struct { MbsSessionId NullableMbsSessionId `json:"mbsSessionId"` // Fully Qualified Domain Name PcfFqdn *string `json:"pcfFqdn,omitempty"` PcfIpEndPoints []IpEndPoint `json:"pcfIpEndPoints,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. PcfId *string `json:"pcfId,omitempty"` // NF Set Identifier (see clause 28.12 of 3GPP TS 23.003), formatted as the following string \"set<Set ID>.<nftype>set.5gc.mnc<MNC>.mcc<MCC>\", or \"set<SetID>.<NFType>set.5gc.nid<NID>.mnc<MNC>.mcc<MCC>\" with <MCC> encoded as defined in clause 5.4.2 (\"Mcc\" data type definition) <MNC> encoding the Mobile Network Code part of the PLMN, comprising 3 digits. If there are only 2 significant digits in the MNC, one \"0\" digit shall be inserted at the left side to fill the 3 digits coding of MNC. Pattern: '^[0-9]{3}$' <NFType> encoded as a value defined in Table 6.1.6.3.3-1 of 3GPP TS 29.510 but with lower case characters <Set ID> encoded as a string of characters consisting of alphabetic characters (A-Z and a-z), digits (0-9) and/or the hyphen (-) and that shall end with either an alphabetic character or a digit. PcfSetId *string `json:"pcfSetId,omitempty"` BindLevel *BindingLevel `json:"bindLevel,omitempty"` // string with format 'date-time' as defined in OpenAPI. RecoveryTime *time.Time `json:"recoveryTime,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SuppFeat *string `json:"suppFeat,omitempty"` }
PcfMbsBinding Represents an Individual PCF for an MBS Session binding.
func NewPcfMbsBinding ¶
func NewPcfMbsBinding(mbsSessionId NullableMbsSessionId) *PcfMbsBinding
NewPcfMbsBinding instantiates a new PcfMbsBinding object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPcfMbsBindingWithDefaults ¶
func NewPcfMbsBindingWithDefaults() *PcfMbsBinding
NewPcfMbsBindingWithDefaults instantiates a new PcfMbsBinding object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PcfMbsBinding) GetBindLevel ¶
func (o *PcfMbsBinding) GetBindLevel() BindingLevel
GetBindLevel returns the BindLevel field value if set, zero value otherwise.
func (*PcfMbsBinding) GetBindLevelOk ¶
func (o *PcfMbsBinding) GetBindLevelOk() (*BindingLevel, bool)
GetBindLevelOk returns a tuple with the BindLevel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfMbsBinding) GetMbsSessionId ¶
func (o *PcfMbsBinding) GetMbsSessionId() MbsSessionId
GetMbsSessionId returns the MbsSessionId field value If the value is explicit nil, the zero value for MbsSessionId will be returned
func (*PcfMbsBinding) GetMbsSessionIdOk ¶
func (o *PcfMbsBinding) GetMbsSessionIdOk() (*MbsSessionId, bool)
GetMbsSessionIdOk returns a tuple with the MbsSessionId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PcfMbsBinding) GetPcfFqdn ¶
func (o *PcfMbsBinding) GetPcfFqdn() string
GetPcfFqdn returns the PcfFqdn field value if set, zero value otherwise.
func (*PcfMbsBinding) GetPcfFqdnOk ¶
func (o *PcfMbsBinding) GetPcfFqdnOk() (*string, bool)
GetPcfFqdnOk returns a tuple with the PcfFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfMbsBinding) GetPcfId ¶
func (o *PcfMbsBinding) GetPcfId() string
GetPcfId returns the PcfId field value if set, zero value otherwise.
func (*PcfMbsBinding) GetPcfIdOk ¶
func (o *PcfMbsBinding) GetPcfIdOk() (*string, bool)
GetPcfIdOk returns a tuple with the PcfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfMbsBinding) GetPcfIpEndPoints ¶
func (o *PcfMbsBinding) GetPcfIpEndPoints() []IpEndPoint
GetPcfIpEndPoints returns the PcfIpEndPoints field value if set, zero value otherwise.
func (*PcfMbsBinding) GetPcfIpEndPointsOk ¶
func (o *PcfMbsBinding) GetPcfIpEndPointsOk() ([]IpEndPoint, bool)
GetPcfIpEndPointsOk returns a tuple with the PcfIpEndPoints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfMbsBinding) GetPcfSetId ¶
func (o *PcfMbsBinding) GetPcfSetId() string
GetPcfSetId returns the PcfSetId field value if set, zero value otherwise.
func (*PcfMbsBinding) GetPcfSetIdOk ¶
func (o *PcfMbsBinding) GetPcfSetIdOk() (*string, bool)
GetPcfSetIdOk returns a tuple with the PcfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfMbsBinding) GetRecoveryTime ¶
func (o *PcfMbsBinding) GetRecoveryTime() time.Time
GetRecoveryTime returns the RecoveryTime field value if set, zero value otherwise.
func (*PcfMbsBinding) GetRecoveryTimeOk ¶
func (o *PcfMbsBinding) GetRecoveryTimeOk() (*time.Time, bool)
GetRecoveryTimeOk returns a tuple with the RecoveryTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfMbsBinding) GetSuppFeat ¶
func (o *PcfMbsBinding) GetSuppFeat() string
GetSuppFeat returns the SuppFeat field value if set, zero value otherwise.
func (*PcfMbsBinding) GetSuppFeatOk ¶
func (o *PcfMbsBinding) GetSuppFeatOk() (*string, bool)
GetSuppFeatOk returns a tuple with the SuppFeat field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfMbsBinding) HasBindLevel ¶
func (o *PcfMbsBinding) HasBindLevel() bool
HasBindLevel returns a boolean if a field has been set.
func (*PcfMbsBinding) HasPcfFqdn ¶
func (o *PcfMbsBinding) HasPcfFqdn() bool
HasPcfFqdn returns a boolean if a field has been set.
func (*PcfMbsBinding) HasPcfId ¶
func (o *PcfMbsBinding) HasPcfId() bool
HasPcfId returns a boolean if a field has been set.
func (*PcfMbsBinding) HasPcfIpEndPoints ¶
func (o *PcfMbsBinding) HasPcfIpEndPoints() bool
HasPcfIpEndPoints returns a boolean if a field has been set.
func (*PcfMbsBinding) HasPcfSetId ¶
func (o *PcfMbsBinding) HasPcfSetId() bool
HasPcfSetId returns a boolean if a field has been set.
func (*PcfMbsBinding) HasRecoveryTime ¶
func (o *PcfMbsBinding) HasRecoveryTime() bool
HasRecoveryTime returns a boolean if a field has been set.
func (*PcfMbsBinding) HasSuppFeat ¶
func (o *PcfMbsBinding) HasSuppFeat() bool
HasSuppFeat returns a boolean if a field has been set.
func (PcfMbsBinding) MarshalJSON ¶
func (o PcfMbsBinding) MarshalJSON() ([]byte, error)
func (*PcfMbsBinding) SetBindLevel ¶
func (o *PcfMbsBinding) SetBindLevel(v BindingLevel)
SetBindLevel gets a reference to the given BindingLevel and assigns it to the BindLevel field.
func (*PcfMbsBinding) SetMbsSessionId ¶
func (o *PcfMbsBinding) SetMbsSessionId(v MbsSessionId)
SetMbsSessionId sets field value
func (*PcfMbsBinding) SetPcfFqdn ¶
func (o *PcfMbsBinding) SetPcfFqdn(v string)
SetPcfFqdn gets a reference to the given string and assigns it to the PcfFqdn field.
func (*PcfMbsBinding) SetPcfId ¶
func (o *PcfMbsBinding) SetPcfId(v string)
SetPcfId gets a reference to the given string and assigns it to the PcfId field.
func (*PcfMbsBinding) SetPcfIpEndPoints ¶
func (o *PcfMbsBinding) SetPcfIpEndPoints(v []IpEndPoint)
SetPcfIpEndPoints gets a reference to the given []IpEndPoint and assigns it to the PcfIpEndPoints field.
func (*PcfMbsBinding) SetPcfSetId ¶
func (o *PcfMbsBinding) SetPcfSetId(v string)
SetPcfSetId gets a reference to the given string and assigns it to the PcfSetId field.
func (*PcfMbsBinding) SetRecoveryTime ¶
func (o *PcfMbsBinding) SetRecoveryTime(v time.Time)
SetRecoveryTime gets a reference to the given time.Time and assigns it to the RecoveryTime field.
func (*PcfMbsBinding) SetSuppFeat ¶
func (o *PcfMbsBinding) SetSuppFeat(v string)
SetSuppFeat gets a reference to the given string and assigns it to the SuppFeat field.
func (PcfMbsBinding) ToMap ¶
func (o PcfMbsBinding) ToMap() (map[string]interface{}, error)
func (*PcfMbsBinding) UnmarshalJSON ¶
func (o *PcfMbsBinding) UnmarshalJSON(bytes []byte) (err error)
type PcfMbsBindingPatch ¶
type PcfMbsBindingPatch struct { // Fully Qualified Domain Name PcfFqdn *string `json:"pcfFqdn,omitempty"` PcfIpEndPoints []IpEndPoint `json:"pcfIpEndPoints,omitempty"` // String uniquely identifying a NF instance. The format of the NF Instance ID shall be a Universally Unique Identifier (UUID) version 4, as described in IETF RFC 4122. PcfId *string `json:"pcfId,omitempty"` }
PcfMbsBindingPatch Represents the requested modification to an Individual PCF for an MBS Session binding.
func NewPcfMbsBindingPatch ¶
func NewPcfMbsBindingPatch() *PcfMbsBindingPatch
NewPcfMbsBindingPatch instantiates a new PcfMbsBindingPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPcfMbsBindingPatchWithDefaults ¶
func NewPcfMbsBindingPatchWithDefaults() *PcfMbsBindingPatch
NewPcfMbsBindingPatchWithDefaults instantiates a new PcfMbsBindingPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PcfMbsBindingPatch) GetPcfFqdn ¶
func (o *PcfMbsBindingPatch) GetPcfFqdn() string
GetPcfFqdn returns the PcfFqdn field value if set, zero value otherwise.
func (*PcfMbsBindingPatch) GetPcfFqdnOk ¶
func (o *PcfMbsBindingPatch) GetPcfFqdnOk() (*string, bool)
GetPcfFqdnOk returns a tuple with the PcfFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfMbsBindingPatch) GetPcfId ¶
func (o *PcfMbsBindingPatch) GetPcfId() string
GetPcfId returns the PcfId field value if set, zero value otherwise.
func (*PcfMbsBindingPatch) GetPcfIdOk ¶
func (o *PcfMbsBindingPatch) GetPcfIdOk() (*string, bool)
GetPcfIdOk returns a tuple with the PcfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfMbsBindingPatch) GetPcfIpEndPoints ¶
func (o *PcfMbsBindingPatch) GetPcfIpEndPoints() []IpEndPoint
GetPcfIpEndPoints returns the PcfIpEndPoints field value if set, zero value otherwise.
func (*PcfMbsBindingPatch) GetPcfIpEndPointsOk ¶
func (o *PcfMbsBindingPatch) GetPcfIpEndPointsOk() ([]IpEndPoint, bool)
GetPcfIpEndPointsOk returns a tuple with the PcfIpEndPoints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfMbsBindingPatch) HasPcfFqdn ¶
func (o *PcfMbsBindingPatch) HasPcfFqdn() bool
HasPcfFqdn returns a boolean if a field has been set.
func (*PcfMbsBindingPatch) HasPcfId ¶
func (o *PcfMbsBindingPatch) HasPcfId() bool
HasPcfId returns a boolean if a field has been set.
func (*PcfMbsBindingPatch) HasPcfIpEndPoints ¶
func (o *PcfMbsBindingPatch) HasPcfIpEndPoints() bool
HasPcfIpEndPoints returns a boolean if a field has been set.
func (PcfMbsBindingPatch) MarshalJSON ¶
func (o PcfMbsBindingPatch) MarshalJSON() ([]byte, error)
func (*PcfMbsBindingPatch) SetPcfFqdn ¶
func (o *PcfMbsBindingPatch) SetPcfFqdn(v string)
SetPcfFqdn gets a reference to the given string and assigns it to the PcfFqdn field.
func (*PcfMbsBindingPatch) SetPcfId ¶
func (o *PcfMbsBindingPatch) SetPcfId(v string)
SetPcfId gets a reference to the given string and assigns it to the PcfId field.
func (*PcfMbsBindingPatch) SetPcfIpEndPoints ¶
func (o *PcfMbsBindingPatch) SetPcfIpEndPoints(v []IpEndPoint)
SetPcfIpEndPoints gets a reference to the given []IpEndPoint and assigns it to the PcfIpEndPoints field.
func (PcfMbsBindingPatch) ToMap ¶
func (o PcfMbsBindingPatch) ToMap() (map[string]interface{}, error)
type PlmnId ¶
type PlmnId struct { // Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mcc string `json:"mcc"` // Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mnc string `json:"mnc"` }
PlmnId When PlmnId needs to be converted to string (e.g. when used in maps as key), the string shall be composed of three digits \"mcc\" followed by \"-\" and two or three digits \"mnc\".
func NewPlmnId ¶
NewPlmnId instantiates a new PlmnId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnIdWithDefaults ¶
func NewPlmnIdWithDefaults() *PlmnId
NewPlmnIdWithDefaults instantiates a new PlmnId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnId) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnId) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (PlmnId) MarshalJSON ¶
func (*PlmnId) UnmarshalJSON ¶
type PlmnIdNid ¶
type PlmnIdNid struct { // Mobile Country Code part of the PLMN, comprising 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mcc string `json:"mcc"` // Mobile Network Code part of the PLMN, comprising 2 or 3 digits, as defined in clause 9.3.3.5 of 3GPP TS 38.413. Mnc string `json:"mnc"` // This represents the Network Identifier, which together with a PLMN ID is used to identify an SNPN (see 3GPP TS 23.003 and 3GPP TS 23.501 clause 5.30.2.1). Nid *string `json:"nid,omitempty"` }
PlmnIdNid Contains the serving core network operator PLMN ID and, for an SNPN, the NID that together with the PLMN ID identifies the SNPN.
func NewPlmnIdNid ¶
NewPlmnIdNid instantiates a new PlmnIdNid object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPlmnIdNidWithDefaults ¶
func NewPlmnIdNidWithDefaults() *PlmnIdNid
NewPlmnIdNidWithDefaults instantiates a new PlmnIdNid object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PlmnIdNid) GetMccOk ¶
GetMccOk returns a tuple with the Mcc field value and a boolean to check if the value has been set.
func (*PlmnIdNid) GetMncOk ¶
GetMncOk returns a tuple with the Mnc field value and a boolean to check if the value has been set.
func (*PlmnIdNid) GetNidOk ¶
GetNidOk returns a tuple with the Nid field value if set, nil otherwise and a boolean to check if the value has been set.
func (PlmnIdNid) MarshalJSON ¶
func (*PlmnIdNid) SetNid ¶
SetNid gets a reference to the given string and assigns it to the Nid field.
func (*PlmnIdNid) UnmarshalJSON ¶
type ProblemDetails ¶
type ProblemDetails struct { // String providing an URI formatted according to RFC 3986. Type *string `json:"type,omitempty"` Title *string `json:"title,omitempty"` Status *int32 `json:"status,omitempty"` // A human-readable explanation specific to this occurrence of the problem. Detail *string `json:"detail,omitempty"` // String providing an URI formatted according to RFC 3986. Instance *string `json:"instance,omitempty"` // A machine-readable application error cause specific to this occurrence of the problem. This IE should be present and provide application-related error information, if available. Cause *string `json:"cause,omitempty"` InvalidParams []InvalidParam `json:"invalidParams,omitempty"` // A string used to indicate the features supported by an API that is used as defined in clause 6.6 in 3GPP TS 29.500. The string shall contain a bitmask indicating supported features in hexadecimal representation Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent the support of 4 features as described in table 5.2.2-3. The most significant character representing the highest-numbered features shall appear first in the string, and the character representing features 1 to 4 shall appear last in the string. The list of features and their numbering (starting with 1) are defined separately for each API. If the string contains a lower number of characters than there are defined features for an API, all features that would be represented by characters that are not present in the string are not supported. SupportedFeatures *string `json:"supportedFeatures,omitempty"` AccessTokenError *AccessTokenErr `json:"accessTokenError,omitempty"` AccessTokenRequest *AccessTokenReq `json:"accessTokenRequest,omitempty"` // Fully Qualified Domain Name NrfId *string `json:"nrfId,omitempty"` }
ProblemDetails Provides additional information in an error response.
func NewProblemDetails ¶
func NewProblemDetails() *ProblemDetails
NewProblemDetails instantiates a new ProblemDetails object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewProblemDetailsWithDefaults ¶
func NewProblemDetailsWithDefaults() *ProblemDetails
NewProblemDetailsWithDefaults instantiates a new ProblemDetails object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ProblemDetails) GetAccessTokenError ¶
func (o *ProblemDetails) GetAccessTokenError() AccessTokenErr
GetAccessTokenError returns the AccessTokenError field value if set, zero value otherwise.
func (*ProblemDetails) GetAccessTokenErrorOk ¶
func (o *ProblemDetails) GetAccessTokenErrorOk() (*AccessTokenErr, bool)
GetAccessTokenErrorOk returns a tuple with the AccessTokenError field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetAccessTokenRequest ¶
func (o *ProblemDetails) GetAccessTokenRequest() AccessTokenReq
GetAccessTokenRequest returns the AccessTokenRequest field value if set, zero value otherwise.
func (*ProblemDetails) GetAccessTokenRequestOk ¶
func (o *ProblemDetails) GetAccessTokenRequestOk() (*AccessTokenReq, bool)
GetAccessTokenRequestOk returns a tuple with the AccessTokenRequest field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetCause ¶
func (o *ProblemDetails) GetCause() string
GetCause returns the Cause field value if set, zero value otherwise.
func (*ProblemDetails) GetCauseOk ¶
func (o *ProblemDetails) GetCauseOk() (*string, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetDetail ¶
func (o *ProblemDetails) GetDetail() string
GetDetail returns the Detail field value if set, zero value otherwise.
func (*ProblemDetails) GetDetailOk ¶
func (o *ProblemDetails) GetDetailOk() (*string, bool)
GetDetailOk returns a tuple with the Detail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInstance ¶
func (o *ProblemDetails) GetInstance() string
GetInstance returns the Instance field value if set, zero value otherwise.
func (*ProblemDetails) GetInstanceOk ¶
func (o *ProblemDetails) GetInstanceOk() (*string, bool)
GetInstanceOk returns a tuple with the Instance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetInvalidParams ¶
func (o *ProblemDetails) GetInvalidParams() []InvalidParam
GetInvalidParams returns the InvalidParams field value if set, zero value otherwise.
func (*ProblemDetails) GetInvalidParamsOk ¶
func (o *ProblemDetails) GetInvalidParamsOk() ([]InvalidParam, bool)
GetInvalidParamsOk returns a tuple with the InvalidParams field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetNrfId ¶
func (o *ProblemDetails) GetNrfId() string
GetNrfId returns the NrfId field value if set, zero value otherwise.
func (*ProblemDetails) GetNrfIdOk ¶
func (o *ProblemDetails) GetNrfIdOk() (*string, bool)
GetNrfIdOk returns a tuple with the NrfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetStatus ¶
func (o *ProblemDetails) GetStatus() int32
GetStatus returns the Status field value if set, zero value otherwise.
func (*ProblemDetails) GetStatusOk ¶
func (o *ProblemDetails) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetSupportedFeatures ¶
func (o *ProblemDetails) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*ProblemDetails) GetSupportedFeaturesOk ¶
func (o *ProblemDetails) GetSupportedFeaturesOk() (*string, bool)
GetSupportedFeaturesOk returns a tuple with the SupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetTitle ¶
func (o *ProblemDetails) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise.
func (*ProblemDetails) GetTitleOk ¶
func (o *ProblemDetails) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) GetType ¶
func (o *ProblemDetails) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ProblemDetails) GetTypeOk ¶
func (o *ProblemDetails) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProblemDetails) HasAccessTokenError ¶
func (o *ProblemDetails) HasAccessTokenError() bool
HasAccessTokenError returns a boolean if a field has been set.
func (*ProblemDetails) HasAccessTokenRequest ¶
func (o *ProblemDetails) HasAccessTokenRequest() bool
HasAccessTokenRequest returns a boolean if a field has been set.
func (*ProblemDetails) HasCause ¶
func (o *ProblemDetails) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*ProblemDetails) HasDetail ¶
func (o *ProblemDetails) HasDetail() bool
HasDetail returns a boolean if a field has been set.
func (*ProblemDetails) HasInstance ¶
func (o *ProblemDetails) HasInstance() bool
HasInstance returns a boolean if a field has been set.
func (*ProblemDetails) HasInvalidParams ¶
func (o *ProblemDetails) HasInvalidParams() bool
HasInvalidParams returns a boolean if a field has been set.
func (*ProblemDetails) HasNrfId ¶
func (o *ProblemDetails) HasNrfId() bool
HasNrfId returns a boolean if a field has been set.
func (*ProblemDetails) HasStatus ¶
func (o *ProblemDetails) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*ProblemDetails) HasSupportedFeatures ¶
func (o *ProblemDetails) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*ProblemDetails) HasTitle ¶
func (o *ProblemDetails) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (*ProblemDetails) HasType ¶
func (o *ProblemDetails) HasType() bool
HasType returns a boolean if a field has been set.
func (ProblemDetails) MarshalJSON ¶
func (o ProblemDetails) MarshalJSON() ([]byte, error)
func (*ProblemDetails) SetAccessTokenError ¶
func (o *ProblemDetails) SetAccessTokenError(v AccessTokenErr)
SetAccessTokenError gets a reference to the given AccessTokenErr and assigns it to the AccessTokenError field.
func (*ProblemDetails) SetAccessTokenRequest ¶
func (o *ProblemDetails) SetAccessTokenRequest(v AccessTokenReq)
SetAccessTokenRequest gets a reference to the given AccessTokenReq and assigns it to the AccessTokenRequest field.
func (*ProblemDetails) SetCause ¶
func (o *ProblemDetails) SetCause(v string)
SetCause gets a reference to the given string and assigns it to the Cause field.
func (*ProblemDetails) SetDetail ¶
func (o *ProblemDetails) SetDetail(v string)
SetDetail gets a reference to the given string and assigns it to the Detail field.
func (*ProblemDetails) SetInstance ¶
func (o *ProblemDetails) SetInstance(v string)
SetInstance gets a reference to the given string and assigns it to the Instance field.
func (*ProblemDetails) SetInvalidParams ¶
func (o *ProblemDetails) SetInvalidParams(v []InvalidParam)
SetInvalidParams gets a reference to the given []InvalidParam and assigns it to the InvalidParams field.
func (*ProblemDetails) SetNrfId ¶
func (o *ProblemDetails) SetNrfId(v string)
SetNrfId gets a reference to the given string and assigns it to the NrfId field.
func (*ProblemDetails) SetStatus ¶
func (o *ProblemDetails) SetStatus(v int32)
SetStatus gets a reference to the given int32 and assigns it to the Status field.
func (*ProblemDetails) SetSupportedFeatures ¶
func (o *ProblemDetails) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*ProblemDetails) SetTitle ¶
func (o *ProblemDetails) SetTitle(v string)
SetTitle gets a reference to the given string and assigns it to the Title field.
func (*ProblemDetails) SetType ¶
func (o *ProblemDetails) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ProblemDetails) ToMap ¶
func (o ProblemDetails) ToMap() (map[string]interface{}, error)
type RedirectResponse ¶
type RedirectResponse struct { Cause *string `json:"cause,omitempty"` // String providing an URI formatted according to RFC 3986. TargetScp *string `json:"targetScp,omitempty"` // String providing an URI formatted according to RFC 3986. TargetSepp *string `json:"targetSepp,omitempty"` }
RedirectResponse The response shall include a Location header field containing a different URI (pointing to a different URI of an other service instance), or the same URI if a request is redirected to the same target resource via a different SCP.
func NewRedirectResponse ¶
func NewRedirectResponse() *RedirectResponse
NewRedirectResponse instantiates a new RedirectResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRedirectResponseWithDefaults ¶
func NewRedirectResponseWithDefaults() *RedirectResponse
NewRedirectResponseWithDefaults instantiates a new RedirectResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RedirectResponse) GetCause ¶
func (o *RedirectResponse) GetCause() string
GetCause returns the Cause field value if set, zero value otherwise.
func (*RedirectResponse) GetCauseOk ¶
func (o *RedirectResponse) GetCauseOk() (*string, bool)
GetCauseOk returns a tuple with the Cause field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) GetTargetScp ¶
func (o *RedirectResponse) GetTargetScp() string
GetTargetScp returns the TargetScp field value if set, zero value otherwise.
func (*RedirectResponse) GetTargetScpOk ¶
func (o *RedirectResponse) GetTargetScpOk() (*string, bool)
GetTargetScpOk returns a tuple with the TargetScp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) GetTargetSepp ¶
func (o *RedirectResponse) GetTargetSepp() string
GetTargetSepp returns the TargetSepp field value if set, zero value otherwise.
func (*RedirectResponse) GetTargetSeppOk ¶
func (o *RedirectResponse) GetTargetSeppOk() (*string, bool)
GetTargetSeppOk returns a tuple with the TargetSepp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RedirectResponse) HasCause ¶
func (o *RedirectResponse) HasCause() bool
HasCause returns a boolean if a field has been set.
func (*RedirectResponse) HasTargetScp ¶
func (o *RedirectResponse) HasTargetScp() bool
HasTargetScp returns a boolean if a field has been set.
func (*RedirectResponse) HasTargetSepp ¶
func (o *RedirectResponse) HasTargetSepp() bool
HasTargetSepp returns a boolean if a field has been set.
func (RedirectResponse) MarshalJSON ¶
func (o RedirectResponse) MarshalJSON() ([]byte, error)
func (*RedirectResponse) SetCause ¶
func (o *RedirectResponse) SetCause(v string)
SetCause gets a reference to the given string and assigns it to the Cause field.
func (*RedirectResponse) SetTargetScp ¶
func (o *RedirectResponse) SetTargetScp(v string)
SetTargetScp gets a reference to the given string and assigns it to the TargetScp field.
func (*RedirectResponse) SetTargetSepp ¶
func (o *RedirectResponse) SetTargetSepp(v string)
SetTargetSepp gets a reference to the given string and assigns it to the TargetSepp field.
func (RedirectResponse) ToMap ¶
func (o RedirectResponse) ToMap() (map[string]interface{}, error)
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type Snssai ¶
type Snssai struct { // Unsigned integer, within the range 0 to 255, representing the Slice/Service Type. It indicates the expected Network Slice behaviour in terms of features and services. Values 0 to 127 correspond to the standardized SST range. Values 128 to 255 correspond to the Operator-specific range. See clause 28.4.2 of 3GPP TS 23.003. Standardized values are defined in clause 5.15.2.2 of 3GPP TS 23.501. Sst int32 `json:"sst"` // 3-octet string, representing the Slice Differentiator, in hexadecimal representation. Each character in the string shall take a value of \"0\" to \"9\", \"a\" to \"f\" or \"A\" to \"F\" and shall represent 4 bits. The most significant character representing the 4 most significant bits of the SD shall appear first in the string, and the character representing the 4 least significant bit of the SD shall appear last in the string. This is an optional parameter that complements the Slice/Service type(s) to allow to differentiate amongst multiple Network Slices of the same Slice/Service type. This IE shall be absent if no SD value is associated with the SST. Sd *string `json:"sd,omitempty"` }
Snssai When Snssai needs to be converted to string (e.g. when used in maps as key), the string shall be composed of one to three digits \"sst\" optionally followed by \"-\" and 6 hexadecimal digits \"sd\".
func NewSnssai ¶
NewSnssai instantiates a new Snssai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSnssaiWithDefaults ¶
func NewSnssaiWithDefaults() *Snssai
NewSnssaiWithDefaults instantiates a new Snssai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Snssai) GetSdOk ¶
GetSdOk returns a tuple with the Sd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Snssai) GetSstOk ¶
GetSstOk returns a tuple with the Sst field value and a boolean to check if the value has been set.
func (Snssai) MarshalJSON ¶
func (*Snssai) UnmarshalJSON ¶
type SnssaiDnnPair ¶
type SnssaiDnnPair struct { // String representing a Data Network as defined in clause 9A of 3GPP TS 23.003; it shall contain either a DNN Network Identifier, or a full DNN with both the Network Identifier and Operator Identifier, as specified in 3GPP TS 23.003 clause 9.1.1 and 9.1.2. It shall be coded as string in which the labels are separated by dots (e.g. \"Label1.Label2.Label3\"). Dnn string `json:"dnn"` Snssai Snssai `json:"snssai"` }
SnssaiDnnPair Contains a S-NSSAI and DNN combination.
func NewSnssaiDnnPair ¶
func NewSnssaiDnnPair(dnn string, snssai Snssai) *SnssaiDnnPair
NewSnssaiDnnPair instantiates a new SnssaiDnnPair object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSnssaiDnnPairWithDefaults ¶
func NewSnssaiDnnPairWithDefaults() *SnssaiDnnPair
NewSnssaiDnnPairWithDefaults instantiates a new SnssaiDnnPair object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SnssaiDnnPair) GetDnn ¶
func (o *SnssaiDnnPair) GetDnn() string
GetDnn returns the Dnn field value
func (*SnssaiDnnPair) GetDnnOk ¶
func (o *SnssaiDnnPair) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.
func (*SnssaiDnnPair) GetSnssai ¶
func (o *SnssaiDnnPair) GetSnssai() Snssai
GetSnssai returns the Snssai field value
func (*SnssaiDnnPair) GetSnssaiOk ¶
func (o *SnssaiDnnPair) GetSnssaiOk() (*Snssai, bool)
GetSnssaiOk returns a tuple with the Snssai field value and a boolean to check if the value has been set.
func (SnssaiDnnPair) MarshalJSON ¶
func (o SnssaiDnnPair) MarshalJSON() ([]byte, error)
func (*SnssaiDnnPair) SetSnssai ¶
func (o *SnssaiDnnPair) SetSnssai(v Snssai)
SetSnssai sets field value
func (SnssaiDnnPair) ToMap ¶
func (o SnssaiDnnPair) ToMap() (map[string]interface{}, error)
func (*SnssaiDnnPair) UnmarshalJSON ¶
func (o *SnssaiDnnPair) UnmarshalJSON(bytes []byte) (err error)
type Ssm ¶
type Ssm struct { SourceIpAddr NullableIpAddr `json:"sourceIpAddr"` DestIpAddr NullableIpAddr `json:"destIpAddr"` }
Ssm Source specific IP multicast address
func NewSsm ¶
func NewSsm(sourceIpAddr NullableIpAddr, destIpAddr NullableIpAddr) *Ssm
NewSsm instantiates a new Ssm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSsmWithDefaults ¶
func NewSsmWithDefaults() *Ssm
NewSsmWithDefaults instantiates a new Ssm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Ssm) GetDestIpAddr ¶
GetDestIpAddr returns the DestIpAddr field value If the value is explicit nil, the zero value for IpAddr will be returned
func (*Ssm) GetDestIpAddrOk ¶
GetDestIpAddrOk returns a tuple with the DestIpAddr field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Ssm) GetSourceIpAddr ¶
GetSourceIpAddr returns the SourceIpAddr field value If the value is explicit nil, the zero value for IpAddr will be returned
func (*Ssm) GetSourceIpAddrOk ¶
GetSourceIpAddrOk returns a tuple with the SourceIpAddr field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (Ssm) MarshalJSON ¶
func (*Ssm) SetSourceIpAddr ¶
SetSourceIpAddr sets field value
func (*Ssm) UnmarshalJSON ¶
type SubscriptionsCollectionAPIService ¶
type SubscriptionsCollectionAPIService service
SubscriptionsCollectionAPIService SubscriptionsCollectionAPI service
func (*SubscriptionsCollectionAPIService) CreateIndividualSubcription ¶
func (a *SubscriptionsCollectionAPIService) CreateIndividualSubcription(ctx context.Context) ApiCreateIndividualSubcriptionRequest
CreateIndividualSubcription Create an individual subscription for event notifications from the BSF
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateIndividualSubcriptionRequest
func (*SubscriptionsCollectionAPIService) CreateIndividualSubcriptionExecute ¶
func (a *SubscriptionsCollectionAPIService) CreateIndividualSubcriptionExecute(r ApiCreateIndividualSubcriptionRequest) (*BsfSubscriptionResp, *http.Response, error)
Execute executes the request
@return BsfSubscriptionResp
type Tmgi ¶
type Tmgi struct { // MBS Service ID MbsServiceId string `json:"mbsServiceId"` PlmnId PlmnId `json:"plmnId"` }
Tmgi Temporary Mobile Group Identity
func NewTmgi ¶
NewTmgi instantiates a new Tmgi object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewTmgiWithDefaults ¶
func NewTmgiWithDefaults() *Tmgi
NewTmgiWithDefaults instantiates a new Tmgi object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*Tmgi) GetMbsServiceId ¶
GetMbsServiceId returns the MbsServiceId field value
func (*Tmgi) GetMbsServiceIdOk ¶
GetMbsServiceIdOk returns a tuple with the MbsServiceId field value and a boolean to check if the value has been set.
func (*Tmgi) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Tmgi) MarshalJSON ¶
func (*Tmgi) SetMbsServiceId ¶
SetMbsServiceId sets field value
func (*Tmgi) UnmarshalJSON ¶
type TransportProtocol ¶
type TransportProtocol struct {
// contains filtered or unexported fields
}
TransportProtocol Types of transport protocol used in a given IP endpoint of an NF Service Instance
func (*TransportProtocol) MarshalJSON ¶
func (src *TransportProtocol) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*TransportProtocol) UnmarshalJSON ¶
func (dst *TransportProtocol) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
Source Files ¶
- api_individual_pcf_binding_document.go
- api_individual_pcf_for_an_mbs_session_binding_document.go
- api_individual_pcf_for_apdu_session_binding_document.go
- api_individual_pcf_for_aue_binding_document.go
- api_individual_subscription_document.go
- api_pcf_bindings_collection.go
- api_pcf_for_an_mbs_session_bindings_collection.go
- api_pcf_for_aue_bindings_collection.go
- api_subscriptions_collection.go
- client.go
- configuration.go
- model_access_token_err.go
- model_access_token_req.go
- model_binding_level.go
- model_binding_resp.go
- model_bsf_event.go
- model_bsf_event_notification.go
- model_bsf_notification.go
- model_bsf_subscription.go
- model_bsf_subscription_resp.go
- model_ext_problem_details.go
- model_invalid_param.go
- model_ip_addr.go
- model_ip_end_point.go
- model_ipv6_addr.go
- model_ipv6_prefix.go
- model_ipv6_prefix_rm.go
- model_mbs_binding_resp.go
- model_mbs_ext_problem_details.go
- model_mbs_session_id.go
- model_nf_type.go
- model_parameter_combination.go
- model_pcf_binding.go
- model_pcf_binding_patch.go
- model_pcf_for_pdu_session_info.go
- model_pcf_for_ue_binding.go
- model_pcf_for_ue_binding_patch.go
- model_pcf_for_ue_info.go
- model_pcf_mbs_binding.go
- model_pcf_mbs_binding_patch.go
- model_plmn_id.go
- model_plmn_id_nid.go
- model_problem_details.go
- model_redirect_response.go
- model_snssai.go
- model_snssai_dnn_pair.go
- model_ssm.go
- model_tmgi.go
- model_transport_protocol.go
- response.go
- utils.go