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 AanfInfo
- func (o *AanfInfo) GetRoutingIndicators() []string
- func (o *AanfInfo) GetRoutingIndicatorsOk() ([]string, bool)
- func (o *AanfInfo) HasRoutingIndicators() bool
- func (o AanfInfo) MarshalJSON() ([]byte, error)
- func (o *AanfInfo) SetRoutingIndicators(v []string)
- func (o AanfInfo) ToMap() (map[string]interface{}, error)
- 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)
- 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)
- type AccessType
- type AfEvent
- type AfEventExposureData
- func (o *AfEventExposureData) GetAfEvents() []AfEvent
- func (o *AfEventExposureData) GetAfEventsOk() ([]AfEvent, bool)
- func (o *AfEventExposureData) GetAfIds() []string
- func (o *AfEventExposureData) GetAfIdsOk() ([]string, bool)
- func (o *AfEventExposureData) GetAppIds() []string
- func (o *AfEventExposureData) GetAppIdsOk() ([]string, bool)
- func (o *AfEventExposureData) HasAfIds() bool
- func (o *AfEventExposureData) HasAppIds() bool
- func (o AfEventExposureData) MarshalJSON() ([]byte, error)
- func (o *AfEventExposureData) SetAfEvents(v []AfEvent)
- func (o *AfEventExposureData) SetAfIds(v []string)
- func (o *AfEventExposureData) SetAppIds(v []string)
- func (o AfEventExposureData) ToMap() (map[string]interface{}, error)
- type AmfCond
- type AmfInfo
- func (o *AmfInfo) GetAmfOnboardingCapability() bool
- func (o *AmfInfo) GetAmfOnboardingCapabilityOk() (*bool, bool)
- func (o *AmfInfo) GetAmfRegionId() string
- func (o *AmfInfo) GetAmfRegionIdOk() (*string, bool)
- func (o *AmfInfo) GetAmfSetId() string
- func (o *AmfInfo) GetAmfSetIdOk() (*string, bool)
- func (o *AmfInfo) GetBackupInfoAmfFailure() []Guami
- func (o *AmfInfo) GetBackupInfoAmfFailureOk() ([]Guami, bool)
- func (o *AmfInfo) GetBackupInfoAmfRemoval() []Guami
- func (o *AmfInfo) GetBackupInfoAmfRemovalOk() ([]Guami, bool)
- func (o *AmfInfo) GetGuamiList() []Guami
- func (o *AmfInfo) GetGuamiListOk() ([]Guami, bool)
- func (o *AmfInfo) GetN2InterfaceAmfInfo() N2InterfaceAmfInfo
- func (o *AmfInfo) GetN2InterfaceAmfInfoOk() (*N2InterfaceAmfInfo, bool)
- func (o *AmfInfo) GetTaiList() []Tai
- func (o *AmfInfo) GetTaiListOk() ([]Tai, bool)
- func (o *AmfInfo) GetTaiRangeList() []TaiRange
- func (o *AmfInfo) GetTaiRangeListOk() ([]TaiRange, bool)
- func (o *AmfInfo) HasAmfOnboardingCapability() bool
- func (o *AmfInfo) HasBackupInfoAmfFailure() bool
- func (o *AmfInfo) HasBackupInfoAmfRemoval() bool
- func (o *AmfInfo) HasN2InterfaceAmfInfo() bool
- func (o *AmfInfo) HasTaiList() bool
- func (o *AmfInfo) HasTaiRangeList() bool
- func (o AmfInfo) MarshalJSON() ([]byte, error)
- func (o *AmfInfo) SetAmfOnboardingCapability(v bool)
- func (o *AmfInfo) SetAmfRegionId(v string)
- func (o *AmfInfo) SetAmfSetId(v string)
- func (o *AmfInfo) SetBackupInfoAmfFailure(v []Guami)
- func (o *AmfInfo) SetBackupInfoAmfRemoval(v []Guami)
- func (o *AmfInfo) SetGuamiList(v []Guami)
- func (o *AmfInfo) SetN2InterfaceAmfInfo(v N2InterfaceAmfInfo)
- func (o *AmfInfo) SetTaiList(v []Tai)
- func (o *AmfInfo) SetTaiRangeList(v []TaiRange)
- func (o AmfInfo) ToMap() (map[string]interface{}, error)
- type AnNodeType
- type ApiCreateSubscriptionRequest
- func (r ApiCreateSubscriptionRequest) AcceptEncoding(acceptEncoding string) ApiCreateSubscriptionRequest
- func (r ApiCreateSubscriptionRequest) ContentEncoding(contentEncoding string) ApiCreateSubscriptionRequest
- func (r ApiCreateSubscriptionRequest) Execute() (*SubscriptionData, *http.Response, error)
- func (r ApiCreateSubscriptionRequest) SubscriptionData(subscriptionData SubscriptionData) ApiCreateSubscriptionRequest
- type ApiDeregisterNFInstanceRequest
- type ApiGetNFInstanceRequest
- type ApiGetNFInstancesRequest
- func (r ApiGetNFInstancesRequest) Execute() (*UriList, *http.Response, error)
- func (r ApiGetNFInstancesRequest) Limit(limit int32) ApiGetNFInstancesRequest
- func (r ApiGetNFInstancesRequest) NfType(nfType NFType) ApiGetNFInstancesRequest
- func (r ApiGetNFInstancesRequest) PageNumber(pageNumber int32) ApiGetNFInstancesRequest
- func (r ApiGetNFInstancesRequest) PageSize(pageSize int32) ApiGetNFInstancesRequest
- type ApiOptionsNFInstancesRequest
- type ApiRegisterNFInstanceRequest
- func (r ApiRegisterNFInstanceRequest) AcceptEncoding(acceptEncoding string) ApiRegisterNFInstanceRequest
- func (r ApiRegisterNFInstanceRequest) ContentEncoding(contentEncoding string) ApiRegisterNFInstanceRequest
- func (r ApiRegisterNFInstanceRequest) Execute() (*NFProfile, *http.Response, error)
- func (r ApiRegisterNFInstanceRequest) NFProfile(nFProfile NFProfile) ApiRegisterNFInstanceRequest
- type ApiRemoveSubscriptionRequest
- type ApiUpdateNFInstanceRequest
- func (r ApiUpdateNFInstanceRequest) AcceptEncoding(acceptEncoding string) ApiUpdateNFInstanceRequest
- func (r ApiUpdateNFInstanceRequest) ContentEncoding(contentEncoding string) ApiUpdateNFInstanceRequest
- func (r ApiUpdateNFInstanceRequest) Execute() (*NFProfile, *http.Response, error)
- func (r ApiUpdateNFInstanceRequest) IfMatch(ifMatch string) ApiUpdateNFInstanceRequest
- func (r ApiUpdateNFInstanceRequest) PatchItem(patchItem []PatchItem) ApiUpdateNFInstanceRequest
- type ApiUpdateSubscriptionRequest
- func (r ApiUpdateSubscriptionRequest) AcceptEncoding(acceptEncoding string) ApiUpdateSubscriptionRequest
- func (r ApiUpdateSubscriptionRequest) ContentEncoding(contentEncoding string) ApiUpdateSubscriptionRequest
- func (r ApiUpdateSubscriptionRequest) Execute() (*SubscriptionData, *http.Response, error)
- func (r ApiUpdateSubscriptionRequest) PatchItem(patchItem []PatchItem) ApiUpdateSubscriptionRequest
- type AtsssCapability
- func (o *AtsssCapability) GetAtsssLL() bool
- func (o *AtsssCapability) GetAtsssLLOk() (*bool, bool)
- func (o *AtsssCapability) GetMptcp() bool
- func (o *AtsssCapability) GetMptcpOk() (*bool, bool)
- func (o *AtsssCapability) GetRttWithoutPmf() bool
- func (o *AtsssCapability) GetRttWithoutPmfOk() (*bool, bool)
- func (o *AtsssCapability) HasAtsssLL() bool
- func (o *AtsssCapability) HasMptcp() bool
- func (o *AtsssCapability) HasRttWithoutPmf() bool
- func (o AtsssCapability) MarshalJSON() ([]byte, error)
- func (o *AtsssCapability) SetAtsssLL(v bool)
- func (o *AtsssCapability) SetMptcp(v bool)
- func (o *AtsssCapability) SetRttWithoutPmf(v bool)
- func (o AtsssCapability) ToMap() (map[string]interface{}, error)
- type AusfInfo
- func (o *AusfInfo) GetGroupId() string
- func (o *AusfInfo) GetGroupIdOk() (*string, bool)
- func (o *AusfInfo) GetRoutingIndicators() []string
- func (o *AusfInfo) GetRoutingIndicatorsOk() ([]string, bool)
- func (o *AusfInfo) GetSuciInfos() []SuciInfo
- func (o *AusfInfo) GetSuciInfosOk() ([]SuciInfo, bool)
- func (o *AusfInfo) GetSupiRanges() []SupiRange
- func (o *AusfInfo) GetSupiRangesOk() ([]SupiRange, bool)
- func (o *AusfInfo) HasGroupId() bool
- func (o *AusfInfo) HasRoutingIndicators() bool
- func (o *AusfInfo) HasSuciInfos() bool
- func (o *AusfInfo) HasSupiRanges() bool
- func (o AusfInfo) MarshalJSON() ([]byte, error)
- func (o *AusfInfo) SetGroupId(v string)
- func (o *AusfInfo) SetRoutingIndicators(v []string)
- func (o *AusfInfo) SetSuciInfos(v []SuciInfo)
- func (o *AusfInfo) SetSupiRanges(v []SupiRange)
- func (o AusfInfo) ToMap() (map[string]interface{}, error)
- type BasicAuth
- type BsfInfo
- func (o *BsfInfo) GetDnnList() []string
- func (o *BsfInfo) GetDnnListOk() ([]string, bool)
- func (o *BsfInfo) GetGpsiRanges() []IdentityRange
- func (o *BsfInfo) GetGpsiRangesOk() ([]IdentityRange, bool)
- func (o *BsfInfo) GetGroupId() string
- func (o *BsfInfo) GetGroupIdOk() (*string, bool)
- func (o *BsfInfo) GetIpDomainList() []string
- func (o *BsfInfo) GetIpDomainListOk() ([]string, bool)
- func (o *BsfInfo) GetIpv4AddressRanges() []Ipv4AddressRange
- func (o *BsfInfo) GetIpv4AddressRangesOk() ([]Ipv4AddressRange, bool)
- func (o *BsfInfo) GetIpv6PrefixRanges() []Ipv6PrefixRange
- func (o *BsfInfo) GetIpv6PrefixRangesOk() ([]Ipv6PrefixRange, bool)
- func (o *BsfInfo) GetRxDiamHost() string
- func (o *BsfInfo) GetRxDiamHostOk() (*string, bool)
- func (o *BsfInfo) GetRxDiamRealm() string
- func (o *BsfInfo) GetRxDiamRealmOk() (*string, bool)
- func (o *BsfInfo) GetSupiRanges() []SupiRange
- func (o *BsfInfo) GetSupiRangesOk() ([]SupiRange, bool)
- func (o *BsfInfo) HasDnnList() bool
- func (o *BsfInfo) HasGpsiRanges() bool
- func (o *BsfInfo) HasGroupId() bool
- func (o *BsfInfo) HasIpDomainList() bool
- func (o *BsfInfo) HasIpv4AddressRanges() bool
- func (o *BsfInfo) HasIpv6PrefixRanges() bool
- func (o *BsfInfo) HasRxDiamHost() bool
- func (o *BsfInfo) HasRxDiamRealm() bool
- func (o *BsfInfo) HasSupiRanges() bool
- func (o BsfInfo) MarshalJSON() ([]byte, error)
- func (o *BsfInfo) SetDnnList(v []string)
- func (o *BsfInfo) SetGpsiRanges(v []IdentityRange)
- func (o *BsfInfo) SetGroupId(v string)
- func (o *BsfInfo) SetIpDomainList(v []string)
- func (o *BsfInfo) SetIpv4AddressRanges(v []Ipv4AddressRange)
- func (o *BsfInfo) SetIpv6PrefixRanges(v []Ipv6PrefixRange)
- func (o *BsfInfo) SetRxDiamHost(v string)
- func (o *BsfInfo) SetRxDiamRealm(v string)
- func (o *BsfInfo) SetSupiRanges(v []SupiRange)
- func (o BsfInfo) ToMap() (map[string]interface{}, error)
- type ChangeItem
- func (o *ChangeItem) GetFrom() string
- func (o *ChangeItem) GetFromOk() (*string, bool)
- func (o *ChangeItem) GetNewValue() interface{}
- func (o *ChangeItem) GetNewValueOk() (*interface{}, bool)
- func (o *ChangeItem) GetOp() ChangeType
- func (o *ChangeItem) GetOpOk() (*ChangeType, bool)
- func (o *ChangeItem) GetOrigValue() interface{}
- func (o *ChangeItem) GetOrigValueOk() (*interface{}, bool)
- func (o *ChangeItem) GetPath() string
- func (o *ChangeItem) GetPathOk() (*string, bool)
- func (o *ChangeItem) HasFrom() bool
- func (o *ChangeItem) HasNewValue() bool
- func (o *ChangeItem) HasOrigValue() bool
- func (o ChangeItem) MarshalJSON() ([]byte, error)
- func (o *ChangeItem) SetFrom(v string)
- func (o *ChangeItem) SetNewValue(v interface{})
- func (o *ChangeItem) SetOp(v ChangeType)
- func (o *ChangeItem) SetOrigValue(v interface{})
- func (o *ChangeItem) SetPath(v string)
- func (o ChangeItem) ToMap() (map[string]interface{}, error)
- type ChangeType
- type ChfInfo
- func (o *ChfInfo) GetGpsiRangeList() []IdentityRange
- func (o *ChfInfo) GetGpsiRangeListOk() ([]IdentityRange, bool)
- func (o *ChfInfo) GetGroupId() string
- func (o *ChfInfo) GetGroupIdOk() (*string, bool)
- func (o *ChfInfo) GetPlmnRangeList() []PlmnRange
- func (o *ChfInfo) GetPlmnRangeListOk() ([]PlmnRange, bool)
- func (o *ChfInfo) GetPrimaryChfInstance() string
- func (o *ChfInfo) GetPrimaryChfInstanceOk() (*string, bool)
- func (o *ChfInfo) GetSecondaryChfInstance() string
- func (o *ChfInfo) GetSecondaryChfInstanceOk() (*string, bool)
- func (o *ChfInfo) GetSupiRangeList() []SupiRange
- func (o *ChfInfo) GetSupiRangeListOk() ([]SupiRange, bool)
- func (o *ChfInfo) HasGpsiRangeList() bool
- func (o *ChfInfo) HasGroupId() bool
- func (o *ChfInfo) HasPlmnRangeList() bool
- func (o *ChfInfo) HasPrimaryChfInstance() bool
- func (o *ChfInfo) HasSecondaryChfInstance() bool
- func (o *ChfInfo) HasSupiRangeList() bool
- func (o ChfInfo) MarshalJSON() ([]byte, error)
- func (o *ChfInfo) SetGpsiRangeList(v []IdentityRange)
- func (o *ChfInfo) SetGroupId(v string)
- func (o *ChfInfo) SetPlmnRangeList(v []PlmnRange)
- func (o *ChfInfo) SetPrimaryChfInstance(v string)
- func (o *ChfInfo) SetSecondaryChfInstance(v string)
- func (o *ChfInfo) SetSupiRangeList(v []SupiRange)
- func (o ChfInfo) ToMap() (map[string]interface{}, error)
- type CollocatedNfInstance
- func (o *CollocatedNfInstance) GetNfInstanceId() string
- func (o *CollocatedNfInstance) GetNfInstanceIdOk() (*string, bool)
- func (o *CollocatedNfInstance) GetNfType() CollocatedNfType
- func (o *CollocatedNfInstance) GetNfTypeOk() (*CollocatedNfType, bool)
- func (o CollocatedNfInstance) MarshalJSON() ([]byte, error)
- func (o *CollocatedNfInstance) SetNfInstanceId(v string)
- func (o *CollocatedNfInstance) SetNfType(v CollocatedNfType)
- func (o CollocatedNfInstance) ToMap() (map[string]interface{}, error)
- type CollocatedNfType
- type ConditionEventType
- type Configuration
- type DataSetId
- type DccfCond
- func (o *DccfCond) GetConditionType() string
- func (o *DccfCond) GetConditionTypeOk() (*string, bool)
- func (o *DccfCond) GetServingNfSetIdList() []string
- func (o *DccfCond) GetServingNfSetIdListOk() ([]string, bool)
- func (o *DccfCond) GetServingNfTypeList() []NFType
- func (o *DccfCond) GetServingNfTypeListOk() ([]NFType, bool)
- func (o *DccfCond) GetTaiList() []Tai
- func (o *DccfCond) GetTaiListOk() ([]Tai, bool)
- func (o *DccfCond) GetTaiRangeList() []TaiRange
- func (o *DccfCond) GetTaiRangeListOk() ([]TaiRange, bool)
- func (o *DccfCond) HasServingNfSetIdList() bool
- func (o *DccfCond) HasServingNfTypeList() bool
- func (o *DccfCond) HasTaiList() bool
- func (o *DccfCond) HasTaiRangeList() bool
- func (o DccfCond) MarshalJSON() ([]byte, error)
- func (o *DccfCond) SetConditionType(v string)
- func (o *DccfCond) SetServingNfSetIdList(v []string)
- func (o *DccfCond) SetServingNfTypeList(v []NFType)
- func (o *DccfCond) SetTaiList(v []Tai)
- func (o *DccfCond) SetTaiRangeList(v []TaiRange)
- func (o DccfCond) ToMap() (map[string]interface{}, error)
- type DccfInfo
- func (o *DccfInfo) GetServingNfSetIdList() []string
- func (o *DccfInfo) GetServingNfSetIdListOk() ([]string, bool)
- func (o *DccfInfo) GetServingNfTypeList() []NFType
- func (o *DccfInfo) GetServingNfTypeListOk() ([]NFType, bool)
- func (o *DccfInfo) GetTaiList() []Tai
- func (o *DccfInfo) GetTaiListOk() ([]Tai, bool)
- func (o *DccfInfo) GetTaiRangeList() []TaiRange
- func (o *DccfInfo) GetTaiRangeListOk() ([]TaiRange, bool)
- func (o *DccfInfo) HasServingNfSetIdList() bool
- func (o *DccfInfo) HasServingNfTypeList() bool
- func (o *DccfInfo) HasTaiList() bool
- func (o *DccfInfo) HasTaiRangeList() bool
- func (o DccfInfo) MarshalJSON() ([]byte, error)
- func (o *DccfInfo) SetServingNfSetIdList(v []string)
- func (o *DccfInfo) SetServingNfTypeList(v []NFType)
- func (o *DccfInfo) SetTaiList(v []Tai)
- func (o *DccfInfo) SetTaiRangeList(v []TaiRange)
- func (o DccfInfo) ToMap() (map[string]interface{}, error)
- type DefSubServiceInfo
- func (o *DefSubServiceInfo) GetSupportedFeatures() string
- func (o *DefSubServiceInfo) GetSupportedFeaturesOk() (*string, bool)
- func (o *DefSubServiceInfo) GetVersions() []string
- func (o *DefSubServiceInfo) GetVersionsOk() ([]string, bool)
- func (o *DefSubServiceInfo) HasSupportedFeatures() bool
- func (o *DefSubServiceInfo) HasVersions() bool
- func (o DefSubServiceInfo) MarshalJSON() ([]byte, error)
- func (o *DefSubServiceInfo) SetSupportedFeatures(v string)
- func (o *DefSubServiceInfo) SetVersions(v []string)
- func (o DefSubServiceInfo) ToMap() (map[string]interface{}, error)
- type DefaultNotificationSubscription
- func (o *DefaultNotificationSubscription) GetAcceptedEncoding() string
- func (o *DefaultNotificationSubscription) GetAcceptedEncodingOk() (*string, bool)
- func (o *DefaultNotificationSubscription) GetBinding() string
- func (o *DefaultNotificationSubscription) GetBindingOk() (*string, bool)
- func (o *DefaultNotificationSubscription) GetCallbackUri() string
- func (o *DefaultNotificationSubscription) GetCallbackUriOk() (*string, bool)
- func (o *DefaultNotificationSubscription) GetN1MessageClass() N1MessageClass
- func (o *DefaultNotificationSubscription) GetN1MessageClassOk() (*N1MessageClass, bool)
- func (o *DefaultNotificationSubscription) GetN2InformationClass() N2InformationClass
- func (o *DefaultNotificationSubscription) GetN2InformationClassOk() (*N2InformationClass, bool)
- func (o *DefaultNotificationSubscription) GetNotificationType() NotificationType
- func (o *DefaultNotificationSubscription) GetNotificationTypeOk() (*NotificationType, bool)
- func (o *DefaultNotificationSubscription) GetServiceInfoList() map[string]DefSubServiceInfo
- func (o *DefaultNotificationSubscription) GetServiceInfoListOk() (*map[string]DefSubServiceInfo, bool)
- func (o *DefaultNotificationSubscription) GetSupportedFeatures() string
- func (o *DefaultNotificationSubscription) GetSupportedFeaturesOk() (*string, bool)
- func (o *DefaultNotificationSubscription) GetVersions() []string
- func (o *DefaultNotificationSubscription) GetVersionsOk() ([]string, bool)
- func (o *DefaultNotificationSubscription) HasAcceptedEncoding() bool
- func (o *DefaultNotificationSubscription) HasBinding() bool
- func (o *DefaultNotificationSubscription) HasN1MessageClass() bool
- func (o *DefaultNotificationSubscription) HasN2InformationClass() bool
- func (o *DefaultNotificationSubscription) HasServiceInfoList() bool
- func (o *DefaultNotificationSubscription) HasSupportedFeatures() bool
- func (o *DefaultNotificationSubscription) HasVersions() bool
- func (o DefaultNotificationSubscription) MarshalJSON() ([]byte, error)
- func (o *DefaultNotificationSubscription) SetAcceptedEncoding(v string)
- func (o *DefaultNotificationSubscription) SetBinding(v string)
- func (o *DefaultNotificationSubscription) SetCallbackUri(v string)
- func (o *DefaultNotificationSubscription) SetN1MessageClass(v N1MessageClass)
- func (o *DefaultNotificationSubscription) SetN2InformationClass(v N2InformationClass)
- func (o *DefaultNotificationSubscription) SetNotificationType(v NotificationType)
- func (o *DefaultNotificationSubscription) SetServiceInfoList(v map[string]DefSubServiceInfo)
- func (o *DefaultNotificationSubscription) SetSupportedFeatures(v string)
- func (o *DefaultNotificationSubscription) SetVersions(v []string)
- func (o DefaultNotificationSubscription) ToMap() (map[string]interface{}, error)
- type DnnEasdfInfoItem
- func (o *DnnEasdfInfoItem) GetDnaiList() []string
- func (o *DnnEasdfInfoItem) GetDnaiListOk() ([]string, bool)
- func (o *DnnEasdfInfoItem) GetDnn() DnnSmfInfoItemDnn
- func (o *DnnEasdfInfoItem) GetDnnOk() (*DnnSmfInfoItemDnn, bool)
- func (o *DnnEasdfInfoItem) HasDnaiList() bool
- func (o DnnEasdfInfoItem) MarshalJSON() ([]byte, error)
- func (o *DnnEasdfInfoItem) SetDnaiList(v []string)
- func (o *DnnEasdfInfoItem) SetDnn(v DnnSmfInfoItemDnn)
- func (o DnnEasdfInfoItem) ToMap() (map[string]interface{}, error)
- type DnnInfoItem
- type DnnMbSmfInfoItem
- type DnnSmfInfoItem
- func (o *DnnSmfInfoItem) GetDnaiList() []DnnSmfInfoItemDnaiListInner
- func (o *DnnSmfInfoItem) GetDnaiListOk() ([]DnnSmfInfoItemDnaiListInner, bool)
- func (o *DnnSmfInfoItem) GetDnn() DnnSmfInfoItemDnn
- func (o *DnnSmfInfoItem) GetDnnOk() (*DnnSmfInfoItemDnn, bool)
- func (o *DnnSmfInfoItem) HasDnaiList() bool
- func (o DnnSmfInfoItem) MarshalJSON() ([]byte, error)
- func (o *DnnSmfInfoItem) SetDnaiList(v []DnnSmfInfoItemDnaiListInner)
- func (o *DnnSmfInfoItem) SetDnn(v DnnSmfInfoItemDnn)
- func (o DnnSmfInfoItem) ToMap() (map[string]interface{}, error)
- type DnnSmfInfoItemDnaiListInner
- type DnnSmfInfoItemDnn
- type DnnTsctsfInfoItem
- func (o *DnnTsctsfInfoItem) GetDnn() DnnSmfInfoItemDnn
- func (o *DnnTsctsfInfoItem) GetDnnOk() (*DnnSmfInfoItemDnn, bool)
- func (o DnnTsctsfInfoItem) MarshalJSON() ([]byte, error)
- func (o *DnnTsctsfInfoItem) SetDnn(v DnnSmfInfoItemDnn)
- func (o DnnTsctsfInfoItem) ToMap() (map[string]interface{}, error)
- type DnnUpfInfoItem
- func (o *DnnUpfInfoItem) GetDnaiList() []string
- func (o *DnnUpfInfoItem) GetDnaiListOk() ([]string, bool)
- func (o *DnnUpfInfoItem) GetDnaiNwInstanceList() map[string]string
- func (o *DnnUpfInfoItem) GetDnaiNwInstanceListOk() (*map[string]string, bool)
- func (o *DnnUpfInfoItem) GetDnn() string
- func (o *DnnUpfInfoItem) GetDnnOk() (*string, bool)
- func (o *DnnUpfInfoItem) GetIpv4AddressRanges() []Ipv4AddressRange
- func (o *DnnUpfInfoItem) GetIpv4AddressRangesOk() ([]Ipv4AddressRange, bool)
- func (o *DnnUpfInfoItem) GetIpv4IndexList() []IpIndex
- func (o *DnnUpfInfoItem) GetIpv4IndexListOk() ([]IpIndex, bool)
- func (o *DnnUpfInfoItem) GetIpv6IndexList() []IpIndex
- func (o *DnnUpfInfoItem) GetIpv6IndexListOk() ([]IpIndex, bool)
- func (o *DnnUpfInfoItem) GetIpv6PrefixRanges() []Ipv6PrefixRange
- func (o *DnnUpfInfoItem) GetIpv6PrefixRangesOk() ([]Ipv6PrefixRange, bool)
- func (o *DnnUpfInfoItem) GetNetworkInstance() string
- func (o *DnnUpfInfoItem) GetNetworkInstanceOk() (*string, bool)
- func (o *DnnUpfInfoItem) GetPduSessionTypes() []PduSessionType
- func (o *DnnUpfInfoItem) GetPduSessionTypesOk() ([]PduSessionType, bool)
- func (o *DnnUpfInfoItem) HasDnaiList() bool
- func (o *DnnUpfInfoItem) HasDnaiNwInstanceList() bool
- func (o *DnnUpfInfoItem) HasIpv4AddressRanges() bool
- func (o *DnnUpfInfoItem) HasIpv4IndexList() bool
- func (o *DnnUpfInfoItem) HasIpv6IndexList() bool
- func (o *DnnUpfInfoItem) HasIpv6PrefixRanges() bool
- func (o *DnnUpfInfoItem) HasNetworkInstance() bool
- func (o *DnnUpfInfoItem) HasPduSessionTypes() bool
- func (o DnnUpfInfoItem) MarshalJSON() ([]byte, error)
- func (o *DnnUpfInfoItem) SetDnaiList(v []string)
- func (o *DnnUpfInfoItem) SetDnaiNwInstanceList(v map[string]string)
- func (o *DnnUpfInfoItem) SetDnn(v string)
- func (o *DnnUpfInfoItem) SetIpv4AddressRanges(v []Ipv4AddressRange)
- func (o *DnnUpfInfoItem) SetIpv4IndexList(v []IpIndex)
- func (o *DnnUpfInfoItem) SetIpv6IndexList(v []IpIndex)
- func (o *DnnUpfInfoItem) SetIpv6PrefixRanges(v []Ipv6PrefixRange)
- func (o *DnnUpfInfoItem) SetNetworkInstance(v string)
- func (o *DnnUpfInfoItem) SetPduSessionTypes(v []PduSessionType)
- func (o DnnUpfInfoItem) ToMap() (map[string]interface{}, error)
- type EasdfInfo
- func (o *EasdfInfo) GetEasdfN6IpAddressList() []IpAddr
- func (o *EasdfInfo) GetEasdfN6IpAddressListOk() ([]IpAddr, bool)
- func (o *EasdfInfo) GetSNssaiEasdfInfoList() []SnssaiEasdfInfoItem
- func (o *EasdfInfo) GetSNssaiEasdfInfoListOk() ([]SnssaiEasdfInfoItem, bool)
- func (o *EasdfInfo) GetUpfN6IpAddressList() []IpAddr
- func (o *EasdfInfo) GetUpfN6IpAddressListOk() ([]IpAddr, bool)
- func (o *EasdfInfo) HasEasdfN6IpAddressList() bool
- func (o *EasdfInfo) HasSNssaiEasdfInfoList() bool
- func (o *EasdfInfo) HasUpfN6IpAddressList() bool
- func (o EasdfInfo) MarshalJSON() ([]byte, error)
- func (o *EasdfInfo) SetEasdfN6IpAddressList(v []IpAddr)
- func (o *EasdfInfo) SetSNssaiEasdfInfoList(v []SnssaiEasdfInfoItem)
- func (o *EasdfInfo) SetUpfN6IpAddressList(v []IpAddr)
- func (o EasdfInfo) ToMap() (map[string]interface{}, error)
- type EventId
- type ExtSnssai
- func (o *ExtSnssai) GetSdRanges() []SdRange
- func (o *ExtSnssai) GetSdRangesOk() ([]SdRange, bool)
- func (o *ExtSnssai) GetWildcardSd() bool
- func (o *ExtSnssai) GetWildcardSdOk() (*bool, bool)
- func (o *ExtSnssai) HasSdRanges() bool
- func (o *ExtSnssai) HasWildcardSd() bool
- func (o ExtSnssai) MarshalJSON() ([]byte, error)
- func (o *ExtSnssai) SetSdRanges(v []SdRange)
- func (o *ExtSnssai) SetWildcardSd(v bool)
- func (o ExtSnssai) ToMap() (map[string]interface{}, error)
- type ExternalClientType
- type GenericOpenAPIError
- type GmlcInfo
- func (o *GmlcInfo) GetGmlcNumbers() []string
- func (o *GmlcInfo) GetGmlcNumbersOk() ([]string, bool)
- func (o *GmlcInfo) GetServingClientTypes() []ExternalClientType
- func (o *GmlcInfo) GetServingClientTypesOk() ([]ExternalClientType, bool)
- func (o *GmlcInfo) HasGmlcNumbers() bool
- func (o *GmlcInfo) HasServingClientTypes() bool
- func (o GmlcInfo) MarshalJSON() ([]byte, error)
- func (o *GmlcInfo) SetGmlcNumbers(v []string)
- func (o *GmlcInfo) SetServingClientTypes(v []ExternalClientType)
- func (o GmlcInfo) ToMap() (map[string]interface{}, error)
- type Guami
- func (o *Guami) GetAmfId() string
- func (o *Guami) GetAmfIdOk() (*string, bool)
- func (o *Guami) GetPlmnId() PlmnIdNid
- func (o *Guami) GetPlmnIdOk() (*PlmnIdNid, bool)
- func (o Guami) MarshalJSON() ([]byte, error)
- func (o *Guami) SetAmfId(v string)
- func (o *Guami) SetPlmnId(v PlmnIdNid)
- func (o Guami) ToMap() (map[string]interface{}, error)
- type GuamiListCond
- type HssInfo
- func (o *HssInfo) GetAdditionalDiamAddresses() []NetworkNodeDiameterAddress
- func (o *HssInfo) GetAdditionalDiamAddressesOk() ([]NetworkNodeDiameterAddress, bool)
- func (o *HssInfo) GetExternalGroupIdentifiersRanges() []IdentityRange
- func (o *HssInfo) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)
- func (o *HssInfo) GetGroupId() string
- func (o *HssInfo) GetGroupIdOk() (*string, bool)
- func (o *HssInfo) GetHssDiameterAddress() NetworkNodeDiameterAddress
- func (o *HssInfo) GetHssDiameterAddressOk() (*NetworkNodeDiameterAddress, bool)
- func (o *HssInfo) GetImsPrivateIdentityRanges() []IdentityRange
- func (o *HssInfo) GetImsPrivateIdentityRangesOk() ([]IdentityRange, bool)
- func (o *HssInfo) GetImsPublicIdentityRanges() []IdentityRange
- func (o *HssInfo) GetImsPublicIdentityRangesOk() ([]IdentityRange, bool)
- func (o *HssInfo) GetImsiRanges() []ImsiRange
- func (o *HssInfo) GetImsiRangesOk() ([]ImsiRange, bool)
- func (o *HssInfo) GetMsisdnRanges() []IdentityRange
- func (o *HssInfo) GetMsisdnRangesOk() ([]IdentityRange, bool)
- func (o *HssInfo) HasAdditionalDiamAddresses() bool
- func (o *HssInfo) HasExternalGroupIdentifiersRanges() bool
- func (o *HssInfo) HasGroupId() bool
- func (o *HssInfo) HasHssDiameterAddress() bool
- func (o *HssInfo) HasImsPrivateIdentityRanges() bool
- func (o *HssInfo) HasImsPublicIdentityRanges() bool
- func (o *HssInfo) HasImsiRanges() bool
- func (o *HssInfo) HasMsisdnRanges() bool
- func (o HssInfo) MarshalJSON() ([]byte, error)
- func (o *HssInfo) SetAdditionalDiamAddresses(v []NetworkNodeDiameterAddress)
- func (o *HssInfo) SetExternalGroupIdentifiersRanges(v []IdentityRange)
- func (o *HssInfo) SetGroupId(v string)
- func (o *HssInfo) SetHssDiameterAddress(v NetworkNodeDiameterAddress)
- func (o *HssInfo) SetImsPrivateIdentityRanges(v []IdentityRange)
- func (o *HssInfo) SetImsPublicIdentityRanges(v []IdentityRange)
- func (o *HssInfo) SetImsiRanges(v []ImsiRange)
- func (o *HssInfo) SetMsisdnRanges(v []IdentityRange)
- func (o HssInfo) ToMap() (map[string]interface{}, error)
- type IdentityRange
- type ImsiRange
- type InterfaceUpfInfoItem
- type InternalGroupIdRange
- 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)
- type IpAddr
- 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 IpIndex
- type IpReachability
- type Ipv4AddressRange
- func (o *Ipv4AddressRange) GetEnd() string
- func (o *Ipv4AddressRange) GetEndOk() (*string, bool)
- func (o *Ipv4AddressRange) GetStart() string
- func (o *Ipv4AddressRange) GetStartOk() (*string, bool)
- func (o *Ipv4AddressRange) HasEnd() bool
- func (o *Ipv4AddressRange) HasStart() bool
- func (o Ipv4AddressRange) MarshalJSON() ([]byte, error)
- func (o *Ipv4AddressRange) SetEnd(v string)
- func (o *Ipv4AddressRange) SetStart(v string)
- func (o Ipv4AddressRange) ToMap() (map[string]interface{}, error)
- type Ipv6Addr
- type Ipv6Prefix
- type Ipv6PrefixRange
- func (o *Ipv6PrefixRange) GetEnd() Ipv6Prefix
- func (o *Ipv6PrefixRange) GetEndOk() (*Ipv6Prefix, bool)
- func (o *Ipv6PrefixRange) GetStart() Ipv6Prefix
- func (o *Ipv6PrefixRange) GetStartOk() (*Ipv6Prefix, bool)
- func (o *Ipv6PrefixRange) HasEnd() bool
- func (o *Ipv6PrefixRange) HasStart() bool
- func (o Ipv6PrefixRange) MarshalJSON() ([]byte, error)
- func (o *Ipv6PrefixRange) SetEnd(v Ipv6Prefix)
- func (o *Ipv6PrefixRange) SetStart(v Ipv6Prefix)
- func (o Ipv6PrefixRange) ToMap() (map[string]interface{}, error)
- type IwmscInfo
- func (o *IwmscInfo) GetMsisdnRanges() []IdentityRange
- func (o *IwmscInfo) GetMsisdnRangesOk() ([]IdentityRange, bool)
- func (o *IwmscInfo) GetScNumber() string
- func (o *IwmscInfo) GetScNumberOk() (*string, bool)
- func (o *IwmscInfo) GetSupiRanges() []SupiRange
- func (o *IwmscInfo) GetSupiRangesOk() ([]SupiRange, bool)
- func (o *IwmscInfo) GetTaiRangeList() []TaiRange
- func (o *IwmscInfo) GetTaiRangeListOk() ([]TaiRange, bool)
- func (o *IwmscInfo) HasMsisdnRanges() bool
- func (o *IwmscInfo) HasScNumber() bool
- func (o *IwmscInfo) HasSupiRanges() bool
- func (o *IwmscInfo) HasTaiRangeList() bool
- func (o IwmscInfo) MarshalJSON() ([]byte, error)
- func (o *IwmscInfo) SetMsisdnRanges(v []IdentityRange)
- func (o *IwmscInfo) SetScNumber(v string)
- func (o *IwmscInfo) SetSupiRanges(v []SupiRange)
- func (o *IwmscInfo) SetTaiRangeList(v []TaiRange)
- func (o IwmscInfo) ToMap() (map[string]interface{}, error)
- type Link
- type LinksValueSchema
- type LmfInfo
- func (o *LmfInfo) GetLmfId() string
- func (o *LmfInfo) GetLmfIdOk() (*string, bool)
- func (o *LmfInfo) GetServingAccessTypes() []AccessType
- func (o *LmfInfo) GetServingAccessTypesOk() ([]AccessType, bool)
- func (o *LmfInfo) GetServingAnNodeTypes() []AnNodeType
- func (o *LmfInfo) GetServingAnNodeTypesOk() ([]AnNodeType, bool)
- func (o *LmfInfo) GetServingClientTypes() []ExternalClientType
- func (o *LmfInfo) GetServingClientTypesOk() ([]ExternalClientType, bool)
- func (o *LmfInfo) GetServingRatTypes() []RatType
- func (o *LmfInfo) GetServingRatTypesOk() ([]RatType, bool)
- func (o *LmfInfo) GetSupportedGADShapes() []SupportedGADShapes
- func (o *LmfInfo) GetSupportedGADShapesOk() ([]SupportedGADShapes, bool)
- func (o *LmfInfo) GetTaiList() []Tai
- func (o *LmfInfo) GetTaiListOk() ([]Tai, bool)
- func (o *LmfInfo) GetTaiRangeList() []TaiRange
- func (o *LmfInfo) GetTaiRangeListOk() ([]TaiRange, bool)
- func (o *LmfInfo) HasLmfId() bool
- func (o *LmfInfo) HasServingAccessTypes() bool
- func (o *LmfInfo) HasServingAnNodeTypes() bool
- func (o *LmfInfo) HasServingClientTypes() bool
- func (o *LmfInfo) HasServingRatTypes() bool
- func (o *LmfInfo) HasSupportedGADShapes() bool
- func (o *LmfInfo) HasTaiList() bool
- func (o *LmfInfo) HasTaiRangeList() bool
- func (o LmfInfo) MarshalJSON() ([]byte, error)
- func (o *LmfInfo) SetLmfId(v string)
- func (o *LmfInfo) SetServingAccessTypes(v []AccessType)
- func (o *LmfInfo) SetServingAnNodeTypes(v []AnNodeType)
- func (o *LmfInfo) SetServingClientTypes(v []ExternalClientType)
- func (o *LmfInfo) SetServingRatTypes(v []RatType)
- func (o *LmfInfo) SetSupportedGADShapes(v []SupportedGADShapes)
- func (o *LmfInfo) SetTaiList(v []Tai)
- func (o *LmfInfo) SetTaiRangeList(v []TaiRange)
- func (o LmfInfo) ToMap() (map[string]interface{}, error)
- type LocalityDescription
- func (o *LocalityDescription) GetAddlLocDescrItems() []LocalityDescriptionItem
- func (o *LocalityDescription) GetAddlLocDescrItemsOk() ([]LocalityDescriptionItem, bool)
- func (o *LocalityDescription) GetLocalityType() LocalityType
- func (o *LocalityDescription) GetLocalityTypeOk() (*LocalityType, bool)
- func (o *LocalityDescription) GetLocalityValue() string
- func (o *LocalityDescription) GetLocalityValueOk() (*string, bool)
- func (o *LocalityDescription) HasAddlLocDescrItems() bool
- func (o LocalityDescription) MarshalJSON() ([]byte, error)
- func (o *LocalityDescription) SetAddlLocDescrItems(v []LocalityDescriptionItem)
- func (o *LocalityDescription) SetLocalityType(v LocalityType)
- func (o *LocalityDescription) SetLocalityValue(v string)
- func (o LocalityDescription) ToMap() (map[string]interface{}, error)
- type LocalityDescriptionItem
- func (o *LocalityDescriptionItem) GetLocalityType() LocalityType
- func (o *LocalityDescriptionItem) GetLocalityTypeOk() (*LocalityType, bool)
- func (o *LocalityDescriptionItem) GetLocalityValue() string
- func (o *LocalityDescriptionItem) GetLocalityValueOk() (*string, bool)
- func (o LocalityDescriptionItem) MarshalJSON() ([]byte, error)
- func (o *LocalityDescriptionItem) SetLocalityType(v LocalityType)
- func (o *LocalityDescriptionItem) SetLocalityValue(v string)
- func (o LocalityDescriptionItem) ToMap() (map[string]interface{}, error)
- type LocalityType
- type MappedNullable
- type MbSmfInfo
- func (o *MbSmfInfo) GetMbsSessionList() map[string]MbsSession
- func (o *MbSmfInfo) GetMbsSessionListOk() (*map[string]MbsSession, bool)
- func (o *MbSmfInfo) GetSNssaiInfoList() map[string]SnssaiMbSmfInfoItem
- func (o *MbSmfInfo) GetSNssaiInfoListOk() (*map[string]SnssaiMbSmfInfoItem, bool)
- func (o *MbSmfInfo) GetTaiList() []Tai
- func (o *MbSmfInfo) GetTaiListOk() ([]Tai, bool)
- func (o *MbSmfInfo) GetTaiRangeList() []TaiRange
- func (o *MbSmfInfo) GetTaiRangeListOk() ([]TaiRange, bool)
- func (o *MbSmfInfo) GetTmgiRangeList() map[string]TmgiRange
- func (o *MbSmfInfo) GetTmgiRangeListOk() (*map[string]TmgiRange, bool)
- func (o *MbSmfInfo) HasMbsSessionList() bool
- func (o *MbSmfInfo) HasSNssaiInfoList() bool
- func (o *MbSmfInfo) HasTaiList() bool
- func (o *MbSmfInfo) HasTaiRangeList() bool
- func (o *MbSmfInfo) HasTmgiRangeList() bool
- func (o MbSmfInfo) MarshalJSON() ([]byte, error)
- func (o *MbSmfInfo) SetMbsSessionList(v map[string]MbsSession)
- func (o *MbSmfInfo) SetSNssaiInfoList(v map[string]SnssaiMbSmfInfoItem)
- func (o *MbSmfInfo) SetTaiList(v []Tai)
- func (o *MbSmfInfo) SetTaiRangeList(v []TaiRange)
- func (o *MbSmfInfo) SetTmgiRangeList(v map[string]TmgiRange)
- func (o MbSmfInfo) ToMap() (map[string]interface{}, error)
- type MbUpfInfo
- func (o *MbUpfInfo) GetInterfaceMbUpfInfoList() []InterfaceUpfInfoItem
- func (o *MbUpfInfo) GetInterfaceMbUpfInfoListOk() ([]InterfaceUpfInfoItem, bool)
- func (o *MbUpfInfo) GetMbSmfServingArea() []string
- func (o *MbUpfInfo) GetMbSmfServingAreaOk() ([]string, bool)
- func (o *MbUpfInfo) GetPriority() int32
- func (o *MbUpfInfo) GetPriorityOk() (*int32, bool)
- func (o *MbUpfInfo) GetSNssaiMbUpfInfoList() []SnssaiUpfInfoItem
- func (o *MbUpfInfo) GetSNssaiMbUpfInfoListOk() ([]SnssaiUpfInfoItem, bool)
- func (o *MbUpfInfo) GetSupportedPfcpFeatures() string
- func (o *MbUpfInfo) GetSupportedPfcpFeaturesOk() (*string, bool)
- func (o *MbUpfInfo) GetTaiList() []Tai
- func (o *MbUpfInfo) GetTaiListOk() ([]Tai, bool)
- func (o *MbUpfInfo) GetTaiRangeList() []TaiRange
- func (o *MbUpfInfo) GetTaiRangeListOk() ([]TaiRange, bool)
- func (o *MbUpfInfo) HasInterfaceMbUpfInfoList() bool
- func (o *MbUpfInfo) HasMbSmfServingArea() bool
- func (o *MbUpfInfo) HasPriority() bool
- func (o *MbUpfInfo) HasSupportedPfcpFeatures() bool
- func (o *MbUpfInfo) HasTaiList() bool
- func (o *MbUpfInfo) HasTaiRangeList() bool
- func (o MbUpfInfo) MarshalJSON() ([]byte, error)
- func (o *MbUpfInfo) SetInterfaceMbUpfInfoList(v []InterfaceUpfInfoItem)
- func (o *MbUpfInfo) SetMbSmfServingArea(v []string)
- func (o *MbUpfInfo) SetPriority(v int32)
- func (o *MbUpfInfo) SetSNssaiMbUpfInfoList(v []SnssaiUpfInfoItem)
- func (o *MbUpfInfo) SetSupportedPfcpFeatures(v string)
- func (o *MbUpfInfo) SetTaiList(v []Tai)
- func (o *MbUpfInfo) SetTaiRangeList(v []TaiRange)
- func (o MbUpfInfo) ToMap() (map[string]interface{}, error)
- type MbsServiceArea
- type MbsServiceAreaInfo
- func (o *MbsServiceAreaInfo) GetAreaSessionId() int32
- func (o *MbsServiceAreaInfo) GetAreaSessionIdOk() (*int32, bool)
- func (o *MbsServiceAreaInfo) GetMbsServiceArea() MbsServiceArea
- func (o *MbsServiceAreaInfo) GetMbsServiceAreaOk() (*MbsServiceArea, bool)
- func (o MbsServiceAreaInfo) MarshalJSON() ([]byte, error)
- func (o *MbsServiceAreaInfo) SetAreaSessionId(v int32)
- func (o *MbsServiceAreaInfo) SetMbsServiceArea(v MbsServiceArea)
- func (o MbsServiceAreaInfo) ToMap() (map[string]interface{}, error)
- type MbsSession
- func (o *MbsSession) GetMbsAreaSessions() map[string]MbsServiceAreaInfo
- func (o *MbsSession) GetMbsAreaSessionsOk() (*map[string]MbsServiceAreaInfo, bool)
- func (o *MbsSession) GetMbsSessionId() MbsSessionId
- func (o *MbsSession) GetMbsSessionIdOk() (*MbsSessionId, bool)
- func (o *MbsSession) HasMbsAreaSessions() bool
- func (o MbsSession) MarshalJSON() ([]byte, error)
- func (o *MbsSession) SetMbsAreaSessions(v map[string]MbsServiceAreaInfo)
- func (o *MbsSession) SetMbsSessionId(v MbsSessionId)
- func (o MbsSession) ToMap() (map[string]interface{}, error)
- type MbsSessionId
- type MfafInfo
- func (o *MfafInfo) GetServingNfSetIdList() []string
- func (o *MfafInfo) GetServingNfSetIdListOk() ([]string, bool)
- func (o *MfafInfo) GetServingNfTypeList() []NFType
- func (o *MfafInfo) GetServingNfTypeListOk() ([]NFType, bool)
- func (o *MfafInfo) GetTaiList() []Tai
- func (o *MfafInfo) GetTaiListOk() ([]Tai, bool)
- func (o *MfafInfo) GetTaiRangeList() []TaiRange
- func (o *MfafInfo) GetTaiRangeListOk() ([]TaiRange, bool)
- func (o *MfafInfo) HasServingNfSetIdList() bool
- func (o *MfafInfo) HasServingNfTypeList() bool
- func (o *MfafInfo) HasTaiList() bool
- func (o *MfafInfo) HasTaiRangeList() bool
- func (o MfafInfo) MarshalJSON() ([]byte, error)
- func (o *MfafInfo) SetServingNfSetIdList(v []string)
- func (o *MfafInfo) SetServingNfTypeList(v []NFType)
- func (o *MfafInfo) SetTaiList(v []Tai)
- func (o *MfafInfo) SetTaiRangeList(v []TaiRange)
- func (o MfafInfo) ToMap() (map[string]interface{}, error)
- type MlAnalyticsInfo
- func (o *MlAnalyticsInfo) GetMlAnalyticsIds() []NwdafEvent
- func (o *MlAnalyticsInfo) GetMlAnalyticsIdsOk() ([]NwdafEvent, bool)
- func (o *MlAnalyticsInfo) GetSnssaiList() []Snssai
- func (o *MlAnalyticsInfo) GetSnssaiListOk() ([]Snssai, bool)
- func (o *MlAnalyticsInfo) GetTrackingAreaList() []Tai
- func (o *MlAnalyticsInfo) GetTrackingAreaListOk() ([]Tai, bool)
- func (o *MlAnalyticsInfo) HasMlAnalyticsIds() bool
- func (o *MlAnalyticsInfo) HasSnssaiList() bool
- func (o *MlAnalyticsInfo) HasTrackingAreaList() bool
- func (o MlAnalyticsInfo) MarshalJSON() ([]byte, error)
- func (o *MlAnalyticsInfo) SetMlAnalyticsIds(v []NwdafEvent)
- func (o *MlAnalyticsInfo) SetSnssaiList(v []Snssai)
- func (o *MlAnalyticsInfo) SetTrackingAreaList(v []Tai)
- func (o MlAnalyticsInfo) ToMap() (map[string]interface{}, error)
- type MnpfInfo
- type Model5GDdnmfInfo
- type N1MessageClass
- type N2InformationClass
- type N2InterfaceAmfInfo
- type N32Purpose
- type NFInstanceIDDocumentApiService
- func (a *NFInstanceIDDocumentApiService) DeregisterNFInstance(ctx context.Context, nfInstanceID string) ApiDeregisterNFInstanceRequest
- func (a *NFInstanceIDDocumentApiService) DeregisterNFInstanceExecute(r ApiDeregisterNFInstanceRequest) (*http.Response, error)
- func (a *NFInstanceIDDocumentApiService) GetNFInstance(ctx context.Context, nfInstanceID string) ApiGetNFInstanceRequest
- func (a *NFInstanceIDDocumentApiService) GetNFInstanceExecute(r ApiGetNFInstanceRequest) (*NFProfile, *http.Response, error)
- func (a *NFInstanceIDDocumentApiService) RegisterNFInstance(ctx context.Context, nfInstanceID string) ApiRegisterNFInstanceRequest
- func (a *NFInstanceIDDocumentApiService) RegisterNFInstanceExecute(r ApiRegisterNFInstanceRequest) (*NFProfile, *http.Response, error)
- func (a *NFInstanceIDDocumentApiService) UpdateNFInstance(ctx context.Context, nfInstanceID string) ApiUpdateNFInstanceRequest
- func (a *NFInstanceIDDocumentApiService) UpdateNFInstanceExecute(r ApiUpdateNFInstanceRequest) (*NFProfile, *http.Response, error)
- type NFInstancesStoreApiService
- func (a *NFInstancesStoreApiService) GetNFInstances(ctx context.Context) ApiGetNFInstancesRequest
- func (a *NFInstancesStoreApiService) GetNFInstancesExecute(r ApiGetNFInstancesRequest) (*UriList, *http.Response, error)
- func (a *NFInstancesStoreApiService) OptionsNFInstances(ctx context.Context) ApiOptionsNFInstancesRequest
- func (a *NFInstancesStoreApiService) OptionsNFInstancesExecute(r ApiOptionsNFInstancesRequest) (*OptionsResponse, *http.Response, error)
- type NFProfile
- type NFService
- func (o *NFService) GetAllowedNfDomains() []string
- func (o *NFService) GetAllowedNfDomainsOk() ([]string, bool)
- func (o *NFService) GetAllowedNfTypes() []NFType
- func (o *NFService) GetAllowedNfTypesOk() ([]NFType, bool)
- func (o *NFService) GetAllowedNssais() []ExtSnssai
- func (o *NFService) GetAllowedNssaisOk() ([]ExtSnssai, bool)
- func (o *NFService) GetAllowedOperationsPerNfInstance() map[string][]string
- func (o *NFService) GetAllowedOperationsPerNfInstanceOk() (*map[string][]string, bool)
- func (o *NFService) GetAllowedOperationsPerNfInstanceOverrides() bool
- func (o *NFService) GetAllowedOperationsPerNfInstanceOverridesOk() (*bool, bool)
- func (o *NFService) GetAllowedOperationsPerNfType() map[string][]string
- func (o *NFService) GetAllowedOperationsPerNfTypeOk() (*map[string][]string, bool)
- func (o *NFService) GetAllowedPlmns() []PlmnId
- func (o *NFService) GetAllowedPlmnsOk() ([]PlmnId, bool)
- func (o *NFService) GetAllowedSnpns() []PlmnIdNid
- func (o *NFService) GetAllowedSnpnsOk() ([]PlmnIdNid, bool)
- func (o *NFService) GetApiPrefix() string
- func (o *NFService) GetApiPrefixOk() (*string, bool)
- func (o *NFService) GetCapacity() int32
- func (o *NFService) GetCapacityOk() (*int32, bool)
- func (o *NFService) GetDefaultNotificationSubscriptions() []DefaultNotificationSubscription
- func (o *NFService) GetDefaultNotificationSubscriptionsOk() ([]DefaultNotificationSubscription, bool)
- func (o *NFService) GetFqdn() string
- func (o *NFService) GetFqdnOk() (*string, bool)
- func (o *NFService) GetInterPlmnFqdn() string
- func (o *NFService) GetInterPlmnFqdnOk() (*string, bool)
- func (o *NFService) GetIpEndPoints() []IpEndPoint
- func (o *NFService) GetIpEndPointsOk() ([]IpEndPoint, bool)
- func (o *NFService) GetLoad() int32
- func (o *NFService) GetLoadOk() (*int32, bool)
- func (o *NFService) GetLoadTimeStamp() time.Time
- func (o *NFService) GetLoadTimeStampOk() (*time.Time, bool)
- func (o *NFService) GetNfServiceSetIdList() []string
- func (o *NFService) GetNfServiceSetIdListOk() ([]string, bool)
- func (o *NFService) GetNfServiceStatus() NFServiceStatus
- func (o *NFService) GetNfServiceStatusOk() (*NFServiceStatus, bool)
- func (o *NFService) GetOauth2Required() bool
- func (o *NFService) GetOauth2RequiredOk() (*bool, bool)
- func (o *NFService) GetPerPlmnOauth2ReqList() PlmnOauth2
- func (o *NFService) GetPerPlmnOauth2ReqListOk() (*PlmnOauth2, bool)
- func (o *NFService) GetPerPlmnSnssaiList() []PlmnSnssai
- func (o *NFService) GetPerPlmnSnssaiListOk() ([]PlmnSnssai, bool)
- func (o *NFService) GetPriority() int32
- func (o *NFService) GetPriorityOk() (*int32, bool)
- func (o *NFService) GetRecoveryTime() time.Time
- func (o *NFService) GetRecoveryTimeOk() (*time.Time, bool)
- func (o *NFService) GetSNssais() []ExtSnssai
- func (o *NFService) GetSNssaisOk() ([]ExtSnssai, bool)
- func (o *NFService) GetScheme() UriScheme
- func (o *NFService) GetSchemeOk() (*UriScheme, bool)
- func (o *NFService) GetServiceInstanceId() string
- func (o *NFService) GetServiceInstanceIdOk() (*string, bool)
- func (o *NFService) GetServiceName() ServiceName
- func (o *NFService) GetServiceNameOk() (*ServiceName, bool)
- func (o *NFService) GetSupportedFeatures() string
- func (o *NFService) GetSupportedFeaturesOk() (*string, bool)
- func (o *NFService) GetSupportedVendorSpecificFeatures() map[string][]VendorSpecificFeature
- func (o *NFService) GetSupportedVendorSpecificFeaturesOk() (*map[string][]VendorSpecificFeature, bool)
- func (o *NFService) GetVendorId() string
- func (o *NFService) GetVendorIdOk() (*string, bool)
- func (o *NFService) GetVersions() []NFServiceVersion
- func (o *NFService) GetVersionsOk() ([]NFServiceVersion, bool)
- func (o *NFService) HasAllowedNfDomains() bool
- func (o *NFService) HasAllowedNfTypes() bool
- func (o *NFService) HasAllowedNssais() bool
- func (o *NFService) HasAllowedOperationsPerNfInstance() bool
- func (o *NFService) HasAllowedOperationsPerNfInstanceOverrides() bool
- func (o *NFService) HasAllowedOperationsPerNfType() bool
- func (o *NFService) HasAllowedPlmns() bool
- func (o *NFService) HasAllowedSnpns() bool
- func (o *NFService) HasApiPrefix() bool
- func (o *NFService) HasCapacity() bool
- func (o *NFService) HasDefaultNotificationSubscriptions() bool
- func (o *NFService) HasFqdn() bool
- func (o *NFService) HasInterPlmnFqdn() bool
- func (o *NFService) HasIpEndPoints() bool
- func (o *NFService) HasLoad() bool
- func (o *NFService) HasLoadTimeStamp() bool
- func (o *NFService) HasNfServiceSetIdList() bool
- func (o *NFService) HasOauth2Required() bool
- func (o *NFService) HasPerPlmnOauth2ReqList() bool
- func (o *NFService) HasPerPlmnSnssaiList() bool
- func (o *NFService) HasPriority() bool
- func (o *NFService) HasRecoveryTime() bool
- func (o *NFService) HasSNssais() bool
- func (o *NFService) HasSupportedFeatures() bool
- func (o *NFService) HasSupportedVendorSpecificFeatures() bool
- func (o *NFService) HasVendorId() bool
- func (o NFService) MarshalJSON() ([]byte, error)
- func (o *NFService) SetAllowedNfDomains(v []string)
- func (o *NFService) SetAllowedNfTypes(v []NFType)
- func (o *NFService) SetAllowedNssais(v []ExtSnssai)
- func (o *NFService) SetAllowedOperationsPerNfInstance(v map[string][]string)
- func (o *NFService) SetAllowedOperationsPerNfInstanceOverrides(v bool)
- func (o *NFService) SetAllowedOperationsPerNfType(v map[string][]string)
- func (o *NFService) SetAllowedPlmns(v []PlmnId)
- func (o *NFService) SetAllowedSnpns(v []PlmnIdNid)
- func (o *NFService) SetApiPrefix(v string)
- func (o *NFService) SetCapacity(v int32)
- func (o *NFService) SetDefaultNotificationSubscriptions(v []DefaultNotificationSubscription)
- func (o *NFService) SetFqdn(v string)
- func (o *NFService) SetInterPlmnFqdn(v string)
- func (o *NFService) SetIpEndPoints(v []IpEndPoint)
- func (o *NFService) SetLoad(v int32)
- func (o *NFService) SetLoadTimeStamp(v time.Time)
- func (o *NFService) SetNfServiceSetIdList(v []string)
- func (o *NFService) SetNfServiceStatus(v NFServiceStatus)
- func (o *NFService) SetOauth2Required(v bool)
- func (o *NFService) SetPerPlmnOauth2ReqList(v PlmnOauth2)
- func (o *NFService) SetPerPlmnSnssaiList(v []PlmnSnssai)
- func (o *NFService) SetPriority(v int32)
- func (o *NFService) SetRecoveryTime(v time.Time)
- func (o *NFService) SetSNssais(v []ExtSnssai)
- func (o *NFService) SetScheme(v UriScheme)
- func (o *NFService) SetServiceInstanceId(v string)
- func (o *NFService) SetServiceName(v ServiceName)
- func (o *NFService) SetSupportedFeatures(v string)
- func (o *NFService) SetSupportedVendorSpecificFeatures(v map[string][]VendorSpecificFeature)
- func (o *NFService) SetVendorId(v string)
- func (o *NFService) SetVersions(v []NFServiceVersion)
- func (o NFService) ToMap() (map[string]interface{}, error)
- type NFServiceStatus
- type NFServiceVersion
- func (o *NFServiceVersion) GetApiFullVersion() string
- func (o *NFServiceVersion) GetApiFullVersionOk() (*string, bool)
- func (o *NFServiceVersion) GetApiVersionInUri() string
- func (o *NFServiceVersion) GetApiVersionInUriOk() (*string, bool)
- func (o *NFServiceVersion) GetExpiry() time.Time
- func (o *NFServiceVersion) GetExpiryOk() (*time.Time, bool)
- func (o *NFServiceVersion) HasExpiry() bool
- func (o NFServiceVersion) MarshalJSON() ([]byte, error)
- func (o *NFServiceVersion) SetApiFullVersion(v string)
- func (o *NFServiceVersion) SetApiVersionInUri(v string)
- func (o *NFServiceVersion) SetExpiry(v time.Time)
- func (o NFServiceVersion) ToMap() (map[string]interface{}, error)
- type NFStatus
- type NFType
- type Ncgi
- func (o *Ncgi) GetNid() string
- func (o *Ncgi) GetNidOk() (*string, bool)
- func (o *Ncgi) GetNrCellId() string
- func (o *Ncgi) GetNrCellIdOk() (*string, bool)
- func (o *Ncgi) GetPlmnId() PlmnId
- func (o *Ncgi) GetPlmnIdOk() (*PlmnId, bool)
- func (o *Ncgi) HasNid() bool
- func (o Ncgi) MarshalJSON() ([]byte, error)
- func (o *Ncgi) SetNid(v string)
- func (o *Ncgi) SetNrCellId(v string)
- func (o *Ncgi) SetPlmnId(v PlmnId)
- func (o Ncgi) ToMap() (map[string]interface{}, error)
- type NcgiTai
- func (o *NcgiTai) GetCellList() []Ncgi
- func (o *NcgiTai) GetCellListOk() ([]Ncgi, bool)
- func (o *NcgiTai) GetTai() Tai
- func (o *NcgiTai) GetTaiOk() (*Tai, bool)
- func (o NcgiTai) MarshalJSON() ([]byte, error)
- func (o *NcgiTai) SetCellList(v []Ncgi)
- func (o *NcgiTai) SetTai(v Tai)
- func (o NcgiTai) ToMap() (map[string]interface{}, error)
- type NefCond
- func (o *NefCond) GetAfEvents() []AfEvent
- func (o *NefCond) GetAfEventsOk() ([]AfEvent, bool)
- func (o *NefCond) GetConditionType() string
- func (o *NefCond) GetConditionTypeOk() (*string, bool)
- func (o *NefCond) GetExternalGroupIdentifiersRanges() []IdentityRange
- func (o *NefCond) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)
- func (o *NefCond) GetGpsiRanges() []IdentityRange
- func (o *NefCond) GetGpsiRangesOk() ([]IdentityRange, bool)
- func (o *NefCond) GetPfdData() PfdData
- func (o *NefCond) GetPfdDataOk() (*PfdData, bool)
- func (o *NefCond) GetServedFqdnList() []string
- func (o *NefCond) GetServedFqdnListOk() ([]string, bool)
- func (o *NefCond) GetSnssaiList() []Snssai
- func (o *NefCond) GetSnssaiListOk() ([]Snssai, bool)
- func (o *NefCond) HasAfEvents() bool
- func (o *NefCond) HasExternalGroupIdentifiersRanges() bool
- func (o *NefCond) HasGpsiRanges() bool
- func (o *NefCond) HasPfdData() bool
- func (o *NefCond) HasServedFqdnList() bool
- func (o *NefCond) HasSnssaiList() bool
- func (o NefCond) MarshalJSON() ([]byte, error)
- func (o *NefCond) SetAfEvents(v []AfEvent)
- func (o *NefCond) SetConditionType(v string)
- func (o *NefCond) SetExternalGroupIdentifiersRanges(v []IdentityRange)
- func (o *NefCond) SetGpsiRanges(v []IdentityRange)
- func (o *NefCond) SetPfdData(v PfdData)
- func (o *NefCond) SetServedFqdnList(v []string)
- func (o *NefCond) SetSnssaiList(v []Snssai)
- func (o NefCond) ToMap() (map[string]interface{}, error)
- type NefInfo
- func (o *NefInfo) GetAfEeData() AfEventExposureData
- func (o *NefInfo) GetAfEeDataOk() (*AfEventExposureData, bool)
- func (o *NefInfo) GetDnaiList() []string
- func (o *NefInfo) GetDnaiListOk() ([]string, bool)
- func (o *NefInfo) GetExternalGroupIdentifiersRanges() []IdentityRange
- func (o *NefInfo) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)
- func (o *NefInfo) GetGpsiRanges() []IdentityRange
- func (o *NefInfo) GetGpsiRangesOk() ([]IdentityRange, bool)
- func (o *NefInfo) GetNefId() string
- func (o *NefInfo) GetNefIdOk() (*string, bool)
- func (o *NefInfo) GetPfdData() PfdData
- func (o *NefInfo) GetPfdDataOk() (*PfdData, bool)
- func (o *NefInfo) GetServedFqdnList() []string
- func (o *NefInfo) GetServedFqdnListOk() ([]string, bool)
- func (o *NefInfo) GetTaiList() []Tai
- func (o *NefInfo) GetTaiListOk() ([]Tai, bool)
- func (o *NefInfo) GetTaiRangeList() []TaiRange
- func (o *NefInfo) GetTaiRangeListOk() ([]TaiRange, bool)
- func (o *NefInfo) GetUasNfFunctionalityInd() bool
- func (o *NefInfo) GetUasNfFunctionalityIndOk() (*bool, bool)
- func (o *NefInfo) GetUnTrustAfInfoList() []UnTrustAfInfo
- func (o *NefInfo) GetUnTrustAfInfoListOk() ([]UnTrustAfInfo, bool)
- func (o *NefInfo) HasAfEeData() bool
- func (o *NefInfo) HasDnaiList() bool
- func (o *NefInfo) HasExternalGroupIdentifiersRanges() bool
- func (o *NefInfo) HasGpsiRanges() bool
- func (o *NefInfo) HasNefId() bool
- func (o *NefInfo) HasPfdData() bool
- func (o *NefInfo) HasServedFqdnList() bool
- func (o *NefInfo) HasTaiList() bool
- func (o *NefInfo) HasTaiRangeList() bool
- func (o *NefInfo) HasUasNfFunctionalityInd() bool
- func (o *NefInfo) HasUnTrustAfInfoList() bool
- func (o NefInfo) MarshalJSON() ([]byte, error)
- func (o *NefInfo) SetAfEeData(v AfEventExposureData)
- func (o *NefInfo) SetDnaiList(v []string)
- func (o *NefInfo) SetExternalGroupIdentifiersRanges(v []IdentityRange)
- func (o *NefInfo) SetGpsiRanges(v []IdentityRange)
- func (o *NefInfo) SetNefId(v string)
- func (o *NefInfo) SetPfdData(v PfdData)
- func (o *NefInfo) SetServedFqdnList(v []string)
- func (o *NefInfo) SetTaiList(v []Tai)
- func (o *NefInfo) SetTaiRangeList(v []TaiRange)
- func (o *NefInfo) SetUasNfFunctionalityInd(v bool)
- func (o *NefInfo) SetUnTrustAfInfoList(v []UnTrustAfInfo)
- func (o NefInfo) ToMap() (map[string]interface{}, error)
- type NetworkNodeDiameterAddress
- func (o *NetworkNodeDiameterAddress) GetName() string
- func (o *NetworkNodeDiameterAddress) GetNameOk() (*string, bool)
- func (o *NetworkNodeDiameterAddress) GetRealm() string
- func (o *NetworkNodeDiameterAddress) GetRealmOk() (*string, bool)
- func (o NetworkNodeDiameterAddress) MarshalJSON() ([]byte, error)
- func (o *NetworkNodeDiameterAddress) SetName(v string)
- func (o *NetworkNodeDiameterAddress) SetRealm(v string)
- func (o NetworkNodeDiameterAddress) ToMap() (map[string]interface{}, error)
- type NetworkSliceCond
- func (o *NetworkSliceCond) GetNsiList() []string
- func (o *NetworkSliceCond) GetNsiListOk() ([]string, bool)
- func (o *NetworkSliceCond) GetSnssaiList() []Snssai
- func (o *NetworkSliceCond) GetSnssaiListOk() ([]Snssai, bool)
- func (o *NetworkSliceCond) HasNsiList() bool
- func (o NetworkSliceCond) MarshalJSON() ([]byte, error)
- func (o *NetworkSliceCond) SetNsiList(v []string)
- func (o *NetworkSliceCond) SetSnssaiList(v []Snssai)
- func (o NetworkSliceCond) ToMap() (map[string]interface{}, error)
- type NfGroupCond
- func (o *NfGroupCond) GetNfGroupId() string
- func (o *NfGroupCond) GetNfGroupIdOk() (*string, bool)
- func (o *NfGroupCond) GetNfType() string
- func (o *NfGroupCond) GetNfTypeOk() (*string, bool)
- func (o NfGroupCond) MarshalJSON() ([]byte, error)
- func (o *NfGroupCond) SetNfGroupId(v string)
- func (o *NfGroupCond) SetNfType(v string)
- func (o NfGroupCond) ToMap() (map[string]interface{}, error)
- type NfGroupListCond
- func (o *NfGroupListCond) GetConditionType() string
- func (o *NfGroupListCond) GetConditionTypeOk() (*string, bool)
- func (o *NfGroupListCond) GetNfGroupIdList() []string
- func (o *NfGroupListCond) GetNfGroupIdListOk() ([]string, bool)
- func (o *NfGroupListCond) GetNfType() string
- func (o *NfGroupListCond) GetNfTypeOk() (*string, bool)
- func (o NfGroupListCond) MarshalJSON() ([]byte, error)
- func (o *NfGroupListCond) SetConditionType(v string)
- func (o *NfGroupListCond) SetNfGroupIdList(v []string)
- func (o *NfGroupListCond) SetNfType(v string)
- func (o NfGroupListCond) ToMap() (map[string]interface{}, error)
- type NfInfo
- type NfInstanceIdCond
- type NfInstanceIdListCond
- func (o *NfInstanceIdListCond) GetNfInstanceIdList() []string
- func (o *NfInstanceIdListCond) GetNfInstanceIdListOk() ([]string, bool)
- func (o NfInstanceIdListCond) MarshalJSON() ([]byte, error)
- func (o *NfInstanceIdListCond) SetNfInstanceIdList(v []string)
- func (o NfInstanceIdListCond) ToMap() (map[string]interface{}, error)
- type NfServiceSetCond
- func (o *NfServiceSetCond) GetNfServiceSetId() string
- func (o *NfServiceSetCond) GetNfServiceSetIdOk() (*string, bool)
- func (o *NfServiceSetCond) GetNfSetId() string
- func (o *NfServiceSetCond) GetNfSetIdOk() (*string, bool)
- func (o *NfServiceSetCond) HasNfSetId() bool
- func (o NfServiceSetCond) MarshalJSON() ([]byte, error)
- func (o *NfServiceSetCond) SetNfServiceSetId(v string)
- func (o *NfServiceSetCond) SetNfSetId(v string)
- func (o NfServiceSetCond) ToMap() (map[string]interface{}, error)
- type NfSetCond
- type NfTypeCond
- type NotifCondition
- func (o *NotifCondition) GetMonitoredAttributes() []string
- func (o *NotifCondition) GetMonitoredAttributesOk() ([]string, bool)
- func (o *NotifCondition) GetUnmonitoredAttributes() []string
- func (o *NotifCondition) GetUnmonitoredAttributesOk() ([]string, bool)
- func (o *NotifCondition) HasMonitoredAttributes() bool
- func (o *NotifCondition) HasUnmonitoredAttributes() bool
- func (o NotifCondition) MarshalJSON() ([]byte, error)
- func (o *NotifCondition) SetMonitoredAttributes(v []string)
- func (o *NotifCondition) SetUnmonitoredAttributes(v []string)
- func (o NotifCondition) ToMap() (map[string]interface{}, error)
- type NotificationData
- func (o *NotificationData) GetCompleteNfProfile() NFProfile
- func (o *NotificationData) GetCompleteNfProfileOk() (*NFProfile, bool)
- func (o *NotificationData) GetConditionEvent() ConditionEventType
- func (o *NotificationData) GetConditionEventOk() (*ConditionEventType, bool)
- func (o *NotificationData) GetEvent() NotificationEventType
- func (o *NotificationData) GetEventOk() (*NotificationEventType, bool)
- func (o *NotificationData) GetNfInstanceUri() string
- func (o *NotificationData) GetNfInstanceUriOk() (*string, bool)
- func (o *NotificationData) GetNfProfile() NFProfile
- func (o *NotificationData) GetNfProfileOk() (*NFProfile, bool)
- func (o *NotificationData) GetProfileChanges() []ChangeItem
- func (o *NotificationData) GetProfileChangesOk() ([]ChangeItem, bool)
- func (o *NotificationData) GetSubscriptionContext() SubscriptionContext
- func (o *NotificationData) GetSubscriptionContextOk() (*SubscriptionContext, bool)
- func (o *NotificationData) HasCompleteNfProfile() bool
- func (o *NotificationData) HasConditionEvent() bool
- func (o *NotificationData) HasNfProfile() bool
- func (o *NotificationData) HasProfileChanges() bool
- func (o *NotificationData) HasSubscriptionContext() bool
- func (o NotificationData) MarshalJSON() ([]byte, error)
- func (o *NotificationData) SetCompleteNfProfile(v NFProfile)
- func (o *NotificationData) SetConditionEvent(v ConditionEventType)
- func (o *NotificationData) SetEvent(v NotificationEventType)
- func (o *NotificationData) SetNfInstanceUri(v string)
- func (o *NotificationData) SetNfProfile(v NFProfile)
- func (o *NotificationData) SetProfileChanges(v []ChangeItem)
- func (o *NotificationData) SetSubscriptionContext(v SubscriptionContext)
- func (o NotificationData) ToMap() (map[string]interface{}, error)
- type NotificationEventType
- type NotificationType
- type NrfInfo
- func (o *NrfInfo) GetServed5gDdnmfInfo() map[string]Model5GDdnmfInfo
- func (o *NrfInfo) GetServed5gDdnmfInfoOk() (*map[string]Model5GDdnmfInfo, bool)
- func (o *NrfInfo) GetServedAanfInfoList() map[string]map[string]NrfInfoServedAanfInfoListValueValue
- func (o *NrfInfo) GetServedAanfInfoListOk() (*map[string]map[string]NrfInfoServedAanfInfoListValueValue, bool)
- func (o *NrfInfo) GetServedAmfInfo() map[string]NrfInfoServedAmfInfoValue
- func (o *NrfInfo) GetServedAmfInfoList() map[string]map[string]NrfInfoServedAmfInfoValue
- func (o *NrfInfo) GetServedAmfInfoListOk() (*map[string]map[string]NrfInfoServedAmfInfoValue, bool)
- func (o *NrfInfo) GetServedAmfInfoOk() (*map[string]NrfInfoServedAmfInfoValue, bool)
- func (o *NrfInfo) GetServedAusfInfo() map[string]NrfInfoServedAusfInfoValue
- func (o *NrfInfo) GetServedAusfInfoList() map[string]map[string]NrfInfoServedAusfInfoValue
- func (o *NrfInfo) GetServedAusfInfoListOk() (*map[string]map[string]NrfInfoServedAusfInfoValue, bool)
- func (o *NrfInfo) GetServedAusfInfoOk() (*map[string]NrfInfoServedAusfInfoValue, bool)
- func (o *NrfInfo) GetServedBsfInfo() map[string]NrfInfoServedBsfInfoValue
- func (o *NrfInfo) GetServedBsfInfoList() map[string]map[string]NrfInfoServedBsfInfoValue
- func (o *NrfInfo) GetServedBsfInfoListOk() (*map[string]map[string]NrfInfoServedBsfInfoValue, bool)
- func (o *NrfInfo) GetServedBsfInfoOk() (*map[string]NrfInfoServedBsfInfoValue, bool)
- func (o *NrfInfo) GetServedChfInfo() map[string]NrfInfoServedChfInfoValue
- func (o *NrfInfo) GetServedChfInfoList() map[string]map[string]NrfInfoServedChfInfoValue
- func (o *NrfInfo) GetServedChfInfoListOk() (*map[string]map[string]NrfInfoServedChfInfoValue, bool)
- func (o *NrfInfo) GetServedChfInfoOk() (*map[string]NrfInfoServedChfInfoValue, bool)
- func (o *NrfInfo) GetServedDccfInfoList() map[string]DccfInfo
- func (o *NrfInfo) GetServedDccfInfoListOk() (*map[string]DccfInfo, bool)
- func (o *NrfInfo) GetServedEasdfInfoList() map[string]map[string]EasdfInfo
- func (o *NrfInfo) GetServedEasdfInfoListOk() (*map[string]map[string]EasdfInfo, bool)
- func (o *NrfInfo) GetServedGmlcInfo() map[string]NrfInfoServedGmlcInfoValue
- func (o *NrfInfo) GetServedGmlcInfoOk() (*map[string]NrfInfoServedGmlcInfoValue, bool)
- func (o *NrfInfo) GetServedHssInfoList() map[string]map[string]NrfInfoServedHssInfoListValueValue
- func (o *NrfInfo) GetServedHssInfoListOk() (*map[string]map[string]NrfInfoServedHssInfoListValueValue, bool)
- func (o *NrfInfo) GetServedLmfInfo() map[string]NrfInfoServedLmfInfoValue
- func (o *NrfInfo) GetServedLmfInfoOk() (*map[string]NrfInfoServedLmfInfoValue, bool)
- func (o *NrfInfo) GetServedMbSmfInfoList() map[string]map[string]NrfInfoServedMbSmfInfoListValueValue
- func (o *NrfInfo) GetServedMbSmfInfoListOk() (*map[string]map[string]NrfInfoServedMbSmfInfoListValueValue, bool)
- func (o *NrfInfo) GetServedMbUpfInfoList() map[string]map[string]MbUpfInfo
- func (o *NrfInfo) GetServedMbUpfInfoListOk() (*map[string]map[string]MbUpfInfo, bool)
- func (o *NrfInfo) GetServedMfafInfoList() map[string]MfafInfo
- func (o *NrfInfo) GetServedMfafInfoListOk() (*map[string]MfafInfo, bool)
- func (o *NrfInfo) GetServedNefInfo() map[string]NrfInfoServedNefInfoValue
- func (o *NrfInfo) GetServedNefInfoOk() (*map[string]NrfInfoServedNefInfoValue, bool)
- func (o *NrfInfo) GetServedNfInfo() map[string]NfInfo
- func (o *NrfInfo) GetServedNfInfoOk() (*map[string]NfInfo, bool)
- func (o *NrfInfo) GetServedNssaafInfo() map[string]NssaafInfo
- func (o *NrfInfo) GetServedNssaafInfoOk() (*map[string]NssaafInfo, bool)
- func (o *NrfInfo) GetServedNwdafInfo() map[string]NrfInfoServedNwdafInfoValue
- func (o *NrfInfo) GetServedNwdafInfoList() map[string]map[string]NwdafInfo
- func (o *NrfInfo) GetServedNwdafInfoListOk() (*map[string]map[string]NwdafInfo, bool)
- func (o *NrfInfo) GetServedNwdafInfoOk() (*map[string]NrfInfoServedNwdafInfoValue, bool)
- func (o *NrfInfo) GetServedPcfInfo() map[string]NrfInfoServedPcfInfoValue
- func (o *NrfInfo) GetServedPcfInfoList() map[string]map[string]NrfInfoServedPcfInfoValue
- func (o *NrfInfo) GetServedPcfInfoListOk() (*map[string]map[string]NrfInfoServedPcfInfoValue, bool)
- func (o *NrfInfo) GetServedPcfInfoOk() (*map[string]NrfInfoServedPcfInfoValue, bool)
- func (o *NrfInfo) GetServedPcscfInfoList() map[string]map[string]NrfInfoServedPcscfInfoListValueValue
- func (o *NrfInfo) GetServedPcscfInfoListOk() (*map[string]map[string]NrfInfoServedPcscfInfoListValueValue, bool)
- func (o *NrfInfo) GetServedScpInfoList() map[string]NrfInfoServedScpInfoListValue
- func (o *NrfInfo) GetServedScpInfoListOk() (*map[string]NrfInfoServedScpInfoListValue, bool)
- func (o *NrfInfo) GetServedSeppInfoList() map[string]NrfInfoServedSeppInfoListValue
- func (o *NrfInfo) GetServedSeppInfoListOk() (*map[string]NrfInfoServedSeppInfoListValue, bool)
- func (o *NrfInfo) GetServedSmfInfo() map[string]NrfInfoServedSmfInfoValue
- func (o *NrfInfo) GetServedSmfInfoList() map[string]map[string]NrfInfoServedSmfInfoValue
- func (o *NrfInfo) GetServedSmfInfoListOk() (*map[string]map[string]NrfInfoServedSmfInfoValue, bool)
- func (o *NrfInfo) GetServedSmfInfoOk() (*map[string]NrfInfoServedSmfInfoValue, bool)
- func (o *NrfInfo) GetServedTrustAfInfo() map[string]TrustAfInfo
- func (o *NrfInfo) GetServedTrustAfInfoOk() (*map[string]TrustAfInfo, bool)
- func (o *NrfInfo) GetServedTsctsfInfoList() map[string]map[string]TsctsfInfo
- func (o *NrfInfo) GetServedTsctsfInfoListOk() (*map[string]map[string]TsctsfInfo, bool)
- func (o *NrfInfo) GetServedUdmInfo() map[string]NrfInfoServedUdmInfoValue
- func (o *NrfInfo) GetServedUdmInfoList() map[string]map[string]NrfInfoServedUdmInfoValue
- func (o *NrfInfo) GetServedUdmInfoListOk() (*map[string]map[string]NrfInfoServedUdmInfoValue, bool)
- func (o *NrfInfo) GetServedUdmInfoOk() (*map[string]NrfInfoServedUdmInfoValue, bool)
- func (o *NrfInfo) GetServedUdrInfo() map[string]NrfInfoServedUdrInfoValue
- func (o *NrfInfo) GetServedUdrInfoList() map[string]map[string]NrfInfoServedUdrInfoValue
- func (o *NrfInfo) GetServedUdrInfoListOk() (*map[string]map[string]NrfInfoServedUdrInfoValue, bool)
- func (o *NrfInfo) GetServedUdrInfoOk() (*map[string]NrfInfoServedUdrInfoValue, bool)
- func (o *NrfInfo) GetServedUdsfInfo() map[string]NrfInfoServedUdsfInfoValue
- func (o *NrfInfo) GetServedUdsfInfoList() map[string]map[string]NrfInfoServedUdsfInfoValue
- func (o *NrfInfo) GetServedUdsfInfoListOk() (*map[string]map[string]NrfInfoServedUdsfInfoValue, bool)
- func (o *NrfInfo) GetServedUdsfInfoOk() (*map[string]NrfInfoServedUdsfInfoValue, bool)
- func (o *NrfInfo) GetServedUpfInfo() map[string]NrfInfoServedUpfInfoValue
- func (o *NrfInfo) GetServedUpfInfoList() map[string]map[string]NrfInfoServedUpfInfoValue
- func (o *NrfInfo) GetServedUpfInfoListOk() (*map[string]map[string]NrfInfoServedUpfInfoValue, bool)
- func (o *NrfInfo) GetServedUpfInfoOk() (*map[string]NrfInfoServedUpfInfoValue, bool)
- func (o *NrfInfo) HasServed5gDdnmfInfo() bool
- func (o *NrfInfo) HasServedAanfInfoList() bool
- func (o *NrfInfo) HasServedAmfInfo() bool
- func (o *NrfInfo) HasServedAmfInfoList() bool
- func (o *NrfInfo) HasServedAusfInfo() bool
- func (o *NrfInfo) HasServedAusfInfoList() bool
- func (o *NrfInfo) HasServedBsfInfo() bool
- func (o *NrfInfo) HasServedBsfInfoList() bool
- func (o *NrfInfo) HasServedChfInfo() bool
- func (o *NrfInfo) HasServedChfInfoList() bool
- func (o *NrfInfo) HasServedDccfInfoList() bool
- func (o *NrfInfo) HasServedEasdfInfoList() bool
- func (o *NrfInfo) HasServedGmlcInfo() bool
- func (o *NrfInfo) HasServedHssInfoList() bool
- func (o *NrfInfo) HasServedLmfInfo() bool
- func (o *NrfInfo) HasServedMbSmfInfoList() bool
- func (o *NrfInfo) HasServedMbUpfInfoList() bool
- func (o *NrfInfo) HasServedMfafInfoList() bool
- func (o *NrfInfo) HasServedNefInfo() bool
- func (o *NrfInfo) HasServedNfInfo() bool
- func (o *NrfInfo) HasServedNssaafInfo() bool
- func (o *NrfInfo) HasServedNwdafInfo() bool
- func (o *NrfInfo) HasServedNwdafInfoList() bool
- func (o *NrfInfo) HasServedPcfInfo() bool
- func (o *NrfInfo) HasServedPcfInfoList() bool
- func (o *NrfInfo) HasServedPcscfInfoList() bool
- func (o *NrfInfo) HasServedScpInfoList() bool
- func (o *NrfInfo) HasServedSeppInfoList() bool
- func (o *NrfInfo) HasServedSmfInfo() bool
- func (o *NrfInfo) HasServedSmfInfoList() bool
- func (o *NrfInfo) HasServedTrustAfInfo() bool
- func (o *NrfInfo) HasServedTsctsfInfoList() bool
- func (o *NrfInfo) HasServedUdmInfo() bool
- func (o *NrfInfo) HasServedUdmInfoList() bool
- func (o *NrfInfo) HasServedUdrInfo() bool
- func (o *NrfInfo) HasServedUdrInfoList() bool
- func (o *NrfInfo) HasServedUdsfInfo() bool
- func (o *NrfInfo) HasServedUdsfInfoList() bool
- func (o *NrfInfo) HasServedUpfInfo() bool
- func (o *NrfInfo) HasServedUpfInfoList() bool
- func (o NrfInfo) MarshalJSON() ([]byte, error)
- func (o *NrfInfo) SetServed5gDdnmfInfo(v map[string]Model5GDdnmfInfo)
- func (o *NrfInfo) SetServedAanfInfoList(v map[string]map[string]NrfInfoServedAanfInfoListValueValue)
- func (o *NrfInfo) SetServedAmfInfo(v map[string]NrfInfoServedAmfInfoValue)
- func (o *NrfInfo) SetServedAmfInfoList(v map[string]map[string]NrfInfoServedAmfInfoValue)
- func (o *NrfInfo) SetServedAusfInfo(v map[string]NrfInfoServedAusfInfoValue)
- func (o *NrfInfo) SetServedAusfInfoList(v map[string]map[string]NrfInfoServedAusfInfoValue)
- func (o *NrfInfo) SetServedBsfInfo(v map[string]NrfInfoServedBsfInfoValue)
- func (o *NrfInfo) SetServedBsfInfoList(v map[string]map[string]NrfInfoServedBsfInfoValue)
- func (o *NrfInfo) SetServedChfInfo(v map[string]NrfInfoServedChfInfoValue)
- func (o *NrfInfo) SetServedChfInfoList(v map[string]map[string]NrfInfoServedChfInfoValue)
- func (o *NrfInfo) SetServedDccfInfoList(v map[string]DccfInfo)
- func (o *NrfInfo) SetServedEasdfInfoList(v map[string]map[string]EasdfInfo)
- func (o *NrfInfo) SetServedGmlcInfo(v map[string]NrfInfoServedGmlcInfoValue)
- func (o *NrfInfo) SetServedHssInfoList(v map[string]map[string]NrfInfoServedHssInfoListValueValue)
- func (o *NrfInfo) SetServedLmfInfo(v map[string]NrfInfoServedLmfInfoValue)
- func (o *NrfInfo) SetServedMbSmfInfoList(v map[string]map[string]NrfInfoServedMbSmfInfoListValueValue)
- func (o *NrfInfo) SetServedMbUpfInfoList(v map[string]map[string]MbUpfInfo)
- func (o *NrfInfo) SetServedMfafInfoList(v map[string]MfafInfo)
- func (o *NrfInfo) SetServedNefInfo(v map[string]NrfInfoServedNefInfoValue)
- func (o *NrfInfo) SetServedNfInfo(v map[string]NfInfo)
- func (o *NrfInfo) SetServedNssaafInfo(v map[string]NssaafInfo)
- func (o *NrfInfo) SetServedNwdafInfo(v map[string]NrfInfoServedNwdafInfoValue)
- func (o *NrfInfo) SetServedNwdafInfoList(v map[string]map[string]NwdafInfo)
- func (o *NrfInfo) SetServedPcfInfo(v map[string]NrfInfoServedPcfInfoValue)
- func (o *NrfInfo) SetServedPcfInfoList(v map[string]map[string]NrfInfoServedPcfInfoValue)
- func (o *NrfInfo) SetServedPcscfInfoList(v map[string]map[string]NrfInfoServedPcscfInfoListValueValue)
- func (o *NrfInfo) SetServedScpInfoList(v map[string]NrfInfoServedScpInfoListValue)
- func (o *NrfInfo) SetServedSeppInfoList(v map[string]NrfInfoServedSeppInfoListValue)
- func (o *NrfInfo) SetServedSmfInfo(v map[string]NrfInfoServedSmfInfoValue)
- func (o *NrfInfo) SetServedSmfInfoList(v map[string]map[string]NrfInfoServedSmfInfoValue)
- func (o *NrfInfo) SetServedTrustAfInfo(v map[string]TrustAfInfo)
- func (o *NrfInfo) SetServedTsctsfInfoList(v map[string]map[string]TsctsfInfo)
- func (o *NrfInfo) SetServedUdmInfo(v map[string]NrfInfoServedUdmInfoValue)
- func (o *NrfInfo) SetServedUdmInfoList(v map[string]map[string]NrfInfoServedUdmInfoValue)
- func (o *NrfInfo) SetServedUdrInfo(v map[string]NrfInfoServedUdrInfoValue)
- func (o *NrfInfo) SetServedUdrInfoList(v map[string]map[string]NrfInfoServedUdrInfoValue)
- func (o *NrfInfo) SetServedUdsfInfo(v map[string]NrfInfoServedUdsfInfoValue)
- func (o *NrfInfo) SetServedUdsfInfoList(v map[string]map[string]NrfInfoServedUdsfInfoValue)
- func (o *NrfInfo) SetServedUpfInfo(v map[string]NrfInfoServedUpfInfoValue)
- func (o *NrfInfo) SetServedUpfInfoList(v map[string]map[string]NrfInfoServedUpfInfoValue)
- func (o NrfInfo) ToMap() (map[string]interface{}, error)
- type NrfInfoServedAanfInfoListValueValue
- type NrfInfoServedAmfInfoValue
- type NrfInfoServedAusfInfoValue
- type NrfInfoServedBsfInfoValue
- type NrfInfoServedChfInfoValue
- type NrfInfoServedGmlcInfoValue
- type NrfInfoServedHssInfoListValueValue
- type NrfInfoServedLmfInfoValue
- type NrfInfoServedMbSmfInfoListValueValue
- type NrfInfoServedNefInfoValue
- type NrfInfoServedNwdafInfoValue
- type NrfInfoServedPcfInfoValue
- type NrfInfoServedPcscfInfoListValueValue
- type NrfInfoServedScpInfoListValue
- type NrfInfoServedSeppInfoListValue
- type NrfInfoServedSmfInfoValue
- type NrfInfoServedUdmInfoValue
- type NrfInfoServedUdrInfoValue
- type NrfInfoServedUdsfInfoValue
- type NrfInfoServedUpfInfoValue
- type NsacfCapability
- func (o *NsacfCapability) GetSupportPduSAC() bool
- func (o *NsacfCapability) GetSupportPduSACOk() (*bool, bool)
- func (o *NsacfCapability) GetSupportUeSAC() bool
- func (o *NsacfCapability) GetSupportUeSACOk() (*bool, bool)
- func (o *NsacfCapability) HasSupportPduSAC() bool
- func (o *NsacfCapability) HasSupportUeSAC() bool
- func (o NsacfCapability) MarshalJSON() ([]byte, error)
- func (o *NsacfCapability) SetSupportPduSAC(v bool)
- func (o *NsacfCapability) SetSupportUeSAC(v bool)
- func (o NsacfCapability) ToMap() (map[string]interface{}, error)
- type NsacfInfo
- func (o *NsacfInfo) GetNsacfCapability() NsacfCapability
- func (o *NsacfInfo) GetNsacfCapabilityOk() (*NsacfCapability, bool)
- func (o *NsacfInfo) GetTaiList() []Tai
- func (o *NsacfInfo) GetTaiListOk() ([]Tai, bool)
- func (o *NsacfInfo) GetTaiRangeList() []TaiRange
- func (o *NsacfInfo) GetTaiRangeListOk() ([]TaiRange, bool)
- func (o *NsacfInfo) HasTaiList() bool
- func (o *NsacfInfo) HasTaiRangeList() bool
- func (o NsacfInfo) MarshalJSON() ([]byte, error)
- func (o *NsacfInfo) SetNsacfCapability(v NsacfCapability)
- func (o *NsacfInfo) SetTaiList(v []Tai)
- func (o *NsacfInfo) SetTaiRangeList(v []TaiRange)
- func (o NsacfInfo) ToMap() (map[string]interface{}, error)
- type NssaafInfo
- func (o *NssaafInfo) GetInternalGroupIdentifiersRanges() []InternalGroupIdRange
- func (o *NssaafInfo) GetInternalGroupIdentifiersRangesOk() ([]InternalGroupIdRange, bool)
- func (o *NssaafInfo) GetSupiRanges() []SupiRange
- func (o *NssaafInfo) GetSupiRangesOk() ([]SupiRange, bool)
- func (o *NssaafInfo) HasInternalGroupIdentifiersRanges() bool
- func (o *NssaafInfo) HasSupiRanges() bool
- func (o NssaafInfo) MarshalJSON() ([]byte, error)
- func (o *NssaafInfo) SetInternalGroupIdentifiersRanges(v []InternalGroupIdRange)
- func (o *NssaafInfo) SetSupiRanges(v []SupiRange)
- func (o NssaafInfo) ToMap() (map[string]interface{}, error)
- type NullableAanfInfo
- 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 NullableAccessType
- type NullableAfEvent
- type NullableAfEventExposureData
- func (v NullableAfEventExposureData) Get() *AfEventExposureData
- func (v NullableAfEventExposureData) IsSet() bool
- func (v NullableAfEventExposureData) MarshalJSON() ([]byte, error)
- func (v *NullableAfEventExposureData) Set(val *AfEventExposureData)
- func (v *NullableAfEventExposureData) UnmarshalJSON(src []byte) error
- func (v *NullableAfEventExposureData) Unset()
- type NullableAmfCond
- type NullableAmfInfo
- type NullableAnNodeType
- type NullableAtsssCapability
- func (v NullableAtsssCapability) Get() *AtsssCapability
- func (v NullableAtsssCapability) IsSet() bool
- func (v NullableAtsssCapability) MarshalJSON() ([]byte, error)
- func (v *NullableAtsssCapability) Set(val *AtsssCapability)
- func (v *NullableAtsssCapability) UnmarshalJSON(src []byte) error
- func (v *NullableAtsssCapability) Unset()
- type NullableAusfInfo
- type NullableBool
- type NullableBsfInfo
- type NullableChangeItem
- type NullableChangeType
- type NullableChfInfo
- type NullableCollocatedNfInstance
- func (v NullableCollocatedNfInstance) Get() *CollocatedNfInstance
- func (v NullableCollocatedNfInstance) IsSet() bool
- func (v NullableCollocatedNfInstance) MarshalJSON() ([]byte, error)
- func (v *NullableCollocatedNfInstance) Set(val *CollocatedNfInstance)
- func (v *NullableCollocatedNfInstance) UnmarshalJSON(src []byte) error
- func (v *NullableCollocatedNfInstance) Unset()
- type NullableCollocatedNfType
- func (v NullableCollocatedNfType) Get() *CollocatedNfType
- func (v NullableCollocatedNfType) IsSet() bool
- func (v NullableCollocatedNfType) MarshalJSON() ([]byte, error)
- func (v *NullableCollocatedNfType) Set(val *CollocatedNfType)
- func (v *NullableCollocatedNfType) UnmarshalJSON(src []byte) error
- func (v *NullableCollocatedNfType) Unset()
- type NullableConditionEventType
- func (v NullableConditionEventType) Get() *ConditionEventType
- func (v NullableConditionEventType) IsSet() bool
- func (v NullableConditionEventType) MarshalJSON() ([]byte, error)
- func (v *NullableConditionEventType) Set(val *ConditionEventType)
- func (v *NullableConditionEventType) UnmarshalJSON(src []byte) error
- func (v *NullableConditionEventType) Unset()
- type NullableDataSetId
- type NullableDccfCond
- type NullableDccfInfo
- type NullableDefSubServiceInfo
- func (v NullableDefSubServiceInfo) Get() *DefSubServiceInfo
- func (v NullableDefSubServiceInfo) IsSet() bool
- func (v NullableDefSubServiceInfo) MarshalJSON() ([]byte, error)
- func (v *NullableDefSubServiceInfo) Set(val *DefSubServiceInfo)
- func (v *NullableDefSubServiceInfo) UnmarshalJSON(src []byte) error
- func (v *NullableDefSubServiceInfo) Unset()
- type NullableDefaultNotificationSubscription
- func (v NullableDefaultNotificationSubscription) Get() *DefaultNotificationSubscription
- func (v NullableDefaultNotificationSubscription) IsSet() bool
- func (v NullableDefaultNotificationSubscription) MarshalJSON() ([]byte, error)
- func (v *NullableDefaultNotificationSubscription) Set(val *DefaultNotificationSubscription)
- func (v *NullableDefaultNotificationSubscription) UnmarshalJSON(src []byte) error
- func (v *NullableDefaultNotificationSubscription) Unset()
- type NullableDnnEasdfInfoItem
- func (v NullableDnnEasdfInfoItem) Get() *DnnEasdfInfoItem
- func (v NullableDnnEasdfInfoItem) IsSet() bool
- func (v NullableDnnEasdfInfoItem) MarshalJSON() ([]byte, error)
- func (v *NullableDnnEasdfInfoItem) Set(val *DnnEasdfInfoItem)
- func (v *NullableDnnEasdfInfoItem) UnmarshalJSON(src []byte) error
- func (v *NullableDnnEasdfInfoItem) Unset()
- type NullableDnnInfoItem
- func (v NullableDnnInfoItem) Get() *DnnInfoItem
- func (v NullableDnnInfoItem) IsSet() bool
- func (v NullableDnnInfoItem) MarshalJSON() ([]byte, error)
- func (v *NullableDnnInfoItem) Set(val *DnnInfoItem)
- func (v *NullableDnnInfoItem) UnmarshalJSON(src []byte) error
- func (v *NullableDnnInfoItem) Unset()
- type NullableDnnMbSmfInfoItem
- func (v NullableDnnMbSmfInfoItem) Get() *DnnMbSmfInfoItem
- func (v NullableDnnMbSmfInfoItem) IsSet() bool
- func (v NullableDnnMbSmfInfoItem) MarshalJSON() ([]byte, error)
- func (v *NullableDnnMbSmfInfoItem) Set(val *DnnMbSmfInfoItem)
- func (v *NullableDnnMbSmfInfoItem) UnmarshalJSON(src []byte) error
- func (v *NullableDnnMbSmfInfoItem) Unset()
- type NullableDnnSmfInfoItem
- func (v NullableDnnSmfInfoItem) Get() *DnnSmfInfoItem
- func (v NullableDnnSmfInfoItem) IsSet() bool
- func (v NullableDnnSmfInfoItem) MarshalJSON() ([]byte, error)
- func (v *NullableDnnSmfInfoItem) Set(val *DnnSmfInfoItem)
- func (v *NullableDnnSmfInfoItem) UnmarshalJSON(src []byte) error
- func (v *NullableDnnSmfInfoItem) Unset()
- type NullableDnnSmfInfoItemDnaiListInner
- func (v NullableDnnSmfInfoItemDnaiListInner) Get() *DnnSmfInfoItemDnaiListInner
- func (v NullableDnnSmfInfoItemDnaiListInner) IsSet() bool
- func (v NullableDnnSmfInfoItemDnaiListInner) MarshalJSON() ([]byte, error)
- func (v *NullableDnnSmfInfoItemDnaiListInner) Set(val *DnnSmfInfoItemDnaiListInner)
- func (v *NullableDnnSmfInfoItemDnaiListInner) UnmarshalJSON(src []byte) error
- func (v *NullableDnnSmfInfoItemDnaiListInner) Unset()
- type NullableDnnSmfInfoItemDnn
- func (v NullableDnnSmfInfoItemDnn) Get() *DnnSmfInfoItemDnn
- func (v NullableDnnSmfInfoItemDnn) IsSet() bool
- func (v NullableDnnSmfInfoItemDnn) MarshalJSON() ([]byte, error)
- func (v *NullableDnnSmfInfoItemDnn) Set(val *DnnSmfInfoItemDnn)
- func (v *NullableDnnSmfInfoItemDnn) UnmarshalJSON(src []byte) error
- func (v *NullableDnnSmfInfoItemDnn) Unset()
- type NullableDnnTsctsfInfoItem
- func (v NullableDnnTsctsfInfoItem) Get() *DnnTsctsfInfoItem
- func (v NullableDnnTsctsfInfoItem) IsSet() bool
- func (v NullableDnnTsctsfInfoItem) MarshalJSON() ([]byte, error)
- func (v *NullableDnnTsctsfInfoItem) Set(val *DnnTsctsfInfoItem)
- func (v *NullableDnnTsctsfInfoItem) UnmarshalJSON(src []byte) error
- func (v *NullableDnnTsctsfInfoItem) Unset()
- type NullableDnnUpfInfoItem
- func (v NullableDnnUpfInfoItem) Get() *DnnUpfInfoItem
- func (v NullableDnnUpfInfoItem) IsSet() bool
- func (v NullableDnnUpfInfoItem) MarshalJSON() ([]byte, error)
- func (v *NullableDnnUpfInfoItem) Set(val *DnnUpfInfoItem)
- func (v *NullableDnnUpfInfoItem) UnmarshalJSON(src []byte) error
- func (v *NullableDnnUpfInfoItem) Unset()
- type NullableEasdfInfo
- type NullableEventId
- type NullableExtSnssai
- type NullableExternalClientType
- func (v NullableExternalClientType) Get() *ExternalClientType
- func (v NullableExternalClientType) IsSet() bool
- func (v NullableExternalClientType) MarshalJSON() ([]byte, error)
- func (v *NullableExternalClientType) Set(val *ExternalClientType)
- func (v *NullableExternalClientType) UnmarshalJSON(src []byte) error
- func (v *NullableExternalClientType) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableGmlcInfo
- type NullableGuami
- type NullableGuamiListCond
- func (v NullableGuamiListCond) Get() *GuamiListCond
- func (v NullableGuamiListCond) IsSet() bool
- func (v NullableGuamiListCond) MarshalJSON() ([]byte, error)
- func (v *NullableGuamiListCond) Set(val *GuamiListCond)
- func (v *NullableGuamiListCond) UnmarshalJSON(src []byte) error
- func (v *NullableGuamiListCond) Unset()
- type NullableHssInfo
- type NullableIdentityRange
- func (v NullableIdentityRange) Get() *IdentityRange
- func (v NullableIdentityRange) IsSet() bool
- func (v NullableIdentityRange) MarshalJSON() ([]byte, error)
- func (v *NullableIdentityRange) Set(val *IdentityRange)
- func (v *NullableIdentityRange) UnmarshalJSON(src []byte) error
- func (v *NullableIdentityRange) Unset()
- type NullableImsiRange
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableInterfaceUpfInfoItem
- func (v NullableInterfaceUpfInfoItem) Get() *InterfaceUpfInfoItem
- func (v NullableInterfaceUpfInfoItem) IsSet() bool
- func (v NullableInterfaceUpfInfoItem) MarshalJSON() ([]byte, error)
- func (v *NullableInterfaceUpfInfoItem) Set(val *InterfaceUpfInfoItem)
- func (v *NullableInterfaceUpfInfoItem) UnmarshalJSON(src []byte) error
- func (v *NullableInterfaceUpfInfoItem) Unset()
- type NullableInternalGroupIdRange
- func (v NullableInternalGroupIdRange) Get() *InternalGroupIdRange
- func (v NullableInternalGroupIdRange) IsSet() bool
- func (v NullableInternalGroupIdRange) MarshalJSON() ([]byte, error)
- func (v *NullableInternalGroupIdRange) Set(val *InternalGroupIdRange)
- func (v *NullableInternalGroupIdRange) UnmarshalJSON(src []byte) error
- func (v *NullableInternalGroupIdRange) Unset()
- 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 NullableIpIndex
- type NullableIpReachability
- func (v NullableIpReachability) Get() *IpReachability
- func (v NullableIpReachability) IsSet() bool
- func (v NullableIpReachability) MarshalJSON() ([]byte, error)
- func (v *NullableIpReachability) Set(val *IpReachability)
- func (v *NullableIpReachability) UnmarshalJSON(src []byte) error
- func (v *NullableIpReachability) Unset()
- type NullableIpv4AddressRange
- func (v NullableIpv4AddressRange) Get() *Ipv4AddressRange
- func (v NullableIpv4AddressRange) IsSet() bool
- func (v NullableIpv4AddressRange) MarshalJSON() ([]byte, error)
- func (v *NullableIpv4AddressRange) Set(val *Ipv4AddressRange)
- func (v *NullableIpv4AddressRange) UnmarshalJSON(src []byte) error
- func (v *NullableIpv4AddressRange) Unset()
- type NullableIpv6Addr
- type NullableIpv6Prefix
- type NullableIpv6PrefixRange
- func (v NullableIpv6PrefixRange) Get() *Ipv6PrefixRange
- func (v NullableIpv6PrefixRange) IsSet() bool
- func (v NullableIpv6PrefixRange) MarshalJSON() ([]byte, error)
- func (v *NullableIpv6PrefixRange) Set(val *Ipv6PrefixRange)
- func (v *NullableIpv6PrefixRange) UnmarshalJSON(src []byte) error
- func (v *NullableIpv6PrefixRange) Unset()
- type NullableIwmscInfo
- type NullableLink
- type NullableLinksValueSchema
- func (v NullableLinksValueSchema) Get() *LinksValueSchema
- func (v NullableLinksValueSchema) IsSet() bool
- func (v NullableLinksValueSchema) MarshalJSON() ([]byte, error)
- func (v *NullableLinksValueSchema) Set(val *LinksValueSchema)
- func (v *NullableLinksValueSchema) UnmarshalJSON(src []byte) error
- func (v *NullableLinksValueSchema) Unset()
- type NullableLmfInfo
- type NullableLocalityDescription
- func (v NullableLocalityDescription) Get() *LocalityDescription
- func (v NullableLocalityDescription) IsSet() bool
- func (v NullableLocalityDescription) MarshalJSON() ([]byte, error)
- func (v *NullableLocalityDescription) Set(val *LocalityDescription)
- func (v *NullableLocalityDescription) UnmarshalJSON(src []byte) error
- func (v *NullableLocalityDescription) Unset()
- type NullableLocalityDescriptionItem
- func (v NullableLocalityDescriptionItem) Get() *LocalityDescriptionItem
- func (v NullableLocalityDescriptionItem) IsSet() bool
- func (v NullableLocalityDescriptionItem) MarshalJSON() ([]byte, error)
- func (v *NullableLocalityDescriptionItem) Set(val *LocalityDescriptionItem)
- func (v *NullableLocalityDescriptionItem) UnmarshalJSON(src []byte) error
- func (v *NullableLocalityDescriptionItem) Unset()
- type NullableLocalityType
- func (v NullableLocalityType) Get() *LocalityType
- func (v NullableLocalityType) IsSet() bool
- func (v NullableLocalityType) MarshalJSON() ([]byte, error)
- func (v *NullableLocalityType) Set(val *LocalityType)
- func (v *NullableLocalityType) UnmarshalJSON(src []byte) error
- func (v *NullableLocalityType) Unset()
- type NullableMbSmfInfo
- type NullableMbUpfInfo
- type NullableMbsServiceArea
- func (v NullableMbsServiceArea) Get() *MbsServiceArea
- func (v NullableMbsServiceArea) IsSet() bool
- func (v NullableMbsServiceArea) MarshalJSON() ([]byte, error)
- func (v *NullableMbsServiceArea) Set(val *MbsServiceArea)
- func (v *NullableMbsServiceArea) UnmarshalJSON(src []byte) error
- func (v *NullableMbsServiceArea) Unset()
- type NullableMbsServiceAreaInfo
- func (v NullableMbsServiceAreaInfo) Get() *MbsServiceAreaInfo
- func (v NullableMbsServiceAreaInfo) IsSet() bool
- func (v NullableMbsServiceAreaInfo) MarshalJSON() ([]byte, error)
- func (v *NullableMbsServiceAreaInfo) Set(val *MbsServiceAreaInfo)
- func (v *NullableMbsServiceAreaInfo) UnmarshalJSON(src []byte) error
- func (v *NullableMbsServiceAreaInfo) Unset()
- type NullableMbsSession
- 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 NullableMfafInfo
- type NullableMlAnalyticsInfo
- func (v NullableMlAnalyticsInfo) Get() *MlAnalyticsInfo
- func (v NullableMlAnalyticsInfo) IsSet() bool
- func (v NullableMlAnalyticsInfo) MarshalJSON() ([]byte, error)
- func (v *NullableMlAnalyticsInfo) Set(val *MlAnalyticsInfo)
- func (v *NullableMlAnalyticsInfo) UnmarshalJSON(src []byte) error
- func (v *NullableMlAnalyticsInfo) Unset()
- type NullableMnpfInfo
- type NullableModel5GDdnmfInfo
- func (v NullableModel5GDdnmfInfo) Get() *Model5GDdnmfInfo
- func (v NullableModel5GDdnmfInfo) IsSet() bool
- func (v NullableModel5GDdnmfInfo) MarshalJSON() ([]byte, error)
- func (v *NullableModel5GDdnmfInfo) Set(val *Model5GDdnmfInfo)
- func (v *NullableModel5GDdnmfInfo) UnmarshalJSON(src []byte) error
- func (v *NullableModel5GDdnmfInfo) Unset()
- type NullableN1MessageClass
- func (v NullableN1MessageClass) Get() *N1MessageClass
- func (v NullableN1MessageClass) IsSet() bool
- func (v NullableN1MessageClass) MarshalJSON() ([]byte, error)
- func (v *NullableN1MessageClass) Set(val *N1MessageClass)
- func (v *NullableN1MessageClass) UnmarshalJSON(src []byte) error
- func (v *NullableN1MessageClass) Unset()
- type NullableN2InformationClass
- func (v NullableN2InformationClass) Get() *N2InformationClass
- func (v NullableN2InformationClass) IsSet() bool
- func (v NullableN2InformationClass) MarshalJSON() ([]byte, error)
- func (v *NullableN2InformationClass) Set(val *N2InformationClass)
- func (v *NullableN2InformationClass) UnmarshalJSON(src []byte) error
- func (v *NullableN2InformationClass) Unset()
- type NullableN2InterfaceAmfInfo
- func (v NullableN2InterfaceAmfInfo) Get() *N2InterfaceAmfInfo
- func (v NullableN2InterfaceAmfInfo) IsSet() bool
- func (v NullableN2InterfaceAmfInfo) MarshalJSON() ([]byte, error)
- func (v *NullableN2InterfaceAmfInfo) Set(val *N2InterfaceAmfInfo)
- func (v *NullableN2InterfaceAmfInfo) UnmarshalJSON(src []byte) error
- func (v *NullableN2InterfaceAmfInfo) Unset()
- type NullableN32Purpose
- type NullableNFProfile
- type NullableNFService
- type NullableNFServiceStatus
- func (v NullableNFServiceStatus) Get() *NFServiceStatus
- func (v NullableNFServiceStatus) IsSet() bool
- func (v NullableNFServiceStatus) MarshalJSON() ([]byte, error)
- func (v *NullableNFServiceStatus) Set(val *NFServiceStatus)
- func (v *NullableNFServiceStatus) UnmarshalJSON(src []byte) error
- func (v *NullableNFServiceStatus) Unset()
- type NullableNFServiceVersion
- func (v NullableNFServiceVersion) Get() *NFServiceVersion
- func (v NullableNFServiceVersion) IsSet() bool
- func (v NullableNFServiceVersion) MarshalJSON() ([]byte, error)
- func (v *NullableNFServiceVersion) Set(val *NFServiceVersion)
- func (v *NullableNFServiceVersion) UnmarshalJSON(src []byte) error
- func (v *NullableNFServiceVersion) Unset()
- type NullableNFStatus
- type NullableNFType
- type NullableNcgi
- type NullableNcgiTai
- type NullableNefCond
- type NullableNefInfo
- type NullableNetworkNodeDiameterAddress
- func (v NullableNetworkNodeDiameterAddress) Get() *NetworkNodeDiameterAddress
- func (v NullableNetworkNodeDiameterAddress) IsSet() bool
- func (v NullableNetworkNodeDiameterAddress) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkNodeDiameterAddress) Set(val *NetworkNodeDiameterAddress)
- func (v *NullableNetworkNodeDiameterAddress) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkNodeDiameterAddress) Unset()
- type NullableNetworkSliceCond
- func (v NullableNetworkSliceCond) Get() *NetworkSliceCond
- func (v NullableNetworkSliceCond) IsSet() bool
- func (v NullableNetworkSliceCond) MarshalJSON() ([]byte, error)
- func (v *NullableNetworkSliceCond) Set(val *NetworkSliceCond)
- func (v *NullableNetworkSliceCond) UnmarshalJSON(src []byte) error
- func (v *NullableNetworkSliceCond) Unset()
- type NullableNfGroupCond
- func (v NullableNfGroupCond) Get() *NfGroupCond
- func (v NullableNfGroupCond) IsSet() bool
- func (v NullableNfGroupCond) MarshalJSON() ([]byte, error)
- func (v *NullableNfGroupCond) Set(val *NfGroupCond)
- func (v *NullableNfGroupCond) UnmarshalJSON(src []byte) error
- func (v *NullableNfGroupCond) Unset()
- type NullableNfGroupListCond
- func (v NullableNfGroupListCond) Get() *NfGroupListCond
- func (v NullableNfGroupListCond) IsSet() bool
- func (v NullableNfGroupListCond) MarshalJSON() ([]byte, error)
- func (v *NullableNfGroupListCond) Set(val *NfGroupListCond)
- func (v *NullableNfGroupListCond) UnmarshalJSON(src []byte) error
- func (v *NullableNfGroupListCond) Unset()
- type NullableNfInfo
- type NullableNfInstanceIdCond
- func (v NullableNfInstanceIdCond) Get() *NfInstanceIdCond
- func (v NullableNfInstanceIdCond) IsSet() bool
- func (v NullableNfInstanceIdCond) MarshalJSON() ([]byte, error)
- func (v *NullableNfInstanceIdCond) Set(val *NfInstanceIdCond)
- func (v *NullableNfInstanceIdCond) UnmarshalJSON(src []byte) error
- func (v *NullableNfInstanceIdCond) Unset()
- type NullableNfInstanceIdListCond
- func (v NullableNfInstanceIdListCond) Get() *NfInstanceIdListCond
- func (v NullableNfInstanceIdListCond) IsSet() bool
- func (v NullableNfInstanceIdListCond) MarshalJSON() ([]byte, error)
- func (v *NullableNfInstanceIdListCond) Set(val *NfInstanceIdListCond)
- func (v *NullableNfInstanceIdListCond) UnmarshalJSON(src []byte) error
- func (v *NullableNfInstanceIdListCond) Unset()
- type NullableNfServiceSetCond
- func (v NullableNfServiceSetCond) Get() *NfServiceSetCond
- func (v NullableNfServiceSetCond) IsSet() bool
- func (v NullableNfServiceSetCond) MarshalJSON() ([]byte, error)
- func (v *NullableNfServiceSetCond) Set(val *NfServiceSetCond)
- func (v *NullableNfServiceSetCond) UnmarshalJSON(src []byte) error
- func (v *NullableNfServiceSetCond) Unset()
- type NullableNfSetCond
- type NullableNfTypeCond
- type NullableNotifCondition
- func (v NullableNotifCondition) Get() *NotifCondition
- func (v NullableNotifCondition) IsSet() bool
- func (v NullableNotifCondition) MarshalJSON() ([]byte, error)
- func (v *NullableNotifCondition) Set(val *NotifCondition)
- func (v *NullableNotifCondition) UnmarshalJSON(src []byte) error
- func (v *NullableNotifCondition) Unset()
- type NullableNotificationData
- func (v NullableNotificationData) Get() *NotificationData
- func (v NullableNotificationData) IsSet() bool
- func (v NullableNotificationData) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationData) Set(val *NotificationData)
- func (v *NullableNotificationData) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationData) Unset()
- type NullableNotificationEventType
- func (v NullableNotificationEventType) Get() *NotificationEventType
- func (v NullableNotificationEventType) IsSet() bool
- func (v NullableNotificationEventType) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationEventType) Set(val *NotificationEventType)
- func (v *NullableNotificationEventType) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationEventType) Unset()
- type NullableNotificationType
- func (v NullableNotificationType) Get() *NotificationType
- func (v NullableNotificationType) IsSet() bool
- func (v NullableNotificationType) MarshalJSON() ([]byte, error)
- func (v *NullableNotificationType) Set(val *NotificationType)
- func (v *NullableNotificationType) UnmarshalJSON(src []byte) error
- func (v *NullableNotificationType) Unset()
- type NullableNrfInfo
- type NullableNrfInfoServedAanfInfoListValueValue
- func (v NullableNrfInfoServedAanfInfoListValueValue) Get() *NrfInfoServedAanfInfoListValueValue
- func (v NullableNrfInfoServedAanfInfoListValueValue) IsSet() bool
- func (v NullableNrfInfoServedAanfInfoListValueValue) MarshalJSON() ([]byte, error)
- func (v *NullableNrfInfoServedAanfInfoListValueValue) Set(val *NrfInfoServedAanfInfoListValueValue)
- func (v *NullableNrfInfoServedAanfInfoListValueValue) UnmarshalJSON(src []byte) error
- func (v *NullableNrfInfoServedAanfInfoListValueValue) Unset()
- type NullableNrfInfoServedAmfInfoValue
- func (v NullableNrfInfoServedAmfInfoValue) Get() *NrfInfoServedAmfInfoValue
- func (v NullableNrfInfoServedAmfInfoValue) IsSet() bool
- func (v NullableNrfInfoServedAmfInfoValue) MarshalJSON() ([]byte, error)
- func (v *NullableNrfInfoServedAmfInfoValue) Set(val *NrfInfoServedAmfInfoValue)
- func (v *NullableNrfInfoServedAmfInfoValue) UnmarshalJSON(src []byte) error
- func (v *NullableNrfInfoServedAmfInfoValue) Unset()
- type NullableNrfInfoServedAusfInfoValue
- func (v NullableNrfInfoServedAusfInfoValue) Get() *NrfInfoServedAusfInfoValue
- func (v NullableNrfInfoServedAusfInfoValue) IsSet() bool
- func (v NullableNrfInfoServedAusfInfoValue) MarshalJSON() ([]byte, error)
- func (v *NullableNrfInfoServedAusfInfoValue) Set(val *NrfInfoServedAusfInfoValue)
- func (v *NullableNrfInfoServedAusfInfoValue) UnmarshalJSON(src []byte) error
- func (v *NullableNrfInfoServedAusfInfoValue) Unset()
- type NullableNrfInfoServedBsfInfoValue
- func (v NullableNrfInfoServedBsfInfoValue) Get() *NrfInfoServedBsfInfoValue
- func (v NullableNrfInfoServedBsfInfoValue) IsSet() bool
- func (v NullableNrfInfoServedBsfInfoValue) MarshalJSON() ([]byte, error)
- func (v *NullableNrfInfoServedBsfInfoValue) Set(val *NrfInfoServedBsfInfoValue)
- func (v *NullableNrfInfoServedBsfInfoValue) UnmarshalJSON(src []byte) error
- func (v *NullableNrfInfoServedBsfInfoValue) Unset()
- type NullableNrfInfoServedChfInfoValue
- func (v NullableNrfInfoServedChfInfoValue) Get() *NrfInfoServedChfInfoValue
- func (v NullableNrfInfoServedChfInfoValue) IsSet() bool
- func (v NullableNrfInfoServedChfInfoValue) MarshalJSON() ([]byte, error)
- func (v *NullableNrfInfoServedChfInfoValue) Set(val *NrfInfoServedChfInfoValue)
- func (v *NullableNrfInfoServedChfInfoValue) UnmarshalJSON(src []byte) error
- func (v *NullableNrfInfoServedChfInfoValue) Unset()
- type NullableNrfInfoServedGmlcInfoValue
- func (v NullableNrfInfoServedGmlcInfoValue) Get() *NrfInfoServedGmlcInfoValue
- func (v NullableNrfInfoServedGmlcInfoValue) IsSet() bool
- func (v NullableNrfInfoServedGmlcInfoValue) MarshalJSON() ([]byte, error)
- func (v *NullableNrfInfoServedGmlcInfoValue) Set(val *NrfInfoServedGmlcInfoValue)
- func (v *NullableNrfInfoServedGmlcInfoValue) UnmarshalJSON(src []byte) error
- func (v *NullableNrfInfoServedGmlcInfoValue) Unset()
- type NullableNrfInfoServedHssInfoListValueValue
- func (v NullableNrfInfoServedHssInfoListValueValue) Get() *NrfInfoServedHssInfoListValueValue
- func (v NullableNrfInfoServedHssInfoListValueValue) IsSet() bool
- func (v NullableNrfInfoServedHssInfoListValueValue) MarshalJSON() ([]byte, error)
- func (v *NullableNrfInfoServedHssInfoListValueValue) Set(val *NrfInfoServedHssInfoListValueValue)
- func (v *NullableNrfInfoServedHssInfoListValueValue) UnmarshalJSON(src []byte) error
- func (v *NullableNrfInfoServedHssInfoListValueValue) Unset()
- type NullableNrfInfoServedLmfInfoValue
- func (v NullableNrfInfoServedLmfInfoValue) Get() *NrfInfoServedLmfInfoValue
- func (v NullableNrfInfoServedLmfInfoValue) IsSet() bool
- func (v NullableNrfInfoServedLmfInfoValue) MarshalJSON() ([]byte, error)
- func (v *NullableNrfInfoServedLmfInfoValue) Set(val *NrfInfoServedLmfInfoValue)
- func (v *NullableNrfInfoServedLmfInfoValue) UnmarshalJSON(src []byte) error
- func (v *NullableNrfInfoServedLmfInfoValue) Unset()
- type NullableNrfInfoServedMbSmfInfoListValueValue
- func (v NullableNrfInfoServedMbSmfInfoListValueValue) Get() *NrfInfoServedMbSmfInfoListValueValue
- func (v NullableNrfInfoServedMbSmfInfoListValueValue) IsSet() bool
- func (v NullableNrfInfoServedMbSmfInfoListValueValue) MarshalJSON() ([]byte, error)
- func (v *NullableNrfInfoServedMbSmfInfoListValueValue) Set(val *NrfInfoServedMbSmfInfoListValueValue)
- func (v *NullableNrfInfoServedMbSmfInfoListValueValue) UnmarshalJSON(src []byte) error
- func (v *NullableNrfInfoServedMbSmfInfoListValueValue) Unset()
- type NullableNrfInfoServedNefInfoValue
- func (v NullableNrfInfoServedNefInfoValue) Get() *NrfInfoServedNefInfoValue
- func (v NullableNrfInfoServedNefInfoValue) IsSet() bool
- func (v NullableNrfInfoServedNefInfoValue) MarshalJSON() ([]byte, error)
- func (v *NullableNrfInfoServedNefInfoValue) Set(val *NrfInfoServedNefInfoValue)
- func (v *NullableNrfInfoServedNefInfoValue) UnmarshalJSON(src []byte) error
- func (v *NullableNrfInfoServedNefInfoValue) Unset()
- type NullableNrfInfoServedNwdafInfoValue
- func (v NullableNrfInfoServedNwdafInfoValue) Get() *NrfInfoServedNwdafInfoValue
- func (v NullableNrfInfoServedNwdafInfoValue) IsSet() bool
- func (v NullableNrfInfoServedNwdafInfoValue) MarshalJSON() ([]byte, error)
- func (v *NullableNrfInfoServedNwdafInfoValue) Set(val *NrfInfoServedNwdafInfoValue)
- func (v *NullableNrfInfoServedNwdafInfoValue) UnmarshalJSON(src []byte) error
- func (v *NullableNrfInfoServedNwdafInfoValue) Unset()
- type NullableNrfInfoServedPcfInfoValue
- func (v NullableNrfInfoServedPcfInfoValue) Get() *NrfInfoServedPcfInfoValue
- func (v NullableNrfInfoServedPcfInfoValue) IsSet() bool
- func (v NullableNrfInfoServedPcfInfoValue) MarshalJSON() ([]byte, error)
- func (v *NullableNrfInfoServedPcfInfoValue) Set(val *NrfInfoServedPcfInfoValue)
- func (v *NullableNrfInfoServedPcfInfoValue) UnmarshalJSON(src []byte) error
- func (v *NullableNrfInfoServedPcfInfoValue) Unset()
- type NullableNrfInfoServedPcscfInfoListValueValue
- func (v NullableNrfInfoServedPcscfInfoListValueValue) Get() *NrfInfoServedPcscfInfoListValueValue
- func (v NullableNrfInfoServedPcscfInfoListValueValue) IsSet() bool
- func (v NullableNrfInfoServedPcscfInfoListValueValue) MarshalJSON() ([]byte, error)
- func (v *NullableNrfInfoServedPcscfInfoListValueValue) Set(val *NrfInfoServedPcscfInfoListValueValue)
- func (v *NullableNrfInfoServedPcscfInfoListValueValue) UnmarshalJSON(src []byte) error
- func (v *NullableNrfInfoServedPcscfInfoListValueValue) Unset()
- type NullableNrfInfoServedScpInfoListValue
- func (v NullableNrfInfoServedScpInfoListValue) Get() *NrfInfoServedScpInfoListValue
- func (v NullableNrfInfoServedScpInfoListValue) IsSet() bool
- func (v NullableNrfInfoServedScpInfoListValue) MarshalJSON() ([]byte, error)
- func (v *NullableNrfInfoServedScpInfoListValue) Set(val *NrfInfoServedScpInfoListValue)
- func (v *NullableNrfInfoServedScpInfoListValue) UnmarshalJSON(src []byte) error
- func (v *NullableNrfInfoServedScpInfoListValue) Unset()
- type NullableNrfInfoServedSeppInfoListValue
- func (v NullableNrfInfoServedSeppInfoListValue) Get() *NrfInfoServedSeppInfoListValue
- func (v NullableNrfInfoServedSeppInfoListValue) IsSet() bool
- func (v NullableNrfInfoServedSeppInfoListValue) MarshalJSON() ([]byte, error)
- func (v *NullableNrfInfoServedSeppInfoListValue) Set(val *NrfInfoServedSeppInfoListValue)
- func (v *NullableNrfInfoServedSeppInfoListValue) UnmarshalJSON(src []byte) error
- func (v *NullableNrfInfoServedSeppInfoListValue) Unset()
- type NullableNrfInfoServedSmfInfoValue
- func (v NullableNrfInfoServedSmfInfoValue) Get() *NrfInfoServedSmfInfoValue
- func (v NullableNrfInfoServedSmfInfoValue) IsSet() bool
- func (v NullableNrfInfoServedSmfInfoValue) MarshalJSON() ([]byte, error)
- func (v *NullableNrfInfoServedSmfInfoValue) Set(val *NrfInfoServedSmfInfoValue)
- func (v *NullableNrfInfoServedSmfInfoValue) UnmarshalJSON(src []byte) error
- func (v *NullableNrfInfoServedSmfInfoValue) Unset()
- type NullableNrfInfoServedUdmInfoValue
- func (v NullableNrfInfoServedUdmInfoValue) Get() *NrfInfoServedUdmInfoValue
- func (v NullableNrfInfoServedUdmInfoValue) IsSet() bool
- func (v NullableNrfInfoServedUdmInfoValue) MarshalJSON() ([]byte, error)
- func (v *NullableNrfInfoServedUdmInfoValue) Set(val *NrfInfoServedUdmInfoValue)
- func (v *NullableNrfInfoServedUdmInfoValue) UnmarshalJSON(src []byte) error
- func (v *NullableNrfInfoServedUdmInfoValue) Unset()
- type NullableNrfInfoServedUdrInfoValue
- func (v NullableNrfInfoServedUdrInfoValue) Get() *NrfInfoServedUdrInfoValue
- func (v NullableNrfInfoServedUdrInfoValue) IsSet() bool
- func (v NullableNrfInfoServedUdrInfoValue) MarshalJSON() ([]byte, error)
- func (v *NullableNrfInfoServedUdrInfoValue) Set(val *NrfInfoServedUdrInfoValue)
- func (v *NullableNrfInfoServedUdrInfoValue) UnmarshalJSON(src []byte) error
- func (v *NullableNrfInfoServedUdrInfoValue) Unset()
- type NullableNrfInfoServedUdsfInfoValue
- func (v NullableNrfInfoServedUdsfInfoValue) Get() *NrfInfoServedUdsfInfoValue
- func (v NullableNrfInfoServedUdsfInfoValue) IsSet() bool
- func (v NullableNrfInfoServedUdsfInfoValue) MarshalJSON() ([]byte, error)
- func (v *NullableNrfInfoServedUdsfInfoValue) Set(val *NrfInfoServedUdsfInfoValue)
- func (v *NullableNrfInfoServedUdsfInfoValue) UnmarshalJSON(src []byte) error
- func (v *NullableNrfInfoServedUdsfInfoValue) Unset()
- type NullableNrfInfoServedUpfInfoValue
- func (v NullableNrfInfoServedUpfInfoValue) Get() *NrfInfoServedUpfInfoValue
- func (v NullableNrfInfoServedUpfInfoValue) IsSet() bool
- func (v NullableNrfInfoServedUpfInfoValue) MarshalJSON() ([]byte, error)
- func (v *NullableNrfInfoServedUpfInfoValue) Set(val *NrfInfoServedUpfInfoValue)
- func (v *NullableNrfInfoServedUpfInfoValue) UnmarshalJSON(src []byte) error
- func (v *NullableNrfInfoServedUpfInfoValue) Unset()
- type NullableNsacfCapability
- func (v NullableNsacfCapability) Get() *NsacfCapability
- func (v NullableNsacfCapability) IsSet() bool
- func (v NullableNsacfCapability) MarshalJSON() ([]byte, error)
- func (v *NullableNsacfCapability) Set(val *NsacfCapability)
- func (v *NullableNsacfCapability) UnmarshalJSON(src []byte) error
- func (v *NullableNsacfCapability) Unset()
- type NullableNsacfInfo
- type NullableNssaafInfo
- type NullableNwdafCapability
- func (v NullableNwdafCapability) Get() *NwdafCapability
- func (v NullableNwdafCapability) IsSet() bool
- func (v NullableNwdafCapability) MarshalJSON() ([]byte, error)
- func (v *NullableNwdafCapability) Set(val *NwdafCapability)
- func (v *NullableNwdafCapability) UnmarshalJSON(src []byte) error
- func (v *NullableNwdafCapability) Unset()
- type NullableNwdafCond
- type NullableNwdafEvent
- type NullableNwdafInfo
- type NullableOptionsResponse
- func (v NullableOptionsResponse) Get() *OptionsResponse
- func (v NullableOptionsResponse) IsSet() bool
- func (v NullableOptionsResponse) MarshalJSON() ([]byte, error)
- func (v *NullableOptionsResponse) Set(val *OptionsResponse)
- func (v *NullableOptionsResponse) UnmarshalJSON(src []byte) error
- func (v *NullableOptionsResponse) Unset()
- type NullablePatchItem
- type NullablePatchOperation
- func (v NullablePatchOperation) Get() *PatchOperation
- func (v NullablePatchOperation) IsSet() bool
- func (v NullablePatchOperation) MarshalJSON() ([]byte, error)
- func (v *NullablePatchOperation) Set(val *PatchOperation)
- func (v *NullablePatchOperation) UnmarshalJSON(src []byte) error
- func (v *NullablePatchOperation) Unset()
- type NullablePcfInfo
- type NullablePcscfInfo
- type NullablePduSessionType
- func (v NullablePduSessionType) Get() *PduSessionType
- func (v NullablePduSessionType) IsSet() bool
- func (v NullablePduSessionType) MarshalJSON() ([]byte, error)
- func (v *NullablePduSessionType) Set(val *PduSessionType)
- func (v *NullablePduSessionType) UnmarshalJSON(src []byte) error
- func (v *NullablePduSessionType) Unset()
- type NullablePfdData
- type NullablePlmnId
- type NullablePlmnIdNid
- type NullablePlmnOauth2
- type NullablePlmnRange
- type NullablePlmnSnssai
- type NullableProSeCapability
- func (v NullableProSeCapability) Get() *ProSeCapability
- func (v NullableProSeCapability) IsSet() bool
- func (v NullableProSeCapability) MarshalJSON() ([]byte, error)
- func (v *NullableProSeCapability) Set(val *ProSeCapability)
- func (v *NullableProSeCapability) UnmarshalJSON(src []byte) error
- func (v *NullableProSeCapability) Unset()
- 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 NullableRatType
- 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 NullableScpCapability
- func (v NullableScpCapability) Get() *ScpCapability
- func (v NullableScpCapability) IsSet() bool
- func (v NullableScpCapability) MarshalJSON() ([]byte, error)
- func (v *NullableScpCapability) Set(val *ScpCapability)
- func (v *NullableScpCapability) UnmarshalJSON(src []byte) error
- func (v *NullableScpCapability) Unset()
- type NullableScpDomainCond
- func (v NullableScpDomainCond) Get() *ScpDomainCond
- func (v NullableScpDomainCond) IsSet() bool
- func (v NullableScpDomainCond) MarshalJSON() ([]byte, error)
- func (v *NullableScpDomainCond) Set(val *ScpDomainCond)
- func (v *NullableScpDomainCond) UnmarshalJSON(src []byte) error
- func (v *NullableScpDomainCond) Unset()
- type NullableScpDomainInfo
- func (v NullableScpDomainInfo) Get() *ScpDomainInfo
- func (v NullableScpDomainInfo) IsSet() bool
- func (v NullableScpDomainInfo) MarshalJSON() ([]byte, error)
- func (v *NullableScpDomainInfo) Set(val *ScpDomainInfo)
- func (v *NullableScpDomainInfo) UnmarshalJSON(src []byte) error
- func (v *NullableScpDomainInfo) Unset()
- type NullableScpInfo
- type NullableSdRange
- type NullableSeppInfo
- type NullableServiceName
- func (v NullableServiceName) Get() *ServiceName
- func (v NullableServiceName) IsSet() bool
- func (v NullableServiceName) MarshalJSON() ([]byte, error)
- func (v *NullableServiceName) Set(val *ServiceName)
- func (v *NullableServiceName) UnmarshalJSON(src []byte) error
- func (v *NullableServiceName) Unset()
- type NullableServiceNameCond
- func (v NullableServiceNameCond) Get() *ServiceNameCond
- func (v NullableServiceNameCond) IsSet() bool
- func (v NullableServiceNameCond) MarshalJSON() ([]byte, error)
- func (v *NullableServiceNameCond) Set(val *ServiceNameCond)
- func (v *NullableServiceNameCond) UnmarshalJSON(src []byte) error
- func (v *NullableServiceNameCond) Unset()
- type NullableServiceNameListCond
- func (v NullableServiceNameListCond) Get() *ServiceNameListCond
- func (v NullableServiceNameListCond) IsSet() bool
- func (v NullableServiceNameListCond) MarshalJSON() ([]byte, error)
- func (v *NullableServiceNameListCond) Set(val *ServiceNameListCond)
- func (v *NullableServiceNameListCond) UnmarshalJSON(src []byte) error
- func (v *NullableServiceNameListCond) Unset()
- type NullableSharedDataIdRange
- func (v NullableSharedDataIdRange) Get() *SharedDataIdRange
- func (v NullableSharedDataIdRange) IsSet() bool
- func (v NullableSharedDataIdRange) MarshalJSON() ([]byte, error)
- func (v *NullableSharedDataIdRange) Set(val *SharedDataIdRange)
- func (v *NullableSharedDataIdRange) UnmarshalJSON(src []byte) error
- func (v *NullableSharedDataIdRange) Unset()
- type NullableSmfInfo
- type NullableSmsfInfo
- type NullableSnssai
- type NullableSnssaiEasdfInfoItem
- func (v NullableSnssaiEasdfInfoItem) Get() *SnssaiEasdfInfoItem
- func (v NullableSnssaiEasdfInfoItem) IsSet() bool
- func (v NullableSnssaiEasdfInfoItem) MarshalJSON() ([]byte, error)
- func (v *NullableSnssaiEasdfInfoItem) Set(val *SnssaiEasdfInfoItem)
- func (v *NullableSnssaiEasdfInfoItem) UnmarshalJSON(src []byte) error
- func (v *NullableSnssaiEasdfInfoItem) Unset()
- type NullableSnssaiExtension
- func (v NullableSnssaiExtension) Get() *SnssaiExtension
- func (v NullableSnssaiExtension) IsSet() bool
- func (v NullableSnssaiExtension) MarshalJSON() ([]byte, error)
- func (v *NullableSnssaiExtension) Set(val *SnssaiExtension)
- func (v *NullableSnssaiExtension) UnmarshalJSON(src []byte) error
- func (v *NullableSnssaiExtension) Unset()
- type NullableSnssaiInfoItem
- func (v NullableSnssaiInfoItem) Get() *SnssaiInfoItem
- func (v NullableSnssaiInfoItem) IsSet() bool
- func (v NullableSnssaiInfoItem) MarshalJSON() ([]byte, error)
- func (v *NullableSnssaiInfoItem) Set(val *SnssaiInfoItem)
- func (v *NullableSnssaiInfoItem) UnmarshalJSON(src []byte) error
- func (v *NullableSnssaiInfoItem) Unset()
- type NullableSnssaiMbSmfInfoItem
- func (v NullableSnssaiMbSmfInfoItem) Get() *SnssaiMbSmfInfoItem
- func (v NullableSnssaiMbSmfInfoItem) IsSet() bool
- func (v NullableSnssaiMbSmfInfoItem) MarshalJSON() ([]byte, error)
- func (v *NullableSnssaiMbSmfInfoItem) Set(val *SnssaiMbSmfInfoItem)
- func (v *NullableSnssaiMbSmfInfoItem) UnmarshalJSON(src []byte) error
- func (v *NullableSnssaiMbSmfInfoItem) Unset()
- type NullableSnssaiSmfInfoItem
- func (v NullableSnssaiSmfInfoItem) Get() *SnssaiSmfInfoItem
- func (v NullableSnssaiSmfInfoItem) IsSet() bool
- func (v NullableSnssaiSmfInfoItem) MarshalJSON() ([]byte, error)
- func (v *NullableSnssaiSmfInfoItem) Set(val *SnssaiSmfInfoItem)
- func (v *NullableSnssaiSmfInfoItem) UnmarshalJSON(src []byte) error
- func (v *NullableSnssaiSmfInfoItem) Unset()
- type NullableSnssaiTsctsfInfoItem
- func (v NullableSnssaiTsctsfInfoItem) Get() *SnssaiTsctsfInfoItem
- func (v NullableSnssaiTsctsfInfoItem) IsSet() bool
- func (v NullableSnssaiTsctsfInfoItem) MarshalJSON() ([]byte, error)
- func (v *NullableSnssaiTsctsfInfoItem) Set(val *SnssaiTsctsfInfoItem)
- func (v *NullableSnssaiTsctsfInfoItem) UnmarshalJSON(src []byte) error
- func (v *NullableSnssaiTsctsfInfoItem) Unset()
- type NullableSnssaiUpfInfoItem
- func (v NullableSnssaiUpfInfoItem) Get() *SnssaiUpfInfoItem
- func (v NullableSnssaiUpfInfoItem) IsSet() bool
- func (v NullableSnssaiUpfInfoItem) MarshalJSON() ([]byte, error)
- func (v *NullableSnssaiUpfInfoItem) Set(val *SnssaiUpfInfoItem)
- func (v *NullableSnssaiUpfInfoItem) UnmarshalJSON(src []byte) error
- func (v *NullableSnssaiUpfInfoItem) Unset()
- type NullableSsm
- type NullableString
- type NullableSubscrCond
- type NullableSubscriptionContext
- func (v NullableSubscriptionContext) Get() *SubscriptionContext
- func (v NullableSubscriptionContext) IsSet() bool
- func (v NullableSubscriptionContext) MarshalJSON() ([]byte, error)
- func (v *NullableSubscriptionContext) Set(val *SubscriptionContext)
- func (v *NullableSubscriptionContext) UnmarshalJSON(src []byte) error
- func (v *NullableSubscriptionContext) Unset()
- type NullableSubscriptionData
- func (v NullableSubscriptionData) Get() *SubscriptionData
- func (v NullableSubscriptionData) IsSet() bool
- func (v NullableSubscriptionData) MarshalJSON() ([]byte, error)
- func (v *NullableSubscriptionData) Set(val *SubscriptionData)
- func (v *NullableSubscriptionData) UnmarshalJSON(src []byte) error
- func (v *NullableSubscriptionData) Unset()
- type NullableSuciInfo
- type NullableSupiRange
- type NullableSupportedGADShapes
- func (v NullableSupportedGADShapes) Get() *SupportedGADShapes
- func (v NullableSupportedGADShapes) IsSet() bool
- func (v NullableSupportedGADShapes) MarshalJSON() ([]byte, error)
- func (v *NullableSupportedGADShapes) Set(val *SupportedGADShapes)
- func (v *NullableSupportedGADShapes) UnmarshalJSON(src []byte) error
- func (v *NullableSupportedGADShapes) Unset()
- type NullableTacRange
- type NullableTai
- type NullableTaiRange
- type NullableTime
- type NullableTmgi
- type NullableTmgiRange
- type NullableTngfInfo
- 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 NullableTrustAfInfo
- func (v NullableTrustAfInfo) Get() *TrustAfInfo
- func (v NullableTrustAfInfo) IsSet() bool
- func (v NullableTrustAfInfo) MarshalJSON() ([]byte, error)
- func (v *NullableTrustAfInfo) Set(val *TrustAfInfo)
- func (v *NullableTrustAfInfo) UnmarshalJSON(src []byte) error
- func (v *NullableTrustAfInfo) Unset()
- type NullableTsctsfInfo
- type NullableTwifInfo
- type NullableUPInterfaceType
- func (v NullableUPInterfaceType) Get() *UPInterfaceType
- func (v NullableUPInterfaceType) IsSet() bool
- func (v NullableUPInterfaceType) MarshalJSON() ([]byte, error)
- func (v *NullableUPInterfaceType) Set(val *UPInterfaceType)
- func (v *NullableUPInterfaceType) UnmarshalJSON(src []byte) error
- func (v *NullableUPInterfaceType) Unset()
- type NullableUdmInfo
- type NullableUdrInfo
- type NullableUdsfInfo
- type NullableUnTrustAfInfo
- func (v NullableUnTrustAfInfo) Get() *UnTrustAfInfo
- func (v NullableUnTrustAfInfo) IsSet() bool
- func (v NullableUnTrustAfInfo) MarshalJSON() ([]byte, error)
- func (v *NullableUnTrustAfInfo) Set(val *UnTrustAfInfo)
- func (v *NullableUnTrustAfInfo) UnmarshalJSON(src []byte) error
- func (v *NullableUnTrustAfInfo) Unset()
- type NullableUpfCond
- type NullableUpfInfo
- type NullableUriList
- type NullableUriScheme
- type NullableV2xCapability
- func (v NullableV2xCapability) Get() *V2xCapability
- func (v NullableV2xCapability) IsSet() bool
- func (v NullableV2xCapability) MarshalJSON() ([]byte, error)
- func (v *NullableV2xCapability) Set(val *V2xCapability)
- func (v *NullableV2xCapability) UnmarshalJSON(src []byte) error
- func (v *NullableV2xCapability) Unset()
- type NullableVendorSpecificFeature
- func (v NullableVendorSpecificFeature) Get() *VendorSpecificFeature
- func (v NullableVendorSpecificFeature) IsSet() bool
- func (v NullableVendorSpecificFeature) MarshalJSON() ([]byte, error)
- func (v *NullableVendorSpecificFeature) Set(val *VendorSpecificFeature)
- func (v *NullableVendorSpecificFeature) UnmarshalJSON(src []byte) error
- func (v *NullableVendorSpecificFeature) Unset()
- type NullableWAgfInfo
- type NwdafCapability
- func (o *NwdafCapability) GetAnalyticsAggregation() bool
- func (o *NwdafCapability) GetAnalyticsAggregationOk() (*bool, bool)
- func (o *NwdafCapability) GetAnalyticsMetadataProvisioning() bool
- func (o *NwdafCapability) GetAnalyticsMetadataProvisioningOk() (*bool, bool)
- func (o *NwdafCapability) HasAnalyticsAggregation() bool
- func (o *NwdafCapability) HasAnalyticsMetadataProvisioning() bool
- func (o NwdafCapability) MarshalJSON() ([]byte, error)
- func (o *NwdafCapability) SetAnalyticsAggregation(v bool)
- func (o *NwdafCapability) SetAnalyticsMetadataProvisioning(v bool)
- func (o NwdafCapability) ToMap() (map[string]interface{}, error)
- type NwdafCond
- func (o *NwdafCond) GetAnalyticsIds() []string
- func (o *NwdafCond) GetAnalyticsIdsOk() ([]string, bool)
- func (o *NwdafCond) GetConditionType() string
- func (o *NwdafCond) GetConditionTypeOk() (*string, bool)
- func (o *NwdafCond) GetMlAnalyticsList() []MlAnalyticsInfo
- func (o *NwdafCond) GetMlAnalyticsListOk() ([]MlAnalyticsInfo, bool)
- func (o *NwdafCond) GetServingNfSetIdList() []string
- func (o *NwdafCond) GetServingNfSetIdListOk() ([]string, bool)
- func (o *NwdafCond) GetServingNfTypeList() []NFType
- func (o *NwdafCond) GetServingNfTypeListOk() ([]NFType, bool)
- func (o *NwdafCond) GetSnssaiList() []Snssai
- func (o *NwdafCond) GetSnssaiListOk() ([]Snssai, bool)
- func (o *NwdafCond) GetTaiList() []Tai
- func (o *NwdafCond) GetTaiListOk() ([]Tai, bool)
- func (o *NwdafCond) GetTaiRangeList() []TaiRange
- func (o *NwdafCond) GetTaiRangeListOk() ([]TaiRange, bool)
- func (o *NwdafCond) HasAnalyticsIds() bool
- func (o *NwdafCond) HasMlAnalyticsList() bool
- func (o *NwdafCond) HasServingNfSetIdList() bool
- func (o *NwdafCond) HasServingNfTypeList() bool
- func (o *NwdafCond) HasSnssaiList() bool
- func (o *NwdafCond) HasTaiList() bool
- func (o *NwdafCond) HasTaiRangeList() bool
- func (o NwdafCond) MarshalJSON() ([]byte, error)
- func (o *NwdafCond) SetAnalyticsIds(v []string)
- func (o *NwdafCond) SetConditionType(v string)
- func (o *NwdafCond) SetMlAnalyticsList(v []MlAnalyticsInfo)
- func (o *NwdafCond) SetServingNfSetIdList(v []string)
- func (o *NwdafCond) SetServingNfTypeList(v []NFType)
- func (o *NwdafCond) SetSnssaiList(v []Snssai)
- func (o *NwdafCond) SetTaiList(v []Tai)
- func (o *NwdafCond) SetTaiRangeList(v []TaiRange)
- func (o NwdafCond) ToMap() (map[string]interface{}, error)
- type NwdafEvent
- type NwdafInfo
- func (o *NwdafInfo) GetAnalyticsDelay() int32
- func (o *NwdafInfo) GetAnalyticsDelayOk() (*int32, bool)
- func (o *NwdafInfo) GetEventIds() []EventId
- func (o *NwdafInfo) GetEventIdsOk() ([]EventId, bool)
- func (o *NwdafInfo) GetMlAnalyticsList() []MlAnalyticsInfo
- func (o *NwdafInfo) GetMlAnalyticsListOk() ([]MlAnalyticsInfo, bool)
- func (o *NwdafInfo) GetNwdafCapability() NwdafCapability
- func (o *NwdafInfo) GetNwdafCapabilityOk() (*NwdafCapability, bool)
- func (o *NwdafInfo) GetNwdafEvents() []NwdafEvent
- func (o *NwdafInfo) GetNwdafEventsOk() ([]NwdafEvent, bool)
- func (o *NwdafInfo) GetServingNfSetIdList() []string
- func (o *NwdafInfo) GetServingNfSetIdListOk() ([]string, bool)
- func (o *NwdafInfo) GetServingNfTypeList() []NFType
- func (o *NwdafInfo) GetServingNfTypeListOk() ([]NFType, bool)
- func (o *NwdafInfo) GetTaiList() []Tai
- func (o *NwdafInfo) GetTaiListOk() ([]Tai, bool)
- func (o *NwdafInfo) GetTaiRangeList() []TaiRange
- func (o *NwdafInfo) GetTaiRangeListOk() ([]TaiRange, bool)
- func (o *NwdafInfo) HasAnalyticsDelay() bool
- func (o *NwdafInfo) HasEventIds() bool
- func (o *NwdafInfo) HasMlAnalyticsList() bool
- func (o *NwdafInfo) HasNwdafCapability() bool
- func (o *NwdafInfo) HasNwdafEvents() bool
- func (o *NwdafInfo) HasServingNfSetIdList() bool
- func (o *NwdafInfo) HasServingNfTypeList() bool
- func (o *NwdafInfo) HasTaiList() bool
- func (o *NwdafInfo) HasTaiRangeList() bool
- func (o NwdafInfo) MarshalJSON() ([]byte, error)
- func (o *NwdafInfo) SetAnalyticsDelay(v int32)
- func (o *NwdafInfo) SetEventIds(v []EventId)
- func (o *NwdafInfo) SetMlAnalyticsList(v []MlAnalyticsInfo)
- func (o *NwdafInfo) SetNwdafCapability(v NwdafCapability)
- func (o *NwdafInfo) SetNwdafEvents(v []NwdafEvent)
- func (o *NwdafInfo) SetServingNfSetIdList(v []string)
- func (o *NwdafInfo) SetServingNfTypeList(v []NFType)
- func (o *NwdafInfo) SetTaiList(v []Tai)
- func (o *NwdafInfo) SetTaiRangeList(v []TaiRange)
- func (o NwdafInfo) ToMap() (map[string]interface{}, error)
- type OptionsResponse
- func (o *OptionsResponse) GetSupportedFeatures() string
- func (o *OptionsResponse) GetSupportedFeaturesOk() (*string, bool)
- func (o *OptionsResponse) HasSupportedFeatures() bool
- func (o OptionsResponse) MarshalJSON() ([]byte, error)
- func (o *OptionsResponse) SetSupportedFeatures(v string)
- func (o OptionsResponse) ToMap() (map[string]interface{}, error)
- type PatchItem
- func (o *PatchItem) GetFrom() string
- func (o *PatchItem) GetFromOk() (*string, bool)
- func (o *PatchItem) GetOp() PatchOperation
- func (o *PatchItem) GetOpOk() (*PatchOperation, bool)
- func (o *PatchItem) GetPath() string
- func (o *PatchItem) GetPathOk() (*string, bool)
- func (o *PatchItem) GetValue() interface{}
- func (o *PatchItem) GetValueOk() (*interface{}, bool)
- func (o *PatchItem) HasFrom() bool
- func (o *PatchItem) HasValue() bool
- func (o PatchItem) MarshalJSON() ([]byte, error)
- func (o *PatchItem) SetFrom(v string)
- func (o *PatchItem) SetOp(v PatchOperation)
- func (o *PatchItem) SetPath(v string)
- func (o *PatchItem) SetValue(v interface{})
- func (o PatchItem) ToMap() (map[string]interface{}, error)
- type PatchOperation
- type PcfInfo
- func (o *PcfInfo) GetDnnList() []string
- func (o *PcfInfo) GetDnnListOk() ([]string, bool)
- func (o *PcfInfo) GetGpsiRanges() []IdentityRange
- func (o *PcfInfo) GetGpsiRangesOk() ([]IdentityRange, bool)
- func (o *PcfInfo) GetGroupId() string
- func (o *PcfInfo) GetGroupIdOk() (*string, bool)
- func (o *PcfInfo) GetProseCapability() ProSeCapability
- func (o *PcfInfo) GetProseCapabilityOk() (*ProSeCapability, bool)
- func (o *PcfInfo) GetProseSupportInd() bool
- func (o *PcfInfo) GetProseSupportIndOk() (*bool, bool)
- func (o *PcfInfo) GetRxDiamHost() string
- func (o *PcfInfo) GetRxDiamHostOk() (*string, bool)
- func (o *PcfInfo) GetRxDiamRealm() string
- func (o *PcfInfo) GetRxDiamRealmOk() (*string, bool)
- func (o *PcfInfo) GetSupiRanges() []SupiRange
- func (o *PcfInfo) GetSupiRangesOk() ([]SupiRange, bool)
- func (o *PcfInfo) GetV2xCapability() V2xCapability
- func (o *PcfInfo) GetV2xCapabilityOk() (*V2xCapability, bool)
- func (o *PcfInfo) GetV2xSupportInd() bool
- func (o *PcfInfo) GetV2xSupportIndOk() (*bool, bool)
- func (o *PcfInfo) HasDnnList() bool
- func (o *PcfInfo) HasGpsiRanges() bool
- func (o *PcfInfo) HasGroupId() bool
- func (o *PcfInfo) HasProseCapability() bool
- func (o *PcfInfo) HasProseSupportInd() bool
- func (o *PcfInfo) HasRxDiamHost() bool
- func (o *PcfInfo) HasRxDiamRealm() bool
- func (o *PcfInfo) HasSupiRanges() bool
- func (o *PcfInfo) HasV2xCapability() bool
- func (o *PcfInfo) HasV2xSupportInd() bool
- func (o PcfInfo) MarshalJSON() ([]byte, error)
- func (o *PcfInfo) SetDnnList(v []string)
- func (o *PcfInfo) SetGpsiRanges(v []IdentityRange)
- func (o *PcfInfo) SetGroupId(v string)
- func (o *PcfInfo) SetProseCapability(v ProSeCapability)
- func (o *PcfInfo) SetProseSupportInd(v bool)
- func (o *PcfInfo) SetRxDiamHost(v string)
- func (o *PcfInfo) SetRxDiamRealm(v string)
- func (o *PcfInfo) SetSupiRanges(v []SupiRange)
- func (o *PcfInfo) SetV2xCapability(v V2xCapability)
- func (o *PcfInfo) SetV2xSupportInd(v bool)
- func (o PcfInfo) ToMap() (map[string]interface{}, error)
- type PcscfInfo
- func (o *PcscfInfo) GetAccessType() []AccessType
- func (o *PcscfInfo) GetAccessTypeOk() ([]AccessType, bool)
- func (o *PcscfInfo) GetDnnList() []string
- func (o *PcscfInfo) GetDnnListOk() ([]string, bool)
- func (o *PcscfInfo) GetGmFqdn() string
- func (o *PcscfInfo) GetGmFqdnOk() (*string, bool)
- func (o *PcscfInfo) GetGmIpv4Addresses() []string
- func (o *PcscfInfo) GetGmIpv4AddressesOk() ([]string, bool)
- func (o *PcscfInfo) GetGmIpv6Addresses() []Ipv6Addr
- func (o *PcscfInfo) GetGmIpv6AddressesOk() ([]Ipv6Addr, bool)
- func (o *PcscfInfo) GetMwFqdn() string
- func (o *PcscfInfo) GetMwFqdnOk() (*string, bool)
- func (o *PcscfInfo) GetMwIpv4Addresses() []string
- func (o *PcscfInfo) GetMwIpv4AddressesOk() ([]string, bool)
- func (o *PcscfInfo) GetMwIpv6Addresses() []Ipv6Addr
- func (o *PcscfInfo) GetMwIpv6AddressesOk() ([]Ipv6Addr, bool)
- func (o *PcscfInfo) GetServedIpv4AddressRanges() []Ipv4AddressRange
- func (o *PcscfInfo) GetServedIpv4AddressRangesOk() ([]Ipv4AddressRange, bool)
- func (o *PcscfInfo) GetServedIpv6PrefixRanges() []Ipv6PrefixRange
- func (o *PcscfInfo) GetServedIpv6PrefixRangesOk() ([]Ipv6PrefixRange, bool)
- func (o *PcscfInfo) HasAccessType() bool
- func (o *PcscfInfo) HasDnnList() bool
- func (o *PcscfInfo) HasGmFqdn() bool
- func (o *PcscfInfo) HasGmIpv4Addresses() bool
- func (o *PcscfInfo) HasGmIpv6Addresses() bool
- func (o *PcscfInfo) HasMwFqdn() bool
- func (o *PcscfInfo) HasMwIpv4Addresses() bool
- func (o *PcscfInfo) HasMwIpv6Addresses() bool
- func (o *PcscfInfo) HasServedIpv4AddressRanges() bool
- func (o *PcscfInfo) HasServedIpv6PrefixRanges() bool
- func (o PcscfInfo) MarshalJSON() ([]byte, error)
- func (o *PcscfInfo) SetAccessType(v []AccessType)
- func (o *PcscfInfo) SetDnnList(v []string)
- func (o *PcscfInfo) SetGmFqdn(v string)
- func (o *PcscfInfo) SetGmIpv4Addresses(v []string)
- func (o *PcscfInfo) SetGmIpv6Addresses(v []Ipv6Addr)
- func (o *PcscfInfo) SetMwFqdn(v string)
- func (o *PcscfInfo) SetMwIpv4Addresses(v []string)
- func (o *PcscfInfo) SetMwIpv6Addresses(v []Ipv6Addr)
- func (o *PcscfInfo) SetServedIpv4AddressRanges(v []Ipv4AddressRange)
- func (o *PcscfInfo) SetServedIpv6PrefixRanges(v []Ipv6PrefixRange)
- func (o PcscfInfo) ToMap() (map[string]interface{}, error)
- type PduSessionType
- type PfdData
- func (o *PfdData) GetAfIds() []string
- func (o *PfdData) GetAfIdsOk() ([]string, bool)
- func (o *PfdData) GetAppIds() []string
- func (o *PfdData) GetAppIdsOk() ([]string, bool)
- func (o *PfdData) HasAfIds() bool
- func (o *PfdData) HasAppIds() bool
- func (o PfdData) MarshalJSON() ([]byte, error)
- func (o *PfdData) SetAfIds(v []string)
- func (o *PfdData) SetAppIds(v []string)
- func (o PfdData) 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)
- 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)
- type PlmnOauth2
- func (o *PlmnOauth2) GetOauth2NotRequiredPlmnIdList() []PlmnId
- func (o *PlmnOauth2) GetOauth2NotRequiredPlmnIdListOk() ([]PlmnId, bool)
- func (o *PlmnOauth2) GetOauth2RequiredPlmnIdList() []PlmnId
- func (o *PlmnOauth2) GetOauth2RequiredPlmnIdListOk() ([]PlmnId, bool)
- func (o *PlmnOauth2) HasOauth2NotRequiredPlmnIdList() bool
- func (o *PlmnOauth2) HasOauth2RequiredPlmnIdList() bool
- func (o PlmnOauth2) MarshalJSON() ([]byte, error)
- func (o *PlmnOauth2) SetOauth2NotRequiredPlmnIdList(v []PlmnId)
- func (o *PlmnOauth2) SetOauth2RequiredPlmnIdList(v []PlmnId)
- func (o PlmnOauth2) ToMap() (map[string]interface{}, error)
- type PlmnRange
- type PlmnSnssai
- func (o *PlmnSnssai) GetNid() string
- func (o *PlmnSnssai) GetNidOk() (*string, bool)
- func (o *PlmnSnssai) GetPlmnId() PlmnId
- func (o *PlmnSnssai) GetPlmnIdOk() (*PlmnId, bool)
- func (o *PlmnSnssai) GetSNssaiList() []ExtSnssai
- func (o *PlmnSnssai) GetSNssaiListOk() ([]ExtSnssai, bool)
- func (o *PlmnSnssai) HasNid() bool
- func (o PlmnSnssai) MarshalJSON() ([]byte, error)
- func (o *PlmnSnssai) SetNid(v string)
- func (o *PlmnSnssai) SetPlmnId(v PlmnId)
- func (o *PlmnSnssai) SetSNssaiList(v []ExtSnssai)
- func (o PlmnSnssai) ToMap() (map[string]interface{}, error)
- type ProSeCapability
- func (o *ProSeCapability) GetProseDirectCommunication() bool
- func (o *ProSeCapability) GetProseDirectCommunicationOk() (*bool, bool)
- func (o *ProSeCapability) GetProseDirectDiscovey() bool
- func (o *ProSeCapability) GetProseDirectDiscoveyOk() (*bool, bool)
- func (o *ProSeCapability) GetProseL2RemoteUe() bool
- func (o *ProSeCapability) GetProseL2RemoteUeOk() (*bool, bool)
- func (o *ProSeCapability) GetProseL2UetoNetworkRelay() bool
- func (o *ProSeCapability) GetProseL2UetoNetworkRelayOk() (*bool, bool)
- func (o *ProSeCapability) GetProseL3RemoteUe() bool
- func (o *ProSeCapability) GetProseL3RemoteUeOk() (*bool, bool)
- func (o *ProSeCapability) GetProseL3UetoNetworkRelay() bool
- func (o *ProSeCapability) GetProseL3UetoNetworkRelayOk() (*bool, bool)
- func (o *ProSeCapability) HasProseDirectCommunication() bool
- func (o *ProSeCapability) HasProseDirectDiscovey() bool
- func (o *ProSeCapability) HasProseL2RemoteUe() bool
- func (o *ProSeCapability) HasProseL2UetoNetworkRelay() bool
- func (o *ProSeCapability) HasProseL3RemoteUe() bool
- func (o *ProSeCapability) HasProseL3UetoNetworkRelay() bool
- func (o ProSeCapability) MarshalJSON() ([]byte, error)
- func (o *ProSeCapability) SetProseDirectCommunication(v bool)
- func (o *ProSeCapability) SetProseDirectDiscovey(v bool)
- func (o *ProSeCapability) SetProseL2RemoteUe(v bool)
- func (o *ProSeCapability) SetProseL2UetoNetworkRelay(v bool)
- func (o *ProSeCapability) SetProseL3RemoteUe(v bool)
- func (o *ProSeCapability) SetProseL3UetoNetworkRelay(v bool)
- func (o ProSeCapability) ToMap() (map[string]interface{}, 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) GetSupportedApiVersions() []string
- func (o *ProblemDetails) GetSupportedApiVersionsOk() ([]string, 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) HasSupportedApiVersions() 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) SetSupportedApiVersions(v []string)
- 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 RatType
- 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 ScpCapability
- type ScpDomainCond
- func (o *ScpDomainCond) GetNfTypeList() []NFType
- func (o *ScpDomainCond) GetNfTypeListOk() ([]NFType, bool)
- func (o *ScpDomainCond) GetScpDomains() []string
- func (o *ScpDomainCond) GetScpDomainsOk() ([]string, bool)
- func (o *ScpDomainCond) HasNfTypeList() bool
- func (o ScpDomainCond) MarshalJSON() ([]byte, error)
- func (o *ScpDomainCond) SetNfTypeList(v []NFType)
- func (o *ScpDomainCond) SetScpDomains(v []string)
- func (o ScpDomainCond) ToMap() (map[string]interface{}, error)
- type ScpDomainInfo
- func (o *ScpDomainInfo) GetScpFqdn() string
- func (o *ScpDomainInfo) GetScpFqdnOk() (*string, bool)
- func (o *ScpDomainInfo) GetScpIpEndPoints() []IpEndPoint
- func (o *ScpDomainInfo) GetScpIpEndPointsOk() ([]IpEndPoint, bool)
- func (o *ScpDomainInfo) GetScpPorts() map[string]int32
- func (o *ScpDomainInfo) GetScpPortsOk() (*map[string]int32, bool)
- func (o *ScpDomainInfo) GetScpPrefix() string
- func (o *ScpDomainInfo) GetScpPrefixOk() (*string, bool)
- func (o *ScpDomainInfo) HasScpFqdn() bool
- func (o *ScpDomainInfo) HasScpIpEndPoints() bool
- func (o *ScpDomainInfo) HasScpPorts() bool
- func (o *ScpDomainInfo) HasScpPrefix() bool
- func (o ScpDomainInfo) MarshalJSON() ([]byte, error)
- func (o *ScpDomainInfo) SetScpFqdn(v string)
- func (o *ScpDomainInfo) SetScpIpEndPoints(v []IpEndPoint)
- func (o *ScpDomainInfo) SetScpPorts(v map[string]int32)
- func (o *ScpDomainInfo) SetScpPrefix(v string)
- func (o ScpDomainInfo) ToMap() (map[string]interface{}, error)
- type ScpInfo
- func (o *ScpInfo) GetAddressDomains() []string
- func (o *ScpInfo) GetAddressDomainsOk() ([]string, bool)
- func (o *ScpInfo) GetIpReachability() IpReachability
- func (o *ScpInfo) GetIpReachabilityOk() (*IpReachability, bool)
- func (o *ScpInfo) GetIpv4AddrRanges() []Ipv4AddressRange
- func (o *ScpInfo) GetIpv4AddrRangesOk() ([]Ipv4AddressRange, bool)
- func (o *ScpInfo) GetIpv4Addresses() []string
- func (o *ScpInfo) GetIpv4AddressesOk() ([]string, bool)
- func (o *ScpInfo) GetIpv6PrefixRanges() []Ipv6PrefixRange
- func (o *ScpInfo) GetIpv6PrefixRangesOk() ([]Ipv6PrefixRange, bool)
- func (o *ScpInfo) GetIpv6Prefixes() []Ipv6Prefix
- func (o *ScpInfo) GetIpv6PrefixesOk() ([]Ipv6Prefix, bool)
- func (o *ScpInfo) GetRemotePlmnList() []PlmnId
- func (o *ScpInfo) GetRemotePlmnListOk() ([]PlmnId, bool)
- func (o *ScpInfo) GetRemoteSnpnList() []PlmnIdNid
- func (o *ScpInfo) GetRemoteSnpnListOk() ([]PlmnIdNid, bool)
- func (o *ScpInfo) GetScpCapabilities() []ScpCapability
- func (o *ScpInfo) GetScpCapabilitiesOk() ([]ScpCapability, bool)
- func (o *ScpInfo) GetScpDomainInfoList() map[string]ScpDomainInfo
- func (o *ScpInfo) GetScpDomainInfoListOk() (*map[string]ScpDomainInfo, bool)
- func (o *ScpInfo) GetScpPorts() map[string]int32
- func (o *ScpInfo) GetScpPortsOk() (*map[string]int32, bool)
- func (o *ScpInfo) GetScpPrefix() string
- func (o *ScpInfo) GetScpPrefixOk() (*string, bool)
- func (o *ScpInfo) GetServedNfSetIdList() []string
- func (o *ScpInfo) GetServedNfSetIdListOk() ([]string, bool)
- func (o *ScpInfo) HasAddressDomains() bool
- func (o *ScpInfo) HasIpReachability() bool
- func (o *ScpInfo) HasIpv4AddrRanges() bool
- func (o *ScpInfo) HasIpv4Addresses() bool
- func (o *ScpInfo) HasIpv6PrefixRanges() bool
- func (o *ScpInfo) HasIpv6Prefixes() bool
- func (o *ScpInfo) HasRemotePlmnList() bool
- func (o *ScpInfo) HasRemoteSnpnList() bool
- func (o *ScpInfo) HasScpCapabilities() bool
- func (o *ScpInfo) HasScpDomainInfoList() bool
- func (o *ScpInfo) HasScpPorts() bool
- func (o *ScpInfo) HasScpPrefix() bool
- func (o *ScpInfo) HasServedNfSetIdList() bool
- func (o ScpInfo) MarshalJSON() ([]byte, error)
- func (o *ScpInfo) SetAddressDomains(v []string)
- func (o *ScpInfo) SetIpReachability(v IpReachability)
- func (o *ScpInfo) SetIpv4AddrRanges(v []Ipv4AddressRange)
- func (o *ScpInfo) SetIpv4Addresses(v []string)
- func (o *ScpInfo) SetIpv6PrefixRanges(v []Ipv6PrefixRange)
- func (o *ScpInfo) SetIpv6Prefixes(v []Ipv6Prefix)
- func (o *ScpInfo) SetRemotePlmnList(v []PlmnId)
- func (o *ScpInfo) SetRemoteSnpnList(v []PlmnIdNid)
- func (o *ScpInfo) SetScpCapabilities(v []ScpCapability)
- func (o *ScpInfo) SetScpDomainInfoList(v map[string]ScpDomainInfo)
- func (o *ScpInfo) SetScpPorts(v map[string]int32)
- func (o *ScpInfo) SetScpPrefix(v string)
- func (o *ScpInfo) SetServedNfSetIdList(v []string)
- func (o ScpInfo) ToMap() (map[string]interface{}, error)
- type SdRange
- func (o *SdRange) GetEnd() string
- func (o *SdRange) GetEndOk() (*string, bool)
- func (o *SdRange) GetStart() string
- func (o *SdRange) GetStartOk() (*string, bool)
- func (o *SdRange) HasEnd() bool
- func (o *SdRange) HasStart() bool
- func (o SdRange) MarshalJSON() ([]byte, error)
- func (o *SdRange) SetEnd(v string)
- func (o *SdRange) SetStart(v string)
- func (o SdRange) ToMap() (map[string]interface{}, error)
- type SeppInfo
- func (o *SeppInfo) GetN32Purposes() []N32Purpose
- func (o *SeppInfo) GetN32PurposesOk() ([]N32Purpose, bool)
- func (o *SeppInfo) GetRemotePlmnList() []PlmnId
- func (o *SeppInfo) GetRemotePlmnListOk() ([]PlmnId, bool)
- func (o *SeppInfo) GetRemoteSnpnList() []PlmnIdNid
- func (o *SeppInfo) GetRemoteSnpnListOk() ([]PlmnIdNid, bool)
- func (o *SeppInfo) GetSeppPorts() map[string]int32
- func (o *SeppInfo) GetSeppPortsOk() (*map[string]int32, bool)
- func (o *SeppInfo) GetSeppPrefix() string
- func (o *SeppInfo) GetSeppPrefixOk() (*string, bool)
- func (o *SeppInfo) HasN32Purposes() bool
- func (o *SeppInfo) HasRemotePlmnList() bool
- func (o *SeppInfo) HasRemoteSnpnList() bool
- func (o *SeppInfo) HasSeppPorts() bool
- func (o *SeppInfo) HasSeppPrefix() bool
- func (o SeppInfo) MarshalJSON() ([]byte, error)
- func (o *SeppInfo) SetN32Purposes(v []N32Purpose)
- func (o *SeppInfo) SetRemotePlmnList(v []PlmnId)
- func (o *SeppInfo) SetRemoteSnpnList(v []PlmnIdNid)
- func (o *SeppInfo) SetSeppPorts(v map[string]int32)
- func (o *SeppInfo) SetSeppPrefix(v string)
- func (o SeppInfo) ToMap() (map[string]interface{}, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type ServiceName
- type ServiceNameCond
- type ServiceNameListCond
- func (o *ServiceNameListCond) GetConditionType() string
- func (o *ServiceNameListCond) GetConditionTypeOk() (*string, bool)
- func (o *ServiceNameListCond) GetServiceNameList() []ServiceName
- func (o *ServiceNameListCond) GetServiceNameListOk() ([]ServiceName, bool)
- func (o ServiceNameListCond) MarshalJSON() ([]byte, error)
- func (o *ServiceNameListCond) SetConditionType(v string)
- func (o *ServiceNameListCond) SetServiceNameList(v []ServiceName)
- func (o ServiceNameListCond) ToMap() (map[string]interface{}, error)
- type SharedDataIdRange
- func (o *SharedDataIdRange) GetPattern() string
- func (o *SharedDataIdRange) GetPatternOk() (*string, bool)
- func (o *SharedDataIdRange) HasPattern() bool
- func (o SharedDataIdRange) MarshalJSON() ([]byte, error)
- func (o *SharedDataIdRange) SetPattern(v string)
- func (o SharedDataIdRange) ToMap() (map[string]interface{}, error)
- type SmfInfo
- func (o *SmfInfo) GetAccessType() []AccessType
- func (o *SmfInfo) GetAccessTypeOk() ([]AccessType, bool)
- func (o *SmfInfo) GetIsmfSupportInd() bool
- func (o *SmfInfo) GetIsmfSupportIndOk() (*bool, bool)
- func (o *SmfInfo) GetPgwFqdn() string
- func (o *SmfInfo) GetPgwFqdnList() []string
- func (o *SmfInfo) GetPgwFqdnListOk() ([]string, bool)
- func (o *SmfInfo) GetPgwFqdnOk() (*string, bool)
- func (o *SmfInfo) GetPgwIpAddrList() []IpAddr
- func (o *SmfInfo) GetPgwIpAddrListOk() ([]IpAddr, bool)
- func (o *SmfInfo) GetPriority() int32
- func (o *SmfInfo) GetPriorityOk() (*int32, bool)
- func (o *SmfInfo) GetSNssaiSmfInfoList() []SnssaiSmfInfoItem
- func (o *SmfInfo) GetSNssaiSmfInfoListOk() ([]SnssaiSmfInfoItem, bool)
- func (o *SmfInfo) GetSmfOnboardingCapability() bool
- func (o *SmfInfo) GetSmfOnboardingCapabilityOk() (*bool, bool)
- func (o *SmfInfo) GetSmfUPRPCapability() bool
- func (o *SmfInfo) GetSmfUPRPCapabilityOk() (*bool, bool)
- func (o *SmfInfo) GetTaiList() []Tai
- func (o *SmfInfo) GetTaiListOk() ([]Tai, bool)
- func (o *SmfInfo) GetTaiRangeList() []TaiRange
- func (o *SmfInfo) GetTaiRangeListOk() ([]TaiRange, bool)
- func (o *SmfInfo) GetVsmfSupportInd() bool
- func (o *SmfInfo) GetVsmfSupportIndOk() (*bool, bool)
- func (o *SmfInfo) HasAccessType() bool
- func (o *SmfInfo) HasIsmfSupportInd() bool
- func (o *SmfInfo) HasPgwFqdn() bool
- func (o *SmfInfo) HasPgwFqdnList() bool
- func (o *SmfInfo) HasPgwIpAddrList() bool
- func (o *SmfInfo) HasPriority() bool
- func (o *SmfInfo) HasSmfOnboardingCapability() bool
- func (o *SmfInfo) HasSmfUPRPCapability() bool
- func (o *SmfInfo) HasTaiList() bool
- func (o *SmfInfo) HasTaiRangeList() bool
- func (o *SmfInfo) HasVsmfSupportInd() bool
- func (o SmfInfo) MarshalJSON() ([]byte, error)
- func (o *SmfInfo) SetAccessType(v []AccessType)
- func (o *SmfInfo) SetIsmfSupportInd(v bool)
- func (o *SmfInfo) SetPgwFqdn(v string)
- func (o *SmfInfo) SetPgwFqdnList(v []string)
- func (o *SmfInfo) SetPgwIpAddrList(v []IpAddr)
- func (o *SmfInfo) SetPriority(v int32)
- func (o *SmfInfo) SetSNssaiSmfInfoList(v []SnssaiSmfInfoItem)
- func (o *SmfInfo) SetSmfOnboardingCapability(v bool)
- func (o *SmfInfo) SetSmfUPRPCapability(v bool)
- func (o *SmfInfo) SetTaiList(v []Tai)
- func (o *SmfInfo) SetTaiRangeList(v []TaiRange)
- func (o *SmfInfo) SetVsmfSupportInd(v bool)
- func (o SmfInfo) ToMap() (map[string]interface{}, error)
- type SmsfInfo
- func (o *SmsfInfo) GetRemotePlmnRangeList() []PlmnRange
- func (o *SmsfInfo) GetRemotePlmnRangeListOk() ([]PlmnRange, bool)
- func (o *SmsfInfo) GetRoamingUeInd() bool
- func (o *SmsfInfo) GetRoamingUeIndOk() (*bool, bool)
- func (o *SmsfInfo) HasRemotePlmnRangeList() bool
- func (o *SmsfInfo) HasRoamingUeInd() bool
- func (o SmsfInfo) MarshalJSON() ([]byte, error)
- func (o *SmsfInfo) SetRemotePlmnRangeList(v []PlmnRange)
- func (o *SmsfInfo) SetRoamingUeInd(v bool)
- func (o SmsfInfo) ToMap() (map[string]interface{}, error)
- 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)
- type SnssaiEasdfInfoItem
- func (o *SnssaiEasdfInfoItem) GetDnnEasdfInfoList() []DnnEasdfInfoItem
- func (o *SnssaiEasdfInfoItem) GetDnnEasdfInfoListOk() ([]DnnEasdfInfoItem, bool)
- func (o *SnssaiEasdfInfoItem) GetSNssai() ExtSnssai
- func (o *SnssaiEasdfInfoItem) GetSNssaiOk() (*ExtSnssai, bool)
- func (o SnssaiEasdfInfoItem) MarshalJSON() ([]byte, error)
- func (o *SnssaiEasdfInfoItem) SetDnnEasdfInfoList(v []DnnEasdfInfoItem)
- func (o *SnssaiEasdfInfoItem) SetSNssai(v ExtSnssai)
- func (o SnssaiEasdfInfoItem) ToMap() (map[string]interface{}, error)
- type SnssaiExtension
- func (o *SnssaiExtension) GetSdRanges() []SdRange
- func (o *SnssaiExtension) GetSdRangesOk() ([]SdRange, bool)
- func (o *SnssaiExtension) GetWildcardSd() bool
- func (o *SnssaiExtension) GetWildcardSdOk() (*bool, bool)
- func (o *SnssaiExtension) HasSdRanges() bool
- func (o *SnssaiExtension) HasWildcardSd() bool
- func (o SnssaiExtension) MarshalJSON() ([]byte, error)
- func (o *SnssaiExtension) SetSdRanges(v []SdRange)
- func (o *SnssaiExtension) SetWildcardSd(v bool)
- func (o SnssaiExtension) ToMap() (map[string]interface{}, error)
- type SnssaiInfoItem
- func (o *SnssaiInfoItem) GetDnnInfoList() []DnnInfoItem
- func (o *SnssaiInfoItem) GetDnnInfoListOk() ([]DnnInfoItem, bool)
- func (o *SnssaiInfoItem) GetSNssai() ExtSnssai
- func (o *SnssaiInfoItem) GetSNssaiOk() (*ExtSnssai, bool)
- func (o SnssaiInfoItem) MarshalJSON() ([]byte, error)
- func (o *SnssaiInfoItem) SetDnnInfoList(v []DnnInfoItem)
- func (o *SnssaiInfoItem) SetSNssai(v ExtSnssai)
- func (o SnssaiInfoItem) ToMap() (map[string]interface{}, error)
- type SnssaiMbSmfInfoItem
- func (o *SnssaiMbSmfInfoItem) GetDnnInfoList() []DnnMbSmfInfoItem
- func (o *SnssaiMbSmfInfoItem) GetDnnInfoListOk() ([]DnnMbSmfInfoItem, bool)
- func (o *SnssaiMbSmfInfoItem) GetSNssai() ExtSnssai
- func (o *SnssaiMbSmfInfoItem) GetSNssaiOk() (*ExtSnssai, bool)
- func (o SnssaiMbSmfInfoItem) MarshalJSON() ([]byte, error)
- func (o *SnssaiMbSmfInfoItem) SetDnnInfoList(v []DnnMbSmfInfoItem)
- func (o *SnssaiMbSmfInfoItem) SetSNssai(v ExtSnssai)
- func (o SnssaiMbSmfInfoItem) ToMap() (map[string]interface{}, error)
- type SnssaiSmfInfoItem
- func (o *SnssaiSmfInfoItem) GetDnnSmfInfoList() []DnnSmfInfoItem
- func (o *SnssaiSmfInfoItem) GetDnnSmfInfoListOk() ([]DnnSmfInfoItem, bool)
- func (o *SnssaiSmfInfoItem) GetSNssai() ExtSnssai
- func (o *SnssaiSmfInfoItem) GetSNssaiOk() (*ExtSnssai, bool)
- func (o SnssaiSmfInfoItem) MarshalJSON() ([]byte, error)
- func (o *SnssaiSmfInfoItem) SetDnnSmfInfoList(v []DnnSmfInfoItem)
- func (o *SnssaiSmfInfoItem) SetSNssai(v ExtSnssai)
- func (o SnssaiSmfInfoItem) ToMap() (map[string]interface{}, error)
- type SnssaiTsctsfInfoItem
- func (o *SnssaiTsctsfInfoItem) GetDnnInfoList() []DnnTsctsfInfoItem
- func (o *SnssaiTsctsfInfoItem) GetDnnInfoListOk() ([]DnnTsctsfInfoItem, bool)
- func (o *SnssaiTsctsfInfoItem) GetSNssai() ExtSnssai
- func (o *SnssaiTsctsfInfoItem) GetSNssaiOk() (*ExtSnssai, bool)
- func (o SnssaiTsctsfInfoItem) MarshalJSON() ([]byte, error)
- func (o *SnssaiTsctsfInfoItem) SetDnnInfoList(v []DnnTsctsfInfoItem)
- func (o *SnssaiTsctsfInfoItem) SetSNssai(v ExtSnssai)
- func (o SnssaiTsctsfInfoItem) ToMap() (map[string]interface{}, error)
- type SnssaiUpfInfoItem
- func (o *SnssaiUpfInfoItem) GetDnnUpfInfoList() []DnnUpfInfoItem
- func (o *SnssaiUpfInfoItem) GetDnnUpfInfoListOk() ([]DnnUpfInfoItem, bool)
- func (o *SnssaiUpfInfoItem) GetRedundantTransport() bool
- func (o *SnssaiUpfInfoItem) GetRedundantTransportOk() (*bool, bool)
- func (o *SnssaiUpfInfoItem) GetSNssai() ExtSnssai
- func (o *SnssaiUpfInfoItem) GetSNssaiOk() (*ExtSnssai, bool)
- func (o *SnssaiUpfInfoItem) HasRedundantTransport() bool
- func (o SnssaiUpfInfoItem) MarshalJSON() ([]byte, error)
- func (o *SnssaiUpfInfoItem) SetDnnUpfInfoList(v []DnnUpfInfoItem)
- func (o *SnssaiUpfInfoItem) SetRedundantTransport(v bool)
- func (o *SnssaiUpfInfoItem) SetSNssai(v ExtSnssai)
- func (o SnssaiUpfInfoItem) ToMap() (map[string]interface{}, 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)
- type SubscrCond
- func AmfCondAsSubscrCond(v *AmfCond) SubscrCond
- func DccfCondAsSubscrCond(v *DccfCond) SubscrCond
- func GuamiListCondAsSubscrCond(v *GuamiListCond) SubscrCond
- func NefCondAsSubscrCond(v *NefCond) SubscrCond
- func NetworkSliceCondAsSubscrCond(v *NetworkSliceCond) SubscrCond
- func NfGroupCondAsSubscrCond(v *NfGroupCond) SubscrCond
- func NfGroupListCondAsSubscrCond(v *NfGroupListCond) SubscrCond
- func NfInstanceIdCondAsSubscrCond(v *NfInstanceIdCond) SubscrCond
- func NfInstanceIdListCondAsSubscrCond(v *NfInstanceIdListCond) SubscrCond
- func NfServiceSetCondAsSubscrCond(v *NfServiceSetCond) SubscrCond
- func NfSetCondAsSubscrCond(v *NfSetCond) SubscrCond
- func NfTypeCondAsSubscrCond(v *NfTypeCond) SubscrCond
- func NwdafCondAsSubscrCond(v *NwdafCond) SubscrCond
- func ScpDomainCondAsSubscrCond(v *ScpDomainCond) SubscrCond
- func ServiceNameCondAsSubscrCond(v *ServiceNameCond) SubscrCond
- func ServiceNameListCondAsSubscrCond(v *ServiceNameListCond) SubscrCond
- func UpfCondAsSubscrCond(v *UpfCond) SubscrCond
- type SubscriptionContext
- func (o *SubscriptionContext) GetSubscrCond() SubscrCond
- func (o *SubscriptionContext) GetSubscrCondOk() (*SubscrCond, bool)
- func (o *SubscriptionContext) GetSubscriptionId() string
- func (o *SubscriptionContext) GetSubscriptionIdOk() (*string, bool)
- func (o *SubscriptionContext) HasSubscrCond() bool
- func (o SubscriptionContext) MarshalJSON() ([]byte, error)
- func (o *SubscriptionContext) SetSubscrCond(v SubscrCond)
- func (o *SubscriptionContext) SetSubscriptionId(v string)
- func (o SubscriptionContext) ToMap() (map[string]interface{}, error)
- type SubscriptionData
- func (o *SubscriptionData) GetCompleteProfileSubscription() bool
- func (o *SubscriptionData) GetCompleteProfileSubscriptionOk() (*bool, bool)
- func (o *SubscriptionData) GetExtPreferredLocality() map[string][]LocalityDescription
- func (o *SubscriptionData) GetExtPreferredLocalityOk() (*map[string][]LocalityDescription, bool)
- func (o *SubscriptionData) GetHnrfUri() string
- func (o *SubscriptionData) GetHnrfUriOk() (*string, bool)
- func (o *SubscriptionData) GetNfStatusNotificationUri() string
- func (o *SubscriptionData) GetNfStatusNotificationUriOk() (*string, bool)
- func (o *SubscriptionData) GetNid() string
- func (o *SubscriptionData) GetNidOk() (*string, bool)
- func (o *SubscriptionData) GetNotifCondition() NotifCondition
- func (o *SubscriptionData) GetNotifConditionOk() (*NotifCondition, bool)
- func (o *SubscriptionData) GetNrfSupportedFeatures() string
- func (o *SubscriptionData) GetNrfSupportedFeaturesOk() (*string, bool)
- func (o *SubscriptionData) GetOnboardingCapability() bool
- func (o *SubscriptionData) GetOnboardingCapabilityOk() (*bool, bool)
- func (o *SubscriptionData) GetPlmnId() PlmnId
- func (o *SubscriptionData) GetPlmnIdOk() (*PlmnId, bool)
- func (o *SubscriptionData) GetPreferredLocality() string
- func (o *SubscriptionData) GetPreferredLocalityOk() (*string, bool)
- func (o *SubscriptionData) GetReqNfFqdn() string
- func (o *SubscriptionData) GetReqNfFqdnOk() (*string, bool)
- func (o *SubscriptionData) GetReqNfInstanceId() string
- func (o *SubscriptionData) GetReqNfInstanceIdOk() (*string, bool)
- func (o *SubscriptionData) GetReqNfType() NFType
- func (o *SubscriptionData) GetReqNfTypeOk() (*NFType, bool)
- func (o *SubscriptionData) GetReqNotifEvents() []NotificationEventType
- func (o *SubscriptionData) GetReqNotifEventsOk() ([]NotificationEventType, bool)
- func (o *SubscriptionData) GetReqPerPlmnSnssais() []PlmnSnssai
- func (o *SubscriptionData) GetReqPerPlmnSnssaisOk() ([]PlmnSnssai, bool)
- func (o *SubscriptionData) GetReqPlmnList() []PlmnId
- func (o *SubscriptionData) GetReqPlmnListOk() ([]PlmnId, bool)
- func (o *SubscriptionData) GetReqSnpnList() []PlmnIdNid
- func (o *SubscriptionData) GetReqSnpnListOk() ([]PlmnIdNid, bool)
- func (o *SubscriptionData) GetReqSnssais() []ExtSnssai
- func (o *SubscriptionData) GetReqSnssaisOk() ([]ExtSnssai, bool)
- func (o *SubscriptionData) GetRequesterFeatures() string
- func (o *SubscriptionData) GetRequesterFeaturesOk() (*string, bool)
- func (o *SubscriptionData) GetServingScope() []string
- func (o *SubscriptionData) GetServingScopeOk() ([]string, bool)
- func (o *SubscriptionData) GetSubscrCond() SubscrCond
- func (o *SubscriptionData) GetSubscrCondOk() (*SubscrCond, bool)
- func (o *SubscriptionData) GetSubscriptionId() string
- func (o *SubscriptionData) GetSubscriptionIdOk() (*string, bool)
- func (o *SubscriptionData) GetTargetHni() string
- func (o *SubscriptionData) GetTargetHniOk() (*string, bool)
- func (o *SubscriptionData) GetValidityTime() time.Time
- func (o *SubscriptionData) GetValidityTimeOk() (*time.Time, bool)
- func (o *SubscriptionData) HasCompleteProfileSubscription() bool
- func (o *SubscriptionData) HasExtPreferredLocality() bool
- func (o *SubscriptionData) HasHnrfUri() bool
- func (o *SubscriptionData) HasNid() bool
- func (o *SubscriptionData) HasNotifCondition() bool
- func (o *SubscriptionData) HasNrfSupportedFeatures() bool
- func (o *SubscriptionData) HasOnboardingCapability() bool
- func (o *SubscriptionData) HasPlmnId() bool
- func (o *SubscriptionData) HasPreferredLocality() bool
- func (o *SubscriptionData) HasReqNfFqdn() bool
- func (o *SubscriptionData) HasReqNfInstanceId() bool
- func (o *SubscriptionData) HasReqNfType() bool
- func (o *SubscriptionData) HasReqNotifEvents() bool
- func (o *SubscriptionData) HasReqPerPlmnSnssais() bool
- func (o *SubscriptionData) HasReqPlmnList() bool
- func (o *SubscriptionData) HasReqSnpnList() bool
- func (o *SubscriptionData) HasReqSnssais() bool
- func (o *SubscriptionData) HasRequesterFeatures() bool
- func (o *SubscriptionData) HasServingScope() bool
- func (o *SubscriptionData) HasSubscrCond() bool
- func (o *SubscriptionData) HasTargetHni() bool
- func (o *SubscriptionData) HasValidityTime() bool
- func (o SubscriptionData) MarshalJSON() ([]byte, error)
- func (o *SubscriptionData) SetCompleteProfileSubscription(v bool)
- func (o *SubscriptionData) SetExtPreferredLocality(v map[string][]LocalityDescription)
- func (o *SubscriptionData) SetHnrfUri(v string)
- func (o *SubscriptionData) SetNfStatusNotificationUri(v string)
- func (o *SubscriptionData) SetNid(v string)
- func (o *SubscriptionData) SetNotifCondition(v NotifCondition)
- func (o *SubscriptionData) SetNrfSupportedFeatures(v string)
- func (o *SubscriptionData) SetOnboardingCapability(v bool)
- func (o *SubscriptionData) SetPlmnId(v PlmnId)
- func (o *SubscriptionData) SetPreferredLocality(v string)
- func (o *SubscriptionData) SetReqNfFqdn(v string)
- func (o *SubscriptionData) SetReqNfInstanceId(v string)
- func (o *SubscriptionData) SetReqNfType(v NFType)
- func (o *SubscriptionData) SetReqNotifEvents(v []NotificationEventType)
- func (o *SubscriptionData) SetReqPerPlmnSnssais(v []PlmnSnssai)
- func (o *SubscriptionData) SetReqPlmnList(v []PlmnId)
- func (o *SubscriptionData) SetReqSnpnList(v []PlmnIdNid)
- func (o *SubscriptionData) SetReqSnssais(v []ExtSnssai)
- func (o *SubscriptionData) SetRequesterFeatures(v string)
- func (o *SubscriptionData) SetServingScope(v []string)
- func (o *SubscriptionData) SetSubscrCond(v SubscrCond)
- func (o *SubscriptionData) SetSubscriptionId(v string)
- func (o *SubscriptionData) SetTargetHni(v string)
- func (o *SubscriptionData) SetValidityTime(v time.Time)
- func (o SubscriptionData) ToMap() (map[string]interface{}, error)
- type SubscriptionIDDocumentApiService
- func (a *SubscriptionIDDocumentApiService) RemoveSubscription(ctx context.Context, subscriptionID string) ApiRemoveSubscriptionRequest
- func (a *SubscriptionIDDocumentApiService) RemoveSubscriptionExecute(r ApiRemoveSubscriptionRequest) (*http.Response, error)
- func (a *SubscriptionIDDocumentApiService) UpdateSubscription(ctx context.Context, subscriptionID string) ApiUpdateSubscriptionRequest
- func (a *SubscriptionIDDocumentApiService) UpdateSubscriptionExecute(r ApiUpdateSubscriptionRequest) (*SubscriptionData, *http.Response, error)
- type SubscriptionsCollectionApiService
- type SuciInfo
- func (o *SuciInfo) GetHNwPubKeyIds() []int32
- func (o *SuciInfo) GetHNwPubKeyIdsOk() ([]int32, bool)
- func (o *SuciInfo) GetRoutingInds() []string
- func (o *SuciInfo) GetRoutingIndsOk() ([]string, bool)
- func (o *SuciInfo) HasHNwPubKeyIds() bool
- func (o *SuciInfo) HasRoutingInds() bool
- func (o SuciInfo) MarshalJSON() ([]byte, error)
- func (o *SuciInfo) SetHNwPubKeyIds(v []int32)
- func (o *SuciInfo) SetRoutingInds(v []string)
- func (o SuciInfo) ToMap() (map[string]interface{}, error)
- type SupiRange
- type SupportedGADShapes
- type TacRange
- type Tai
- func (o *Tai) GetNid() string
- func (o *Tai) GetNidOk() (*string, bool)
- func (o *Tai) GetPlmnId() PlmnId
- func (o *Tai) GetPlmnIdOk() (*PlmnId, bool)
- func (o *Tai) GetTac() string
- func (o *Tai) GetTacOk() (*string, bool)
- func (o *Tai) HasNid() bool
- func (o Tai) MarshalJSON() ([]byte, error)
- func (o *Tai) SetNid(v string)
- func (o *Tai) SetPlmnId(v PlmnId)
- func (o *Tai) SetTac(v string)
- func (o Tai) ToMap() (map[string]interface{}, error)
- type TaiRange
- func (o *TaiRange) GetNid() string
- func (o *TaiRange) GetNidOk() (*string, bool)
- func (o *TaiRange) GetPlmnId() PlmnId
- func (o *TaiRange) GetPlmnIdOk() (*PlmnId, bool)
- func (o *TaiRange) GetTacRangeList() []TacRange
- func (o *TaiRange) GetTacRangeListOk() ([]TacRange, bool)
- func (o *TaiRange) HasNid() bool
- func (o TaiRange) MarshalJSON() ([]byte, error)
- func (o *TaiRange) SetNid(v string)
- func (o *TaiRange) SetPlmnId(v PlmnId)
- func (o *TaiRange) SetTacRangeList(v []TacRange)
- func (o TaiRange) ToMap() (map[string]interface{}, error)
- 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)
- type TmgiRange
- func (o *TmgiRange) GetMbsServiceIdEnd() string
- func (o *TmgiRange) GetMbsServiceIdEndOk() (*string, bool)
- func (o *TmgiRange) GetMbsServiceIdStart() string
- func (o *TmgiRange) GetMbsServiceIdStartOk() (*string, bool)
- func (o *TmgiRange) GetNid() string
- func (o *TmgiRange) GetNidOk() (*string, bool)
- func (o *TmgiRange) GetPlmnId() PlmnId
- func (o *TmgiRange) GetPlmnIdOk() (*PlmnId, bool)
- func (o *TmgiRange) HasNid() bool
- func (o TmgiRange) MarshalJSON() ([]byte, error)
- func (o *TmgiRange) SetMbsServiceIdEnd(v string)
- func (o *TmgiRange) SetMbsServiceIdStart(v string)
- func (o *TmgiRange) SetNid(v string)
- func (o *TmgiRange) SetPlmnId(v PlmnId)
- func (o TmgiRange) ToMap() (map[string]interface{}, error)
- type TngfInfo
- type TransportProtocol
- type TrustAfInfo
- func (o *TrustAfInfo) GetAfEvents() []AfEvent
- func (o *TrustAfInfo) GetAfEventsOk() ([]AfEvent, bool)
- func (o *TrustAfInfo) GetAppIds() []string
- func (o *TrustAfInfo) GetAppIdsOk() ([]string, bool)
- func (o *TrustAfInfo) GetInternalGroupId() []string
- func (o *TrustAfInfo) GetInternalGroupIdOk() ([]string, bool)
- func (o *TrustAfInfo) GetMappingInd() bool
- func (o *TrustAfInfo) GetMappingIndOk() (*bool, bool)
- func (o *TrustAfInfo) GetSNssaiInfoList() []SnssaiInfoItem
- func (o *TrustAfInfo) GetSNssaiInfoListOk() ([]SnssaiInfoItem, bool)
- func (o *TrustAfInfo) HasAfEvents() bool
- func (o *TrustAfInfo) HasAppIds() bool
- func (o *TrustAfInfo) HasInternalGroupId() bool
- func (o *TrustAfInfo) HasMappingInd() bool
- func (o *TrustAfInfo) HasSNssaiInfoList() bool
- func (o TrustAfInfo) MarshalJSON() ([]byte, error)
- func (o *TrustAfInfo) SetAfEvents(v []AfEvent)
- func (o *TrustAfInfo) SetAppIds(v []string)
- func (o *TrustAfInfo) SetInternalGroupId(v []string)
- func (o *TrustAfInfo) SetMappingInd(v bool)
- func (o *TrustAfInfo) SetSNssaiInfoList(v []SnssaiInfoItem)
- func (o TrustAfInfo) ToMap() (map[string]interface{}, error)
- type TsctsfInfo
- func (o *TsctsfInfo) GetExternalGroupIdentifiersRanges() []IdentityRange
- func (o *TsctsfInfo) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)
- func (o *TsctsfInfo) GetGpsiRanges() []IdentityRange
- func (o *TsctsfInfo) GetGpsiRangesOk() ([]IdentityRange, bool)
- func (o *TsctsfInfo) GetInternalGroupIdentifiersRanges() []InternalGroupIdRange
- func (o *TsctsfInfo) GetInternalGroupIdentifiersRangesOk() ([]InternalGroupIdRange, bool)
- func (o *TsctsfInfo) GetSNssaiInfoList() map[string]SnssaiTsctsfInfoItem
- func (o *TsctsfInfo) GetSNssaiInfoListOk() (*map[string]SnssaiTsctsfInfoItem, bool)
- func (o *TsctsfInfo) GetSupiRanges() []SupiRange
- func (o *TsctsfInfo) GetSupiRangesOk() ([]SupiRange, bool)
- func (o *TsctsfInfo) HasExternalGroupIdentifiersRanges() bool
- func (o *TsctsfInfo) HasGpsiRanges() bool
- func (o *TsctsfInfo) HasInternalGroupIdentifiersRanges() bool
- func (o *TsctsfInfo) HasSNssaiInfoList() bool
- func (o *TsctsfInfo) HasSupiRanges() bool
- func (o TsctsfInfo) MarshalJSON() ([]byte, error)
- func (o *TsctsfInfo) SetExternalGroupIdentifiersRanges(v []IdentityRange)
- func (o *TsctsfInfo) SetGpsiRanges(v []IdentityRange)
- func (o *TsctsfInfo) SetInternalGroupIdentifiersRanges(v []InternalGroupIdRange)
- func (o *TsctsfInfo) SetSNssaiInfoList(v map[string]SnssaiTsctsfInfoItem)
- func (o *TsctsfInfo) SetSupiRanges(v []SupiRange)
- func (o TsctsfInfo) ToMap() (map[string]interface{}, error)
- type TwifInfo
- type UPInterfaceType
- type UdmInfo
- func (o *UdmInfo) GetExternalGroupIdentifiersRanges() []IdentityRange
- func (o *UdmInfo) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)
- func (o *UdmInfo) GetGpsiRanges() []IdentityRange
- func (o *UdmInfo) GetGpsiRangesOk() ([]IdentityRange, bool)
- func (o *UdmInfo) GetGroupId() string
- func (o *UdmInfo) GetGroupIdOk() (*string, bool)
- func (o *UdmInfo) GetInternalGroupIdentifiersRanges() []InternalGroupIdRange
- func (o *UdmInfo) GetInternalGroupIdentifiersRangesOk() ([]InternalGroupIdRange, bool)
- func (o *UdmInfo) GetRoutingIndicators() []string
- func (o *UdmInfo) GetRoutingIndicatorsOk() ([]string, bool)
- func (o *UdmInfo) GetSuciInfos() []SuciInfo
- func (o *UdmInfo) GetSuciInfosOk() ([]SuciInfo, bool)
- func (o *UdmInfo) GetSupiRanges() []SupiRange
- func (o *UdmInfo) GetSupiRangesOk() ([]SupiRange, bool)
- func (o *UdmInfo) HasExternalGroupIdentifiersRanges() bool
- func (o *UdmInfo) HasGpsiRanges() bool
- func (o *UdmInfo) HasGroupId() bool
- func (o *UdmInfo) HasInternalGroupIdentifiersRanges() bool
- func (o *UdmInfo) HasRoutingIndicators() bool
- func (o *UdmInfo) HasSuciInfos() bool
- func (o *UdmInfo) HasSupiRanges() bool
- func (o UdmInfo) MarshalJSON() ([]byte, error)
- func (o *UdmInfo) SetExternalGroupIdentifiersRanges(v []IdentityRange)
- func (o *UdmInfo) SetGpsiRanges(v []IdentityRange)
- func (o *UdmInfo) SetGroupId(v string)
- func (o *UdmInfo) SetInternalGroupIdentifiersRanges(v []InternalGroupIdRange)
- func (o *UdmInfo) SetRoutingIndicators(v []string)
- func (o *UdmInfo) SetSuciInfos(v []SuciInfo)
- func (o *UdmInfo) SetSupiRanges(v []SupiRange)
- func (o UdmInfo) ToMap() (map[string]interface{}, error)
- type UdrInfo
- func (o *UdrInfo) GetExternalGroupIdentifiersRanges() []IdentityRange
- func (o *UdrInfo) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)
- func (o *UdrInfo) GetGpsiRanges() []IdentityRange
- func (o *UdrInfo) GetGpsiRangesOk() ([]IdentityRange, bool)
- func (o *UdrInfo) GetGroupId() string
- func (o *UdrInfo) GetGroupIdOk() (*string, bool)
- func (o *UdrInfo) GetSharedDataIdRanges() []SharedDataIdRange
- func (o *UdrInfo) GetSharedDataIdRangesOk() ([]SharedDataIdRange, bool)
- func (o *UdrInfo) GetSupiRanges() []SupiRange
- func (o *UdrInfo) GetSupiRangesOk() ([]SupiRange, bool)
- func (o *UdrInfo) GetSupportedDataSets() []DataSetId
- func (o *UdrInfo) GetSupportedDataSetsOk() ([]DataSetId, bool)
- func (o *UdrInfo) HasExternalGroupIdentifiersRanges() bool
- func (o *UdrInfo) HasGpsiRanges() bool
- func (o *UdrInfo) HasGroupId() bool
- func (o *UdrInfo) HasSharedDataIdRanges() bool
- func (o *UdrInfo) HasSupiRanges() bool
- func (o *UdrInfo) HasSupportedDataSets() bool
- func (o UdrInfo) MarshalJSON() ([]byte, error)
- func (o *UdrInfo) SetExternalGroupIdentifiersRanges(v []IdentityRange)
- func (o *UdrInfo) SetGpsiRanges(v []IdentityRange)
- func (o *UdrInfo) SetGroupId(v string)
- func (o *UdrInfo) SetSharedDataIdRanges(v []SharedDataIdRange)
- func (o *UdrInfo) SetSupiRanges(v []SupiRange)
- func (o *UdrInfo) SetSupportedDataSets(v []DataSetId)
- func (o UdrInfo) ToMap() (map[string]interface{}, error)
- type UdsfInfo
- func (o *UdsfInfo) GetGroupId() string
- func (o *UdsfInfo) GetGroupIdOk() (*string, bool)
- func (o *UdsfInfo) GetStorageIdRanges() map[string][]IdentityRange
- func (o *UdsfInfo) GetStorageIdRangesOk() (*map[string][]IdentityRange, bool)
- func (o *UdsfInfo) GetSupiRanges() []SupiRange
- func (o *UdsfInfo) GetSupiRangesOk() ([]SupiRange, bool)
- func (o *UdsfInfo) HasGroupId() bool
- func (o *UdsfInfo) HasStorageIdRanges() bool
- func (o *UdsfInfo) HasSupiRanges() bool
- func (o UdsfInfo) MarshalJSON() ([]byte, error)
- func (o *UdsfInfo) SetGroupId(v string)
- func (o *UdsfInfo) SetStorageIdRanges(v map[string][]IdentityRange)
- func (o *UdsfInfo) SetSupiRanges(v []SupiRange)
- func (o UdsfInfo) ToMap() (map[string]interface{}, error)
- type UnTrustAfInfo
- func (o *UnTrustAfInfo) GetAfId() string
- func (o *UnTrustAfInfo) GetAfIdOk() (*string, bool)
- func (o *UnTrustAfInfo) GetMappingInd() bool
- func (o *UnTrustAfInfo) GetMappingIndOk() (*bool, bool)
- func (o *UnTrustAfInfo) GetSNssaiInfoList() []SnssaiInfoItem
- func (o *UnTrustAfInfo) GetSNssaiInfoListOk() ([]SnssaiInfoItem, bool)
- func (o *UnTrustAfInfo) HasMappingInd() bool
- func (o *UnTrustAfInfo) HasSNssaiInfoList() bool
- func (o UnTrustAfInfo) MarshalJSON() ([]byte, error)
- func (o *UnTrustAfInfo) SetAfId(v string)
- func (o *UnTrustAfInfo) SetMappingInd(v bool)
- func (o *UnTrustAfInfo) SetSNssaiInfoList(v []SnssaiInfoItem)
- func (o UnTrustAfInfo) ToMap() (map[string]interface{}, error)
- type UpfCond
- func (o *UpfCond) GetConditionType() string
- func (o *UpfCond) GetConditionTypeOk() (*string, bool)
- func (o *UpfCond) GetSmfServingArea() []string
- func (o *UpfCond) GetSmfServingAreaOk() ([]string, bool)
- func (o *UpfCond) GetTaiList() []Tai
- func (o *UpfCond) GetTaiListOk() ([]Tai, bool)
- func (o *UpfCond) HasSmfServingArea() bool
- func (o *UpfCond) HasTaiList() bool
- func (o UpfCond) MarshalJSON() ([]byte, error)
- func (o *UpfCond) SetConditionType(v string)
- func (o *UpfCond) SetSmfServingArea(v []string)
- func (o *UpfCond) SetTaiList(v []Tai)
- func (o UpfCond) ToMap() (map[string]interface{}, error)
- type UpfInfo
- func (o *UpfInfo) GetAtsssCapability() AtsssCapability
- func (o *UpfInfo) GetAtsssCapabilityOk() (*AtsssCapability, bool)
- func (o *UpfInfo) GetDataForwarding() bool
- func (o *UpfInfo) GetDataForwardingOk() (*bool, bool)
- func (o *UpfInfo) GetInterfaceUpfInfoList() []InterfaceUpfInfoItem
- func (o *UpfInfo) GetInterfaceUpfInfoListOk() ([]InterfaceUpfInfoItem, bool)
- func (o *UpfInfo) GetIpups() bool
- func (o *UpfInfo) GetIpupsOk() (*bool, bool)
- func (o *UpfInfo) GetIwkEpsInd() bool
- func (o *UpfInfo) GetIwkEpsIndOk() (*bool, bool)
- func (o *UpfInfo) GetPduSessionTypes() []PduSessionType
- func (o *UpfInfo) GetPduSessionTypesOk() ([]PduSessionType, bool)
- func (o *UpfInfo) GetPriority() int32
- func (o *UpfInfo) GetPriorityOk() (*int32, bool)
- func (o *UpfInfo) GetRedundantGtpu() bool
- func (o *UpfInfo) GetRedundantGtpuOk() (*bool, bool)
- func (o *UpfInfo) GetSNssaiUpfInfoList() []SnssaiUpfInfoItem
- func (o *UpfInfo) GetSNssaiUpfInfoListOk() ([]SnssaiUpfInfoItem, bool)
- func (o *UpfInfo) GetSmfServingArea() []string
- func (o *UpfInfo) GetSmfServingAreaOk() ([]string, bool)
- func (o *UpfInfo) GetSupportedPfcpFeatures() string
- func (o *UpfInfo) GetSupportedPfcpFeaturesOk() (*string, bool)
- func (o *UpfInfo) GetSxaInd() bool
- func (o *UpfInfo) GetSxaIndOk() (*bool, bool)
- func (o *UpfInfo) GetTaiList() []Tai
- func (o *UpfInfo) GetTaiListOk() ([]Tai, bool)
- func (o *UpfInfo) GetTaiRangeList() []TaiRange
- func (o *UpfInfo) GetTaiRangeListOk() ([]TaiRange, bool)
- func (o *UpfInfo) GetTngfInfo() TngfInfo
- func (o *UpfInfo) GetTngfInfoOk() (*TngfInfo, bool)
- func (o *UpfInfo) GetTwifInfo() TwifInfo
- func (o *UpfInfo) GetTwifInfoOk() (*TwifInfo, bool)
- func (o *UpfInfo) GetUeIpAddrInd() bool
- func (o *UpfInfo) GetUeIpAddrIndOk() (*bool, bool)
- func (o *UpfInfo) GetWAgfInfo() WAgfInfo
- func (o *UpfInfo) GetWAgfInfoOk() (*WAgfInfo, bool)
- func (o *UpfInfo) HasAtsssCapability() bool
- func (o *UpfInfo) HasDataForwarding() bool
- func (o *UpfInfo) HasInterfaceUpfInfoList() bool
- func (o *UpfInfo) HasIpups() bool
- func (o *UpfInfo) HasIwkEpsInd() bool
- func (o *UpfInfo) HasPduSessionTypes() bool
- func (o *UpfInfo) HasPriority() bool
- func (o *UpfInfo) HasRedundantGtpu() bool
- func (o *UpfInfo) HasSmfServingArea() bool
- func (o *UpfInfo) HasSupportedPfcpFeatures() bool
- func (o *UpfInfo) HasSxaInd() bool
- func (o *UpfInfo) HasTaiList() bool
- func (o *UpfInfo) HasTaiRangeList() bool
- func (o *UpfInfo) HasTngfInfo() bool
- func (o *UpfInfo) HasTwifInfo() bool
- func (o *UpfInfo) HasUeIpAddrInd() bool
- func (o *UpfInfo) HasWAgfInfo() bool
- func (o UpfInfo) MarshalJSON() ([]byte, error)
- func (o *UpfInfo) SetAtsssCapability(v AtsssCapability)
- func (o *UpfInfo) SetDataForwarding(v bool)
- func (o *UpfInfo) SetInterfaceUpfInfoList(v []InterfaceUpfInfoItem)
- func (o *UpfInfo) SetIpups(v bool)
- func (o *UpfInfo) SetIwkEpsInd(v bool)
- func (o *UpfInfo) SetPduSessionTypes(v []PduSessionType)
- func (o *UpfInfo) SetPriority(v int32)
- func (o *UpfInfo) SetRedundantGtpu(v bool)
- func (o *UpfInfo) SetSNssaiUpfInfoList(v []SnssaiUpfInfoItem)
- func (o *UpfInfo) SetSmfServingArea(v []string)
- func (o *UpfInfo) SetSupportedPfcpFeatures(v string)
- func (o *UpfInfo) SetSxaInd(v bool)
- func (o *UpfInfo) SetTaiList(v []Tai)
- func (o *UpfInfo) SetTaiRangeList(v []TaiRange)
- func (o *UpfInfo) SetTngfInfo(v TngfInfo)
- func (o *UpfInfo) SetTwifInfo(v TwifInfo)
- func (o *UpfInfo) SetUeIpAddrInd(v bool)
- func (o *UpfInfo) SetWAgfInfo(v WAgfInfo)
- func (o UpfInfo) ToMap() (map[string]interface{}, error)
- type UriList
- func (o *UriList) GetLinks() map[string]LinksValueSchema
- func (o *UriList) GetLinksOk() (*map[string]LinksValueSchema, bool)
- func (o *UriList) GetTotalItemCount() int32
- func (o *UriList) GetTotalItemCountOk() (*int32, bool)
- func (o *UriList) HasLinks() bool
- func (o *UriList) HasTotalItemCount() bool
- func (o UriList) MarshalJSON() ([]byte, error)
- func (o *UriList) SetLinks(v map[string]LinksValueSchema)
- func (o *UriList) SetTotalItemCount(v int32)
- func (o UriList) ToMap() (map[string]interface{}, error)
- type UriScheme
- type V2xCapability
- func (o *V2xCapability) GetLteV2x() bool
- func (o *V2xCapability) GetLteV2xOk() (*bool, bool)
- func (o *V2xCapability) GetNrV2x() bool
- func (o *V2xCapability) GetNrV2xOk() (*bool, bool)
- func (o *V2xCapability) HasLteV2x() bool
- func (o *V2xCapability) HasNrV2x() bool
- func (o V2xCapability) MarshalJSON() ([]byte, error)
- func (o *V2xCapability) SetLteV2x(v bool)
- func (o *V2xCapability) SetNrV2x(v bool)
- func (o V2xCapability) ToMap() (map[string]interface{}, error)
- type VendorSpecificFeature
- func (o *VendorSpecificFeature) GetFeatureName() string
- func (o *VendorSpecificFeature) GetFeatureNameOk() (*string, bool)
- func (o *VendorSpecificFeature) GetFeatureVersion() string
- func (o *VendorSpecificFeature) GetFeatureVersionOk() (*string, bool)
- func (o VendorSpecificFeature) MarshalJSON() ([]byte, error)
- func (o *VendorSpecificFeature) SetFeatureName(v string)
- func (o *VendorSpecificFeature) SetFeatureVersion(v string)
- func (o VendorSpecificFeature) ToMap() (map[string]interface{}, error)
- type WAgfInfo
Constants ¶
This section is empty.
Variables ¶
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") )
var AllowedAccessTypeEnumValues = []AccessType{
"3GPP_ACCESS",
"NON_3GPP_ACCESS",
}
All allowed values of AccessType enum
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 { NFInstanceIDDocumentApi *NFInstanceIDDocumentApiService NFInstancesStoreApi *NFInstancesStoreApiService SubscriptionIDDocumentApi *SubscriptionIDDocumentApiService SubscriptionsCollectionApi *SubscriptionsCollectionApiService // contains filtered or unexported fields }
APIClient manages communication with the NRF NFManagement Service API v1.3.0-alpha.2 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 AanfInfo ¶
type AanfInfo struct {
RoutingIndicators []string `json:"routingIndicators,omitempty"`
}
AanfInfo Represents the information relative to an AAnF NF Instance.
func NewAanfInfo ¶
func NewAanfInfo() *AanfInfo
NewAanfInfo instantiates a new AanfInfo 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 NewAanfInfoWithDefaults ¶
func NewAanfInfoWithDefaults() *AanfInfo
NewAanfInfoWithDefaults instantiates a new AanfInfo 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 (*AanfInfo) GetRoutingIndicators ¶
GetRoutingIndicators returns the RoutingIndicators field value if set, zero value otherwise.
func (*AanfInfo) GetRoutingIndicatorsOk ¶
GetRoutingIndicatorsOk returns a tuple with the RoutingIndicators field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AanfInfo) HasRoutingIndicators ¶
HasRoutingIndicators returns a boolean if a field has been set.
func (AanfInfo) MarshalJSON ¶
func (*AanfInfo) SetRoutingIndicators ¶
SetRoutingIndicators gets a reference to the given []string and assigns it to the RoutingIndicators field.
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)
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)
type AccessType ¶
type AccessType string
AccessType Indicates whether the access is via 3GPP or via non-3GPP.
const (
NON_3_GPP_ACCESS AccessType = "NON_3GPP_ACCESS"
)
List of AccessType
func NewAccessTypeFromValue ¶
func NewAccessTypeFromValue(v string) (*AccessType, error)
NewAccessTypeFromValue returns a pointer to a valid AccessType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (AccessType) IsValid ¶
func (v AccessType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AccessType) Ptr ¶
func (v AccessType) Ptr() *AccessType
Ptr returns reference to AccessType value
func (*AccessType) UnmarshalJSON ¶
func (v *AccessType) UnmarshalJSON(src []byte) error
type AfEvent ¶
type AfEvent struct {
String *string
}
AfEvent Represents Application Events.
func (*AfEvent) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*AfEvent) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type AfEventExposureData ¶
type AfEventExposureData struct { AfEvents []AfEvent `json:"afEvents"` AfIds []string `json:"afIds,omitempty"` AppIds []string `json:"appIds,omitempty"` }
AfEventExposureData AF Event Exposure data managed by a given NEF Instance
func NewAfEventExposureData ¶
func NewAfEventExposureData(afEvents []AfEvent) *AfEventExposureData
NewAfEventExposureData instantiates a new AfEventExposureData 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 NewAfEventExposureDataWithDefaults ¶
func NewAfEventExposureDataWithDefaults() *AfEventExposureData
NewAfEventExposureDataWithDefaults instantiates a new AfEventExposureData 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 (*AfEventExposureData) GetAfEvents ¶
func (o *AfEventExposureData) GetAfEvents() []AfEvent
GetAfEvents returns the AfEvents field value
func (*AfEventExposureData) GetAfEventsOk ¶
func (o *AfEventExposureData) GetAfEventsOk() ([]AfEvent, bool)
GetAfEventsOk returns a tuple with the AfEvents field value and a boolean to check if the value has been set.
func (*AfEventExposureData) GetAfIds ¶
func (o *AfEventExposureData) GetAfIds() []string
GetAfIds returns the AfIds field value if set, zero value otherwise.
func (*AfEventExposureData) GetAfIdsOk ¶
func (o *AfEventExposureData) GetAfIdsOk() ([]string, bool)
GetAfIdsOk returns a tuple with the AfIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AfEventExposureData) GetAppIds ¶
func (o *AfEventExposureData) GetAppIds() []string
GetAppIds returns the AppIds field value if set, zero value otherwise.
func (*AfEventExposureData) GetAppIdsOk ¶
func (o *AfEventExposureData) GetAppIdsOk() ([]string, bool)
GetAppIdsOk returns a tuple with the AppIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AfEventExposureData) HasAfIds ¶
func (o *AfEventExposureData) HasAfIds() bool
HasAfIds returns a boolean if a field has been set.
func (*AfEventExposureData) HasAppIds ¶
func (o *AfEventExposureData) HasAppIds() bool
HasAppIds returns a boolean if a field has been set.
func (AfEventExposureData) MarshalJSON ¶
func (o AfEventExposureData) MarshalJSON() ([]byte, error)
func (*AfEventExposureData) SetAfEvents ¶
func (o *AfEventExposureData) SetAfEvents(v []AfEvent)
SetAfEvents sets field value
func (*AfEventExposureData) SetAfIds ¶
func (o *AfEventExposureData) SetAfIds(v []string)
SetAfIds gets a reference to the given []string and assigns it to the AfIds field.
func (*AfEventExposureData) SetAppIds ¶
func (o *AfEventExposureData) SetAppIds(v []string)
SetAppIds gets a reference to the given []string and assigns it to the AppIds field.
func (AfEventExposureData) ToMap ¶
func (o AfEventExposureData) ToMap() (map[string]interface{}, error)
type AmfCond ¶
type AmfCond struct {
Interface *interface{}
}
AmfCond Subscription to a set of AMFs, based on AMF Set Id and/or AMF Region Id
func (*AmfCond) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*AmfCond) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type AmfInfo ¶
type AmfInfo struct { // String identifying the AMF Set ID (10 bits) as specified in clause 2.10.1 of 3GPP TS 23.003. It is encoded as a string of 3 hexadecimal characters where the first character is limited to values 0 to 3 (i.e. 10 bits). AmfSetId string `json:"amfSetId"` // String identifying the AMF Set ID (10 bits) as specified in clause 2.10.1 of 3GPP TS 23.003. It is encoded as a string of 3 hexadecimal characters where the first character is limited to values 0 to 3 (i.e. 10 bits) AmfRegionId string `json:"amfRegionId"` GuamiList []Guami `json:"guamiList"` TaiList []Tai `json:"taiList,omitempty"` TaiRangeList []TaiRange `json:"taiRangeList,omitempty"` BackupInfoAmfFailure []Guami `json:"backupInfoAmfFailure,omitempty"` BackupInfoAmfRemoval []Guami `json:"backupInfoAmfRemoval,omitempty"` N2InterfaceAmfInfo *N2InterfaceAmfInfo `json:"n2InterfaceAmfInfo,omitempty"` AmfOnboardingCapability *bool `json:"amfOnboardingCapability,omitempty"` }
AmfInfo Information of an AMF NF Instance
func NewAmfInfo ¶
NewAmfInfo instantiates a new AmfInfo 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 NewAmfInfoWithDefaults ¶
func NewAmfInfoWithDefaults() *AmfInfo
NewAmfInfoWithDefaults instantiates a new AmfInfo 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 (*AmfInfo) GetAmfOnboardingCapability ¶
GetAmfOnboardingCapability returns the AmfOnboardingCapability field value if set, zero value otherwise.
func (*AmfInfo) GetAmfOnboardingCapabilityOk ¶
GetAmfOnboardingCapabilityOk returns a tuple with the AmfOnboardingCapability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfInfo) GetAmfRegionId ¶
GetAmfRegionId returns the AmfRegionId field value
func (*AmfInfo) GetAmfRegionIdOk ¶
GetAmfRegionIdOk returns a tuple with the AmfRegionId field value and a boolean to check if the value has been set.
func (*AmfInfo) GetAmfSetId ¶
GetAmfSetId returns the AmfSetId field value
func (*AmfInfo) GetAmfSetIdOk ¶
GetAmfSetIdOk returns a tuple with the AmfSetId field value and a boolean to check if the value has been set.
func (*AmfInfo) GetBackupInfoAmfFailure ¶
GetBackupInfoAmfFailure returns the BackupInfoAmfFailure field value if set, zero value otherwise.
func (*AmfInfo) GetBackupInfoAmfFailureOk ¶
GetBackupInfoAmfFailureOk returns a tuple with the BackupInfoAmfFailure field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfInfo) GetBackupInfoAmfRemoval ¶
GetBackupInfoAmfRemoval returns the BackupInfoAmfRemoval field value if set, zero value otherwise.
func (*AmfInfo) GetBackupInfoAmfRemovalOk ¶
GetBackupInfoAmfRemovalOk returns a tuple with the BackupInfoAmfRemoval field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfInfo) GetGuamiList ¶
GetGuamiList returns the GuamiList field value
func (*AmfInfo) GetGuamiListOk ¶
GetGuamiListOk returns a tuple with the GuamiList field value and a boolean to check if the value has been set.
func (*AmfInfo) GetN2InterfaceAmfInfo ¶
func (o *AmfInfo) GetN2InterfaceAmfInfo() N2InterfaceAmfInfo
GetN2InterfaceAmfInfo returns the N2InterfaceAmfInfo field value if set, zero value otherwise.
func (*AmfInfo) GetN2InterfaceAmfInfoOk ¶
func (o *AmfInfo) GetN2InterfaceAmfInfoOk() (*N2InterfaceAmfInfo, bool)
GetN2InterfaceAmfInfoOk returns a tuple with the N2InterfaceAmfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfInfo) GetTaiList ¶
GetTaiList returns the TaiList field value if set, zero value otherwise.
func (*AmfInfo) GetTaiListOk ¶
GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfInfo) GetTaiRangeList ¶
GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.
func (*AmfInfo) GetTaiRangeListOk ¶
GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AmfInfo) HasAmfOnboardingCapability ¶
HasAmfOnboardingCapability returns a boolean if a field has been set.
func (*AmfInfo) HasBackupInfoAmfFailure ¶
HasBackupInfoAmfFailure returns a boolean if a field has been set.
func (*AmfInfo) HasBackupInfoAmfRemoval ¶
HasBackupInfoAmfRemoval returns a boolean if a field has been set.
func (*AmfInfo) HasN2InterfaceAmfInfo ¶
HasN2InterfaceAmfInfo returns a boolean if a field has been set.
func (*AmfInfo) HasTaiList ¶
HasTaiList returns a boolean if a field has been set.
func (*AmfInfo) HasTaiRangeList ¶
HasTaiRangeList returns a boolean if a field has been set.
func (AmfInfo) MarshalJSON ¶
func (*AmfInfo) SetAmfOnboardingCapability ¶
SetAmfOnboardingCapability gets a reference to the given bool and assigns it to the AmfOnboardingCapability field.
func (*AmfInfo) SetAmfRegionId ¶
SetAmfRegionId sets field value
func (*AmfInfo) SetBackupInfoAmfFailure ¶
SetBackupInfoAmfFailure gets a reference to the given []Guami and assigns it to the BackupInfoAmfFailure field.
func (*AmfInfo) SetBackupInfoAmfRemoval ¶
SetBackupInfoAmfRemoval gets a reference to the given []Guami and assigns it to the BackupInfoAmfRemoval field.
func (*AmfInfo) SetGuamiList ¶
SetGuamiList sets field value
func (*AmfInfo) SetN2InterfaceAmfInfo ¶
func (o *AmfInfo) SetN2InterfaceAmfInfo(v N2InterfaceAmfInfo)
SetN2InterfaceAmfInfo gets a reference to the given N2InterfaceAmfInfo and assigns it to the N2InterfaceAmfInfo field.
func (*AmfInfo) SetTaiList ¶
SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.
func (*AmfInfo) SetTaiRangeList ¶
SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.
type AnNodeType ¶
type AnNodeType struct {
String *string
}
AnNodeType Access Network Node Type (gNB, ng-eNB...)
func (*AnNodeType) MarshalJSON ¶
func (src *AnNodeType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*AnNodeType) UnmarshalJSON ¶
func (dst *AnNodeType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ApiCreateSubscriptionRequest ¶
type ApiCreateSubscriptionRequest struct { ApiService *SubscriptionsCollectionApiService // contains filtered or unexported fields }
func (ApiCreateSubscriptionRequest) AcceptEncoding ¶
func (r ApiCreateSubscriptionRequest) AcceptEncoding(acceptEncoding string) ApiCreateSubscriptionRequest
Accept-Encoding, described in IETF RFC 7231
func (ApiCreateSubscriptionRequest) ContentEncoding ¶
func (r ApiCreateSubscriptionRequest) ContentEncoding(contentEncoding string) ApiCreateSubscriptionRequest
Content-Encoding, described in IETF RFC 7231
func (ApiCreateSubscriptionRequest) Execute ¶
func (r ApiCreateSubscriptionRequest) Execute() (*SubscriptionData, *http.Response, error)
func (ApiCreateSubscriptionRequest) SubscriptionData ¶
func (r ApiCreateSubscriptionRequest) SubscriptionData(subscriptionData SubscriptionData) ApiCreateSubscriptionRequest
type ApiDeregisterNFInstanceRequest ¶
type ApiDeregisterNFInstanceRequest struct { ApiService *NFInstanceIDDocumentApiService // contains filtered or unexported fields }
type ApiGetNFInstanceRequest ¶
type ApiGetNFInstanceRequest struct { ApiService *NFInstanceIDDocumentApiService // contains filtered or unexported fields }
func (ApiGetNFInstanceRequest) Execute ¶
func (r ApiGetNFInstanceRequest) Execute() (*NFProfile, *http.Response, error)
func (ApiGetNFInstanceRequest) RequesterFeatures ¶
func (r ApiGetNFInstanceRequest) RequesterFeatures(requesterFeatures string) ApiGetNFInstanceRequest
Features supported by the NF Service Consumer
type ApiGetNFInstancesRequest ¶
type ApiGetNFInstancesRequest struct { ApiService *NFInstancesStoreApiService // contains filtered or unexported fields }
func (ApiGetNFInstancesRequest) Execute ¶
func (r ApiGetNFInstancesRequest) Execute() (*UriList, *http.Response, error)
func (ApiGetNFInstancesRequest) Limit ¶
func (r ApiGetNFInstancesRequest) Limit(limit int32) ApiGetNFInstancesRequest
How many items to return at one time
func (ApiGetNFInstancesRequest) NfType ¶
func (r ApiGetNFInstancesRequest) NfType(nfType NFType) ApiGetNFInstancesRequest
Type of NF
func (ApiGetNFInstancesRequest) PageNumber ¶
func (r ApiGetNFInstancesRequest) PageNumber(pageNumber int32) ApiGetNFInstancesRequest
Page number where the response shall start
func (ApiGetNFInstancesRequest) PageSize ¶
func (r ApiGetNFInstancesRequest) PageSize(pageSize int32) ApiGetNFInstancesRequest
Maximum number of items in each returned page
type ApiOptionsNFInstancesRequest ¶
type ApiOptionsNFInstancesRequest struct { ApiService *NFInstancesStoreApiService // contains filtered or unexported fields }
func (ApiOptionsNFInstancesRequest) Execute ¶
func (r ApiOptionsNFInstancesRequest) Execute() (*OptionsResponse, *http.Response, error)
type ApiRegisterNFInstanceRequest ¶
type ApiRegisterNFInstanceRequest struct { ApiService *NFInstanceIDDocumentApiService // contains filtered or unexported fields }
func (ApiRegisterNFInstanceRequest) AcceptEncoding ¶
func (r ApiRegisterNFInstanceRequest) AcceptEncoding(acceptEncoding string) ApiRegisterNFInstanceRequest
Accept-Encoding, described in IETF RFC 7231
func (ApiRegisterNFInstanceRequest) ContentEncoding ¶
func (r ApiRegisterNFInstanceRequest) ContentEncoding(contentEncoding string) ApiRegisterNFInstanceRequest
Content-Encoding, described in IETF RFC 7231
func (ApiRegisterNFInstanceRequest) Execute ¶
func (r ApiRegisterNFInstanceRequest) Execute() (*NFProfile, *http.Response, error)
func (ApiRegisterNFInstanceRequest) NFProfile ¶
func (r ApiRegisterNFInstanceRequest) NFProfile(nFProfile NFProfile) ApiRegisterNFInstanceRequest
type ApiRemoveSubscriptionRequest ¶
type ApiRemoveSubscriptionRequest struct { ApiService *SubscriptionIDDocumentApiService // contains filtered or unexported fields }
type ApiUpdateNFInstanceRequest ¶
type ApiUpdateNFInstanceRequest struct { ApiService *NFInstanceIDDocumentApiService // contains filtered or unexported fields }
func (ApiUpdateNFInstanceRequest) AcceptEncoding ¶
func (r ApiUpdateNFInstanceRequest) AcceptEncoding(acceptEncoding string) ApiUpdateNFInstanceRequest
Accept-Encoding, described in IETF RFC 7231
func (ApiUpdateNFInstanceRequest) ContentEncoding ¶
func (r ApiUpdateNFInstanceRequest) ContentEncoding(contentEncoding string) ApiUpdateNFInstanceRequest
Content-Encoding, described in IETF RFC 7231
func (ApiUpdateNFInstanceRequest) Execute ¶
func (r ApiUpdateNFInstanceRequest) Execute() (*NFProfile, *http.Response, error)
func (ApiUpdateNFInstanceRequest) IfMatch ¶
func (r ApiUpdateNFInstanceRequest) IfMatch(ifMatch string) ApiUpdateNFInstanceRequest
Validator for conditional requests, as described in IETF RFC 7232, 3.2
func (ApiUpdateNFInstanceRequest) PatchItem ¶
func (r ApiUpdateNFInstanceRequest) PatchItem(patchItem []PatchItem) ApiUpdateNFInstanceRequest
type ApiUpdateSubscriptionRequest ¶
type ApiUpdateSubscriptionRequest struct { ApiService *SubscriptionIDDocumentApiService // contains filtered or unexported fields }
func (ApiUpdateSubscriptionRequest) AcceptEncoding ¶
func (r ApiUpdateSubscriptionRequest) AcceptEncoding(acceptEncoding string) ApiUpdateSubscriptionRequest
Accept-Encoding, described in IETF RFC 7231
func (ApiUpdateSubscriptionRequest) ContentEncoding ¶
func (r ApiUpdateSubscriptionRequest) ContentEncoding(contentEncoding string) ApiUpdateSubscriptionRequest
Content-Encoding, described in IETF RFC 7231
func (ApiUpdateSubscriptionRequest) Execute ¶
func (r ApiUpdateSubscriptionRequest) Execute() (*SubscriptionData, *http.Response, error)
func (ApiUpdateSubscriptionRequest) PatchItem ¶
func (r ApiUpdateSubscriptionRequest) PatchItem(patchItem []PatchItem) ApiUpdateSubscriptionRequest
type AtsssCapability ¶
type AtsssCapability struct { // Indicates the ATSSS-LL capability to support procedures related to Access Traffic Steering, Switching, Splitting (see clauses 4.2.10, 5.32 of 3GPP TS 23.501). true: Supported false (default): Not Supported AtsssLL *bool `json:"atsssLL,omitempty"` // Indicates the MPTCP capability to support procedures related to Access Traffic Steering, Switching, Splitting (see clauses 4.2.10, 5.32 of 3GPP TS 23.501 true: Supported false (default): Not Supported Mptcp *bool `json:"mptcp,omitempty"` // This IE is only used by the UPF to indicate whether the UPF supports RTT measurement without PMF (see clauses 5.32.2, 6.3.3.3 of 3GPP TS 23.501 true: Supported false (default): Not Supported RttWithoutPmf *bool `json:"rttWithoutPmf,omitempty"` }
AtsssCapability Containes Capability to support procedures related to Access Traffic Steering, Switching, Splitting.
func NewAtsssCapability ¶
func NewAtsssCapability() *AtsssCapability
NewAtsssCapability instantiates a new AtsssCapability 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 NewAtsssCapabilityWithDefaults ¶
func NewAtsssCapabilityWithDefaults() *AtsssCapability
NewAtsssCapabilityWithDefaults instantiates a new AtsssCapability 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 (*AtsssCapability) GetAtsssLL ¶
func (o *AtsssCapability) GetAtsssLL() bool
GetAtsssLL returns the AtsssLL field value if set, zero value otherwise.
func (*AtsssCapability) GetAtsssLLOk ¶
func (o *AtsssCapability) GetAtsssLLOk() (*bool, bool)
GetAtsssLLOk returns a tuple with the AtsssLL field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AtsssCapability) GetMptcp ¶
func (o *AtsssCapability) GetMptcp() bool
GetMptcp returns the Mptcp field value if set, zero value otherwise.
func (*AtsssCapability) GetMptcpOk ¶
func (o *AtsssCapability) GetMptcpOk() (*bool, bool)
GetMptcpOk returns a tuple with the Mptcp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AtsssCapability) GetRttWithoutPmf ¶
func (o *AtsssCapability) GetRttWithoutPmf() bool
GetRttWithoutPmf returns the RttWithoutPmf field value if set, zero value otherwise.
func (*AtsssCapability) GetRttWithoutPmfOk ¶
func (o *AtsssCapability) GetRttWithoutPmfOk() (*bool, bool)
GetRttWithoutPmfOk returns a tuple with the RttWithoutPmf field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AtsssCapability) HasAtsssLL ¶
func (o *AtsssCapability) HasAtsssLL() bool
HasAtsssLL returns a boolean if a field has been set.
func (*AtsssCapability) HasMptcp ¶
func (o *AtsssCapability) HasMptcp() bool
HasMptcp returns a boolean if a field has been set.
func (*AtsssCapability) HasRttWithoutPmf ¶
func (o *AtsssCapability) HasRttWithoutPmf() bool
HasRttWithoutPmf returns a boolean if a field has been set.
func (AtsssCapability) MarshalJSON ¶
func (o AtsssCapability) MarshalJSON() ([]byte, error)
func (*AtsssCapability) SetAtsssLL ¶
func (o *AtsssCapability) SetAtsssLL(v bool)
SetAtsssLL gets a reference to the given bool and assigns it to the AtsssLL field.
func (*AtsssCapability) SetMptcp ¶
func (o *AtsssCapability) SetMptcp(v bool)
SetMptcp gets a reference to the given bool and assigns it to the Mptcp field.
func (*AtsssCapability) SetRttWithoutPmf ¶
func (o *AtsssCapability) SetRttWithoutPmf(v bool)
SetRttWithoutPmf gets a reference to the given bool and assigns it to the RttWithoutPmf field.
func (AtsssCapability) ToMap ¶
func (o AtsssCapability) ToMap() (map[string]interface{}, error)
type AusfInfo ¶
type AusfInfo struct { // Identifier of a group of NFs. GroupId *string `json:"groupId,omitempty"` SupiRanges []SupiRange `json:"supiRanges,omitempty"` RoutingIndicators []string `json:"routingIndicators,omitempty"` SuciInfos []SuciInfo `json:"suciInfos,omitempty"` }
AusfInfo Information of an AUSF NF Instance
func NewAusfInfo ¶
func NewAusfInfo() *AusfInfo
NewAusfInfo instantiates a new AusfInfo 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 NewAusfInfoWithDefaults ¶
func NewAusfInfoWithDefaults() *AusfInfo
NewAusfInfoWithDefaults instantiates a new AusfInfo 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 (*AusfInfo) GetGroupId ¶
GetGroupId returns the GroupId field value if set, zero value otherwise.
func (*AusfInfo) GetGroupIdOk ¶
GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AusfInfo) GetRoutingIndicators ¶
GetRoutingIndicators returns the RoutingIndicators field value if set, zero value otherwise.
func (*AusfInfo) GetRoutingIndicatorsOk ¶
GetRoutingIndicatorsOk returns a tuple with the RoutingIndicators field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AusfInfo) GetSuciInfos ¶
GetSuciInfos returns the SuciInfos field value if set, zero value otherwise.
func (*AusfInfo) GetSuciInfosOk ¶
GetSuciInfosOk returns a tuple with the SuciInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AusfInfo) GetSupiRanges ¶
GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.
func (*AusfInfo) GetSupiRangesOk ¶
GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*AusfInfo) HasGroupId ¶
HasGroupId returns a boolean if a field has been set.
func (*AusfInfo) HasRoutingIndicators ¶
HasRoutingIndicators returns a boolean if a field has been set.
func (*AusfInfo) HasSuciInfos ¶
HasSuciInfos returns a boolean if a field has been set.
func (*AusfInfo) HasSupiRanges ¶
HasSupiRanges returns a boolean if a field has been set.
func (AusfInfo) MarshalJSON ¶
func (*AusfInfo) SetGroupId ¶
SetGroupId gets a reference to the given string and assigns it to the GroupId field.
func (*AusfInfo) SetRoutingIndicators ¶
SetRoutingIndicators gets a reference to the given []string and assigns it to the RoutingIndicators field.
func (*AusfInfo) SetSuciInfos ¶
SetSuciInfos gets a reference to the given []SuciInfo and assigns it to the SuciInfos field.
func (*AusfInfo) SetSupiRanges ¶
SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.
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 BsfInfo ¶
type BsfInfo struct { DnnList []string `json:"dnnList,omitempty"` IpDomainList []string `json:"ipDomainList,omitempty"` Ipv4AddressRanges []Ipv4AddressRange `json:"ipv4AddressRanges,omitempty"` Ipv6PrefixRanges []Ipv6PrefixRange `json:"ipv6PrefixRanges,omitempty"` // Fully Qualified Domain Name RxDiamHost *string `json:"rxDiamHost,omitempty"` // Fully Qualified Domain Name RxDiamRealm *string `json:"rxDiamRealm,omitempty"` // Identifier of a group of NFs. GroupId *string `json:"groupId,omitempty"` SupiRanges []SupiRange `json:"supiRanges,omitempty"` GpsiRanges []IdentityRange `json:"gpsiRanges,omitempty"` }
BsfInfo Information of a BSF NF Instance
func NewBsfInfo ¶
func NewBsfInfo() *BsfInfo
NewBsfInfo instantiates a new BsfInfo 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 NewBsfInfoWithDefaults ¶
func NewBsfInfoWithDefaults() *BsfInfo
NewBsfInfoWithDefaults instantiates a new BsfInfo 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 (*BsfInfo) GetDnnList ¶
GetDnnList returns the DnnList field value if set, zero value otherwise.
func (*BsfInfo) GetDnnListOk ¶
GetDnnListOk returns a tuple with the DnnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BsfInfo) GetGpsiRanges ¶
func (o *BsfInfo) GetGpsiRanges() []IdentityRange
GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.
func (*BsfInfo) GetGpsiRangesOk ¶
func (o *BsfInfo) GetGpsiRangesOk() ([]IdentityRange, bool)
GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BsfInfo) GetGroupId ¶
GetGroupId returns the GroupId field value if set, zero value otherwise.
func (*BsfInfo) GetGroupIdOk ¶
GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BsfInfo) GetIpDomainList ¶
GetIpDomainList returns the IpDomainList field value if set, zero value otherwise.
func (*BsfInfo) GetIpDomainListOk ¶
GetIpDomainListOk returns a tuple with the IpDomainList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BsfInfo) GetIpv4AddressRanges ¶
func (o *BsfInfo) GetIpv4AddressRanges() []Ipv4AddressRange
GetIpv4AddressRanges returns the Ipv4AddressRanges field value if set, zero value otherwise.
func (*BsfInfo) GetIpv4AddressRangesOk ¶
func (o *BsfInfo) GetIpv4AddressRangesOk() ([]Ipv4AddressRange, bool)
GetIpv4AddressRangesOk returns a tuple with the Ipv4AddressRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BsfInfo) GetIpv6PrefixRanges ¶
func (o *BsfInfo) GetIpv6PrefixRanges() []Ipv6PrefixRange
GetIpv6PrefixRanges returns the Ipv6PrefixRanges field value if set, zero value otherwise.
func (*BsfInfo) GetIpv6PrefixRangesOk ¶
func (o *BsfInfo) GetIpv6PrefixRangesOk() ([]Ipv6PrefixRange, bool)
GetIpv6PrefixRangesOk returns a tuple with the Ipv6PrefixRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BsfInfo) GetRxDiamHost ¶
GetRxDiamHost returns the RxDiamHost field value if set, zero value otherwise.
func (*BsfInfo) GetRxDiamHostOk ¶
GetRxDiamHostOk returns a tuple with the RxDiamHost field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BsfInfo) GetRxDiamRealm ¶
GetRxDiamRealm returns the RxDiamRealm field value if set, zero value otherwise.
func (*BsfInfo) GetRxDiamRealmOk ¶
GetRxDiamRealmOk returns a tuple with the RxDiamRealm field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BsfInfo) GetSupiRanges ¶
GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.
func (*BsfInfo) GetSupiRangesOk ¶
GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*BsfInfo) HasDnnList ¶
HasDnnList returns a boolean if a field has been set.
func (*BsfInfo) HasGpsiRanges ¶
HasGpsiRanges returns a boolean if a field has been set.
func (*BsfInfo) HasGroupId ¶
HasGroupId returns a boolean if a field has been set.
func (*BsfInfo) HasIpDomainList ¶
HasIpDomainList returns a boolean if a field has been set.
func (*BsfInfo) HasIpv4AddressRanges ¶
HasIpv4AddressRanges returns a boolean if a field has been set.
func (*BsfInfo) HasIpv6PrefixRanges ¶
HasIpv6PrefixRanges returns a boolean if a field has been set.
func (*BsfInfo) HasRxDiamHost ¶
HasRxDiamHost returns a boolean if a field has been set.
func (*BsfInfo) HasRxDiamRealm ¶
HasRxDiamRealm returns a boolean if a field has been set.
func (*BsfInfo) HasSupiRanges ¶
HasSupiRanges returns a boolean if a field has been set.
func (BsfInfo) MarshalJSON ¶
func (*BsfInfo) SetDnnList ¶
SetDnnList gets a reference to the given []string and assigns it to the DnnList field.
func (*BsfInfo) SetGpsiRanges ¶
func (o *BsfInfo) SetGpsiRanges(v []IdentityRange)
SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.
func (*BsfInfo) SetGroupId ¶
SetGroupId gets a reference to the given string and assigns it to the GroupId field.
func (*BsfInfo) SetIpDomainList ¶
SetIpDomainList gets a reference to the given []string and assigns it to the IpDomainList field.
func (*BsfInfo) SetIpv4AddressRanges ¶
func (o *BsfInfo) SetIpv4AddressRanges(v []Ipv4AddressRange)
SetIpv4AddressRanges gets a reference to the given []Ipv4AddressRange and assigns it to the Ipv4AddressRanges field.
func (*BsfInfo) SetIpv6PrefixRanges ¶
func (o *BsfInfo) SetIpv6PrefixRanges(v []Ipv6PrefixRange)
SetIpv6PrefixRanges gets a reference to the given []Ipv6PrefixRange and assigns it to the Ipv6PrefixRanges field.
func (*BsfInfo) SetRxDiamHost ¶
SetRxDiamHost gets a reference to the given string and assigns it to the RxDiamHost field.
func (*BsfInfo) SetRxDiamRealm ¶
SetRxDiamRealm gets a reference to the given string and assigns it to the RxDiamRealm field.
func (*BsfInfo) SetSupiRanges ¶
SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.
type ChangeItem ¶
type ChangeItem struct { Op ChangeType `json:"op"` // contains a JSON pointer value (as defined in IETF RFC 6901) that references a target location within the resource on which the change has been applied. Path string `json:"path"` // indicates the path of the source JSON element (according to JSON Pointer syntax) being moved or copied to the location indicated by the \"path\" attribute. It shall be present if the \"op\" attribute is of value \"MOVE\". From *string `json:"from,omitempty"` OrigValue interface{} `json:"origValue,omitempty"` NewValue interface{} `json:"newValue,omitempty"` }
ChangeItem It contains data which need to be changed.
func NewChangeItem ¶
func NewChangeItem(op ChangeType, path string) *ChangeItem
NewChangeItem instantiates a new ChangeItem 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 NewChangeItemWithDefaults ¶
func NewChangeItemWithDefaults() *ChangeItem
NewChangeItemWithDefaults instantiates a new ChangeItem 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 (*ChangeItem) GetFrom ¶
func (o *ChangeItem) GetFrom() string
GetFrom returns the From field value if set, zero value otherwise.
func (*ChangeItem) GetFromOk ¶
func (o *ChangeItem) GetFromOk() (*string, bool)
GetFromOk returns a tuple with the From field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChangeItem) GetNewValue ¶
func (o *ChangeItem) GetNewValue() interface{}
GetNewValue returns the NewValue field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ChangeItem) GetNewValueOk ¶
func (o *ChangeItem) GetNewValueOk() (*interface{}, bool)
GetNewValueOk returns a tuple with the NewValue 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 (*ChangeItem) GetOpOk ¶
func (o *ChangeItem) GetOpOk() (*ChangeType, bool)
GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.
func (*ChangeItem) GetOrigValue ¶
func (o *ChangeItem) GetOrigValue() interface{}
GetOrigValue returns the OrigValue field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ChangeItem) GetOrigValueOk ¶
func (o *ChangeItem) GetOrigValueOk() (*interface{}, bool)
GetOrigValueOk returns a tuple with the OrigValue 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 (*ChangeItem) GetPath ¶
func (o *ChangeItem) GetPath() string
GetPath returns the Path field value
func (*ChangeItem) GetPathOk ¶
func (o *ChangeItem) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*ChangeItem) HasFrom ¶
func (o *ChangeItem) HasFrom() bool
HasFrom returns a boolean if a field has been set.
func (*ChangeItem) HasNewValue ¶
func (o *ChangeItem) HasNewValue() bool
HasNewValue returns a boolean if a field has been set.
func (*ChangeItem) HasOrigValue ¶
func (o *ChangeItem) HasOrigValue() bool
HasOrigValue returns a boolean if a field has been set.
func (ChangeItem) MarshalJSON ¶
func (o ChangeItem) MarshalJSON() ([]byte, error)
func (*ChangeItem) SetFrom ¶
func (o *ChangeItem) SetFrom(v string)
SetFrom gets a reference to the given string and assigns it to the From field.
func (*ChangeItem) SetNewValue ¶
func (o *ChangeItem) SetNewValue(v interface{})
SetNewValue gets a reference to the given interface{} and assigns it to the NewValue field.
func (*ChangeItem) SetOrigValue ¶
func (o *ChangeItem) SetOrigValue(v interface{})
SetOrigValue gets a reference to the given interface{} and assigns it to the OrigValue field.
func (ChangeItem) ToMap ¶
func (o ChangeItem) ToMap() (map[string]interface{}, error)
type ChangeType ¶
type ChangeType struct {
String *string
}
ChangeType Indicates the type of change to be performed.
func (*ChangeType) MarshalJSON ¶
func (src *ChangeType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ChangeType) UnmarshalJSON ¶
func (dst *ChangeType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ChfInfo ¶
type ChfInfo struct { SupiRangeList []SupiRange `json:"supiRangeList,omitempty"` GpsiRangeList []IdentityRange `json:"gpsiRangeList,omitempty"` PlmnRangeList []PlmnRange `json:"plmnRangeList,omitempty"` // Identifier of a group of NFs. GroupId *string `json:"groupId,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. PrimaryChfInstance *string `json:"primaryChfInstance,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. SecondaryChfInstance *string `json:"secondaryChfInstance,omitempty"` }
ChfInfo Information of a CHF NF Instance
func NewChfInfo ¶
func NewChfInfo() *ChfInfo
NewChfInfo instantiates a new ChfInfo 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 NewChfInfoWithDefaults ¶
func NewChfInfoWithDefaults() *ChfInfo
NewChfInfoWithDefaults instantiates a new ChfInfo 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 (*ChfInfo) GetGpsiRangeList ¶
func (o *ChfInfo) GetGpsiRangeList() []IdentityRange
GetGpsiRangeList returns the GpsiRangeList field value if set, zero value otherwise.
func (*ChfInfo) GetGpsiRangeListOk ¶
func (o *ChfInfo) GetGpsiRangeListOk() ([]IdentityRange, bool)
GetGpsiRangeListOk returns a tuple with the GpsiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChfInfo) GetGroupId ¶
GetGroupId returns the GroupId field value if set, zero value otherwise.
func (*ChfInfo) GetGroupIdOk ¶
GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChfInfo) GetPlmnRangeList ¶
GetPlmnRangeList returns the PlmnRangeList field value if set, zero value otherwise.
func (*ChfInfo) GetPlmnRangeListOk ¶
GetPlmnRangeListOk returns a tuple with the PlmnRangeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChfInfo) GetPrimaryChfInstance ¶
GetPrimaryChfInstance returns the PrimaryChfInstance field value if set, zero value otherwise.
func (*ChfInfo) GetPrimaryChfInstanceOk ¶
GetPrimaryChfInstanceOk returns a tuple with the PrimaryChfInstance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChfInfo) GetSecondaryChfInstance ¶
GetSecondaryChfInstance returns the SecondaryChfInstance field value if set, zero value otherwise.
func (*ChfInfo) GetSecondaryChfInstanceOk ¶
GetSecondaryChfInstanceOk returns a tuple with the SecondaryChfInstance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChfInfo) GetSupiRangeList ¶
GetSupiRangeList returns the SupiRangeList field value if set, zero value otherwise.
func (*ChfInfo) GetSupiRangeListOk ¶
GetSupiRangeListOk returns a tuple with the SupiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ChfInfo) HasGpsiRangeList ¶
HasGpsiRangeList returns a boolean if a field has been set.
func (*ChfInfo) HasGroupId ¶
HasGroupId returns a boolean if a field has been set.
func (*ChfInfo) HasPlmnRangeList ¶
HasPlmnRangeList returns a boolean if a field has been set.
func (*ChfInfo) HasPrimaryChfInstance ¶
HasPrimaryChfInstance returns a boolean if a field has been set.
func (*ChfInfo) HasSecondaryChfInstance ¶
HasSecondaryChfInstance returns a boolean if a field has been set.
func (*ChfInfo) HasSupiRangeList ¶
HasSupiRangeList returns a boolean if a field has been set.
func (ChfInfo) MarshalJSON ¶
func (*ChfInfo) SetGpsiRangeList ¶
func (o *ChfInfo) SetGpsiRangeList(v []IdentityRange)
SetGpsiRangeList gets a reference to the given []IdentityRange and assigns it to the GpsiRangeList field.
func (*ChfInfo) SetGroupId ¶
SetGroupId gets a reference to the given string and assigns it to the GroupId field.
func (*ChfInfo) SetPlmnRangeList ¶
SetPlmnRangeList gets a reference to the given []PlmnRange and assigns it to the PlmnRangeList field.
func (*ChfInfo) SetPrimaryChfInstance ¶
SetPrimaryChfInstance gets a reference to the given string and assigns it to the PrimaryChfInstance field.
func (*ChfInfo) SetSecondaryChfInstance ¶
SetSecondaryChfInstance gets a reference to the given string and assigns it to the SecondaryChfInstance field.
func (*ChfInfo) SetSupiRangeList ¶
SetSupiRangeList gets a reference to the given []SupiRange and assigns it to the SupiRangeList field.
type CollocatedNfInstance ¶
type CollocatedNfInstance struct { // 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 CollocatedNfType `json:"nfType"` }
CollocatedNfInstance Information of an collocated NF Instance registered in the NRF
func NewCollocatedNfInstance ¶
func NewCollocatedNfInstance(nfInstanceId string, nfType CollocatedNfType) *CollocatedNfInstance
NewCollocatedNfInstance instantiates a new CollocatedNfInstance 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 NewCollocatedNfInstanceWithDefaults ¶
func NewCollocatedNfInstanceWithDefaults() *CollocatedNfInstance
NewCollocatedNfInstanceWithDefaults instantiates a new CollocatedNfInstance 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 (*CollocatedNfInstance) GetNfInstanceId ¶
func (o *CollocatedNfInstance) GetNfInstanceId() string
GetNfInstanceId returns the NfInstanceId field value
func (*CollocatedNfInstance) GetNfInstanceIdOk ¶
func (o *CollocatedNfInstance) GetNfInstanceIdOk() (*string, bool)
GetNfInstanceIdOk returns a tuple with the NfInstanceId field value and a boolean to check if the value has been set.
func (*CollocatedNfInstance) GetNfType ¶
func (o *CollocatedNfInstance) GetNfType() CollocatedNfType
GetNfType returns the NfType field value
func (*CollocatedNfInstance) GetNfTypeOk ¶
func (o *CollocatedNfInstance) GetNfTypeOk() (*CollocatedNfType, bool)
GetNfTypeOk returns a tuple with the NfType field value and a boolean to check if the value has been set.
func (CollocatedNfInstance) MarshalJSON ¶
func (o CollocatedNfInstance) MarshalJSON() ([]byte, error)
func (*CollocatedNfInstance) SetNfInstanceId ¶
func (o *CollocatedNfInstance) SetNfInstanceId(v string)
SetNfInstanceId sets field value
func (*CollocatedNfInstance) SetNfType ¶
func (o *CollocatedNfInstance) SetNfType(v CollocatedNfType)
SetNfType sets field value
func (CollocatedNfInstance) ToMap ¶
func (o CollocatedNfInstance) ToMap() (map[string]interface{}, error)
type CollocatedNfType ¶
type CollocatedNfType struct {
String *string
}
CollocatedNfType NF types for a collocated NF
func (*CollocatedNfType) MarshalJSON ¶
func (src *CollocatedNfType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*CollocatedNfType) UnmarshalJSON ¶
func (dst *CollocatedNfType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ConditionEventType ¶
type ConditionEventType struct {
String *string
}
ConditionEventType Indicates whether a notification is due to the NF Instance to start or stop being part of a condition for a subscription to a set of NFs
func (*ConditionEventType) MarshalJSON ¶
func (src *ConditionEventType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ConditionEventType) UnmarshalJSON ¶
func (dst *ConditionEventType) 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 DataSetId ¶
type DataSetId struct {
String *string
}
DataSetId Types of data sets and subsets stored in UDR
func (*DataSetId) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*DataSetId) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type DccfCond ¶
type DccfCond struct { ConditionType string `json:"conditionType"` TaiList []Tai `json:"taiList,omitempty"` TaiRangeList []TaiRange `json:"taiRangeList,omitempty"` ServingNfTypeList []NFType `json:"servingNfTypeList,omitempty"` ServingNfSetIdList []string `json:"servingNfSetIdList,omitempty"` }
DccfCond Subscription to a set of NF Instances (DCCFs), identified by NF types, NF Set Id(s) or DCCF Serving Area information, i.e. list of TAIs served by the DCCF
func NewDccfCond ¶
NewDccfCond instantiates a new DccfCond 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 NewDccfCondWithDefaults ¶
func NewDccfCondWithDefaults() *DccfCond
NewDccfCondWithDefaults instantiates a new DccfCond 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 (*DccfCond) GetConditionType ¶
GetConditionType returns the ConditionType field value
func (*DccfCond) GetConditionTypeOk ¶
GetConditionTypeOk returns a tuple with the ConditionType field value and a boolean to check if the value has been set.
func (*DccfCond) GetServingNfSetIdList ¶
GetServingNfSetIdList returns the ServingNfSetIdList field value if set, zero value otherwise.
func (*DccfCond) GetServingNfSetIdListOk ¶
GetServingNfSetIdListOk returns a tuple with the ServingNfSetIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DccfCond) GetServingNfTypeList ¶
GetServingNfTypeList returns the ServingNfTypeList field value if set, zero value otherwise.
func (*DccfCond) GetServingNfTypeListOk ¶
GetServingNfTypeListOk returns a tuple with the ServingNfTypeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DccfCond) GetTaiList ¶
GetTaiList returns the TaiList field value if set, zero value otherwise.
func (*DccfCond) GetTaiListOk ¶
GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DccfCond) GetTaiRangeList ¶
GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.
func (*DccfCond) GetTaiRangeListOk ¶
GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DccfCond) HasServingNfSetIdList ¶
HasServingNfSetIdList returns a boolean if a field has been set.
func (*DccfCond) HasServingNfTypeList ¶
HasServingNfTypeList returns a boolean if a field has been set.
func (*DccfCond) HasTaiList ¶
HasTaiList returns a boolean if a field has been set.
func (*DccfCond) HasTaiRangeList ¶
HasTaiRangeList returns a boolean if a field has been set.
func (DccfCond) MarshalJSON ¶
func (*DccfCond) SetConditionType ¶
SetConditionType sets field value
func (*DccfCond) SetServingNfSetIdList ¶
SetServingNfSetIdList gets a reference to the given []string and assigns it to the ServingNfSetIdList field.
func (*DccfCond) SetServingNfTypeList ¶
SetServingNfTypeList gets a reference to the given []NFType and assigns it to the ServingNfTypeList field.
func (*DccfCond) SetTaiList ¶
SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.
func (*DccfCond) SetTaiRangeList ¶
SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.
type DccfInfo ¶
type DccfInfo struct { ServingNfTypeList []NFType `json:"servingNfTypeList,omitempty"` ServingNfSetIdList []string `json:"servingNfSetIdList,omitempty"` TaiList []Tai `json:"taiList,omitempty"` TaiRangeList []TaiRange `json:"taiRangeList,omitempty"` }
DccfInfo Information of a DCCF NF Instance
func NewDccfInfo ¶
func NewDccfInfo() *DccfInfo
NewDccfInfo instantiates a new DccfInfo 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 NewDccfInfoWithDefaults ¶
func NewDccfInfoWithDefaults() *DccfInfo
NewDccfInfoWithDefaults instantiates a new DccfInfo 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 (*DccfInfo) GetServingNfSetIdList ¶
GetServingNfSetIdList returns the ServingNfSetIdList field value if set, zero value otherwise.
func (*DccfInfo) GetServingNfSetIdListOk ¶
GetServingNfSetIdListOk returns a tuple with the ServingNfSetIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DccfInfo) GetServingNfTypeList ¶
GetServingNfTypeList returns the ServingNfTypeList field value if set, zero value otherwise.
func (*DccfInfo) GetServingNfTypeListOk ¶
GetServingNfTypeListOk returns a tuple with the ServingNfTypeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DccfInfo) GetTaiList ¶
GetTaiList returns the TaiList field value if set, zero value otherwise.
func (*DccfInfo) GetTaiListOk ¶
GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DccfInfo) GetTaiRangeList ¶
GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.
func (*DccfInfo) GetTaiRangeListOk ¶
GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DccfInfo) HasServingNfSetIdList ¶
HasServingNfSetIdList returns a boolean if a field has been set.
func (*DccfInfo) HasServingNfTypeList ¶
HasServingNfTypeList returns a boolean if a field has been set.
func (*DccfInfo) HasTaiList ¶
HasTaiList returns a boolean if a field has been set.
func (*DccfInfo) HasTaiRangeList ¶
HasTaiRangeList returns a boolean if a field has been set.
func (DccfInfo) MarshalJSON ¶
func (*DccfInfo) SetServingNfSetIdList ¶
SetServingNfSetIdList gets a reference to the given []string and assigns it to the ServingNfSetIdList field.
func (*DccfInfo) SetServingNfTypeList ¶
SetServingNfTypeList gets a reference to the given []NFType and assigns it to the ServingNfTypeList field.
func (*DccfInfo) SetTaiList ¶
SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.
func (*DccfInfo) SetTaiRangeList ¶
SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.
type DefSubServiceInfo ¶
type DefSubServiceInfo struct { Versions []string `json:"versions,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"` }
DefSubServiceInfo Service Specific information for Default Notification Subscription.
func NewDefSubServiceInfo ¶
func NewDefSubServiceInfo() *DefSubServiceInfo
NewDefSubServiceInfo instantiates a new DefSubServiceInfo 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 NewDefSubServiceInfoWithDefaults ¶
func NewDefSubServiceInfoWithDefaults() *DefSubServiceInfo
NewDefSubServiceInfoWithDefaults instantiates a new DefSubServiceInfo 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 (*DefSubServiceInfo) GetSupportedFeatures ¶
func (o *DefSubServiceInfo) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*DefSubServiceInfo) GetSupportedFeaturesOk ¶
func (o *DefSubServiceInfo) 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 (*DefSubServiceInfo) GetVersions ¶
func (o *DefSubServiceInfo) GetVersions() []string
GetVersions returns the Versions field value if set, zero value otherwise.
func (*DefSubServiceInfo) GetVersionsOk ¶
func (o *DefSubServiceInfo) GetVersionsOk() ([]string, bool)
GetVersionsOk returns a tuple with the Versions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DefSubServiceInfo) HasSupportedFeatures ¶
func (o *DefSubServiceInfo) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*DefSubServiceInfo) HasVersions ¶
func (o *DefSubServiceInfo) HasVersions() bool
HasVersions returns a boolean if a field has been set.
func (DefSubServiceInfo) MarshalJSON ¶
func (o DefSubServiceInfo) MarshalJSON() ([]byte, error)
func (*DefSubServiceInfo) SetSupportedFeatures ¶
func (o *DefSubServiceInfo) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*DefSubServiceInfo) SetVersions ¶
func (o *DefSubServiceInfo) SetVersions(v []string)
SetVersions gets a reference to the given []string and assigns it to the Versions field.
func (DefSubServiceInfo) ToMap ¶
func (o DefSubServiceInfo) ToMap() (map[string]interface{}, error)
type DefaultNotificationSubscription ¶
type DefaultNotificationSubscription struct { NotificationType NotificationType `json:"notificationType"` // String providing an URI formatted according to RFC 3986. CallbackUri string `json:"callbackUri"` N1MessageClass *N1MessageClass `json:"n1MessageClass,omitempty"` N2InformationClass *N2InformationClass `json:"n2InformationClass,omitempty"` Versions []string `json:"versions,omitempty"` Binding *string `json:"binding,omitempty"` AcceptedEncoding *string `json:"acceptedEncoding,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"` // A map of service specific information. The name of the corresponding service (as specified in ServiceName data type) is the key. ServiceInfoList *map[string]DefSubServiceInfo `json:"serviceInfoList,omitempty"` }
DefaultNotificationSubscription Data structure for specifying the notifications the NF service subscribes by default, along with callback URI
func NewDefaultNotificationSubscription ¶
func NewDefaultNotificationSubscription(notificationType NotificationType, callbackUri string) *DefaultNotificationSubscription
NewDefaultNotificationSubscription instantiates a new DefaultNotificationSubscription 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 NewDefaultNotificationSubscriptionWithDefaults ¶
func NewDefaultNotificationSubscriptionWithDefaults() *DefaultNotificationSubscription
NewDefaultNotificationSubscriptionWithDefaults instantiates a new DefaultNotificationSubscription 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 (*DefaultNotificationSubscription) GetAcceptedEncoding ¶
func (o *DefaultNotificationSubscription) GetAcceptedEncoding() string
GetAcceptedEncoding returns the AcceptedEncoding field value if set, zero value otherwise.
func (*DefaultNotificationSubscription) GetAcceptedEncodingOk ¶
func (o *DefaultNotificationSubscription) GetAcceptedEncodingOk() (*string, bool)
GetAcceptedEncodingOk returns a tuple with the AcceptedEncoding field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DefaultNotificationSubscription) GetBinding ¶
func (o *DefaultNotificationSubscription) GetBinding() string
GetBinding returns the Binding field value if set, zero value otherwise.
func (*DefaultNotificationSubscription) GetBindingOk ¶
func (o *DefaultNotificationSubscription) GetBindingOk() (*string, bool)
GetBindingOk returns a tuple with the Binding field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DefaultNotificationSubscription) GetCallbackUri ¶
func (o *DefaultNotificationSubscription) GetCallbackUri() string
GetCallbackUri returns the CallbackUri field value
func (*DefaultNotificationSubscription) GetCallbackUriOk ¶
func (o *DefaultNotificationSubscription) GetCallbackUriOk() (*string, bool)
GetCallbackUriOk returns a tuple with the CallbackUri field value and a boolean to check if the value has been set.
func (*DefaultNotificationSubscription) GetN1MessageClass ¶
func (o *DefaultNotificationSubscription) GetN1MessageClass() N1MessageClass
GetN1MessageClass returns the N1MessageClass field value if set, zero value otherwise.
func (*DefaultNotificationSubscription) GetN1MessageClassOk ¶
func (o *DefaultNotificationSubscription) GetN1MessageClassOk() (*N1MessageClass, bool)
GetN1MessageClassOk returns a tuple with the N1MessageClass field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DefaultNotificationSubscription) GetN2InformationClass ¶
func (o *DefaultNotificationSubscription) GetN2InformationClass() N2InformationClass
GetN2InformationClass returns the N2InformationClass field value if set, zero value otherwise.
func (*DefaultNotificationSubscription) GetN2InformationClassOk ¶
func (o *DefaultNotificationSubscription) GetN2InformationClassOk() (*N2InformationClass, bool)
GetN2InformationClassOk returns a tuple with the N2InformationClass field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DefaultNotificationSubscription) GetNotificationType ¶
func (o *DefaultNotificationSubscription) GetNotificationType() NotificationType
GetNotificationType returns the NotificationType field value
func (*DefaultNotificationSubscription) GetNotificationTypeOk ¶
func (o *DefaultNotificationSubscription) GetNotificationTypeOk() (*NotificationType, bool)
GetNotificationTypeOk returns a tuple with the NotificationType field value and a boolean to check if the value has been set.
func (*DefaultNotificationSubscription) GetServiceInfoList ¶
func (o *DefaultNotificationSubscription) GetServiceInfoList() map[string]DefSubServiceInfo
GetServiceInfoList returns the ServiceInfoList field value if set, zero value otherwise.
func (*DefaultNotificationSubscription) GetServiceInfoListOk ¶
func (o *DefaultNotificationSubscription) GetServiceInfoListOk() (*map[string]DefSubServiceInfo, bool)
GetServiceInfoListOk returns a tuple with the ServiceInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DefaultNotificationSubscription) GetSupportedFeatures ¶
func (o *DefaultNotificationSubscription) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*DefaultNotificationSubscription) GetSupportedFeaturesOk ¶
func (o *DefaultNotificationSubscription) 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 (*DefaultNotificationSubscription) GetVersions ¶
func (o *DefaultNotificationSubscription) GetVersions() []string
GetVersions returns the Versions field value if set, zero value otherwise.
func (*DefaultNotificationSubscription) GetVersionsOk ¶
func (o *DefaultNotificationSubscription) GetVersionsOk() ([]string, bool)
GetVersionsOk returns a tuple with the Versions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DefaultNotificationSubscription) HasAcceptedEncoding ¶
func (o *DefaultNotificationSubscription) HasAcceptedEncoding() bool
HasAcceptedEncoding returns a boolean if a field has been set.
func (*DefaultNotificationSubscription) HasBinding ¶
func (o *DefaultNotificationSubscription) HasBinding() bool
HasBinding returns a boolean if a field has been set.
func (*DefaultNotificationSubscription) HasN1MessageClass ¶
func (o *DefaultNotificationSubscription) HasN1MessageClass() bool
HasN1MessageClass returns a boolean if a field has been set.
func (*DefaultNotificationSubscription) HasN2InformationClass ¶
func (o *DefaultNotificationSubscription) HasN2InformationClass() bool
HasN2InformationClass returns a boolean if a field has been set.
func (*DefaultNotificationSubscription) HasServiceInfoList ¶
func (o *DefaultNotificationSubscription) HasServiceInfoList() bool
HasServiceInfoList returns a boolean if a field has been set.
func (*DefaultNotificationSubscription) HasSupportedFeatures ¶
func (o *DefaultNotificationSubscription) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (*DefaultNotificationSubscription) HasVersions ¶
func (o *DefaultNotificationSubscription) HasVersions() bool
HasVersions returns a boolean if a field has been set.
func (DefaultNotificationSubscription) MarshalJSON ¶
func (o DefaultNotificationSubscription) MarshalJSON() ([]byte, error)
func (*DefaultNotificationSubscription) SetAcceptedEncoding ¶
func (o *DefaultNotificationSubscription) SetAcceptedEncoding(v string)
SetAcceptedEncoding gets a reference to the given string and assigns it to the AcceptedEncoding field.
func (*DefaultNotificationSubscription) SetBinding ¶
func (o *DefaultNotificationSubscription) SetBinding(v string)
SetBinding gets a reference to the given string and assigns it to the Binding field.
func (*DefaultNotificationSubscription) SetCallbackUri ¶
func (o *DefaultNotificationSubscription) SetCallbackUri(v string)
SetCallbackUri sets field value
func (*DefaultNotificationSubscription) SetN1MessageClass ¶
func (o *DefaultNotificationSubscription) SetN1MessageClass(v N1MessageClass)
SetN1MessageClass gets a reference to the given N1MessageClass and assigns it to the N1MessageClass field.
func (*DefaultNotificationSubscription) SetN2InformationClass ¶
func (o *DefaultNotificationSubscription) SetN2InformationClass(v N2InformationClass)
SetN2InformationClass gets a reference to the given N2InformationClass and assigns it to the N2InformationClass field.
func (*DefaultNotificationSubscription) SetNotificationType ¶
func (o *DefaultNotificationSubscription) SetNotificationType(v NotificationType)
SetNotificationType sets field value
func (*DefaultNotificationSubscription) SetServiceInfoList ¶
func (o *DefaultNotificationSubscription) SetServiceInfoList(v map[string]DefSubServiceInfo)
SetServiceInfoList gets a reference to the given map[string]DefSubServiceInfo and assigns it to the ServiceInfoList field.
func (*DefaultNotificationSubscription) SetSupportedFeatures ¶
func (o *DefaultNotificationSubscription) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*DefaultNotificationSubscription) SetVersions ¶
func (o *DefaultNotificationSubscription) SetVersions(v []string)
SetVersions gets a reference to the given []string and assigns it to the Versions field.
func (DefaultNotificationSubscription) ToMap ¶
func (o DefaultNotificationSubscription) ToMap() (map[string]interface{}, error)
type DnnEasdfInfoItem ¶
type DnnEasdfInfoItem struct { Dnn DnnSmfInfoItemDnn `json:"dnn"` DnaiList []string `json:"dnaiList,omitempty"` }
DnnEasdfInfoItem Set of parameters supported by EASDF for a given DNN
func NewDnnEasdfInfoItem ¶
func NewDnnEasdfInfoItem(dnn DnnSmfInfoItemDnn) *DnnEasdfInfoItem
NewDnnEasdfInfoItem instantiates a new DnnEasdfInfoItem 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 NewDnnEasdfInfoItemWithDefaults ¶
func NewDnnEasdfInfoItemWithDefaults() *DnnEasdfInfoItem
NewDnnEasdfInfoItemWithDefaults instantiates a new DnnEasdfInfoItem 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 (*DnnEasdfInfoItem) GetDnaiList ¶
func (o *DnnEasdfInfoItem) GetDnaiList() []string
GetDnaiList returns the DnaiList field value if set, zero value otherwise.
func (*DnnEasdfInfoItem) GetDnaiListOk ¶
func (o *DnnEasdfInfoItem) GetDnaiListOk() ([]string, bool)
GetDnaiListOk returns a tuple with the DnaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnnEasdfInfoItem) GetDnn ¶
func (o *DnnEasdfInfoItem) GetDnn() DnnSmfInfoItemDnn
GetDnn returns the Dnn field value
func (*DnnEasdfInfoItem) GetDnnOk ¶
func (o *DnnEasdfInfoItem) GetDnnOk() (*DnnSmfInfoItemDnn, bool)
GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.
func (*DnnEasdfInfoItem) HasDnaiList ¶
func (o *DnnEasdfInfoItem) HasDnaiList() bool
HasDnaiList returns a boolean if a field has been set.
func (DnnEasdfInfoItem) MarshalJSON ¶
func (o DnnEasdfInfoItem) MarshalJSON() ([]byte, error)
func (*DnnEasdfInfoItem) SetDnaiList ¶
func (o *DnnEasdfInfoItem) SetDnaiList(v []string)
SetDnaiList gets a reference to the given []string and assigns it to the DnaiList field.
func (*DnnEasdfInfoItem) SetDnn ¶
func (o *DnnEasdfInfoItem) SetDnn(v DnnSmfInfoItemDnn)
SetDnn sets field value
func (DnnEasdfInfoItem) ToMap ¶
func (o DnnEasdfInfoItem) ToMap() (map[string]interface{}, error)
type DnnInfoItem ¶
type DnnInfoItem struct {
Dnn DnnSmfInfoItemDnn `json:"dnn"`
}
DnnInfoItem Set of parameters supported by NF for a given DNN
func NewDnnInfoItem ¶
func NewDnnInfoItem(dnn DnnSmfInfoItemDnn) *DnnInfoItem
NewDnnInfoItem instantiates a new DnnInfoItem 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 NewDnnInfoItemWithDefaults ¶
func NewDnnInfoItemWithDefaults() *DnnInfoItem
NewDnnInfoItemWithDefaults instantiates a new DnnInfoItem 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 (*DnnInfoItem) GetDnn ¶
func (o *DnnInfoItem) GetDnn() DnnSmfInfoItemDnn
GetDnn returns the Dnn field value
func (*DnnInfoItem) GetDnnOk ¶
func (o *DnnInfoItem) GetDnnOk() (*DnnSmfInfoItemDnn, bool)
GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.
func (DnnInfoItem) MarshalJSON ¶
func (o DnnInfoItem) MarshalJSON() ([]byte, error)
func (*DnnInfoItem) SetDnn ¶
func (o *DnnInfoItem) SetDnn(v DnnSmfInfoItemDnn)
SetDnn sets field value
func (DnnInfoItem) ToMap ¶
func (o DnnInfoItem) ToMap() (map[string]interface{}, error)
type DnnMbSmfInfoItem ¶
type DnnMbSmfInfoItem struct {
Dnn DnnSmfInfoItemDnn `json:"dnn"`
}
DnnMbSmfInfoItem Parameters supported by an MB-SMF for a given DNN
func NewDnnMbSmfInfoItem ¶
func NewDnnMbSmfInfoItem(dnn DnnSmfInfoItemDnn) *DnnMbSmfInfoItem
NewDnnMbSmfInfoItem instantiates a new DnnMbSmfInfoItem 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 NewDnnMbSmfInfoItemWithDefaults ¶
func NewDnnMbSmfInfoItemWithDefaults() *DnnMbSmfInfoItem
NewDnnMbSmfInfoItemWithDefaults instantiates a new DnnMbSmfInfoItem 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 (*DnnMbSmfInfoItem) GetDnn ¶
func (o *DnnMbSmfInfoItem) GetDnn() DnnSmfInfoItemDnn
GetDnn returns the Dnn field value
func (*DnnMbSmfInfoItem) GetDnnOk ¶
func (o *DnnMbSmfInfoItem) GetDnnOk() (*DnnSmfInfoItemDnn, bool)
GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.
func (DnnMbSmfInfoItem) MarshalJSON ¶
func (o DnnMbSmfInfoItem) MarshalJSON() ([]byte, error)
func (*DnnMbSmfInfoItem) SetDnn ¶
func (o *DnnMbSmfInfoItem) SetDnn(v DnnSmfInfoItemDnn)
SetDnn sets field value
func (DnnMbSmfInfoItem) ToMap ¶
func (o DnnMbSmfInfoItem) ToMap() (map[string]interface{}, error)
type DnnSmfInfoItem ¶
type DnnSmfInfoItem struct { Dnn DnnSmfInfoItemDnn `json:"dnn"` DnaiList []DnnSmfInfoItemDnaiListInner `json:"dnaiList,omitempty"` }
DnnSmfInfoItem Set of parameters supported by SMF for a given DNN
func NewDnnSmfInfoItem ¶
func NewDnnSmfInfoItem(dnn DnnSmfInfoItemDnn) *DnnSmfInfoItem
NewDnnSmfInfoItem instantiates a new DnnSmfInfoItem 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 NewDnnSmfInfoItemWithDefaults ¶
func NewDnnSmfInfoItemWithDefaults() *DnnSmfInfoItem
NewDnnSmfInfoItemWithDefaults instantiates a new DnnSmfInfoItem 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 (*DnnSmfInfoItem) GetDnaiList ¶
func (o *DnnSmfInfoItem) GetDnaiList() []DnnSmfInfoItemDnaiListInner
GetDnaiList returns the DnaiList field value if set, zero value otherwise.
func (*DnnSmfInfoItem) GetDnaiListOk ¶
func (o *DnnSmfInfoItem) GetDnaiListOk() ([]DnnSmfInfoItemDnaiListInner, bool)
GetDnaiListOk returns a tuple with the DnaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnnSmfInfoItem) GetDnn ¶
func (o *DnnSmfInfoItem) GetDnn() DnnSmfInfoItemDnn
GetDnn returns the Dnn field value
func (*DnnSmfInfoItem) GetDnnOk ¶
func (o *DnnSmfInfoItem) GetDnnOk() (*DnnSmfInfoItemDnn, bool)
GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.
func (*DnnSmfInfoItem) HasDnaiList ¶
func (o *DnnSmfInfoItem) HasDnaiList() bool
HasDnaiList returns a boolean if a field has been set.
func (DnnSmfInfoItem) MarshalJSON ¶
func (o DnnSmfInfoItem) MarshalJSON() ([]byte, error)
func (*DnnSmfInfoItem) SetDnaiList ¶
func (o *DnnSmfInfoItem) SetDnaiList(v []DnnSmfInfoItemDnaiListInner)
SetDnaiList gets a reference to the given []DnnSmfInfoItemDnaiListInner and assigns it to the DnaiList field.
func (*DnnSmfInfoItem) SetDnn ¶
func (o *DnnSmfInfoItem) SetDnn(v DnnSmfInfoItemDnn)
SetDnn sets field value
func (DnnSmfInfoItem) ToMap ¶
func (o DnnSmfInfoItem) ToMap() (map[string]interface{}, error)
type DnnSmfInfoItemDnaiListInner ¶
type DnnSmfInfoItemDnaiListInner struct {
String *string
}
DnnSmfInfoItemDnaiListInner struct for DnnSmfInfoItemDnaiListInner
func (*DnnSmfInfoItemDnaiListInner) MarshalJSON ¶
func (src *DnnSmfInfoItemDnaiListInner) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DnnSmfInfoItemDnaiListInner) UnmarshalJSON ¶
func (dst *DnnSmfInfoItemDnaiListInner) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type DnnSmfInfoItemDnn ¶
type DnnSmfInfoItemDnn struct {
String *string
}
DnnSmfInfoItemDnn struct for DnnSmfInfoItemDnn
func (*DnnSmfInfoItemDnn) MarshalJSON ¶
func (src *DnnSmfInfoItemDnn) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*DnnSmfInfoItemDnn) UnmarshalJSON ¶
func (dst *DnnSmfInfoItemDnn) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type DnnTsctsfInfoItem ¶
type DnnTsctsfInfoItem struct {
Dnn DnnSmfInfoItemDnn `json:"dnn"`
}
DnnTsctsfInfoItem Parameters supported by an TSCTSF for a given DNN
func NewDnnTsctsfInfoItem ¶
func NewDnnTsctsfInfoItem(dnn DnnSmfInfoItemDnn) *DnnTsctsfInfoItem
NewDnnTsctsfInfoItem instantiates a new DnnTsctsfInfoItem 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 NewDnnTsctsfInfoItemWithDefaults ¶
func NewDnnTsctsfInfoItemWithDefaults() *DnnTsctsfInfoItem
NewDnnTsctsfInfoItemWithDefaults instantiates a new DnnTsctsfInfoItem 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 (*DnnTsctsfInfoItem) GetDnn ¶
func (o *DnnTsctsfInfoItem) GetDnn() DnnSmfInfoItemDnn
GetDnn returns the Dnn field value
func (*DnnTsctsfInfoItem) GetDnnOk ¶
func (o *DnnTsctsfInfoItem) GetDnnOk() (*DnnSmfInfoItemDnn, bool)
GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.
func (DnnTsctsfInfoItem) MarshalJSON ¶
func (o DnnTsctsfInfoItem) MarshalJSON() ([]byte, error)
func (*DnnTsctsfInfoItem) SetDnn ¶
func (o *DnnTsctsfInfoItem) SetDnn(v DnnSmfInfoItemDnn)
SetDnn sets field value
func (DnnTsctsfInfoItem) ToMap ¶
func (o DnnTsctsfInfoItem) ToMap() (map[string]interface{}, error)
type DnnUpfInfoItem ¶
type DnnUpfInfoItem 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"` DnaiList []string `json:"dnaiList,omitempty"` PduSessionTypes []PduSessionType `json:"pduSessionTypes,omitempty"` Ipv4AddressRanges []Ipv4AddressRange `json:"ipv4AddressRanges,omitempty"` Ipv6PrefixRanges []Ipv6PrefixRange `json:"ipv6PrefixRanges,omitempty"` Ipv4IndexList []IpIndex `json:"ipv4IndexList,omitempty"` Ipv6IndexList []IpIndex `json:"ipv6IndexList,omitempty"` // The N6 Network Instance associated with the S-NSSAI and DNN. NetworkInstance *string `json:"networkInstance,omitempty"` // Map of network instance per DNAI for the DNN, where the key of the map is the DNAI. When present, the value of each entry of the map shall contain a N6 network instance that is configured for the DNAI indicated by the key. DnaiNwInstanceList *map[string]string `json:"dnaiNwInstanceList,omitempty"` }
DnnUpfInfoItem Set of parameters supported by UPF for a given DNN
func NewDnnUpfInfoItem ¶
func NewDnnUpfInfoItem(dnn string) *DnnUpfInfoItem
NewDnnUpfInfoItem instantiates a new DnnUpfInfoItem 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 NewDnnUpfInfoItemWithDefaults ¶
func NewDnnUpfInfoItemWithDefaults() *DnnUpfInfoItem
NewDnnUpfInfoItemWithDefaults instantiates a new DnnUpfInfoItem 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 (*DnnUpfInfoItem) GetDnaiList ¶
func (o *DnnUpfInfoItem) GetDnaiList() []string
GetDnaiList returns the DnaiList field value if set, zero value otherwise.
func (*DnnUpfInfoItem) GetDnaiListOk ¶
func (o *DnnUpfInfoItem) GetDnaiListOk() ([]string, bool)
GetDnaiListOk returns a tuple with the DnaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnnUpfInfoItem) GetDnaiNwInstanceList ¶
func (o *DnnUpfInfoItem) GetDnaiNwInstanceList() map[string]string
GetDnaiNwInstanceList returns the DnaiNwInstanceList field value if set, zero value otherwise.
func (*DnnUpfInfoItem) GetDnaiNwInstanceListOk ¶
func (o *DnnUpfInfoItem) GetDnaiNwInstanceListOk() (*map[string]string, bool)
GetDnaiNwInstanceListOk returns a tuple with the DnaiNwInstanceList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnnUpfInfoItem) GetDnn ¶
func (o *DnnUpfInfoItem) GetDnn() string
GetDnn returns the Dnn field value
func (*DnnUpfInfoItem) GetDnnOk ¶
func (o *DnnUpfInfoItem) GetDnnOk() (*string, bool)
GetDnnOk returns a tuple with the Dnn field value and a boolean to check if the value has been set.
func (*DnnUpfInfoItem) GetIpv4AddressRanges ¶
func (o *DnnUpfInfoItem) GetIpv4AddressRanges() []Ipv4AddressRange
GetIpv4AddressRanges returns the Ipv4AddressRanges field value if set, zero value otherwise.
func (*DnnUpfInfoItem) GetIpv4AddressRangesOk ¶
func (o *DnnUpfInfoItem) GetIpv4AddressRangesOk() ([]Ipv4AddressRange, bool)
GetIpv4AddressRangesOk returns a tuple with the Ipv4AddressRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnnUpfInfoItem) GetIpv4IndexList ¶
func (o *DnnUpfInfoItem) GetIpv4IndexList() []IpIndex
GetIpv4IndexList returns the Ipv4IndexList field value if set, zero value otherwise.
func (*DnnUpfInfoItem) GetIpv4IndexListOk ¶
func (o *DnnUpfInfoItem) GetIpv4IndexListOk() ([]IpIndex, bool)
GetIpv4IndexListOk returns a tuple with the Ipv4IndexList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnnUpfInfoItem) GetIpv6IndexList ¶
func (o *DnnUpfInfoItem) GetIpv6IndexList() []IpIndex
GetIpv6IndexList returns the Ipv6IndexList field value if set, zero value otherwise.
func (*DnnUpfInfoItem) GetIpv6IndexListOk ¶
func (o *DnnUpfInfoItem) GetIpv6IndexListOk() ([]IpIndex, bool)
GetIpv6IndexListOk returns a tuple with the Ipv6IndexList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnnUpfInfoItem) GetIpv6PrefixRanges ¶
func (o *DnnUpfInfoItem) GetIpv6PrefixRanges() []Ipv6PrefixRange
GetIpv6PrefixRanges returns the Ipv6PrefixRanges field value if set, zero value otherwise.
func (*DnnUpfInfoItem) GetIpv6PrefixRangesOk ¶
func (o *DnnUpfInfoItem) GetIpv6PrefixRangesOk() ([]Ipv6PrefixRange, bool)
GetIpv6PrefixRangesOk returns a tuple with the Ipv6PrefixRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnnUpfInfoItem) GetNetworkInstance ¶
func (o *DnnUpfInfoItem) GetNetworkInstance() string
GetNetworkInstance returns the NetworkInstance field value if set, zero value otherwise.
func (*DnnUpfInfoItem) GetNetworkInstanceOk ¶
func (o *DnnUpfInfoItem) GetNetworkInstanceOk() (*string, bool)
GetNetworkInstanceOk returns a tuple with the NetworkInstance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnnUpfInfoItem) GetPduSessionTypes ¶
func (o *DnnUpfInfoItem) GetPduSessionTypes() []PduSessionType
GetPduSessionTypes returns the PduSessionTypes field value if set, zero value otherwise.
func (*DnnUpfInfoItem) GetPduSessionTypesOk ¶
func (o *DnnUpfInfoItem) GetPduSessionTypesOk() ([]PduSessionType, bool)
GetPduSessionTypesOk returns a tuple with the PduSessionTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*DnnUpfInfoItem) HasDnaiList ¶
func (o *DnnUpfInfoItem) HasDnaiList() bool
HasDnaiList returns a boolean if a field has been set.
func (*DnnUpfInfoItem) HasDnaiNwInstanceList ¶
func (o *DnnUpfInfoItem) HasDnaiNwInstanceList() bool
HasDnaiNwInstanceList returns a boolean if a field has been set.
func (*DnnUpfInfoItem) HasIpv4AddressRanges ¶
func (o *DnnUpfInfoItem) HasIpv4AddressRanges() bool
HasIpv4AddressRanges returns a boolean if a field has been set.
func (*DnnUpfInfoItem) HasIpv4IndexList ¶
func (o *DnnUpfInfoItem) HasIpv4IndexList() bool
HasIpv4IndexList returns a boolean if a field has been set.
func (*DnnUpfInfoItem) HasIpv6IndexList ¶
func (o *DnnUpfInfoItem) HasIpv6IndexList() bool
HasIpv6IndexList returns a boolean if a field has been set.
func (*DnnUpfInfoItem) HasIpv6PrefixRanges ¶
func (o *DnnUpfInfoItem) HasIpv6PrefixRanges() bool
HasIpv6PrefixRanges returns a boolean if a field has been set.
func (*DnnUpfInfoItem) HasNetworkInstance ¶
func (o *DnnUpfInfoItem) HasNetworkInstance() bool
HasNetworkInstance returns a boolean if a field has been set.
func (*DnnUpfInfoItem) HasPduSessionTypes ¶
func (o *DnnUpfInfoItem) HasPduSessionTypes() bool
HasPduSessionTypes returns a boolean if a field has been set.
func (DnnUpfInfoItem) MarshalJSON ¶
func (o DnnUpfInfoItem) MarshalJSON() ([]byte, error)
func (*DnnUpfInfoItem) SetDnaiList ¶
func (o *DnnUpfInfoItem) SetDnaiList(v []string)
SetDnaiList gets a reference to the given []string and assigns it to the DnaiList field.
func (*DnnUpfInfoItem) SetDnaiNwInstanceList ¶
func (o *DnnUpfInfoItem) SetDnaiNwInstanceList(v map[string]string)
SetDnaiNwInstanceList gets a reference to the given map[string]string and assigns it to the DnaiNwInstanceList field.
func (*DnnUpfInfoItem) SetIpv4AddressRanges ¶
func (o *DnnUpfInfoItem) SetIpv4AddressRanges(v []Ipv4AddressRange)
SetIpv4AddressRanges gets a reference to the given []Ipv4AddressRange and assigns it to the Ipv4AddressRanges field.
func (*DnnUpfInfoItem) SetIpv4IndexList ¶
func (o *DnnUpfInfoItem) SetIpv4IndexList(v []IpIndex)
SetIpv4IndexList gets a reference to the given []IpIndex and assigns it to the Ipv4IndexList field.
func (*DnnUpfInfoItem) SetIpv6IndexList ¶
func (o *DnnUpfInfoItem) SetIpv6IndexList(v []IpIndex)
SetIpv6IndexList gets a reference to the given []IpIndex and assigns it to the Ipv6IndexList field.
func (*DnnUpfInfoItem) SetIpv6PrefixRanges ¶
func (o *DnnUpfInfoItem) SetIpv6PrefixRanges(v []Ipv6PrefixRange)
SetIpv6PrefixRanges gets a reference to the given []Ipv6PrefixRange and assigns it to the Ipv6PrefixRanges field.
func (*DnnUpfInfoItem) SetNetworkInstance ¶
func (o *DnnUpfInfoItem) SetNetworkInstance(v string)
SetNetworkInstance gets a reference to the given string and assigns it to the NetworkInstance field.
func (*DnnUpfInfoItem) SetPduSessionTypes ¶
func (o *DnnUpfInfoItem) SetPduSessionTypes(v []PduSessionType)
SetPduSessionTypes gets a reference to the given []PduSessionType and assigns it to the PduSessionTypes field.
func (DnnUpfInfoItem) ToMap ¶
func (o DnnUpfInfoItem) ToMap() (map[string]interface{}, error)
type EasdfInfo ¶
type EasdfInfo struct { SNssaiEasdfInfoList []SnssaiEasdfInfoItem `json:"sNssaiEasdfInfoList,omitempty"` EasdfN6IpAddressList []IpAddr `json:"easdfN6IpAddressList,omitempty"` UpfN6IpAddressList []IpAddr `json:"upfN6IpAddressList,omitempty"` }
EasdfInfo Information of an EASDF NF Instance
func NewEasdfInfo ¶
func NewEasdfInfo() *EasdfInfo
NewEasdfInfo instantiates a new EasdfInfo 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 NewEasdfInfoWithDefaults ¶
func NewEasdfInfoWithDefaults() *EasdfInfo
NewEasdfInfoWithDefaults instantiates a new EasdfInfo 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 (*EasdfInfo) GetEasdfN6IpAddressList ¶
GetEasdfN6IpAddressList returns the EasdfN6IpAddressList field value if set, zero value otherwise.
func (*EasdfInfo) GetEasdfN6IpAddressListOk ¶
GetEasdfN6IpAddressListOk returns a tuple with the EasdfN6IpAddressList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EasdfInfo) GetSNssaiEasdfInfoList ¶
func (o *EasdfInfo) GetSNssaiEasdfInfoList() []SnssaiEasdfInfoItem
GetSNssaiEasdfInfoList returns the SNssaiEasdfInfoList field value if set, zero value otherwise.
func (*EasdfInfo) GetSNssaiEasdfInfoListOk ¶
func (o *EasdfInfo) GetSNssaiEasdfInfoListOk() ([]SnssaiEasdfInfoItem, bool)
GetSNssaiEasdfInfoListOk returns a tuple with the SNssaiEasdfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EasdfInfo) GetUpfN6IpAddressList ¶
GetUpfN6IpAddressList returns the UpfN6IpAddressList field value if set, zero value otherwise.
func (*EasdfInfo) GetUpfN6IpAddressListOk ¶
GetUpfN6IpAddressListOk returns a tuple with the UpfN6IpAddressList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*EasdfInfo) HasEasdfN6IpAddressList ¶
HasEasdfN6IpAddressList returns a boolean if a field has been set.
func (*EasdfInfo) HasSNssaiEasdfInfoList ¶
HasSNssaiEasdfInfoList returns a boolean if a field has been set.
func (*EasdfInfo) HasUpfN6IpAddressList ¶
HasUpfN6IpAddressList returns a boolean if a field has been set.
func (EasdfInfo) MarshalJSON ¶
func (*EasdfInfo) SetEasdfN6IpAddressList ¶
SetEasdfN6IpAddressList gets a reference to the given []IpAddr and assigns it to the EasdfN6IpAddressList field.
func (*EasdfInfo) SetSNssaiEasdfInfoList ¶
func (o *EasdfInfo) SetSNssaiEasdfInfoList(v []SnssaiEasdfInfoItem)
SetSNssaiEasdfInfoList gets a reference to the given []SnssaiEasdfInfoItem and assigns it to the SNssaiEasdfInfoList field.
func (*EasdfInfo) SetUpfN6IpAddressList ¶
SetUpfN6IpAddressList gets a reference to the given []IpAddr and assigns it to the UpfN6IpAddressList field.
type EventId ¶
type EventId struct {
String *string
}
EventId Possible values are: - LOAD_LEVEL_INFORMATION: Represent the analytics of load level information of corresponding network slice. - NETWORK_PERFORMANCE: Represent the analytics of network performance information. - NF_LOAD: Indicates that the event subscribed is NF Load. - SERVICE_EXPERIENCE: Represent the analytics of service experience information of the specific applications. - UE_MOBILITY: Represent the analytics of UE mobility. - UE_COMMUNICATION: Represent the analytics of UE communication. - QOS_SUSTAINABILITY: Represent the analytics of QoS sustainability information in the certain area. - ABNORMAL_BEHAVIOUR: Indicates that the event subscribed is abnormal behaviour information. - USER_DATA_CONGESTION: Represent the analytics of the user data congestion in the certain area. - NSI_LOAD_LEVEL: Represent the analytics of Network Slice and the optionally associated Network Slice Instance. - SM_CONGESTION: Represent the analytics of Session Management congestion control experience information for specific DNN and/or S-NSSAI. - DISPERSION: Represents the analytics of dispersion. - RED_TRANS_EXP: Represents the analytics of Redundant Transmission Experience. - WLAN_PERFORMANCE: Represents the analytics of WLAN performance. - DN_PERFORMANCE: Represents the analytics of DN performance.
func (*EventId) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*EventId) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type ExtSnssai ¶
type ExtSnssai struct { Snssai // When present, it shall contain the range(s) of Slice Differentiator values supported for the Slice/Service Type value indicated in the sst attribute of the Snssai data type SdRanges []SdRange `json:"sdRanges,omitempty"` // When present, it shall be set to true, to indicate that all SD values are supported for the Slice/Service Type value indicated in the sst attribute of the Snssai data type. WildcardSd *bool `json:"wildcardSd,omitempty"` }
ExtSnssai The sdRanges and wildcardSd attributes shall be exclusive from each other. If one of these attributes is present, the sd attribute shall also be present and it shall contain one Slice Differentiator value within the range of SD (if the sdRanges attribute is present) or with any value (if the wildcardSd attribute is present).
func NewExtSnssai ¶
NewExtSnssai instantiates a new ExtSnssai 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 NewExtSnssaiWithDefaults ¶
func NewExtSnssaiWithDefaults() *ExtSnssai
NewExtSnssaiWithDefaults instantiates a new ExtSnssai 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 (*ExtSnssai) GetSdRanges ¶
GetSdRanges returns the SdRanges field value if set, zero value otherwise.
func (*ExtSnssai) GetSdRangesOk ¶
GetSdRangesOk returns a tuple with the SdRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtSnssai) GetWildcardSd ¶
GetWildcardSd returns the WildcardSd field value if set, zero value otherwise.
func (*ExtSnssai) GetWildcardSdOk ¶
GetWildcardSdOk returns a tuple with the WildcardSd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ExtSnssai) HasSdRanges ¶
HasSdRanges returns a boolean if a field has been set.
func (*ExtSnssai) HasWildcardSd ¶
HasWildcardSd returns a boolean if a field has been set.
func (ExtSnssai) MarshalJSON ¶
func (*ExtSnssai) SetSdRanges ¶
SetSdRanges gets a reference to the given []SdRange and assigns it to the SdRanges field.
func (*ExtSnssai) SetWildcardSd ¶
SetWildcardSd gets a reference to the given bool and assigns it to the WildcardSd field.
type ExternalClientType ¶
type ExternalClientType struct {
String *string
}
ExternalClientType Indicates types of External Clients.
func (*ExternalClientType) MarshalJSON ¶
func (src *ExternalClientType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ExternalClientType) UnmarshalJSON ¶
func (dst *ExternalClientType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
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 GmlcInfo ¶
type GmlcInfo struct { ServingClientTypes []ExternalClientType `json:"servingClientTypes,omitempty"` GmlcNumbers []string `json:"gmlcNumbers,omitempty"` }
GmlcInfo Information of a GMLC NF Instance
func NewGmlcInfo ¶
func NewGmlcInfo() *GmlcInfo
NewGmlcInfo instantiates a new GmlcInfo 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 NewGmlcInfoWithDefaults ¶
func NewGmlcInfoWithDefaults() *GmlcInfo
NewGmlcInfoWithDefaults instantiates a new GmlcInfo 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 (*GmlcInfo) GetGmlcNumbers ¶
GetGmlcNumbers returns the GmlcNumbers field value if set, zero value otherwise.
func (*GmlcInfo) GetGmlcNumbersOk ¶
GetGmlcNumbersOk returns a tuple with the GmlcNumbers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GmlcInfo) GetServingClientTypes ¶
func (o *GmlcInfo) GetServingClientTypes() []ExternalClientType
GetServingClientTypes returns the ServingClientTypes field value if set, zero value otherwise.
func (*GmlcInfo) GetServingClientTypesOk ¶
func (o *GmlcInfo) GetServingClientTypesOk() ([]ExternalClientType, bool)
GetServingClientTypesOk returns a tuple with the ServingClientTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*GmlcInfo) HasGmlcNumbers ¶
HasGmlcNumbers returns a boolean if a field has been set.
func (*GmlcInfo) HasServingClientTypes ¶
HasServingClientTypes returns a boolean if a field has been set.
func (GmlcInfo) MarshalJSON ¶
func (*GmlcInfo) SetGmlcNumbers ¶
SetGmlcNumbers gets a reference to the given []string and assigns it to the GmlcNumbers field.
func (*GmlcInfo) SetServingClientTypes ¶
func (o *GmlcInfo) SetServingClientTypes(v []ExternalClientType)
SetServingClientTypes gets a reference to the given []ExternalClientType and assigns it to the ServingClientTypes field.
type Guami ¶
type Guami struct { PlmnId PlmnIdNid `json:"plmnId"` // String identifying the AMF ID composed of AMF Region ID (8 bits), AMF Set ID (10 bits) and AMF Pointer (6 bits) as specified in clause 2.10.1 of 3GPP TS 23.003. It is encoded as a string of 6 hexadecimal characters (i.e., 24 bits). AmfId string `json:"amfId"` }
Guami Globally Unique AMF Identifier constructed out of PLMN, Network and AMF identity.
func NewGuami ¶
NewGuami instantiates a new Guami 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 NewGuamiWithDefaults ¶
func NewGuamiWithDefaults() *Guami
NewGuamiWithDefaults instantiates a new Guami 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 (*Guami) GetAmfIdOk ¶
GetAmfIdOk returns a tuple with the AmfId field value and a boolean to check if the value has been set.
func (*Guami) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Guami) MarshalJSON ¶
type GuamiListCond ¶
type GuamiListCond struct {
GuamiList []Guami `json:"guamiList"`
}
GuamiListCond Subscription to a set of AMFs, based on their GUAMIs
func NewGuamiListCond ¶
func NewGuamiListCond(guamiList []Guami) *GuamiListCond
NewGuamiListCond instantiates a new GuamiListCond 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 NewGuamiListCondWithDefaults ¶
func NewGuamiListCondWithDefaults() *GuamiListCond
NewGuamiListCondWithDefaults instantiates a new GuamiListCond 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 (*GuamiListCond) GetGuamiList ¶
func (o *GuamiListCond) GetGuamiList() []Guami
GetGuamiList returns the GuamiList field value
func (*GuamiListCond) GetGuamiListOk ¶
func (o *GuamiListCond) GetGuamiListOk() ([]Guami, bool)
GetGuamiListOk returns a tuple with the GuamiList field value and a boolean to check if the value has been set.
func (GuamiListCond) MarshalJSON ¶
func (o GuamiListCond) MarshalJSON() ([]byte, error)
func (*GuamiListCond) SetGuamiList ¶
func (o *GuamiListCond) SetGuamiList(v []Guami)
SetGuamiList sets field value
func (GuamiListCond) ToMap ¶
func (o GuamiListCond) ToMap() (map[string]interface{}, error)
type HssInfo ¶
type HssInfo struct { // Identifier of a group of NFs. GroupId *string `json:"groupId,omitempty"` ImsiRanges []ImsiRange `json:"imsiRanges,omitempty"` ImsPrivateIdentityRanges []IdentityRange `json:"imsPrivateIdentityRanges,omitempty"` ImsPublicIdentityRanges []IdentityRange `json:"imsPublicIdentityRanges,omitempty"` MsisdnRanges []IdentityRange `json:"msisdnRanges,omitempty"` ExternalGroupIdentifiersRanges []IdentityRange `json:"externalGroupIdentifiersRanges,omitempty"` HssDiameterAddress *NetworkNodeDiameterAddress `json:"hssDiameterAddress,omitempty"` AdditionalDiamAddresses []NetworkNodeDiameterAddress `json:"additionalDiamAddresses,omitempty"` }
HssInfo Information of an HSS NF Instance
func NewHssInfo ¶
func NewHssInfo() *HssInfo
NewHssInfo instantiates a new HssInfo 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 NewHssInfoWithDefaults ¶
func NewHssInfoWithDefaults() *HssInfo
NewHssInfoWithDefaults instantiates a new HssInfo 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 (*HssInfo) GetAdditionalDiamAddresses ¶
func (o *HssInfo) GetAdditionalDiamAddresses() []NetworkNodeDiameterAddress
GetAdditionalDiamAddresses returns the AdditionalDiamAddresses field value if set, zero value otherwise.
func (*HssInfo) GetAdditionalDiamAddressesOk ¶
func (o *HssInfo) GetAdditionalDiamAddressesOk() ([]NetworkNodeDiameterAddress, bool)
GetAdditionalDiamAddressesOk returns a tuple with the AdditionalDiamAddresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HssInfo) GetExternalGroupIdentifiersRanges ¶
func (o *HssInfo) GetExternalGroupIdentifiersRanges() []IdentityRange
GetExternalGroupIdentifiersRanges returns the ExternalGroupIdentifiersRanges field value if set, zero value otherwise.
func (*HssInfo) GetExternalGroupIdentifiersRangesOk ¶
func (o *HssInfo) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)
GetExternalGroupIdentifiersRangesOk returns a tuple with the ExternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HssInfo) GetGroupId ¶
GetGroupId returns the GroupId field value if set, zero value otherwise.
func (*HssInfo) GetGroupIdOk ¶
GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HssInfo) GetHssDiameterAddress ¶
func (o *HssInfo) GetHssDiameterAddress() NetworkNodeDiameterAddress
GetHssDiameterAddress returns the HssDiameterAddress field value if set, zero value otherwise.
func (*HssInfo) GetHssDiameterAddressOk ¶
func (o *HssInfo) GetHssDiameterAddressOk() (*NetworkNodeDiameterAddress, bool)
GetHssDiameterAddressOk returns a tuple with the HssDiameterAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HssInfo) GetImsPrivateIdentityRanges ¶
func (o *HssInfo) GetImsPrivateIdentityRanges() []IdentityRange
GetImsPrivateIdentityRanges returns the ImsPrivateIdentityRanges field value if set, zero value otherwise.
func (*HssInfo) GetImsPrivateIdentityRangesOk ¶
func (o *HssInfo) GetImsPrivateIdentityRangesOk() ([]IdentityRange, bool)
GetImsPrivateIdentityRangesOk returns a tuple with the ImsPrivateIdentityRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HssInfo) GetImsPublicIdentityRanges ¶
func (o *HssInfo) GetImsPublicIdentityRanges() []IdentityRange
GetImsPublicIdentityRanges returns the ImsPublicIdentityRanges field value if set, zero value otherwise.
func (*HssInfo) GetImsPublicIdentityRangesOk ¶
func (o *HssInfo) GetImsPublicIdentityRangesOk() ([]IdentityRange, bool)
GetImsPublicIdentityRangesOk returns a tuple with the ImsPublicIdentityRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HssInfo) GetImsiRanges ¶
GetImsiRanges returns the ImsiRanges field value if set, zero value otherwise.
func (*HssInfo) GetImsiRangesOk ¶
GetImsiRangesOk returns a tuple with the ImsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HssInfo) GetMsisdnRanges ¶
func (o *HssInfo) GetMsisdnRanges() []IdentityRange
GetMsisdnRanges returns the MsisdnRanges field value if set, zero value otherwise.
func (*HssInfo) GetMsisdnRangesOk ¶
func (o *HssInfo) GetMsisdnRangesOk() ([]IdentityRange, bool)
GetMsisdnRangesOk returns a tuple with the MsisdnRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*HssInfo) HasAdditionalDiamAddresses ¶
HasAdditionalDiamAddresses returns a boolean if a field has been set.
func (*HssInfo) HasExternalGroupIdentifiersRanges ¶
HasExternalGroupIdentifiersRanges returns a boolean if a field has been set.
func (*HssInfo) HasGroupId ¶
HasGroupId returns a boolean if a field has been set.
func (*HssInfo) HasHssDiameterAddress ¶
HasHssDiameterAddress returns a boolean if a field has been set.
func (*HssInfo) HasImsPrivateIdentityRanges ¶
HasImsPrivateIdentityRanges returns a boolean if a field has been set.
func (*HssInfo) HasImsPublicIdentityRanges ¶
HasImsPublicIdentityRanges returns a boolean if a field has been set.
func (*HssInfo) HasImsiRanges ¶
HasImsiRanges returns a boolean if a field has been set.
func (*HssInfo) HasMsisdnRanges ¶
HasMsisdnRanges returns a boolean if a field has been set.
func (HssInfo) MarshalJSON ¶
func (*HssInfo) SetAdditionalDiamAddresses ¶
func (o *HssInfo) SetAdditionalDiamAddresses(v []NetworkNodeDiameterAddress)
SetAdditionalDiamAddresses gets a reference to the given []NetworkNodeDiameterAddress and assigns it to the AdditionalDiamAddresses field.
func (*HssInfo) SetExternalGroupIdentifiersRanges ¶
func (o *HssInfo) SetExternalGroupIdentifiersRanges(v []IdentityRange)
SetExternalGroupIdentifiersRanges gets a reference to the given []IdentityRange and assigns it to the ExternalGroupIdentifiersRanges field.
func (*HssInfo) SetGroupId ¶
SetGroupId gets a reference to the given string and assigns it to the GroupId field.
func (*HssInfo) SetHssDiameterAddress ¶
func (o *HssInfo) SetHssDiameterAddress(v NetworkNodeDiameterAddress)
SetHssDiameterAddress gets a reference to the given NetworkNodeDiameterAddress and assigns it to the HssDiameterAddress field.
func (*HssInfo) SetImsPrivateIdentityRanges ¶
func (o *HssInfo) SetImsPrivateIdentityRanges(v []IdentityRange)
SetImsPrivateIdentityRanges gets a reference to the given []IdentityRange and assigns it to the ImsPrivateIdentityRanges field.
func (*HssInfo) SetImsPublicIdentityRanges ¶
func (o *HssInfo) SetImsPublicIdentityRanges(v []IdentityRange)
SetImsPublicIdentityRanges gets a reference to the given []IdentityRange and assigns it to the ImsPublicIdentityRanges field.
func (*HssInfo) SetImsiRanges ¶
SetImsiRanges gets a reference to the given []ImsiRange and assigns it to the ImsiRanges field.
func (*HssInfo) SetMsisdnRanges ¶
func (o *HssInfo) SetMsisdnRanges(v []IdentityRange)
SetMsisdnRanges gets a reference to the given []IdentityRange and assigns it to the MsisdnRanges field.
type IdentityRange ¶
type IdentityRange struct {
Interface *interface{}
}
IdentityRange - A range of GPSIs (subscriber identities), either based on a numeric range, or based on regular-expression matching
func InterfaceAsIdentityRange ¶
func InterfaceAsIdentityRange(v *interface{}) IdentityRange
interface{}AsIdentityRange is a convenience function that returns interface{} wrapped in IdentityRange
func (*IdentityRange) GetActualInstance ¶
func (obj *IdentityRange) GetActualInstance() interface{}
Get the actual instance
func (IdentityRange) MarshalJSON ¶
func (src IdentityRange) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*IdentityRange) UnmarshalJSON ¶
func (dst *IdentityRange) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type ImsiRange ¶
type ImsiRange struct {
Interface *interface{}
}
ImsiRange - A range of IMSIs (subscriber identities), either based on a numeric range, or based on regular-expression matching
func InterfaceAsImsiRange ¶
func InterfaceAsImsiRange(v *interface{}) ImsiRange
interface{}AsImsiRange is a convenience function that returns interface{} wrapped in ImsiRange
func (*ImsiRange) GetActualInstance ¶
func (obj *ImsiRange) GetActualInstance() interface{}
Get the actual instance
func (ImsiRange) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*ImsiRange) UnmarshalJSON ¶
Unmarshal JSON data into one of the pointers in the struct
type InterfaceUpfInfoItem ¶
type InterfaceUpfInfoItem struct {
Interface *interface{}
}
InterfaceUpfInfoItem Information of a given IP interface of an UPF
func (*InterfaceUpfInfoItem) MarshalJSON ¶
func (src *InterfaceUpfInfoItem) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*InterfaceUpfInfoItem) UnmarshalJSON ¶
func (dst *InterfaceUpfInfoItem) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type InternalGroupIdRange ¶
type InternalGroupIdRange struct {
Interface *interface{}
}
InternalGroupIdRange - A range of Group IDs (internal group identities), either based on a numeric range, or based on regular-expression matching
func InterfaceAsInternalGroupIdRange ¶
func InterfaceAsInternalGroupIdRange(v *interface{}) InternalGroupIdRange
interface{}AsInternalGroupIdRange is a convenience function that returns interface{} wrapped in InternalGroupIdRange
func (*InternalGroupIdRange) GetActualInstance ¶
func (obj *InternalGroupIdRange) GetActualInstance() interface{}
Get the actual instance
func (InternalGroupIdRange) MarshalJSON ¶
func (src InternalGroupIdRange) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*InternalGroupIdRange) UnmarshalJSON ¶
func (dst *InternalGroupIdRange) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
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)
type IpAddr ¶
type IpAddr struct {
Interface *interface{}
}
IpAddr - Contains an IP adresse.
func InterfaceAsIpAddr ¶
func InterfaceAsIpAddr(v *interface{}) IpAddr
interface{}AsIpAddr is a convenience function that returns interface{} wrapped in IpAddr
func (*IpAddr) GetActualInstance ¶
func (obj *IpAddr) GetActualInstance() interface{}
Get the actual instance
func (IpAddr) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*IpAddr) UnmarshalJSON ¶
Unmarshal JSON data into one of the pointers in the struct
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 IpIndex ¶
IpIndex Represents the IP Index to be sent from UDM to the SMF (its value can be either an integer or a string)
func (*IpIndex) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*IpIndex) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type IpReachability ¶
type IpReachability struct {
String *string
}
IpReachability Indicates the type(s) of IP addresses reachable via an SCP
func (*IpReachability) MarshalJSON ¶
func (src *IpReachability) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*IpReachability) UnmarshalJSON ¶
func (dst *IpReachability) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type Ipv4AddressRange ¶
type Ipv4AddressRange struct { // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. Start *string `json:"start,omitempty"` // String identifying a IPv4 address formatted in the 'dotted decimal' notation as defined in RFC 1166. End *string `json:"end,omitempty"` }
Ipv4AddressRange Range of IPv4 addresses
func NewIpv4AddressRange ¶
func NewIpv4AddressRange() *Ipv4AddressRange
NewIpv4AddressRange instantiates a new Ipv4AddressRange 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 NewIpv4AddressRangeWithDefaults ¶
func NewIpv4AddressRangeWithDefaults() *Ipv4AddressRange
NewIpv4AddressRangeWithDefaults instantiates a new Ipv4AddressRange 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 (*Ipv4AddressRange) GetEnd ¶
func (o *Ipv4AddressRange) GetEnd() string
GetEnd returns the End field value if set, zero value otherwise.
func (*Ipv4AddressRange) GetEndOk ¶
func (o *Ipv4AddressRange) GetEndOk() (*string, bool)
GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ipv4AddressRange) GetStart ¶
func (o *Ipv4AddressRange) GetStart() string
GetStart returns the Start field value if set, zero value otherwise.
func (*Ipv4AddressRange) GetStartOk ¶
func (o *Ipv4AddressRange) GetStartOk() (*string, bool)
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ipv4AddressRange) HasEnd ¶
func (o *Ipv4AddressRange) HasEnd() bool
HasEnd returns a boolean if a field has been set.
func (*Ipv4AddressRange) HasStart ¶
func (o *Ipv4AddressRange) HasStart() bool
HasStart returns a boolean if a field has been set.
func (Ipv4AddressRange) MarshalJSON ¶
func (o Ipv4AddressRange) MarshalJSON() ([]byte, error)
func (*Ipv4AddressRange) SetEnd ¶
func (o *Ipv4AddressRange) SetEnd(v string)
SetEnd gets a reference to the given string and assigns it to the End field.
func (*Ipv4AddressRange) SetStart ¶
func (o *Ipv4AddressRange) SetStart(v string)
SetStart gets a reference to the given string and assigns it to the Start field.
func (Ipv4AddressRange) ToMap ¶
func (o Ipv4AddressRange) 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 Ipv6PrefixRange ¶
type Ipv6PrefixRange struct { Start *Ipv6Prefix `json:"start,omitempty"` End *Ipv6Prefix `json:"end,omitempty"` }
Ipv6PrefixRange Range of IPv6 prefixes
func NewIpv6PrefixRange ¶
func NewIpv6PrefixRange() *Ipv6PrefixRange
NewIpv6PrefixRange instantiates a new Ipv6PrefixRange 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 NewIpv6PrefixRangeWithDefaults ¶
func NewIpv6PrefixRangeWithDefaults() *Ipv6PrefixRange
NewIpv6PrefixRangeWithDefaults instantiates a new Ipv6PrefixRange 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 (*Ipv6PrefixRange) GetEnd ¶
func (o *Ipv6PrefixRange) GetEnd() Ipv6Prefix
GetEnd returns the End field value if set, zero value otherwise.
func (*Ipv6PrefixRange) GetEndOk ¶
func (o *Ipv6PrefixRange) GetEndOk() (*Ipv6Prefix, bool)
GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ipv6PrefixRange) GetStart ¶
func (o *Ipv6PrefixRange) GetStart() Ipv6Prefix
GetStart returns the Start field value if set, zero value otherwise.
func (*Ipv6PrefixRange) GetStartOk ¶
func (o *Ipv6PrefixRange) GetStartOk() (*Ipv6Prefix, bool)
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Ipv6PrefixRange) HasEnd ¶
func (o *Ipv6PrefixRange) HasEnd() bool
HasEnd returns a boolean if a field has been set.
func (*Ipv6PrefixRange) HasStart ¶
func (o *Ipv6PrefixRange) HasStart() bool
HasStart returns a boolean if a field has been set.
func (Ipv6PrefixRange) MarshalJSON ¶
func (o Ipv6PrefixRange) MarshalJSON() ([]byte, error)
func (*Ipv6PrefixRange) SetEnd ¶
func (o *Ipv6PrefixRange) SetEnd(v Ipv6Prefix)
SetEnd gets a reference to the given Ipv6Prefix and assigns it to the End field.
func (*Ipv6PrefixRange) SetStart ¶
func (o *Ipv6PrefixRange) SetStart(v Ipv6Prefix)
SetStart gets a reference to the given Ipv6Prefix and assigns it to the Start field.
func (Ipv6PrefixRange) ToMap ¶
func (o Ipv6PrefixRange) ToMap() (map[string]interface{}, error)
type IwmscInfo ¶
type IwmscInfo struct { MsisdnRanges []IdentityRange `json:"msisdnRanges,omitempty"` SupiRanges []SupiRange `json:"supiRanges,omitempty"` TaiRangeList []TaiRange `json:"taiRangeList,omitempty"` ScNumber *string `json:"scNumber,omitempty"` }
IwmscInfo Information of an SMS-IWMSC NF Instance
func NewIwmscInfo ¶
func NewIwmscInfo() *IwmscInfo
NewIwmscInfo instantiates a new IwmscInfo 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 NewIwmscInfoWithDefaults ¶
func NewIwmscInfoWithDefaults() *IwmscInfo
NewIwmscInfoWithDefaults instantiates a new IwmscInfo 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 (*IwmscInfo) GetMsisdnRanges ¶
func (o *IwmscInfo) GetMsisdnRanges() []IdentityRange
GetMsisdnRanges returns the MsisdnRanges field value if set, zero value otherwise.
func (*IwmscInfo) GetMsisdnRangesOk ¶
func (o *IwmscInfo) GetMsisdnRangesOk() ([]IdentityRange, bool)
GetMsisdnRangesOk returns a tuple with the MsisdnRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IwmscInfo) GetScNumber ¶
GetScNumber returns the ScNumber field value if set, zero value otherwise.
func (*IwmscInfo) GetScNumberOk ¶
GetScNumberOk returns a tuple with the ScNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IwmscInfo) GetSupiRanges ¶
GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.
func (*IwmscInfo) GetSupiRangesOk ¶
GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IwmscInfo) GetTaiRangeList ¶
GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.
func (*IwmscInfo) GetTaiRangeListOk ¶
GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*IwmscInfo) HasMsisdnRanges ¶
HasMsisdnRanges returns a boolean if a field has been set.
func (*IwmscInfo) HasScNumber ¶
HasScNumber returns a boolean if a field has been set.
func (*IwmscInfo) HasSupiRanges ¶
HasSupiRanges returns a boolean if a field has been set.
func (*IwmscInfo) HasTaiRangeList ¶
HasTaiRangeList returns a boolean if a field has been set.
func (IwmscInfo) MarshalJSON ¶
func (*IwmscInfo) SetMsisdnRanges ¶
func (o *IwmscInfo) SetMsisdnRanges(v []IdentityRange)
SetMsisdnRanges gets a reference to the given []IdentityRange and assigns it to the MsisdnRanges field.
func (*IwmscInfo) SetScNumber ¶
SetScNumber gets a reference to the given string and assigns it to the ScNumber field.
func (*IwmscInfo) SetSupiRanges ¶
SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.
func (*IwmscInfo) SetTaiRangeList ¶
SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.
type Link ¶
type Link struct { // String providing an URI formatted according to RFC 3986. Href *string `json:"href,omitempty"` }
Link It contains the URI of the linked resource.
func NewLink ¶
func NewLink() *Link
NewLink instantiates a new Link 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 NewLinkWithDefaults ¶
func NewLinkWithDefaults() *Link
NewLinkWithDefaults instantiates a new Link 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 (*Link) GetHrefOk ¶
GetHrefOk returns a tuple with the Href field value if set, nil otherwise and a boolean to check if the value has been set.
func (Link) MarshalJSON ¶
type LinksValueSchema ¶
LinksValueSchema - A list of mutually exclusive alternatives of 1 or more links.
func ArrayOfLinkAsLinksValueSchema ¶
func ArrayOfLinkAsLinksValueSchema(v *[]Link) LinksValueSchema
[]LinkAsLinksValueSchema is a convenience function that returns []Link wrapped in LinksValueSchema
func LinkAsLinksValueSchema ¶
func LinkAsLinksValueSchema(v *Link) LinksValueSchema
LinkAsLinksValueSchema is a convenience function that returns Link wrapped in LinksValueSchema
func (*LinksValueSchema) GetActualInstance ¶
func (obj *LinksValueSchema) GetActualInstance() interface{}
Get the actual instance
func (LinksValueSchema) MarshalJSON ¶
func (src LinksValueSchema) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*LinksValueSchema) UnmarshalJSON ¶
func (dst *LinksValueSchema) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type LmfInfo ¶
type LmfInfo struct { ServingClientTypes []ExternalClientType `json:"servingClientTypes,omitempty"` // LMF identification. LmfId *string `json:"lmfId,omitempty"` ServingAccessTypes []AccessType `json:"servingAccessTypes,omitempty"` ServingAnNodeTypes []AnNodeType `json:"servingAnNodeTypes,omitempty"` ServingRatTypes []RatType `json:"servingRatTypes,omitempty"` TaiList []Tai `json:"taiList,omitempty"` TaiRangeList []TaiRange `json:"taiRangeList,omitempty"` SupportedGADShapes []SupportedGADShapes `json:"supportedGADShapes,omitempty"` }
LmfInfo Information of an LMF NF Instance
func NewLmfInfo ¶
func NewLmfInfo() *LmfInfo
NewLmfInfo instantiates a new LmfInfo 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 NewLmfInfoWithDefaults ¶
func NewLmfInfoWithDefaults() *LmfInfo
NewLmfInfoWithDefaults instantiates a new LmfInfo 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 (*LmfInfo) GetLmfIdOk ¶
GetLmfIdOk returns a tuple with the LmfId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LmfInfo) GetServingAccessTypes ¶
func (o *LmfInfo) GetServingAccessTypes() []AccessType
GetServingAccessTypes returns the ServingAccessTypes field value if set, zero value otherwise.
func (*LmfInfo) GetServingAccessTypesOk ¶
func (o *LmfInfo) GetServingAccessTypesOk() ([]AccessType, bool)
GetServingAccessTypesOk returns a tuple with the ServingAccessTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LmfInfo) GetServingAnNodeTypes ¶
func (o *LmfInfo) GetServingAnNodeTypes() []AnNodeType
GetServingAnNodeTypes returns the ServingAnNodeTypes field value if set, zero value otherwise.
func (*LmfInfo) GetServingAnNodeTypesOk ¶
func (o *LmfInfo) GetServingAnNodeTypesOk() ([]AnNodeType, bool)
GetServingAnNodeTypesOk returns a tuple with the ServingAnNodeTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LmfInfo) GetServingClientTypes ¶
func (o *LmfInfo) GetServingClientTypes() []ExternalClientType
GetServingClientTypes returns the ServingClientTypes field value if set, zero value otherwise.
func (*LmfInfo) GetServingClientTypesOk ¶
func (o *LmfInfo) GetServingClientTypesOk() ([]ExternalClientType, bool)
GetServingClientTypesOk returns a tuple with the ServingClientTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LmfInfo) GetServingRatTypes ¶
GetServingRatTypes returns the ServingRatTypes field value if set, zero value otherwise.
func (*LmfInfo) GetServingRatTypesOk ¶
GetServingRatTypesOk returns a tuple with the ServingRatTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LmfInfo) GetSupportedGADShapes ¶
func (o *LmfInfo) GetSupportedGADShapes() []SupportedGADShapes
GetSupportedGADShapes returns the SupportedGADShapes field value if set, zero value otherwise.
func (*LmfInfo) GetSupportedGADShapesOk ¶
func (o *LmfInfo) GetSupportedGADShapesOk() ([]SupportedGADShapes, bool)
GetSupportedGADShapesOk returns a tuple with the SupportedGADShapes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LmfInfo) GetTaiList ¶
GetTaiList returns the TaiList field value if set, zero value otherwise.
func (*LmfInfo) GetTaiListOk ¶
GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LmfInfo) GetTaiRangeList ¶
GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.
func (*LmfInfo) GetTaiRangeListOk ¶
GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LmfInfo) HasServingAccessTypes ¶
HasServingAccessTypes returns a boolean if a field has been set.
func (*LmfInfo) HasServingAnNodeTypes ¶
HasServingAnNodeTypes returns a boolean if a field has been set.
func (*LmfInfo) HasServingClientTypes ¶
HasServingClientTypes returns a boolean if a field has been set.
func (*LmfInfo) HasServingRatTypes ¶
HasServingRatTypes returns a boolean if a field has been set.
func (*LmfInfo) HasSupportedGADShapes ¶
HasSupportedGADShapes returns a boolean if a field has been set.
func (*LmfInfo) HasTaiList ¶
HasTaiList returns a boolean if a field has been set.
func (*LmfInfo) HasTaiRangeList ¶
HasTaiRangeList returns a boolean if a field has been set.
func (LmfInfo) MarshalJSON ¶
func (*LmfInfo) SetLmfId ¶
SetLmfId gets a reference to the given string and assigns it to the LmfId field.
func (*LmfInfo) SetServingAccessTypes ¶
func (o *LmfInfo) SetServingAccessTypes(v []AccessType)
SetServingAccessTypes gets a reference to the given []AccessType and assigns it to the ServingAccessTypes field.
func (*LmfInfo) SetServingAnNodeTypes ¶
func (o *LmfInfo) SetServingAnNodeTypes(v []AnNodeType)
SetServingAnNodeTypes gets a reference to the given []AnNodeType and assigns it to the ServingAnNodeTypes field.
func (*LmfInfo) SetServingClientTypes ¶
func (o *LmfInfo) SetServingClientTypes(v []ExternalClientType)
SetServingClientTypes gets a reference to the given []ExternalClientType and assigns it to the ServingClientTypes field.
func (*LmfInfo) SetServingRatTypes ¶
SetServingRatTypes gets a reference to the given []RatType and assigns it to the ServingRatTypes field.
func (*LmfInfo) SetSupportedGADShapes ¶
func (o *LmfInfo) SetSupportedGADShapes(v []SupportedGADShapes)
SetSupportedGADShapes gets a reference to the given []SupportedGADShapes and assigns it to the SupportedGADShapes field.
func (*LmfInfo) SetTaiList ¶
SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.
func (*LmfInfo) SetTaiRangeList ¶
SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.
type LocalityDescription ¶
type LocalityDescription struct { LocalityType LocalityType `json:"localityType"` LocalityValue string `json:"localityValue"` AddlLocDescrItems []LocalityDescriptionItem `json:"addlLocDescrItems,omitempty"` }
LocalityDescription Locality description
func NewLocalityDescription ¶
func NewLocalityDescription(localityType LocalityType, localityValue string) *LocalityDescription
NewLocalityDescription instantiates a new LocalityDescription 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 NewLocalityDescriptionWithDefaults ¶
func NewLocalityDescriptionWithDefaults() *LocalityDescription
NewLocalityDescriptionWithDefaults instantiates a new LocalityDescription 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 (*LocalityDescription) GetAddlLocDescrItems ¶
func (o *LocalityDescription) GetAddlLocDescrItems() []LocalityDescriptionItem
GetAddlLocDescrItems returns the AddlLocDescrItems field value if set, zero value otherwise.
func (*LocalityDescription) GetAddlLocDescrItemsOk ¶
func (o *LocalityDescription) GetAddlLocDescrItemsOk() ([]LocalityDescriptionItem, bool)
GetAddlLocDescrItemsOk returns a tuple with the AddlLocDescrItems field value if set, nil otherwise and a boolean to check if the value has been set.
func (*LocalityDescription) GetLocalityType ¶
func (o *LocalityDescription) GetLocalityType() LocalityType
GetLocalityType returns the LocalityType field value
func (*LocalityDescription) GetLocalityTypeOk ¶
func (o *LocalityDescription) GetLocalityTypeOk() (*LocalityType, bool)
GetLocalityTypeOk returns a tuple with the LocalityType field value and a boolean to check if the value has been set.
func (*LocalityDescription) GetLocalityValue ¶
func (o *LocalityDescription) GetLocalityValue() string
GetLocalityValue returns the LocalityValue field value
func (*LocalityDescription) GetLocalityValueOk ¶
func (o *LocalityDescription) GetLocalityValueOk() (*string, bool)
GetLocalityValueOk returns a tuple with the LocalityValue field value and a boolean to check if the value has been set.
func (*LocalityDescription) HasAddlLocDescrItems ¶
func (o *LocalityDescription) HasAddlLocDescrItems() bool
HasAddlLocDescrItems returns a boolean if a field has been set.
func (LocalityDescription) MarshalJSON ¶
func (o LocalityDescription) MarshalJSON() ([]byte, error)
func (*LocalityDescription) SetAddlLocDescrItems ¶
func (o *LocalityDescription) SetAddlLocDescrItems(v []LocalityDescriptionItem)
SetAddlLocDescrItems gets a reference to the given []LocalityDescriptionItem and assigns it to the AddlLocDescrItems field.
func (*LocalityDescription) SetLocalityType ¶
func (o *LocalityDescription) SetLocalityType(v LocalityType)
SetLocalityType sets field value
func (*LocalityDescription) SetLocalityValue ¶
func (o *LocalityDescription) SetLocalityValue(v string)
SetLocalityValue sets field value
func (LocalityDescription) ToMap ¶
func (o LocalityDescription) ToMap() (map[string]interface{}, error)
type LocalityDescriptionItem ¶
type LocalityDescriptionItem struct { LocalityType LocalityType `json:"localityType"` LocalityValue string `json:"localityValue"` }
LocalityDescriptionItem Locality description item
func NewLocalityDescriptionItem ¶
func NewLocalityDescriptionItem(localityType LocalityType, localityValue string) *LocalityDescriptionItem
NewLocalityDescriptionItem instantiates a new LocalityDescriptionItem 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 NewLocalityDescriptionItemWithDefaults ¶
func NewLocalityDescriptionItemWithDefaults() *LocalityDescriptionItem
NewLocalityDescriptionItemWithDefaults instantiates a new LocalityDescriptionItem 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 (*LocalityDescriptionItem) GetLocalityType ¶
func (o *LocalityDescriptionItem) GetLocalityType() LocalityType
GetLocalityType returns the LocalityType field value
func (*LocalityDescriptionItem) GetLocalityTypeOk ¶
func (o *LocalityDescriptionItem) GetLocalityTypeOk() (*LocalityType, bool)
GetLocalityTypeOk returns a tuple with the LocalityType field value and a boolean to check if the value has been set.
func (*LocalityDescriptionItem) GetLocalityValue ¶
func (o *LocalityDescriptionItem) GetLocalityValue() string
GetLocalityValue returns the LocalityValue field value
func (*LocalityDescriptionItem) GetLocalityValueOk ¶
func (o *LocalityDescriptionItem) GetLocalityValueOk() (*string, bool)
GetLocalityValueOk returns a tuple with the LocalityValue field value and a boolean to check if the value has been set.
func (LocalityDescriptionItem) MarshalJSON ¶
func (o LocalityDescriptionItem) MarshalJSON() ([]byte, error)
func (*LocalityDescriptionItem) SetLocalityType ¶
func (o *LocalityDescriptionItem) SetLocalityType(v LocalityType)
SetLocalityType sets field value
func (*LocalityDescriptionItem) SetLocalityValue ¶
func (o *LocalityDescriptionItem) SetLocalityValue(v string)
SetLocalityValue sets field value
func (LocalityDescriptionItem) ToMap ¶
func (o LocalityDescriptionItem) ToMap() (map[string]interface{}, error)
type LocalityType ¶
type LocalityType struct {
String *string
}
LocalityType Type of locality description. An operator may define custom locality type values other than those listed in this enumeration.
func (*LocalityType) MarshalJSON ¶
func (src *LocalityType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*LocalityType) UnmarshalJSON ¶
func (dst *LocalityType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type MappedNullable ¶
type MbSmfInfo ¶
type MbSmfInfo struct { // A map (list of key-value pairs) where a valid JSON string serves as key SNssaiInfoList *map[string]SnssaiMbSmfInfoItem `json:"sNssaiInfoList,omitempty"` // A map (list of key-value pairs) where a valid JSON string serves as key TmgiRangeList *map[string]TmgiRange `json:"tmgiRangeList,omitempty"` TaiList []Tai `json:"taiList,omitempty"` TaiRangeList []TaiRange `json:"taiRangeList,omitempty"` // A map (list of key-value pairs) where a valid JSON string serves as key MbsSessionList *map[string]MbsSession `json:"mbsSessionList,omitempty"` }
MbSmfInfo Information of an MB-SMF NF Instance
func NewMbSmfInfo ¶
func NewMbSmfInfo() *MbSmfInfo
NewMbSmfInfo instantiates a new MbSmfInfo 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 NewMbSmfInfoWithDefaults ¶
func NewMbSmfInfoWithDefaults() *MbSmfInfo
NewMbSmfInfoWithDefaults instantiates a new MbSmfInfo 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 (*MbSmfInfo) GetMbsSessionList ¶
func (o *MbSmfInfo) GetMbsSessionList() map[string]MbsSession
GetMbsSessionList returns the MbsSessionList field value if set, zero value otherwise.
func (*MbSmfInfo) GetMbsSessionListOk ¶
func (o *MbSmfInfo) GetMbsSessionListOk() (*map[string]MbsSession, bool)
GetMbsSessionListOk returns a tuple with the MbsSessionList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbSmfInfo) GetSNssaiInfoList ¶
func (o *MbSmfInfo) GetSNssaiInfoList() map[string]SnssaiMbSmfInfoItem
GetSNssaiInfoList returns the SNssaiInfoList field value if set, zero value otherwise.
func (*MbSmfInfo) GetSNssaiInfoListOk ¶
func (o *MbSmfInfo) GetSNssaiInfoListOk() (*map[string]SnssaiMbSmfInfoItem, bool)
GetSNssaiInfoListOk returns a tuple with the SNssaiInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbSmfInfo) GetTaiList ¶
GetTaiList returns the TaiList field value if set, zero value otherwise.
func (*MbSmfInfo) GetTaiListOk ¶
GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbSmfInfo) GetTaiRangeList ¶
GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.
func (*MbSmfInfo) GetTaiRangeListOk ¶
GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbSmfInfo) GetTmgiRangeList ¶
GetTmgiRangeList returns the TmgiRangeList field value if set, zero value otherwise.
func (*MbSmfInfo) GetTmgiRangeListOk ¶
GetTmgiRangeListOk returns a tuple with the TmgiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbSmfInfo) HasMbsSessionList ¶
HasMbsSessionList returns a boolean if a field has been set.
func (*MbSmfInfo) HasSNssaiInfoList ¶
HasSNssaiInfoList returns a boolean if a field has been set.
func (*MbSmfInfo) HasTaiList ¶
HasTaiList returns a boolean if a field has been set.
func (*MbSmfInfo) HasTaiRangeList ¶
HasTaiRangeList returns a boolean if a field has been set.
func (*MbSmfInfo) HasTmgiRangeList ¶
HasTmgiRangeList returns a boolean if a field has been set.
func (MbSmfInfo) MarshalJSON ¶
func (*MbSmfInfo) SetMbsSessionList ¶
func (o *MbSmfInfo) SetMbsSessionList(v map[string]MbsSession)
SetMbsSessionList gets a reference to the given map[string]MbsSession and assigns it to the MbsSessionList field.
func (*MbSmfInfo) SetSNssaiInfoList ¶
func (o *MbSmfInfo) SetSNssaiInfoList(v map[string]SnssaiMbSmfInfoItem)
SetSNssaiInfoList gets a reference to the given map[string]SnssaiMbSmfInfoItem and assigns it to the SNssaiInfoList field.
func (*MbSmfInfo) SetTaiList ¶
SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.
func (*MbSmfInfo) SetTaiRangeList ¶
SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.
func (*MbSmfInfo) SetTmgiRangeList ¶
SetTmgiRangeList gets a reference to the given map[string]TmgiRange and assigns it to the TmgiRangeList field.
type MbUpfInfo ¶
type MbUpfInfo struct { SNssaiMbUpfInfoList []SnssaiUpfInfoItem `json:"sNssaiMbUpfInfoList"` MbSmfServingArea []string `json:"mbSmfServingArea,omitempty"` InterfaceMbUpfInfoList []InterfaceUpfInfoItem `json:"interfaceMbUpfInfoList,omitempty"` TaiList []Tai `json:"taiList,omitempty"` TaiRangeList []TaiRange `json:"taiRangeList,omitempty"` Priority *int32 `json:"priority,omitempty"` SupportedPfcpFeatures *string `json:"supportedPfcpFeatures,omitempty"` }
MbUpfInfo Information of an MB-UPF NF Instance
func NewMbUpfInfo ¶
func NewMbUpfInfo(sNssaiMbUpfInfoList []SnssaiUpfInfoItem) *MbUpfInfo
NewMbUpfInfo instantiates a new MbUpfInfo 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 NewMbUpfInfoWithDefaults ¶
func NewMbUpfInfoWithDefaults() *MbUpfInfo
NewMbUpfInfoWithDefaults instantiates a new MbUpfInfo 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 (*MbUpfInfo) GetInterfaceMbUpfInfoList ¶
func (o *MbUpfInfo) GetInterfaceMbUpfInfoList() []InterfaceUpfInfoItem
GetInterfaceMbUpfInfoList returns the InterfaceMbUpfInfoList field value if set, zero value otherwise.
func (*MbUpfInfo) GetInterfaceMbUpfInfoListOk ¶
func (o *MbUpfInfo) GetInterfaceMbUpfInfoListOk() ([]InterfaceUpfInfoItem, bool)
GetInterfaceMbUpfInfoListOk returns a tuple with the InterfaceMbUpfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbUpfInfo) GetMbSmfServingArea ¶
GetMbSmfServingArea returns the MbSmfServingArea field value if set, zero value otherwise.
func (*MbUpfInfo) GetMbSmfServingAreaOk ¶
GetMbSmfServingAreaOk returns a tuple with the MbSmfServingArea field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbUpfInfo) GetPriority ¶
GetPriority returns the Priority field value if set, zero value otherwise.
func (*MbUpfInfo) GetPriorityOk ¶
GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbUpfInfo) GetSNssaiMbUpfInfoList ¶
func (o *MbUpfInfo) GetSNssaiMbUpfInfoList() []SnssaiUpfInfoItem
GetSNssaiMbUpfInfoList returns the SNssaiMbUpfInfoList field value
func (*MbUpfInfo) GetSNssaiMbUpfInfoListOk ¶
func (o *MbUpfInfo) GetSNssaiMbUpfInfoListOk() ([]SnssaiUpfInfoItem, bool)
GetSNssaiMbUpfInfoListOk returns a tuple with the SNssaiMbUpfInfoList field value and a boolean to check if the value has been set.
func (*MbUpfInfo) GetSupportedPfcpFeatures ¶
GetSupportedPfcpFeatures returns the SupportedPfcpFeatures field value if set, zero value otherwise.
func (*MbUpfInfo) GetSupportedPfcpFeaturesOk ¶
GetSupportedPfcpFeaturesOk returns a tuple with the SupportedPfcpFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbUpfInfo) GetTaiList ¶
GetTaiList returns the TaiList field value if set, zero value otherwise.
func (*MbUpfInfo) GetTaiListOk ¶
GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbUpfInfo) GetTaiRangeList ¶
GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.
func (*MbUpfInfo) GetTaiRangeListOk ¶
GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbUpfInfo) HasInterfaceMbUpfInfoList ¶
HasInterfaceMbUpfInfoList returns a boolean if a field has been set.
func (*MbUpfInfo) HasMbSmfServingArea ¶
HasMbSmfServingArea returns a boolean if a field has been set.
func (*MbUpfInfo) HasPriority ¶
HasPriority returns a boolean if a field has been set.
func (*MbUpfInfo) HasSupportedPfcpFeatures ¶
HasSupportedPfcpFeatures returns a boolean if a field has been set.
func (*MbUpfInfo) HasTaiList ¶
HasTaiList returns a boolean if a field has been set.
func (*MbUpfInfo) HasTaiRangeList ¶
HasTaiRangeList returns a boolean if a field has been set.
func (MbUpfInfo) MarshalJSON ¶
func (*MbUpfInfo) SetInterfaceMbUpfInfoList ¶
func (o *MbUpfInfo) SetInterfaceMbUpfInfoList(v []InterfaceUpfInfoItem)
SetInterfaceMbUpfInfoList gets a reference to the given []InterfaceUpfInfoItem and assigns it to the InterfaceMbUpfInfoList field.
func (*MbUpfInfo) SetMbSmfServingArea ¶
SetMbSmfServingArea gets a reference to the given []string and assigns it to the MbSmfServingArea field.
func (*MbUpfInfo) SetPriority ¶
SetPriority gets a reference to the given int32 and assigns it to the Priority field.
func (*MbUpfInfo) SetSNssaiMbUpfInfoList ¶
func (o *MbUpfInfo) SetSNssaiMbUpfInfoList(v []SnssaiUpfInfoItem)
SetSNssaiMbUpfInfoList sets field value
func (*MbUpfInfo) SetSupportedPfcpFeatures ¶
SetSupportedPfcpFeatures gets a reference to the given string and assigns it to the SupportedPfcpFeatures field.
func (*MbUpfInfo) SetTaiList ¶
SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.
func (*MbUpfInfo) SetTaiRangeList ¶
SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.
type MbsServiceArea ¶
type MbsServiceArea struct {
Interface *interface{}
}
MbsServiceArea MBS Service Area
func (*MbsServiceArea) MarshalJSON ¶
func (src *MbsServiceArea) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*MbsServiceArea) UnmarshalJSON ¶
func (dst *MbsServiceArea) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type MbsServiceAreaInfo ¶
type MbsServiceAreaInfo struct { // Integer where the allowed values correspond to the value range of an unsigned 16-bit integer. AreaSessionId int32 `json:"areaSessionId"` MbsServiceArea MbsServiceArea `json:"mbsServiceArea"` }
MbsServiceAreaInfo MBS Service Area Information for location dependent MBS session
func NewMbsServiceAreaInfo ¶
func NewMbsServiceAreaInfo(areaSessionId int32, mbsServiceArea MbsServiceArea) *MbsServiceAreaInfo
NewMbsServiceAreaInfo instantiates a new MbsServiceAreaInfo 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 NewMbsServiceAreaInfoWithDefaults ¶
func NewMbsServiceAreaInfoWithDefaults() *MbsServiceAreaInfo
NewMbsServiceAreaInfoWithDefaults instantiates a new MbsServiceAreaInfo 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 (*MbsServiceAreaInfo) GetAreaSessionId ¶
func (o *MbsServiceAreaInfo) GetAreaSessionId() int32
GetAreaSessionId returns the AreaSessionId field value
func (*MbsServiceAreaInfo) GetAreaSessionIdOk ¶
func (o *MbsServiceAreaInfo) GetAreaSessionIdOk() (*int32, bool)
GetAreaSessionIdOk returns a tuple with the AreaSessionId field value and a boolean to check if the value has been set.
func (*MbsServiceAreaInfo) GetMbsServiceArea ¶
func (o *MbsServiceAreaInfo) GetMbsServiceArea() MbsServiceArea
GetMbsServiceArea returns the MbsServiceArea field value
func (*MbsServiceAreaInfo) GetMbsServiceAreaOk ¶
func (o *MbsServiceAreaInfo) GetMbsServiceAreaOk() (*MbsServiceArea, bool)
GetMbsServiceAreaOk returns a tuple with the MbsServiceArea field value and a boolean to check if the value has been set.
func (MbsServiceAreaInfo) MarshalJSON ¶
func (o MbsServiceAreaInfo) MarshalJSON() ([]byte, error)
func (*MbsServiceAreaInfo) SetAreaSessionId ¶
func (o *MbsServiceAreaInfo) SetAreaSessionId(v int32)
SetAreaSessionId sets field value
func (*MbsServiceAreaInfo) SetMbsServiceArea ¶
func (o *MbsServiceAreaInfo) SetMbsServiceArea(v MbsServiceArea)
SetMbsServiceArea sets field value
func (MbsServiceAreaInfo) ToMap ¶
func (o MbsServiceAreaInfo) ToMap() (map[string]interface{}, error)
type MbsSession ¶
type MbsSession struct { MbsSessionId MbsSessionId `json:"mbsSessionId"` // A map (list of key-value pairs) where the key identifies an areaSessionId MbsAreaSessions *map[string]MbsServiceAreaInfo `json:"mbsAreaSessions,omitempty"` }
MbsSession MBS Session currently served by an MB-SMF
func NewMbsSession ¶
func NewMbsSession(mbsSessionId MbsSessionId) *MbsSession
NewMbsSession instantiates a new MbsSession 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 NewMbsSessionWithDefaults ¶
func NewMbsSessionWithDefaults() *MbsSession
NewMbsSessionWithDefaults instantiates a new MbsSession 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 (*MbsSession) GetMbsAreaSessions ¶
func (o *MbsSession) GetMbsAreaSessions() map[string]MbsServiceAreaInfo
GetMbsAreaSessions returns the MbsAreaSessions field value if set, zero value otherwise.
func (*MbsSession) GetMbsAreaSessionsOk ¶
func (o *MbsSession) GetMbsAreaSessionsOk() (*map[string]MbsServiceAreaInfo, bool)
GetMbsAreaSessionsOk returns a tuple with the MbsAreaSessions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MbsSession) GetMbsSessionId ¶
func (o *MbsSession) GetMbsSessionId() MbsSessionId
GetMbsSessionId returns the MbsSessionId field value
func (*MbsSession) GetMbsSessionIdOk ¶
func (o *MbsSession) GetMbsSessionIdOk() (*MbsSessionId, bool)
GetMbsSessionIdOk returns a tuple with the MbsSessionId field value and a boolean to check if the value has been set.
func (*MbsSession) HasMbsAreaSessions ¶
func (o *MbsSession) HasMbsAreaSessions() bool
HasMbsAreaSessions returns a boolean if a field has been set.
func (MbsSession) MarshalJSON ¶
func (o MbsSession) MarshalJSON() ([]byte, error)
func (*MbsSession) SetMbsAreaSessions ¶
func (o *MbsSession) SetMbsAreaSessions(v map[string]MbsServiceAreaInfo)
SetMbsAreaSessions gets a reference to the given map[string]MbsServiceAreaInfo and assigns it to the MbsAreaSessions field.
func (*MbsSession) SetMbsSessionId ¶
func (o *MbsSession) SetMbsSessionId(v MbsSessionId)
SetMbsSessionId sets field value
func (MbsSession) ToMap ¶
func (o MbsSession) ToMap() (map[string]interface{}, error)
type MbsSessionId ¶
type MbsSessionId struct {
Interface *interface{}
}
MbsSessionId MBS Session Identifier
func (*MbsSessionId) MarshalJSON ¶
func (src *MbsSessionId) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*MbsSessionId) UnmarshalJSON ¶
func (dst *MbsSessionId) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type MfafInfo ¶
type MfafInfo struct { ServingNfTypeList []NFType `json:"servingNfTypeList,omitempty"` ServingNfSetIdList []string `json:"servingNfSetIdList,omitempty"` TaiList []Tai `json:"taiList,omitempty"` TaiRangeList []TaiRange `json:"taiRangeList,omitempty"` }
MfafInfo Information of a MFAF NF Instance
func NewMfafInfo ¶
func NewMfafInfo() *MfafInfo
NewMfafInfo instantiates a new MfafInfo 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 NewMfafInfoWithDefaults ¶
func NewMfafInfoWithDefaults() *MfafInfo
NewMfafInfoWithDefaults instantiates a new MfafInfo 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 (*MfafInfo) GetServingNfSetIdList ¶
GetServingNfSetIdList returns the ServingNfSetIdList field value if set, zero value otherwise.
func (*MfafInfo) GetServingNfSetIdListOk ¶
GetServingNfSetIdListOk returns a tuple with the ServingNfSetIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MfafInfo) GetServingNfTypeList ¶
GetServingNfTypeList returns the ServingNfTypeList field value if set, zero value otherwise.
func (*MfafInfo) GetServingNfTypeListOk ¶
GetServingNfTypeListOk returns a tuple with the ServingNfTypeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MfafInfo) GetTaiList ¶
GetTaiList returns the TaiList field value if set, zero value otherwise.
func (*MfafInfo) GetTaiListOk ¶
GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MfafInfo) GetTaiRangeList ¶
GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.
func (*MfafInfo) GetTaiRangeListOk ¶
GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MfafInfo) HasServingNfSetIdList ¶
HasServingNfSetIdList returns a boolean if a field has been set.
func (*MfafInfo) HasServingNfTypeList ¶
HasServingNfTypeList returns a boolean if a field has been set.
func (*MfafInfo) HasTaiList ¶
HasTaiList returns a boolean if a field has been set.
func (*MfafInfo) HasTaiRangeList ¶
HasTaiRangeList returns a boolean if a field has been set.
func (MfafInfo) MarshalJSON ¶
func (*MfafInfo) SetServingNfSetIdList ¶
SetServingNfSetIdList gets a reference to the given []string and assigns it to the ServingNfSetIdList field.
func (*MfafInfo) SetServingNfTypeList ¶
SetServingNfTypeList gets a reference to the given []NFType and assigns it to the ServingNfTypeList field.
func (*MfafInfo) SetTaiList ¶
SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.
func (*MfafInfo) SetTaiRangeList ¶
SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.
type MlAnalyticsInfo ¶
type MlAnalyticsInfo struct { MlAnalyticsIds []NwdafEvent `json:"mlAnalyticsIds,omitempty"` SnssaiList []Snssai `json:"snssaiList,omitempty"` TrackingAreaList []Tai `json:"trackingAreaList,omitempty"` }
MlAnalyticsInfo ML Analytics Filter information supported by the Nnwdaf_MLModelProvision service
func NewMlAnalyticsInfo ¶
func NewMlAnalyticsInfo() *MlAnalyticsInfo
NewMlAnalyticsInfo instantiates a new MlAnalyticsInfo 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 NewMlAnalyticsInfoWithDefaults ¶
func NewMlAnalyticsInfoWithDefaults() *MlAnalyticsInfo
NewMlAnalyticsInfoWithDefaults instantiates a new MlAnalyticsInfo 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 (*MlAnalyticsInfo) GetMlAnalyticsIds ¶
func (o *MlAnalyticsInfo) GetMlAnalyticsIds() []NwdafEvent
GetMlAnalyticsIds returns the MlAnalyticsIds field value if set, zero value otherwise.
func (*MlAnalyticsInfo) GetMlAnalyticsIdsOk ¶
func (o *MlAnalyticsInfo) GetMlAnalyticsIdsOk() ([]NwdafEvent, bool)
GetMlAnalyticsIdsOk returns a tuple with the MlAnalyticsIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MlAnalyticsInfo) GetSnssaiList ¶
func (o *MlAnalyticsInfo) GetSnssaiList() []Snssai
GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.
func (*MlAnalyticsInfo) GetSnssaiListOk ¶
func (o *MlAnalyticsInfo) GetSnssaiListOk() ([]Snssai, bool)
GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MlAnalyticsInfo) GetTrackingAreaList ¶
func (o *MlAnalyticsInfo) GetTrackingAreaList() []Tai
GetTrackingAreaList returns the TrackingAreaList field value if set, zero value otherwise.
func (*MlAnalyticsInfo) GetTrackingAreaListOk ¶
func (o *MlAnalyticsInfo) GetTrackingAreaListOk() ([]Tai, bool)
GetTrackingAreaListOk returns a tuple with the TrackingAreaList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MlAnalyticsInfo) HasMlAnalyticsIds ¶
func (o *MlAnalyticsInfo) HasMlAnalyticsIds() bool
HasMlAnalyticsIds returns a boolean if a field has been set.
func (*MlAnalyticsInfo) HasSnssaiList ¶
func (o *MlAnalyticsInfo) HasSnssaiList() bool
HasSnssaiList returns a boolean if a field has been set.
func (*MlAnalyticsInfo) HasTrackingAreaList ¶
func (o *MlAnalyticsInfo) HasTrackingAreaList() bool
HasTrackingAreaList returns a boolean if a field has been set.
func (MlAnalyticsInfo) MarshalJSON ¶
func (o MlAnalyticsInfo) MarshalJSON() ([]byte, error)
func (*MlAnalyticsInfo) SetMlAnalyticsIds ¶
func (o *MlAnalyticsInfo) SetMlAnalyticsIds(v []NwdafEvent)
SetMlAnalyticsIds gets a reference to the given []NwdafEvent and assigns it to the MlAnalyticsIds field.
func (*MlAnalyticsInfo) SetSnssaiList ¶
func (o *MlAnalyticsInfo) SetSnssaiList(v []Snssai)
SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.
func (*MlAnalyticsInfo) SetTrackingAreaList ¶
func (o *MlAnalyticsInfo) SetTrackingAreaList(v []Tai)
SetTrackingAreaList gets a reference to the given []Tai and assigns it to the TrackingAreaList field.
func (MlAnalyticsInfo) ToMap ¶
func (o MlAnalyticsInfo) ToMap() (map[string]interface{}, error)
type MnpfInfo ¶
type MnpfInfo struct {
MsisdnRanges []IdentityRange `json:"msisdnRanges"`
}
MnpfInfo Information of an MNPF Instance
func NewMnpfInfo ¶
func NewMnpfInfo(msisdnRanges []IdentityRange) *MnpfInfo
NewMnpfInfo instantiates a new MnpfInfo 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 NewMnpfInfoWithDefaults ¶
func NewMnpfInfoWithDefaults() *MnpfInfo
NewMnpfInfoWithDefaults instantiates a new MnpfInfo 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 (*MnpfInfo) GetMsisdnRanges ¶
func (o *MnpfInfo) GetMsisdnRanges() []IdentityRange
GetMsisdnRanges returns the MsisdnRanges field value
func (*MnpfInfo) GetMsisdnRangesOk ¶
func (o *MnpfInfo) GetMsisdnRangesOk() ([]IdentityRange, bool)
GetMsisdnRangesOk returns a tuple with the MsisdnRanges field value and a boolean to check if the value has been set.
func (MnpfInfo) MarshalJSON ¶
func (*MnpfInfo) SetMsisdnRanges ¶
func (o *MnpfInfo) SetMsisdnRanges(v []IdentityRange)
SetMsisdnRanges sets field value
type Model5GDdnmfInfo ¶
type Model5GDdnmfInfo struct {
PlmnId PlmnId `json:"plmnId"`
}
Model5GDdnmfInfo Information of an 5G DDNMF NF Instance
func NewModel5GDdnmfInfo ¶
func NewModel5GDdnmfInfo(plmnId PlmnId) *Model5GDdnmfInfo
NewModel5GDdnmfInfo instantiates a new Model5GDdnmfInfo 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 NewModel5GDdnmfInfoWithDefaults ¶
func NewModel5GDdnmfInfoWithDefaults() *Model5GDdnmfInfo
NewModel5GDdnmfInfoWithDefaults instantiates a new Model5GDdnmfInfo 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 (*Model5GDdnmfInfo) GetPlmnId ¶
func (o *Model5GDdnmfInfo) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*Model5GDdnmfInfo) GetPlmnIdOk ¶
func (o *Model5GDdnmfInfo) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Model5GDdnmfInfo) MarshalJSON ¶
func (o Model5GDdnmfInfo) MarshalJSON() ([]byte, error)
func (*Model5GDdnmfInfo) SetPlmnId ¶
func (o *Model5GDdnmfInfo) SetPlmnId(v PlmnId)
SetPlmnId sets field value
func (Model5GDdnmfInfo) ToMap ¶
func (o Model5GDdnmfInfo) ToMap() (map[string]interface{}, error)
type N1MessageClass ¶
type N1MessageClass struct {
String *string
}
N1MessageClass Enumeration for N1 Message Class
func (*N1MessageClass) MarshalJSON ¶
func (src *N1MessageClass) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*N1MessageClass) UnmarshalJSON ¶
func (dst *N1MessageClass) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type N2InformationClass ¶
type N2InformationClass struct {
String *string
}
N2InformationClass Enumeration for N2 Information Class
func (*N2InformationClass) MarshalJSON ¶
func (src *N2InformationClass) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*N2InformationClass) UnmarshalJSON ¶
func (dst *N2InformationClass) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type N2InterfaceAmfInfo ¶
type N2InterfaceAmfInfo struct {
Interface *interface{}
}
N2InterfaceAmfInfo AMF N2 interface information
func (*N2InterfaceAmfInfo) MarshalJSON ¶
func (src *N2InterfaceAmfInfo) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*N2InterfaceAmfInfo) UnmarshalJSON ¶
func (dst *N2InterfaceAmfInfo) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type N32Purpose ¶
type N32Purpose struct {
String *string
}
N32Purpose Usage purpose of establishing N32 connectivity
func (*N32Purpose) MarshalJSON ¶
func (src *N32Purpose) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*N32Purpose) UnmarshalJSON ¶
func (dst *N32Purpose) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NFInstanceIDDocumentApiService ¶
type NFInstanceIDDocumentApiService service
NFInstanceIDDocumentApiService NFInstanceIDDocumentApi service
func (*NFInstanceIDDocumentApiService) DeregisterNFInstance ¶
func (a *NFInstanceIDDocumentApiService) DeregisterNFInstance(ctx context.Context, nfInstanceID string) ApiDeregisterNFInstanceRequest
DeregisterNFInstance Deregisters a given NF Instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param nfInstanceID Unique ID of the NF Instance to deregister @return ApiDeregisterNFInstanceRequest
func (*NFInstanceIDDocumentApiService) DeregisterNFInstanceExecute ¶
func (a *NFInstanceIDDocumentApiService) DeregisterNFInstanceExecute(r ApiDeregisterNFInstanceRequest) (*http.Response, error)
Execute executes the request
func (*NFInstanceIDDocumentApiService) GetNFInstance ¶
func (a *NFInstanceIDDocumentApiService) GetNFInstance(ctx context.Context, nfInstanceID string) ApiGetNFInstanceRequest
GetNFInstance Read the profile of a given NF Instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param nfInstanceID Unique ID of the NF Instance @return ApiGetNFInstanceRequest
func (*NFInstanceIDDocumentApiService) GetNFInstanceExecute ¶
func (a *NFInstanceIDDocumentApiService) GetNFInstanceExecute(r ApiGetNFInstanceRequest) (*NFProfile, *http.Response, error)
Execute executes the request
@return NFProfile
func (*NFInstanceIDDocumentApiService) RegisterNFInstance ¶
func (a *NFInstanceIDDocumentApiService) RegisterNFInstance(ctx context.Context, nfInstanceID string) ApiRegisterNFInstanceRequest
RegisterNFInstance Register a new NF Instance
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param nfInstanceID Unique ID of the NF Instance to register @return ApiRegisterNFInstanceRequest
func (*NFInstanceIDDocumentApiService) RegisterNFInstanceExecute ¶
func (a *NFInstanceIDDocumentApiService) RegisterNFInstanceExecute(r ApiRegisterNFInstanceRequest) (*NFProfile, *http.Response, error)
Execute executes the request
@return NFProfile
func (*NFInstanceIDDocumentApiService) UpdateNFInstance ¶
func (a *NFInstanceIDDocumentApiService) UpdateNFInstance(ctx context.Context, nfInstanceID string) ApiUpdateNFInstanceRequest
UpdateNFInstance Update NF Instance profile
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param nfInstanceID Unique ID of the NF Instance to update @return ApiUpdateNFInstanceRequest
func (*NFInstanceIDDocumentApiService) UpdateNFInstanceExecute ¶
func (a *NFInstanceIDDocumentApiService) UpdateNFInstanceExecute(r ApiUpdateNFInstanceRequest) (*NFProfile, *http.Response, error)
Execute executes the request
@return NFProfile
type NFInstancesStoreApiService ¶
type NFInstancesStoreApiService service
NFInstancesStoreApiService NFInstancesStoreApi service
func (*NFInstancesStoreApiService) GetNFInstances ¶
func (a *NFInstancesStoreApiService) GetNFInstances(ctx context.Context) ApiGetNFInstancesRequest
GetNFInstances Retrieves a collection of NF Instances
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetNFInstancesRequest
func (*NFInstancesStoreApiService) GetNFInstancesExecute ¶
func (a *NFInstancesStoreApiService) GetNFInstancesExecute(r ApiGetNFInstancesRequest) (*UriList, *http.Response, error)
Execute executes the request
@return UriList
func (*NFInstancesStoreApiService) OptionsNFInstances ¶
func (a *NFInstancesStoreApiService) OptionsNFInstances(ctx context.Context) ApiOptionsNFInstancesRequest
OptionsNFInstances Discover communication options supported by NRF for NF Instances
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiOptionsNFInstancesRequest
func (*NFInstancesStoreApiService) OptionsNFInstancesExecute ¶
func (a *NFInstancesStoreApiService) OptionsNFInstancesExecute(r ApiOptionsNFInstancesRequest) (*OptionsResponse, *http.Response, error)
Execute executes the request
@return OptionsResponse
type NFProfile ¶
type NFProfile struct {
Interface *interface{}
}
NFProfile Information of an NF Instance registered in the NRF
func (*NFProfile) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*NFProfile) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type NFService ¶
type NFService struct { ServiceInstanceId string `json:"serviceInstanceId"` ServiceName ServiceName `json:"serviceName"` Versions []NFServiceVersion `json:"versions"` Scheme UriScheme `json:"scheme"` NfServiceStatus NFServiceStatus `json:"nfServiceStatus"` // Fully Qualified Domain Name Fqdn *string `json:"fqdn,omitempty"` // Fully Qualified Domain Name InterPlmnFqdn *string `json:"interPlmnFqdn,omitempty"` IpEndPoints []IpEndPoint `json:"ipEndPoints,omitempty"` ApiPrefix *string `json:"apiPrefix,omitempty"` DefaultNotificationSubscriptions []DefaultNotificationSubscription `json:"defaultNotificationSubscriptions,omitempty"` AllowedPlmns []PlmnId `json:"allowedPlmns,omitempty"` AllowedSnpns []PlmnIdNid `json:"allowedSnpns,omitempty"` AllowedNfTypes []NFType `json:"allowedNfTypes,omitempty"` AllowedNfDomains []string `json:"allowedNfDomains,omitempty"` AllowedNssais []ExtSnssai `json:"allowedNssais,omitempty"` // A map (list of key-value pairs) where NF Type serves as key AllowedOperationsPerNfType *map[string][]string `json:"allowedOperationsPerNfType,omitempty"` // A map (list of key-value pairs) where NF Instance Id serves as key AllowedOperationsPerNfInstance *map[string][]string `json:"allowedOperationsPerNfInstance,omitempty"` AllowedOperationsPerNfInstanceOverrides *bool `json:"allowedOperationsPerNfInstanceOverrides,omitempty"` Priority *int32 `json:"priority,omitempty"` Capacity *int32 `json:"capacity,omitempty"` Load *int32 `json:"load,omitempty"` // string with format 'date-time' as defined in OpenAPI. LoadTimeStamp *time.Time `json:"loadTimeStamp,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. SupportedFeatures *string `json:"supportedFeatures,omitempty"` NfServiceSetIdList []string `json:"nfServiceSetIdList,omitempty"` SNssais []ExtSnssai `json:"sNssais,omitempty"` PerPlmnSnssaiList []PlmnSnssai `json:"perPlmnSnssaiList,omitempty"` // Vendor ID of the NF Service instance (Private Enterprise Number assigned by IANA) VendorId *string `json:"vendorId,omitempty"` // A map (list of key-value pairs) where IANA-assigned SMI Network Management Private Enterprise Codes serves as key SupportedVendorSpecificFeatures *map[string][]VendorSpecificFeature `json:"supportedVendorSpecificFeatures,omitempty"` Oauth2Required *bool `json:"oauth2Required,omitempty"` PerPlmnOauth2ReqList *PlmnOauth2 `json:"perPlmnOauth2ReqList,omitempty"` }
NFService Information of a given NF Service Instance; it is part of the NFProfile of an NF Instance
func NewNFService ¶
func NewNFService(serviceInstanceId string, serviceName ServiceName, versions []NFServiceVersion, scheme UriScheme, nfServiceStatus NFServiceStatus) *NFService
NewNFService instantiates a new NFService 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 NewNFServiceWithDefaults ¶
func NewNFServiceWithDefaults() *NFService
NewNFServiceWithDefaults instantiates a new NFService 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 (*NFService) GetAllowedNfDomains ¶
GetAllowedNfDomains returns the AllowedNfDomains field value if set, zero value otherwise.
func (*NFService) GetAllowedNfDomainsOk ¶
GetAllowedNfDomainsOk returns a tuple with the AllowedNfDomains field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetAllowedNfTypes ¶
GetAllowedNfTypes returns the AllowedNfTypes field value if set, zero value otherwise.
func (*NFService) GetAllowedNfTypesOk ¶
GetAllowedNfTypesOk returns a tuple with the AllowedNfTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetAllowedNssais ¶
GetAllowedNssais returns the AllowedNssais field value if set, zero value otherwise.
func (*NFService) GetAllowedNssaisOk ¶
GetAllowedNssaisOk returns a tuple with the AllowedNssais field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetAllowedOperationsPerNfInstance ¶
GetAllowedOperationsPerNfInstance returns the AllowedOperationsPerNfInstance field value if set, zero value otherwise.
func (*NFService) GetAllowedOperationsPerNfInstanceOk ¶
GetAllowedOperationsPerNfInstanceOk returns a tuple with the AllowedOperationsPerNfInstance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetAllowedOperationsPerNfInstanceOverrides ¶
GetAllowedOperationsPerNfInstanceOverrides returns the AllowedOperationsPerNfInstanceOverrides field value if set, zero value otherwise.
func (*NFService) GetAllowedOperationsPerNfInstanceOverridesOk ¶
GetAllowedOperationsPerNfInstanceOverridesOk returns a tuple with the AllowedOperationsPerNfInstanceOverrides field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetAllowedOperationsPerNfType ¶
GetAllowedOperationsPerNfType returns the AllowedOperationsPerNfType field value if set, zero value otherwise.
func (*NFService) GetAllowedOperationsPerNfTypeOk ¶
GetAllowedOperationsPerNfTypeOk returns a tuple with the AllowedOperationsPerNfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetAllowedPlmns ¶
GetAllowedPlmns returns the AllowedPlmns field value if set, zero value otherwise.
func (*NFService) GetAllowedPlmnsOk ¶
GetAllowedPlmnsOk returns a tuple with the AllowedPlmns field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetAllowedSnpns ¶
GetAllowedSnpns returns the AllowedSnpns field value if set, zero value otherwise.
func (*NFService) GetAllowedSnpnsOk ¶
GetAllowedSnpnsOk returns a tuple with the AllowedSnpns field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetApiPrefix ¶
GetApiPrefix returns the ApiPrefix field value if set, zero value otherwise.
func (*NFService) GetApiPrefixOk ¶
GetApiPrefixOk returns a tuple with the ApiPrefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetCapacity ¶
GetCapacity returns the Capacity field value if set, zero value otherwise.
func (*NFService) GetCapacityOk ¶
GetCapacityOk returns a tuple with the Capacity field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetDefaultNotificationSubscriptions ¶
func (o *NFService) GetDefaultNotificationSubscriptions() []DefaultNotificationSubscription
GetDefaultNotificationSubscriptions returns the DefaultNotificationSubscriptions field value if set, zero value otherwise.
func (*NFService) GetDefaultNotificationSubscriptionsOk ¶
func (o *NFService) GetDefaultNotificationSubscriptionsOk() ([]DefaultNotificationSubscription, bool)
GetDefaultNotificationSubscriptionsOk returns a tuple with the DefaultNotificationSubscriptions field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetFqdnOk ¶
GetFqdnOk returns a tuple with the Fqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetInterPlmnFqdn ¶
GetInterPlmnFqdn returns the InterPlmnFqdn field value if set, zero value otherwise.
func (*NFService) GetInterPlmnFqdnOk ¶
GetInterPlmnFqdnOk returns a tuple with the InterPlmnFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetIpEndPoints ¶
func (o *NFService) GetIpEndPoints() []IpEndPoint
GetIpEndPoints returns the IpEndPoints field value if set, zero value otherwise.
func (*NFService) GetIpEndPointsOk ¶
func (o *NFService) GetIpEndPointsOk() ([]IpEndPoint, bool)
GetIpEndPointsOk returns a tuple with the IpEndPoints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetLoadOk ¶
GetLoadOk returns a tuple with the Load field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetLoadTimeStamp ¶
GetLoadTimeStamp returns the LoadTimeStamp field value if set, zero value otherwise.
func (*NFService) GetLoadTimeStampOk ¶
GetLoadTimeStampOk returns a tuple with the LoadTimeStamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetNfServiceSetIdList ¶
GetNfServiceSetIdList returns the NfServiceSetIdList field value if set, zero value otherwise.
func (*NFService) GetNfServiceSetIdListOk ¶
GetNfServiceSetIdListOk returns a tuple with the NfServiceSetIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetNfServiceStatus ¶
func (o *NFService) GetNfServiceStatus() NFServiceStatus
GetNfServiceStatus returns the NfServiceStatus field value
func (*NFService) GetNfServiceStatusOk ¶
func (o *NFService) GetNfServiceStatusOk() (*NFServiceStatus, bool)
GetNfServiceStatusOk returns a tuple with the NfServiceStatus field value and a boolean to check if the value has been set.
func (*NFService) GetOauth2Required ¶
GetOauth2Required returns the Oauth2Required field value if set, zero value otherwise.
func (*NFService) GetOauth2RequiredOk ¶
GetOauth2RequiredOk returns a tuple with the Oauth2Required field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetPerPlmnOauth2ReqList ¶
func (o *NFService) GetPerPlmnOauth2ReqList() PlmnOauth2
GetPerPlmnOauth2ReqList returns the PerPlmnOauth2ReqList field value if set, zero value otherwise.
func (*NFService) GetPerPlmnOauth2ReqListOk ¶
func (o *NFService) GetPerPlmnOauth2ReqListOk() (*PlmnOauth2, bool)
GetPerPlmnOauth2ReqListOk returns a tuple with the PerPlmnOauth2ReqList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetPerPlmnSnssaiList ¶
func (o *NFService) GetPerPlmnSnssaiList() []PlmnSnssai
GetPerPlmnSnssaiList returns the PerPlmnSnssaiList field value if set, zero value otherwise.
func (*NFService) GetPerPlmnSnssaiListOk ¶
func (o *NFService) GetPerPlmnSnssaiListOk() ([]PlmnSnssai, bool)
GetPerPlmnSnssaiListOk returns a tuple with the PerPlmnSnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetPriority ¶
GetPriority returns the Priority field value if set, zero value otherwise.
func (*NFService) GetPriorityOk ¶
GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetRecoveryTime ¶
GetRecoveryTime returns the RecoveryTime field value if set, zero value otherwise.
func (*NFService) GetRecoveryTimeOk ¶
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 (*NFService) GetSNssais ¶
GetSNssais returns the SNssais field value if set, zero value otherwise.
func (*NFService) GetSNssaisOk ¶
GetSNssaisOk returns a tuple with the SNssais field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetSchemeOk ¶
GetSchemeOk returns a tuple with the Scheme field value and a boolean to check if the value has been set.
func (*NFService) GetServiceInstanceId ¶
GetServiceInstanceId returns the ServiceInstanceId field value
func (*NFService) GetServiceInstanceIdOk ¶
GetServiceInstanceIdOk returns a tuple with the ServiceInstanceId field value and a boolean to check if the value has been set.
func (*NFService) GetServiceName ¶
func (o *NFService) GetServiceName() ServiceName
GetServiceName returns the ServiceName field value
func (*NFService) GetServiceNameOk ¶
func (o *NFService) GetServiceNameOk() (*ServiceName, bool)
GetServiceNameOk returns a tuple with the ServiceName field value and a boolean to check if the value has been set.
func (*NFService) GetSupportedFeatures ¶
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*NFService) GetSupportedFeaturesOk ¶
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 (*NFService) GetSupportedVendorSpecificFeatures ¶
func (o *NFService) GetSupportedVendorSpecificFeatures() map[string][]VendorSpecificFeature
GetSupportedVendorSpecificFeatures returns the SupportedVendorSpecificFeatures field value if set, zero value otherwise.
func (*NFService) GetSupportedVendorSpecificFeaturesOk ¶
func (o *NFService) GetSupportedVendorSpecificFeaturesOk() (*map[string][]VendorSpecificFeature, bool)
GetSupportedVendorSpecificFeaturesOk returns a tuple with the SupportedVendorSpecificFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetVendorId ¶
GetVendorId returns the VendorId field value if set, zero value otherwise.
func (*NFService) GetVendorIdOk ¶
GetVendorIdOk returns a tuple with the VendorId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFService) GetVersions ¶
func (o *NFService) GetVersions() []NFServiceVersion
GetVersions returns the Versions field value
func (*NFService) GetVersionsOk ¶
func (o *NFService) GetVersionsOk() ([]NFServiceVersion, bool)
GetVersionsOk returns a tuple with the Versions field value and a boolean to check if the value has been set.
func (*NFService) HasAllowedNfDomains ¶
HasAllowedNfDomains returns a boolean if a field has been set.
func (*NFService) HasAllowedNfTypes ¶
HasAllowedNfTypes returns a boolean if a field has been set.
func (*NFService) HasAllowedNssais ¶
HasAllowedNssais returns a boolean if a field has been set.
func (*NFService) HasAllowedOperationsPerNfInstance ¶
HasAllowedOperationsPerNfInstance returns a boolean if a field has been set.
func (*NFService) HasAllowedOperationsPerNfInstanceOverrides ¶
HasAllowedOperationsPerNfInstanceOverrides returns a boolean if a field has been set.
func (*NFService) HasAllowedOperationsPerNfType ¶
HasAllowedOperationsPerNfType returns a boolean if a field has been set.
func (*NFService) HasAllowedPlmns ¶
HasAllowedPlmns returns a boolean if a field has been set.
func (*NFService) HasAllowedSnpns ¶
HasAllowedSnpns returns a boolean if a field has been set.
func (*NFService) HasApiPrefix ¶
HasApiPrefix returns a boolean if a field has been set.
func (*NFService) HasCapacity ¶
HasCapacity returns a boolean if a field has been set.
func (*NFService) HasDefaultNotificationSubscriptions ¶
HasDefaultNotificationSubscriptions returns a boolean if a field has been set.
func (*NFService) HasInterPlmnFqdn ¶
HasInterPlmnFqdn returns a boolean if a field has been set.
func (*NFService) HasIpEndPoints ¶
HasIpEndPoints returns a boolean if a field has been set.
func (*NFService) HasLoadTimeStamp ¶
HasLoadTimeStamp returns a boolean if a field has been set.
func (*NFService) HasNfServiceSetIdList ¶
HasNfServiceSetIdList returns a boolean if a field has been set.
func (*NFService) HasOauth2Required ¶
HasOauth2Required returns a boolean if a field has been set.
func (*NFService) HasPerPlmnOauth2ReqList ¶
HasPerPlmnOauth2ReqList returns a boolean if a field has been set.
func (*NFService) HasPerPlmnSnssaiList ¶
HasPerPlmnSnssaiList returns a boolean if a field has been set.
func (*NFService) HasPriority ¶
HasPriority returns a boolean if a field has been set.
func (*NFService) HasRecoveryTime ¶
HasRecoveryTime returns a boolean if a field has been set.
func (*NFService) HasSNssais ¶
HasSNssais returns a boolean if a field has been set.
func (*NFService) HasSupportedFeatures ¶
HasSupportedFeatures returns a boolean if a field has been set.
func (*NFService) HasSupportedVendorSpecificFeatures ¶
HasSupportedVendorSpecificFeatures returns a boolean if a field has been set.
func (*NFService) HasVendorId ¶
HasVendorId returns a boolean if a field has been set.
func (NFService) MarshalJSON ¶
func (*NFService) SetAllowedNfDomains ¶
SetAllowedNfDomains gets a reference to the given []string and assigns it to the AllowedNfDomains field.
func (*NFService) SetAllowedNfTypes ¶
SetAllowedNfTypes gets a reference to the given []NFType and assigns it to the AllowedNfTypes field.
func (*NFService) SetAllowedNssais ¶
SetAllowedNssais gets a reference to the given []ExtSnssai and assigns it to the AllowedNssais field.
func (*NFService) SetAllowedOperationsPerNfInstance ¶
SetAllowedOperationsPerNfInstance gets a reference to the given map[string][]string and assigns it to the AllowedOperationsPerNfInstance field.
func (*NFService) SetAllowedOperationsPerNfInstanceOverrides ¶
SetAllowedOperationsPerNfInstanceOverrides gets a reference to the given bool and assigns it to the AllowedOperationsPerNfInstanceOverrides field.
func (*NFService) SetAllowedOperationsPerNfType ¶
SetAllowedOperationsPerNfType gets a reference to the given map[string][]string and assigns it to the AllowedOperationsPerNfType field.
func (*NFService) SetAllowedPlmns ¶
SetAllowedPlmns gets a reference to the given []PlmnId and assigns it to the AllowedPlmns field.
func (*NFService) SetAllowedSnpns ¶
SetAllowedSnpns gets a reference to the given []PlmnIdNid and assigns it to the AllowedSnpns field.
func (*NFService) SetApiPrefix ¶
SetApiPrefix gets a reference to the given string and assigns it to the ApiPrefix field.
func (*NFService) SetCapacity ¶
SetCapacity gets a reference to the given int32 and assigns it to the Capacity field.
func (*NFService) SetDefaultNotificationSubscriptions ¶
func (o *NFService) SetDefaultNotificationSubscriptions(v []DefaultNotificationSubscription)
SetDefaultNotificationSubscriptions gets a reference to the given []DefaultNotificationSubscription and assigns it to the DefaultNotificationSubscriptions field.
func (*NFService) SetFqdn ¶
SetFqdn gets a reference to the given string and assigns it to the Fqdn field.
func (*NFService) SetInterPlmnFqdn ¶
SetInterPlmnFqdn gets a reference to the given string and assigns it to the InterPlmnFqdn field.
func (*NFService) SetIpEndPoints ¶
func (o *NFService) SetIpEndPoints(v []IpEndPoint)
SetIpEndPoints gets a reference to the given []IpEndPoint and assigns it to the IpEndPoints field.
func (*NFService) SetLoad ¶
SetLoad gets a reference to the given int32 and assigns it to the Load field.
func (*NFService) SetLoadTimeStamp ¶
SetLoadTimeStamp gets a reference to the given time.Time and assigns it to the LoadTimeStamp field.
func (*NFService) SetNfServiceSetIdList ¶
SetNfServiceSetIdList gets a reference to the given []string and assigns it to the NfServiceSetIdList field.
func (*NFService) SetNfServiceStatus ¶
func (o *NFService) SetNfServiceStatus(v NFServiceStatus)
SetNfServiceStatus sets field value
func (*NFService) SetOauth2Required ¶
SetOauth2Required gets a reference to the given bool and assigns it to the Oauth2Required field.
func (*NFService) SetPerPlmnOauth2ReqList ¶
func (o *NFService) SetPerPlmnOauth2ReqList(v PlmnOauth2)
SetPerPlmnOauth2ReqList gets a reference to the given PlmnOauth2 and assigns it to the PerPlmnOauth2ReqList field.
func (*NFService) SetPerPlmnSnssaiList ¶
func (o *NFService) SetPerPlmnSnssaiList(v []PlmnSnssai)
SetPerPlmnSnssaiList gets a reference to the given []PlmnSnssai and assigns it to the PerPlmnSnssaiList field.
func (*NFService) SetPriority ¶
SetPriority gets a reference to the given int32 and assigns it to the Priority field.
func (*NFService) SetRecoveryTime ¶
SetRecoveryTime gets a reference to the given time.Time and assigns it to the RecoveryTime field.
func (*NFService) SetSNssais ¶
SetSNssais gets a reference to the given []ExtSnssai and assigns it to the SNssais field.
func (*NFService) SetServiceInstanceId ¶
SetServiceInstanceId sets field value
func (*NFService) SetServiceName ¶
func (o *NFService) SetServiceName(v ServiceName)
SetServiceName sets field value
func (*NFService) SetSupportedFeatures ¶
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (*NFService) SetSupportedVendorSpecificFeatures ¶
func (o *NFService) SetSupportedVendorSpecificFeatures(v map[string][]VendorSpecificFeature)
SetSupportedVendorSpecificFeatures gets a reference to the given map[string][]VendorSpecificFeature and assigns it to the SupportedVendorSpecificFeatures field.
func (*NFService) SetVendorId ¶
SetVendorId gets a reference to the given string and assigns it to the VendorId field.
func (*NFService) SetVersions ¶
func (o *NFService) SetVersions(v []NFServiceVersion)
SetVersions sets field value
type NFServiceStatus ¶
type NFServiceStatus struct {
String *string
}
NFServiceStatus Status of a given NF Service Instance of an NF Instance stored in NRF
func (*NFServiceStatus) MarshalJSON ¶
func (src *NFServiceStatus) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NFServiceStatus) UnmarshalJSON ¶
func (dst *NFServiceStatus) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NFServiceVersion ¶
type NFServiceVersion struct { ApiVersionInUri string `json:"apiVersionInUri"` ApiFullVersion string `json:"apiFullVersion"` // string with format 'date-time' as defined in OpenAPI. Expiry *time.Time `json:"expiry,omitempty"` }
NFServiceVersion Contains the version details of an NF service
func NewNFServiceVersion ¶
func NewNFServiceVersion(apiVersionInUri string, apiFullVersion string) *NFServiceVersion
NewNFServiceVersion instantiates a new NFServiceVersion 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 NewNFServiceVersionWithDefaults ¶
func NewNFServiceVersionWithDefaults() *NFServiceVersion
NewNFServiceVersionWithDefaults instantiates a new NFServiceVersion 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 (*NFServiceVersion) GetApiFullVersion ¶
func (o *NFServiceVersion) GetApiFullVersion() string
GetApiFullVersion returns the ApiFullVersion field value
func (*NFServiceVersion) GetApiFullVersionOk ¶
func (o *NFServiceVersion) GetApiFullVersionOk() (*string, bool)
GetApiFullVersionOk returns a tuple with the ApiFullVersion field value and a boolean to check if the value has been set.
func (*NFServiceVersion) GetApiVersionInUri ¶
func (o *NFServiceVersion) GetApiVersionInUri() string
GetApiVersionInUri returns the ApiVersionInUri field value
func (*NFServiceVersion) GetApiVersionInUriOk ¶
func (o *NFServiceVersion) GetApiVersionInUriOk() (*string, bool)
GetApiVersionInUriOk returns a tuple with the ApiVersionInUri field value and a boolean to check if the value has been set.
func (*NFServiceVersion) GetExpiry ¶
func (o *NFServiceVersion) GetExpiry() time.Time
GetExpiry returns the Expiry field value if set, zero value otherwise.
func (*NFServiceVersion) GetExpiryOk ¶
func (o *NFServiceVersion) GetExpiryOk() (*time.Time, bool)
GetExpiryOk returns a tuple with the Expiry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NFServiceVersion) HasExpiry ¶
func (o *NFServiceVersion) HasExpiry() bool
HasExpiry returns a boolean if a field has been set.
func (NFServiceVersion) MarshalJSON ¶
func (o NFServiceVersion) MarshalJSON() ([]byte, error)
func (*NFServiceVersion) SetApiFullVersion ¶
func (o *NFServiceVersion) SetApiFullVersion(v string)
SetApiFullVersion sets field value
func (*NFServiceVersion) SetApiVersionInUri ¶
func (o *NFServiceVersion) SetApiVersionInUri(v string)
SetApiVersionInUri sets field value
func (*NFServiceVersion) SetExpiry ¶
func (o *NFServiceVersion) SetExpiry(v time.Time)
SetExpiry gets a reference to the given time.Time and assigns it to the Expiry field.
func (NFServiceVersion) ToMap ¶
func (o NFServiceVersion) ToMap() (map[string]interface{}, error)
type NFStatus ¶
type NFStatus struct {
String *string
}
NFStatus Status of a given NF Instance stored in NRF
func (*NFStatus) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*NFStatus) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type NFType ¶
type NFType struct {
String *string
}
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 Ncgi ¶
type Ncgi struct { PlmnId PlmnId `json:"plmnId"` // 36-bit string identifying an NR Cell Id as specified in clause 9.3.1.7 of 3GPP TS 38.413, 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 Cell Id shall appear first in the string, and the character representing the 4 least significant bit of the Cell Id shall appear last in the string. NrCellId string `json:"nrCellId"` // 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"` }
Ncgi Contains the NCGI (NR Cell Global Identity), as described in 3GPP 23.003
func NewNcgi ¶
NewNcgi instantiates a new Ncgi 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 NewNcgiWithDefaults ¶
func NewNcgiWithDefaults() *Ncgi
NewNcgiWithDefaults instantiates a new Ncgi 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 (*Ncgi) 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 (*Ncgi) GetNrCellId ¶
GetNrCellId returns the NrCellId field value
func (*Ncgi) GetNrCellIdOk ¶
GetNrCellIdOk returns a tuple with the NrCellId field value and a boolean to check if the value has been set.
func (*Ncgi) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (Ncgi) MarshalJSON ¶
type NcgiTai ¶
type NcgiTai struct { Tai Tai `json:"tai"` // List of List of NR cell ids CellList []Ncgi `json:"cellList"` }
NcgiTai List of NR cell ids, with their pertaining TAIs
func NewNcgiTai ¶
NewNcgiTai instantiates a new NcgiTai 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 NewNcgiTaiWithDefaults ¶
func NewNcgiTaiWithDefaults() *NcgiTai
NewNcgiTaiWithDefaults instantiates a new NcgiTai 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 (*NcgiTai) GetCellList ¶
GetCellList returns the CellList field value
func (*NcgiTai) GetCellListOk ¶
GetCellListOk returns a tuple with the CellList field value and a boolean to check if the value has been set.
func (*NcgiTai) GetTaiOk ¶
GetTaiOk returns a tuple with the Tai field value and a boolean to check if the value has been set.
func (NcgiTai) MarshalJSON ¶
type NefCond ¶
type NefCond struct { ConditionType string `json:"conditionType"` AfEvents []AfEvent `json:"afEvents,omitempty"` SnssaiList []Snssai `json:"snssaiList,omitempty"` PfdData *PfdData `json:"pfdData,omitempty"` GpsiRanges []IdentityRange `json:"gpsiRanges,omitempty"` ExternalGroupIdentifiersRanges []IdentityRange `json:"externalGroupIdentifiersRanges,omitempty"` ServedFqdnList []string `json:"servedFqdnList,omitempty"` }
NefCond Subscription to a set of NF Instances (NEFs), identified by Event ID(s) provided by AF, S-NSSAI(s), AF Instance ID, Application Identifier, External Identifier, External Group Identifier, or domain name.
func NewNefCond ¶
NewNefCond instantiates a new NefCond 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 NewNefCondWithDefaults ¶
func NewNefCondWithDefaults() *NefCond
NewNefCondWithDefaults instantiates a new NefCond 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 (*NefCond) GetAfEvents ¶
GetAfEvents returns the AfEvents field value if set, zero value otherwise.
func (*NefCond) GetAfEventsOk ¶
GetAfEventsOk returns a tuple with the AfEvents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NefCond) GetConditionType ¶
GetConditionType returns the ConditionType field value
func (*NefCond) GetConditionTypeOk ¶
GetConditionTypeOk returns a tuple with the ConditionType field value and a boolean to check if the value has been set.
func (*NefCond) GetExternalGroupIdentifiersRanges ¶
func (o *NefCond) GetExternalGroupIdentifiersRanges() []IdentityRange
GetExternalGroupIdentifiersRanges returns the ExternalGroupIdentifiersRanges field value if set, zero value otherwise.
func (*NefCond) GetExternalGroupIdentifiersRangesOk ¶
func (o *NefCond) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)
GetExternalGroupIdentifiersRangesOk returns a tuple with the ExternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NefCond) GetGpsiRanges ¶
func (o *NefCond) GetGpsiRanges() []IdentityRange
GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.
func (*NefCond) GetGpsiRangesOk ¶
func (o *NefCond) GetGpsiRangesOk() ([]IdentityRange, bool)
GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NefCond) GetPfdData ¶
GetPfdData returns the PfdData field value if set, zero value otherwise.
func (*NefCond) GetPfdDataOk ¶
GetPfdDataOk returns a tuple with the PfdData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NefCond) GetServedFqdnList ¶
GetServedFqdnList returns the ServedFqdnList field value if set, zero value otherwise.
func (*NefCond) GetServedFqdnListOk ¶
GetServedFqdnListOk returns a tuple with the ServedFqdnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NefCond) GetSnssaiList ¶
GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.
func (*NefCond) GetSnssaiListOk ¶
GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NefCond) HasAfEvents ¶
HasAfEvents returns a boolean if a field has been set.
func (*NefCond) HasExternalGroupIdentifiersRanges ¶
HasExternalGroupIdentifiersRanges returns a boolean if a field has been set.
func (*NefCond) HasGpsiRanges ¶
HasGpsiRanges returns a boolean if a field has been set.
func (*NefCond) HasPfdData ¶
HasPfdData returns a boolean if a field has been set.
func (*NefCond) HasServedFqdnList ¶
HasServedFqdnList returns a boolean if a field has been set.
func (*NefCond) HasSnssaiList ¶
HasSnssaiList returns a boolean if a field has been set.
func (NefCond) MarshalJSON ¶
func (*NefCond) SetAfEvents ¶
SetAfEvents gets a reference to the given []AfEvent and assigns it to the AfEvents field.
func (*NefCond) SetConditionType ¶
SetConditionType sets field value
func (*NefCond) SetExternalGroupIdentifiersRanges ¶
func (o *NefCond) SetExternalGroupIdentifiersRanges(v []IdentityRange)
SetExternalGroupIdentifiersRanges gets a reference to the given []IdentityRange and assigns it to the ExternalGroupIdentifiersRanges field.
func (*NefCond) SetGpsiRanges ¶
func (o *NefCond) SetGpsiRanges(v []IdentityRange)
SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.
func (*NefCond) SetPfdData ¶
SetPfdData gets a reference to the given PfdData and assigns it to the PfdData field.
func (*NefCond) SetServedFqdnList ¶
SetServedFqdnList gets a reference to the given []string and assigns it to the ServedFqdnList field.
func (*NefCond) SetSnssaiList ¶
SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.
type NefInfo ¶
type NefInfo struct { // Identity of the NEF NefId *string `json:"nefId,omitempty"` PfdData *PfdData `json:"pfdData,omitempty"` AfEeData *AfEventExposureData `json:"afEeData,omitempty"` GpsiRanges []IdentityRange `json:"gpsiRanges,omitempty"` ExternalGroupIdentifiersRanges []IdentityRange `json:"externalGroupIdentifiersRanges,omitempty"` ServedFqdnList []string `json:"servedFqdnList,omitempty"` TaiList []Tai `json:"taiList,omitempty"` TaiRangeList []TaiRange `json:"taiRangeList,omitempty"` DnaiList []string `json:"dnaiList,omitempty"` UnTrustAfInfoList []UnTrustAfInfo `json:"unTrustAfInfoList,omitempty"` UasNfFunctionalityInd *bool `json:"uasNfFunctionalityInd,omitempty"` }
NefInfo Information of an NEF NF Instance
func NewNefInfo ¶
func NewNefInfo() *NefInfo
NewNefInfo instantiates a new NefInfo 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 NewNefInfoWithDefaults ¶
func NewNefInfoWithDefaults() *NefInfo
NewNefInfoWithDefaults instantiates a new NefInfo 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 (*NefInfo) GetAfEeData ¶
func (o *NefInfo) GetAfEeData() AfEventExposureData
GetAfEeData returns the AfEeData field value if set, zero value otherwise.
func (*NefInfo) GetAfEeDataOk ¶
func (o *NefInfo) GetAfEeDataOk() (*AfEventExposureData, bool)
GetAfEeDataOk returns a tuple with the AfEeData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NefInfo) GetDnaiList ¶
GetDnaiList returns the DnaiList field value if set, zero value otherwise.
func (*NefInfo) GetDnaiListOk ¶
GetDnaiListOk returns a tuple with the DnaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NefInfo) GetExternalGroupIdentifiersRanges ¶
func (o *NefInfo) GetExternalGroupIdentifiersRanges() []IdentityRange
GetExternalGroupIdentifiersRanges returns the ExternalGroupIdentifiersRanges field value if set, zero value otherwise.
func (*NefInfo) GetExternalGroupIdentifiersRangesOk ¶
func (o *NefInfo) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)
GetExternalGroupIdentifiersRangesOk returns a tuple with the ExternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NefInfo) GetGpsiRanges ¶
func (o *NefInfo) GetGpsiRanges() []IdentityRange
GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.
func (*NefInfo) GetGpsiRangesOk ¶
func (o *NefInfo) GetGpsiRangesOk() ([]IdentityRange, bool)
GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NefInfo) GetNefIdOk ¶
GetNefIdOk returns a tuple with the NefId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NefInfo) GetPfdData ¶
GetPfdData returns the PfdData field value if set, zero value otherwise.
func (*NefInfo) GetPfdDataOk ¶
GetPfdDataOk returns a tuple with the PfdData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NefInfo) GetServedFqdnList ¶
GetServedFqdnList returns the ServedFqdnList field value if set, zero value otherwise.
func (*NefInfo) GetServedFqdnListOk ¶
GetServedFqdnListOk returns a tuple with the ServedFqdnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NefInfo) GetTaiList ¶
GetTaiList returns the TaiList field value if set, zero value otherwise.
func (*NefInfo) GetTaiListOk ¶
GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NefInfo) GetTaiRangeList ¶
GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.
func (*NefInfo) GetTaiRangeListOk ¶
GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NefInfo) GetUasNfFunctionalityInd ¶
GetUasNfFunctionalityInd returns the UasNfFunctionalityInd field value if set, zero value otherwise.
func (*NefInfo) GetUasNfFunctionalityIndOk ¶
GetUasNfFunctionalityIndOk returns a tuple with the UasNfFunctionalityInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NefInfo) GetUnTrustAfInfoList ¶
func (o *NefInfo) GetUnTrustAfInfoList() []UnTrustAfInfo
GetUnTrustAfInfoList returns the UnTrustAfInfoList field value if set, zero value otherwise.
func (*NefInfo) GetUnTrustAfInfoListOk ¶
func (o *NefInfo) GetUnTrustAfInfoListOk() ([]UnTrustAfInfo, bool)
GetUnTrustAfInfoListOk returns a tuple with the UnTrustAfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NefInfo) HasAfEeData ¶
HasAfEeData returns a boolean if a field has been set.
func (*NefInfo) HasDnaiList ¶
HasDnaiList returns a boolean if a field has been set.
func (*NefInfo) HasExternalGroupIdentifiersRanges ¶
HasExternalGroupIdentifiersRanges returns a boolean if a field has been set.
func (*NefInfo) HasGpsiRanges ¶
HasGpsiRanges returns a boolean if a field has been set.
func (*NefInfo) HasPfdData ¶
HasPfdData returns a boolean if a field has been set.
func (*NefInfo) HasServedFqdnList ¶
HasServedFqdnList returns a boolean if a field has been set.
func (*NefInfo) HasTaiList ¶
HasTaiList returns a boolean if a field has been set.
func (*NefInfo) HasTaiRangeList ¶
HasTaiRangeList returns a boolean if a field has been set.
func (*NefInfo) HasUasNfFunctionalityInd ¶
HasUasNfFunctionalityInd returns a boolean if a field has been set.
func (*NefInfo) HasUnTrustAfInfoList ¶
HasUnTrustAfInfoList returns a boolean if a field has been set.
func (NefInfo) MarshalJSON ¶
func (*NefInfo) SetAfEeData ¶
func (o *NefInfo) SetAfEeData(v AfEventExposureData)
SetAfEeData gets a reference to the given AfEventExposureData and assigns it to the AfEeData field.
func (*NefInfo) SetDnaiList ¶
SetDnaiList gets a reference to the given []string and assigns it to the DnaiList field.
func (*NefInfo) SetExternalGroupIdentifiersRanges ¶
func (o *NefInfo) SetExternalGroupIdentifiersRanges(v []IdentityRange)
SetExternalGroupIdentifiersRanges gets a reference to the given []IdentityRange and assigns it to the ExternalGroupIdentifiersRanges field.
func (*NefInfo) SetGpsiRanges ¶
func (o *NefInfo) SetGpsiRanges(v []IdentityRange)
SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.
func (*NefInfo) SetNefId ¶
SetNefId gets a reference to the given string and assigns it to the NefId field.
func (*NefInfo) SetPfdData ¶
SetPfdData gets a reference to the given PfdData and assigns it to the PfdData field.
func (*NefInfo) SetServedFqdnList ¶
SetServedFqdnList gets a reference to the given []string and assigns it to the ServedFqdnList field.
func (*NefInfo) SetTaiList ¶
SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.
func (*NefInfo) SetTaiRangeList ¶
SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.
func (*NefInfo) SetUasNfFunctionalityInd ¶
SetUasNfFunctionalityInd gets a reference to the given bool and assigns it to the UasNfFunctionalityInd field.
func (*NefInfo) SetUnTrustAfInfoList ¶
func (o *NefInfo) SetUnTrustAfInfoList(v []UnTrustAfInfo)
SetUnTrustAfInfoList gets a reference to the given []UnTrustAfInfo and assigns it to the UnTrustAfInfoList field.
type NetworkNodeDiameterAddress ¶
type NetworkNodeDiameterAddress struct { // Fully Qualified Domain Name Name string `json:"name"` // Fully Qualified Domain Name Realm string `json:"realm"` }
NetworkNodeDiameterAddress struct for NetworkNodeDiameterAddress
func NewNetworkNodeDiameterAddress ¶
func NewNetworkNodeDiameterAddress(name string, realm string) *NetworkNodeDiameterAddress
NewNetworkNodeDiameterAddress instantiates a new NetworkNodeDiameterAddress 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 NewNetworkNodeDiameterAddressWithDefaults ¶
func NewNetworkNodeDiameterAddressWithDefaults() *NetworkNodeDiameterAddress
NewNetworkNodeDiameterAddressWithDefaults instantiates a new NetworkNodeDiameterAddress 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 (*NetworkNodeDiameterAddress) GetName ¶
func (o *NetworkNodeDiameterAddress) GetName() string
GetName returns the Name field value
func (*NetworkNodeDiameterAddress) GetNameOk ¶
func (o *NetworkNodeDiameterAddress) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*NetworkNodeDiameterAddress) GetRealm ¶
func (o *NetworkNodeDiameterAddress) GetRealm() string
GetRealm returns the Realm field value
func (*NetworkNodeDiameterAddress) GetRealmOk ¶
func (o *NetworkNodeDiameterAddress) GetRealmOk() (*string, bool)
GetRealmOk returns a tuple with the Realm field value and a boolean to check if the value has been set.
func (NetworkNodeDiameterAddress) MarshalJSON ¶
func (o NetworkNodeDiameterAddress) MarshalJSON() ([]byte, error)
func (*NetworkNodeDiameterAddress) SetName ¶
func (o *NetworkNodeDiameterAddress) SetName(v string)
SetName sets field value
func (*NetworkNodeDiameterAddress) SetRealm ¶
func (o *NetworkNodeDiameterAddress) SetRealm(v string)
SetRealm sets field value
func (NetworkNodeDiameterAddress) ToMap ¶
func (o NetworkNodeDiameterAddress) ToMap() (map[string]interface{}, error)
type NetworkSliceCond ¶
type NetworkSliceCond struct { SnssaiList []Snssai `json:"snssaiList"` NsiList []string `json:"nsiList,omitempty"` }
NetworkSliceCond Subscription to a set of NFs, based on the slices (S-NSSAI and NSI) they support
func NewNetworkSliceCond ¶
func NewNetworkSliceCond(snssaiList []Snssai) *NetworkSliceCond
NewNetworkSliceCond instantiates a new NetworkSliceCond 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 NewNetworkSliceCondWithDefaults ¶
func NewNetworkSliceCondWithDefaults() *NetworkSliceCond
NewNetworkSliceCondWithDefaults instantiates a new NetworkSliceCond 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 (*NetworkSliceCond) GetNsiList ¶
func (o *NetworkSliceCond) GetNsiList() []string
GetNsiList returns the NsiList field value if set, zero value otherwise.
func (*NetworkSliceCond) GetNsiListOk ¶
func (o *NetworkSliceCond) GetNsiListOk() ([]string, bool)
GetNsiListOk returns a tuple with the NsiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NetworkSliceCond) GetSnssaiList ¶
func (o *NetworkSliceCond) GetSnssaiList() []Snssai
GetSnssaiList returns the SnssaiList field value
func (*NetworkSliceCond) GetSnssaiListOk ¶
func (o *NetworkSliceCond) GetSnssaiListOk() ([]Snssai, bool)
GetSnssaiListOk returns a tuple with the SnssaiList field value and a boolean to check if the value has been set.
func (*NetworkSliceCond) HasNsiList ¶
func (o *NetworkSliceCond) HasNsiList() bool
HasNsiList returns a boolean if a field has been set.
func (NetworkSliceCond) MarshalJSON ¶
func (o NetworkSliceCond) MarshalJSON() ([]byte, error)
func (*NetworkSliceCond) SetNsiList ¶
func (o *NetworkSliceCond) SetNsiList(v []string)
SetNsiList gets a reference to the given []string and assigns it to the NsiList field.
func (*NetworkSliceCond) SetSnssaiList ¶
func (o *NetworkSliceCond) SetSnssaiList(v []Snssai)
SetSnssaiList sets field value
func (NetworkSliceCond) ToMap ¶
func (o NetworkSliceCond) ToMap() (map[string]interface{}, error)
type NfGroupCond ¶
type NfGroupCond struct { NfType string `json:"nfType"` // Identifier of a group of NFs. NfGroupId string `json:"nfGroupId"` }
NfGroupCond Subscription to a set of NFs based on their Group Id
func NewNfGroupCond ¶
func NewNfGroupCond(nfType string, nfGroupId string) *NfGroupCond
NewNfGroupCond instantiates a new NfGroupCond 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 NewNfGroupCondWithDefaults ¶
func NewNfGroupCondWithDefaults() *NfGroupCond
NewNfGroupCondWithDefaults instantiates a new NfGroupCond 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 (*NfGroupCond) GetNfGroupId ¶
func (o *NfGroupCond) GetNfGroupId() string
GetNfGroupId returns the NfGroupId field value
func (*NfGroupCond) GetNfGroupIdOk ¶
func (o *NfGroupCond) GetNfGroupIdOk() (*string, bool)
GetNfGroupIdOk returns a tuple with the NfGroupId field value and a boolean to check if the value has been set.
func (*NfGroupCond) GetNfType ¶
func (o *NfGroupCond) GetNfType() string
GetNfType returns the NfType field value
func (*NfGroupCond) GetNfTypeOk ¶
func (o *NfGroupCond) GetNfTypeOk() (*string, bool)
GetNfTypeOk returns a tuple with the NfType field value and a boolean to check if the value has been set.
func (NfGroupCond) MarshalJSON ¶
func (o NfGroupCond) MarshalJSON() ([]byte, error)
func (*NfGroupCond) SetNfGroupId ¶
func (o *NfGroupCond) SetNfGroupId(v string)
SetNfGroupId sets field value
func (*NfGroupCond) SetNfType ¶
func (o *NfGroupCond) SetNfType(v string)
SetNfType sets field value
func (NfGroupCond) ToMap ¶
func (o NfGroupCond) ToMap() (map[string]interface{}, error)
type NfGroupListCond ¶
type NfGroupListCond struct { ConditionType string `json:"conditionType"` NfType string `json:"nfType"` NfGroupIdList []string `json:"nfGroupIdList"` }
NfGroupListCond Subscription to a set of NFs based on their Group Ids
func NewNfGroupListCond ¶
func NewNfGroupListCond(conditionType string, nfType string, nfGroupIdList []string) *NfGroupListCond
NewNfGroupListCond instantiates a new NfGroupListCond 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 NewNfGroupListCondWithDefaults ¶
func NewNfGroupListCondWithDefaults() *NfGroupListCond
NewNfGroupListCondWithDefaults instantiates a new NfGroupListCond 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 (*NfGroupListCond) GetConditionType ¶
func (o *NfGroupListCond) GetConditionType() string
GetConditionType returns the ConditionType field value
func (*NfGroupListCond) GetConditionTypeOk ¶
func (o *NfGroupListCond) GetConditionTypeOk() (*string, bool)
GetConditionTypeOk returns a tuple with the ConditionType field value and a boolean to check if the value has been set.
func (*NfGroupListCond) GetNfGroupIdList ¶
func (o *NfGroupListCond) GetNfGroupIdList() []string
GetNfGroupIdList returns the NfGroupIdList field value
func (*NfGroupListCond) GetNfGroupIdListOk ¶
func (o *NfGroupListCond) GetNfGroupIdListOk() ([]string, bool)
GetNfGroupIdListOk returns a tuple with the NfGroupIdList field value and a boolean to check if the value has been set.
func (*NfGroupListCond) GetNfType ¶
func (o *NfGroupListCond) GetNfType() string
GetNfType returns the NfType field value
func (*NfGroupListCond) GetNfTypeOk ¶
func (o *NfGroupListCond) GetNfTypeOk() (*string, bool)
GetNfTypeOk returns a tuple with the NfType field value and a boolean to check if the value has been set.
func (NfGroupListCond) MarshalJSON ¶
func (o NfGroupListCond) MarshalJSON() ([]byte, error)
func (*NfGroupListCond) SetConditionType ¶
func (o *NfGroupListCond) SetConditionType(v string)
SetConditionType sets field value
func (*NfGroupListCond) SetNfGroupIdList ¶
func (o *NfGroupListCond) SetNfGroupIdList(v []string)
SetNfGroupIdList sets field value
func (*NfGroupListCond) SetNfType ¶
func (o *NfGroupListCond) SetNfType(v string)
SetNfType sets field value
func (NfGroupListCond) ToMap ¶
func (o NfGroupListCond) ToMap() (map[string]interface{}, error)
type NfInfo ¶
type NfInfo struct {
NfType *NFType `json:"nfType,omitempty"`
}
NfInfo Information of a generic NF Instance
func NewNfInfo ¶
func NewNfInfo() *NfInfo
NewNfInfo instantiates a new NfInfo 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 NewNfInfoWithDefaults ¶
func NewNfInfoWithDefaults() *NfInfo
NewNfInfoWithDefaults instantiates a new NfInfo 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 (*NfInfo) GetNfTypeOk ¶
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 (NfInfo) MarshalJSON ¶
type NfInstanceIdCond ¶
type NfInstanceIdCond struct { // 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"` }
NfInstanceIdCond Subscription to a given NF Instance Id
func NewNfInstanceIdCond ¶
func NewNfInstanceIdCond(nfInstanceId string) *NfInstanceIdCond
NewNfInstanceIdCond instantiates a new NfInstanceIdCond 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 NewNfInstanceIdCondWithDefaults ¶
func NewNfInstanceIdCondWithDefaults() *NfInstanceIdCond
NewNfInstanceIdCondWithDefaults instantiates a new NfInstanceIdCond 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 (*NfInstanceIdCond) GetNfInstanceId ¶
func (o *NfInstanceIdCond) GetNfInstanceId() string
GetNfInstanceId returns the NfInstanceId field value
func (*NfInstanceIdCond) GetNfInstanceIdOk ¶
func (o *NfInstanceIdCond) GetNfInstanceIdOk() (*string, bool)
GetNfInstanceIdOk returns a tuple with the NfInstanceId field value and a boolean to check if the value has been set.
func (NfInstanceIdCond) MarshalJSON ¶
func (o NfInstanceIdCond) MarshalJSON() ([]byte, error)
func (*NfInstanceIdCond) SetNfInstanceId ¶
func (o *NfInstanceIdCond) SetNfInstanceId(v string)
SetNfInstanceId sets field value
func (NfInstanceIdCond) ToMap ¶
func (o NfInstanceIdCond) ToMap() (map[string]interface{}, error)
type NfInstanceIdListCond ¶
type NfInstanceIdListCond struct {
NfInstanceIdList []string `json:"nfInstanceIdList"`
}
NfInstanceIdListCond Subscription to a list of NF Instances
func NewNfInstanceIdListCond ¶
func NewNfInstanceIdListCond(nfInstanceIdList []string) *NfInstanceIdListCond
NewNfInstanceIdListCond instantiates a new NfInstanceIdListCond 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 NewNfInstanceIdListCondWithDefaults ¶
func NewNfInstanceIdListCondWithDefaults() *NfInstanceIdListCond
NewNfInstanceIdListCondWithDefaults instantiates a new NfInstanceIdListCond 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 (*NfInstanceIdListCond) GetNfInstanceIdList ¶
func (o *NfInstanceIdListCond) GetNfInstanceIdList() []string
GetNfInstanceIdList returns the NfInstanceIdList field value
func (*NfInstanceIdListCond) GetNfInstanceIdListOk ¶
func (o *NfInstanceIdListCond) GetNfInstanceIdListOk() ([]string, bool)
GetNfInstanceIdListOk returns a tuple with the NfInstanceIdList field value and a boolean to check if the value has been set.
func (NfInstanceIdListCond) MarshalJSON ¶
func (o NfInstanceIdListCond) MarshalJSON() ([]byte, error)
func (*NfInstanceIdListCond) SetNfInstanceIdList ¶
func (o *NfInstanceIdListCond) SetNfInstanceIdList(v []string)
SetNfInstanceIdList sets field value
func (NfInstanceIdListCond) ToMap ¶
func (o NfInstanceIdListCond) ToMap() (map[string]interface{}, error)
type NfServiceSetCond ¶
type NfServiceSetCond struct { // 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. NfServiceSetId string `json:"nfServiceSetId"` // 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. NfSetId *string `json:"nfSetId,omitempty"` }
NfServiceSetCond Subscription to a set of NFs based on their Service Set Id
func NewNfServiceSetCond ¶
func NewNfServiceSetCond(nfServiceSetId string) *NfServiceSetCond
NewNfServiceSetCond instantiates a new NfServiceSetCond 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 NewNfServiceSetCondWithDefaults ¶
func NewNfServiceSetCondWithDefaults() *NfServiceSetCond
NewNfServiceSetCondWithDefaults instantiates a new NfServiceSetCond 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 (*NfServiceSetCond) GetNfServiceSetId ¶
func (o *NfServiceSetCond) GetNfServiceSetId() string
GetNfServiceSetId returns the NfServiceSetId field value
func (*NfServiceSetCond) GetNfServiceSetIdOk ¶
func (o *NfServiceSetCond) GetNfServiceSetIdOk() (*string, bool)
GetNfServiceSetIdOk returns a tuple with the NfServiceSetId field value and a boolean to check if the value has been set.
func (*NfServiceSetCond) GetNfSetId ¶
func (o *NfServiceSetCond) GetNfSetId() string
GetNfSetId returns the NfSetId field value if set, zero value otherwise.
func (*NfServiceSetCond) GetNfSetIdOk ¶
func (o *NfServiceSetCond) GetNfSetIdOk() (*string, bool)
GetNfSetIdOk returns a tuple with the NfSetId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NfServiceSetCond) HasNfSetId ¶
func (o *NfServiceSetCond) HasNfSetId() bool
HasNfSetId returns a boolean if a field has been set.
func (NfServiceSetCond) MarshalJSON ¶
func (o NfServiceSetCond) MarshalJSON() ([]byte, error)
func (*NfServiceSetCond) SetNfServiceSetId ¶
func (o *NfServiceSetCond) SetNfServiceSetId(v string)
SetNfServiceSetId sets field value
func (*NfServiceSetCond) SetNfSetId ¶
func (o *NfServiceSetCond) SetNfSetId(v string)
SetNfSetId gets a reference to the given string and assigns it to the NfSetId field.
func (NfServiceSetCond) ToMap ¶
func (o NfServiceSetCond) ToMap() (map[string]interface{}, error)
type NfSetCond ¶
type NfSetCond struct { // 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. NfSetId string `json:"nfSetId"` }
NfSetCond Subscription to a set of NFs based on their Set Id
func NewNfSetCond ¶
NewNfSetCond instantiates a new NfSetCond 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 NewNfSetCondWithDefaults ¶
func NewNfSetCondWithDefaults() *NfSetCond
NewNfSetCondWithDefaults instantiates a new NfSetCond 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 (*NfSetCond) GetNfSetId ¶
GetNfSetId returns the NfSetId field value
func (*NfSetCond) GetNfSetIdOk ¶
GetNfSetIdOk returns a tuple with the NfSetId field value and a boolean to check if the value has been set.
func (NfSetCond) MarshalJSON ¶
type NfTypeCond ¶
type NfTypeCond struct {
NfType NFType `json:"nfType"`
}
NfTypeCond Subscription to a set of NFs based on their NF Type
func NewNfTypeCond ¶
func NewNfTypeCond(nfType NFType) *NfTypeCond
NewNfTypeCond instantiates a new NfTypeCond 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 NewNfTypeCondWithDefaults ¶
func NewNfTypeCondWithDefaults() *NfTypeCond
NewNfTypeCondWithDefaults instantiates a new NfTypeCond 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 (*NfTypeCond) GetNfType ¶
func (o *NfTypeCond) GetNfType() NFType
GetNfType returns the NfType field value
func (*NfTypeCond) GetNfTypeOk ¶
func (o *NfTypeCond) GetNfTypeOk() (*NFType, bool)
GetNfTypeOk returns a tuple with the NfType field value and a boolean to check if the value has been set.
func (NfTypeCond) MarshalJSON ¶
func (o NfTypeCond) MarshalJSON() ([]byte, error)
func (NfTypeCond) ToMap ¶
func (o NfTypeCond) ToMap() (map[string]interface{}, error)
type NotifCondition ¶
type NotifCondition struct { MonitoredAttributes []string `json:"monitoredAttributes,omitempty"` UnmonitoredAttributes []string `json:"unmonitoredAttributes,omitempty"` }
NotifCondition Condition (list of attributes in the NF Profile) to determine whether a notification must be sent by NRF
func NewNotifCondition ¶
func NewNotifCondition() *NotifCondition
NewNotifCondition instantiates a new NotifCondition 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 NewNotifConditionWithDefaults ¶
func NewNotifConditionWithDefaults() *NotifCondition
NewNotifConditionWithDefaults instantiates a new NotifCondition 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 (*NotifCondition) GetMonitoredAttributes ¶
func (o *NotifCondition) GetMonitoredAttributes() []string
GetMonitoredAttributes returns the MonitoredAttributes field value if set, zero value otherwise.
func (*NotifCondition) GetMonitoredAttributesOk ¶
func (o *NotifCondition) GetMonitoredAttributesOk() ([]string, bool)
GetMonitoredAttributesOk returns a tuple with the MonitoredAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotifCondition) GetUnmonitoredAttributes ¶
func (o *NotifCondition) GetUnmonitoredAttributes() []string
GetUnmonitoredAttributes returns the UnmonitoredAttributes field value if set, zero value otherwise.
func (*NotifCondition) GetUnmonitoredAttributesOk ¶
func (o *NotifCondition) GetUnmonitoredAttributesOk() ([]string, bool)
GetUnmonitoredAttributesOk returns a tuple with the UnmonitoredAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotifCondition) HasMonitoredAttributes ¶
func (o *NotifCondition) HasMonitoredAttributes() bool
HasMonitoredAttributes returns a boolean if a field has been set.
func (*NotifCondition) HasUnmonitoredAttributes ¶
func (o *NotifCondition) HasUnmonitoredAttributes() bool
HasUnmonitoredAttributes returns a boolean if a field has been set.
func (NotifCondition) MarshalJSON ¶
func (o NotifCondition) MarshalJSON() ([]byte, error)
func (*NotifCondition) SetMonitoredAttributes ¶
func (o *NotifCondition) SetMonitoredAttributes(v []string)
SetMonitoredAttributes gets a reference to the given []string and assigns it to the MonitoredAttributes field.
func (*NotifCondition) SetUnmonitoredAttributes ¶
func (o *NotifCondition) SetUnmonitoredAttributes(v []string)
SetUnmonitoredAttributes gets a reference to the given []string and assigns it to the UnmonitoredAttributes field.
func (NotifCondition) ToMap ¶
func (o NotifCondition) ToMap() (map[string]interface{}, error)
type NotificationData ¶
type NotificationData struct { Event NotificationEventType `json:"event"` // String providing an URI formatted according to RFC 3986. NfInstanceUri string `json:"nfInstanceUri"` NfProfile *NFProfile `json:"nfProfile,omitempty"` ProfileChanges []ChangeItem `json:"profileChanges,omitempty"` ConditionEvent *ConditionEventType `json:"conditionEvent,omitempty"` SubscriptionContext *SubscriptionContext `json:"subscriptionContext,omitempty"` CompleteNfProfile *NFProfile `json:"completeNfProfile,omitempty"` }
NotificationData Data sent in notifications from NRF to subscribed NF Instances
func NewNotificationData ¶
func NewNotificationData(event NotificationEventType, nfInstanceUri string) *NotificationData
NewNotificationData instantiates a new NotificationData 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 NewNotificationDataWithDefaults ¶
func NewNotificationDataWithDefaults() *NotificationData
NewNotificationDataWithDefaults instantiates a new NotificationData 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 (*NotificationData) GetCompleteNfProfile ¶
func (o *NotificationData) GetCompleteNfProfile() NFProfile
GetCompleteNfProfile returns the CompleteNfProfile field value if set, zero value otherwise.
func (*NotificationData) GetCompleteNfProfileOk ¶
func (o *NotificationData) GetCompleteNfProfileOk() (*NFProfile, bool)
GetCompleteNfProfileOk returns a tuple with the CompleteNfProfile field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotificationData) GetConditionEvent ¶
func (o *NotificationData) GetConditionEvent() ConditionEventType
GetConditionEvent returns the ConditionEvent field value if set, zero value otherwise.
func (*NotificationData) GetConditionEventOk ¶
func (o *NotificationData) GetConditionEventOk() (*ConditionEventType, bool)
GetConditionEventOk returns a tuple with the ConditionEvent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotificationData) GetEvent ¶
func (o *NotificationData) GetEvent() NotificationEventType
GetEvent returns the Event field value
func (*NotificationData) GetEventOk ¶
func (o *NotificationData) GetEventOk() (*NotificationEventType, bool)
GetEventOk returns a tuple with the Event field value and a boolean to check if the value has been set.
func (*NotificationData) GetNfInstanceUri ¶
func (o *NotificationData) GetNfInstanceUri() string
GetNfInstanceUri returns the NfInstanceUri field value
func (*NotificationData) GetNfInstanceUriOk ¶
func (o *NotificationData) GetNfInstanceUriOk() (*string, bool)
GetNfInstanceUriOk returns a tuple with the NfInstanceUri field value and a boolean to check if the value has been set.
func (*NotificationData) GetNfProfile ¶
func (o *NotificationData) GetNfProfile() NFProfile
GetNfProfile returns the NfProfile field value if set, zero value otherwise.
func (*NotificationData) GetNfProfileOk ¶
func (o *NotificationData) GetNfProfileOk() (*NFProfile, bool)
GetNfProfileOk returns a tuple with the NfProfile field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotificationData) GetProfileChanges ¶
func (o *NotificationData) GetProfileChanges() []ChangeItem
GetProfileChanges returns the ProfileChanges field value if set, zero value otherwise.
func (*NotificationData) GetProfileChangesOk ¶
func (o *NotificationData) GetProfileChangesOk() ([]ChangeItem, bool)
GetProfileChangesOk returns a tuple with the ProfileChanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotificationData) GetSubscriptionContext ¶
func (o *NotificationData) GetSubscriptionContext() SubscriptionContext
GetSubscriptionContext returns the SubscriptionContext field value if set, zero value otherwise.
func (*NotificationData) GetSubscriptionContextOk ¶
func (o *NotificationData) GetSubscriptionContextOk() (*SubscriptionContext, bool)
GetSubscriptionContextOk returns a tuple with the SubscriptionContext field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NotificationData) HasCompleteNfProfile ¶
func (o *NotificationData) HasCompleteNfProfile() bool
HasCompleteNfProfile returns a boolean if a field has been set.
func (*NotificationData) HasConditionEvent ¶
func (o *NotificationData) HasConditionEvent() bool
HasConditionEvent returns a boolean if a field has been set.
func (*NotificationData) HasNfProfile ¶
func (o *NotificationData) HasNfProfile() bool
HasNfProfile returns a boolean if a field has been set.
func (*NotificationData) HasProfileChanges ¶
func (o *NotificationData) HasProfileChanges() bool
HasProfileChanges returns a boolean if a field has been set.
func (*NotificationData) HasSubscriptionContext ¶
func (o *NotificationData) HasSubscriptionContext() bool
HasSubscriptionContext returns a boolean if a field has been set.
func (NotificationData) MarshalJSON ¶
func (o NotificationData) MarshalJSON() ([]byte, error)
func (*NotificationData) SetCompleteNfProfile ¶
func (o *NotificationData) SetCompleteNfProfile(v NFProfile)
SetCompleteNfProfile gets a reference to the given NFProfile and assigns it to the CompleteNfProfile field.
func (*NotificationData) SetConditionEvent ¶
func (o *NotificationData) SetConditionEvent(v ConditionEventType)
SetConditionEvent gets a reference to the given ConditionEventType and assigns it to the ConditionEvent field.
func (*NotificationData) SetEvent ¶
func (o *NotificationData) SetEvent(v NotificationEventType)
SetEvent sets field value
func (*NotificationData) SetNfInstanceUri ¶
func (o *NotificationData) SetNfInstanceUri(v string)
SetNfInstanceUri sets field value
func (*NotificationData) SetNfProfile ¶
func (o *NotificationData) SetNfProfile(v NFProfile)
SetNfProfile gets a reference to the given NFProfile and assigns it to the NfProfile field.
func (*NotificationData) SetProfileChanges ¶
func (o *NotificationData) SetProfileChanges(v []ChangeItem)
SetProfileChanges gets a reference to the given []ChangeItem and assigns it to the ProfileChanges field.
func (*NotificationData) SetSubscriptionContext ¶
func (o *NotificationData) SetSubscriptionContext(v SubscriptionContext)
SetSubscriptionContext gets a reference to the given SubscriptionContext and assigns it to the SubscriptionContext field.
func (NotificationData) ToMap ¶
func (o NotificationData) ToMap() (map[string]interface{}, error)
type NotificationEventType ¶
type NotificationEventType struct {
String *string
}
NotificationEventType Types of events sent in notifications from NRF to subscribed NF Instances
func (*NotificationEventType) MarshalJSON ¶
func (src *NotificationEventType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NotificationEventType) UnmarshalJSON ¶
func (dst *NotificationEventType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NotificationType ¶
type NotificationType struct {
String *string
}
NotificationType Types of notifications used in Default Notification URIs in the NF Profile of an NF Instance
func (*NotificationType) MarshalJSON ¶
func (src *NotificationType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NotificationType) UnmarshalJSON ¶
func (dst *NotificationType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NrfInfo ¶
type NrfInfo struct { // A map (list of key-value pairs) where nfInstanceId serves as key ServedUdrInfo *map[string]NrfInfoServedUdrInfoValue `json:"servedUdrInfo,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedUdrInfoList *map[string]map[string]NrfInfoServedUdrInfoValue `json:"servedUdrInfoList,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedUdmInfo *map[string]NrfInfoServedUdmInfoValue `json:"servedUdmInfo,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedUdmInfoList *map[string]map[string]NrfInfoServedUdmInfoValue `json:"servedUdmInfoList,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedAusfInfo *map[string]NrfInfoServedAusfInfoValue `json:"servedAusfInfo,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedAusfInfoList *map[string]map[string]NrfInfoServedAusfInfoValue `json:"servedAusfInfoList,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedAmfInfo *map[string]NrfInfoServedAmfInfoValue `json:"servedAmfInfo,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedAmfInfoList *map[string]map[string]NrfInfoServedAmfInfoValue `json:"servedAmfInfoList,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedSmfInfo *map[string]NrfInfoServedSmfInfoValue `json:"servedSmfInfo,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedSmfInfoList *map[string]map[string]NrfInfoServedSmfInfoValue `json:"servedSmfInfoList,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedUpfInfo *map[string]NrfInfoServedUpfInfoValue `json:"servedUpfInfo,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedUpfInfoList *map[string]map[string]NrfInfoServedUpfInfoValue `json:"servedUpfInfoList,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedPcfInfo *map[string]NrfInfoServedPcfInfoValue `json:"servedPcfInfo,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedPcfInfoList *map[string]map[string]NrfInfoServedPcfInfoValue `json:"servedPcfInfoList,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedBsfInfo *map[string]NrfInfoServedBsfInfoValue `json:"servedBsfInfo,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedBsfInfoList *map[string]map[string]NrfInfoServedBsfInfoValue `json:"servedBsfInfoList,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedChfInfo *map[string]NrfInfoServedChfInfoValue `json:"servedChfInfo,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedChfInfoList *map[string]map[string]NrfInfoServedChfInfoValue `json:"servedChfInfoList,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedNefInfo *map[string]NrfInfoServedNefInfoValue `json:"servedNefInfo,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedNwdafInfo *map[string]NrfInfoServedNwdafInfoValue `json:"servedNwdafInfo,omitempty"` // A map (list of key-value pairs) where NF Instance Id serves as key ServedNwdafInfoList *map[string]map[string]NwdafInfo `json:"servedNwdafInfoList,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedPcscfInfoList *map[string]map[string]NrfInfoServedPcscfInfoListValueValue `json:"servedPcscfInfoList,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedGmlcInfo *map[string]NrfInfoServedGmlcInfoValue `json:"servedGmlcInfo,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedLmfInfo *map[string]NrfInfoServedLmfInfoValue `json:"servedLmfInfo,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedNfInfo *map[string]NfInfo `json:"servedNfInfo,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedHssInfoList *map[string]map[string]NrfInfoServedHssInfoListValueValue `json:"servedHssInfoList,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedUdsfInfo *map[string]NrfInfoServedUdsfInfoValue `json:"servedUdsfInfo,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedUdsfInfoList *map[string]map[string]NrfInfoServedUdsfInfoValue `json:"servedUdsfInfoList,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedScpInfoList *map[string]NrfInfoServedScpInfoListValue `json:"servedScpInfoList,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedSeppInfoList *map[string]NrfInfoServedSeppInfoListValue `json:"servedSeppInfoList,omitempty"` // A map (list of key-value pairs) where NF Instance Id serves as key ServedAanfInfoList *map[string]map[string]NrfInfoServedAanfInfoListValueValue `json:"servedAanfInfoList,omitempty"` Served5gDdnmfInfo *map[string]Model5GDdnmfInfo `json:"served5gDdnmfInfo,omitempty"` // A map (list of key-value pairs) where NF Instance Id serves as key ServedMfafInfoList *map[string]MfafInfo `json:"servedMfafInfoList,omitempty"` // A map (list of key-value pairs) where NF Instance Id serves as key ServedEasdfInfoList *map[string]map[string]EasdfInfo `json:"servedEasdfInfoList,omitempty"` // A map (list of key-value pairs) where NF Instance Id serves as key ServedDccfInfoList *map[string]DccfInfo `json:"servedDccfInfoList,omitempty"` // A map (list of key-value pairs) where nfInstanceId serves as key ServedMbSmfInfoList *map[string]map[string]NrfInfoServedMbSmfInfoListValueValue `json:"servedMbSmfInfoList,omitempty"` // A map (list of key-value pairs) where NF Instance Id serves as key ServedTsctsfInfoList *map[string]map[string]TsctsfInfo `json:"servedTsctsfInfoList,omitempty"` // A map (list of key-value pairs) where NF Instance Id serves as key ServedMbUpfInfoList *map[string]map[string]MbUpfInfo `json:"servedMbUpfInfoList,omitempty"` // A map (list of key-value pairs) where NF Instance Id serves as key ServedTrustAfInfo *map[string]TrustAfInfo `json:"servedTrustAfInfo,omitempty"` // A map (list of key-value pairs) where NF Instance Id serves as key ServedNssaafInfo *map[string]NssaafInfo `json:"servedNssaafInfo,omitempty"` }
NrfInfo Information of an NRF NF Instance, used in hierarchical NRF deployments
func NewNrfInfo ¶
func NewNrfInfo() *NrfInfo
NewNrfInfo instantiates a new NrfInfo 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 NewNrfInfoWithDefaults ¶
func NewNrfInfoWithDefaults() *NrfInfo
NewNrfInfoWithDefaults instantiates a new NrfInfo 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 (*NrfInfo) GetServed5gDdnmfInfo ¶
func (o *NrfInfo) GetServed5gDdnmfInfo() map[string]Model5GDdnmfInfo
GetServed5gDdnmfInfo returns the Served5gDdnmfInfo field value if set, zero value otherwise.
func (*NrfInfo) GetServed5gDdnmfInfoOk ¶
func (o *NrfInfo) GetServed5gDdnmfInfoOk() (*map[string]Model5GDdnmfInfo, bool)
GetServed5gDdnmfInfoOk returns a tuple with the Served5gDdnmfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedAanfInfoList ¶
func (o *NrfInfo) GetServedAanfInfoList() map[string]map[string]NrfInfoServedAanfInfoListValueValue
GetServedAanfInfoList returns the ServedAanfInfoList field value if set, zero value otherwise.
func (*NrfInfo) GetServedAanfInfoListOk ¶
func (o *NrfInfo) GetServedAanfInfoListOk() (*map[string]map[string]NrfInfoServedAanfInfoListValueValue, bool)
GetServedAanfInfoListOk returns a tuple with the ServedAanfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedAmfInfo ¶
func (o *NrfInfo) GetServedAmfInfo() map[string]NrfInfoServedAmfInfoValue
GetServedAmfInfo returns the ServedAmfInfo field value if set, zero value otherwise.
func (*NrfInfo) GetServedAmfInfoList ¶
func (o *NrfInfo) GetServedAmfInfoList() map[string]map[string]NrfInfoServedAmfInfoValue
GetServedAmfInfoList returns the ServedAmfInfoList field value if set, zero value otherwise.
func (*NrfInfo) GetServedAmfInfoListOk ¶
func (o *NrfInfo) GetServedAmfInfoListOk() (*map[string]map[string]NrfInfoServedAmfInfoValue, bool)
GetServedAmfInfoListOk returns a tuple with the ServedAmfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedAmfInfoOk ¶
func (o *NrfInfo) GetServedAmfInfoOk() (*map[string]NrfInfoServedAmfInfoValue, bool)
GetServedAmfInfoOk returns a tuple with the ServedAmfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedAusfInfo ¶
func (o *NrfInfo) GetServedAusfInfo() map[string]NrfInfoServedAusfInfoValue
GetServedAusfInfo returns the ServedAusfInfo field value if set, zero value otherwise.
func (*NrfInfo) GetServedAusfInfoList ¶
func (o *NrfInfo) GetServedAusfInfoList() map[string]map[string]NrfInfoServedAusfInfoValue
GetServedAusfInfoList returns the ServedAusfInfoList field value if set, zero value otherwise.
func (*NrfInfo) GetServedAusfInfoListOk ¶
func (o *NrfInfo) GetServedAusfInfoListOk() (*map[string]map[string]NrfInfoServedAusfInfoValue, bool)
GetServedAusfInfoListOk returns a tuple with the ServedAusfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedAusfInfoOk ¶
func (o *NrfInfo) GetServedAusfInfoOk() (*map[string]NrfInfoServedAusfInfoValue, bool)
GetServedAusfInfoOk returns a tuple with the ServedAusfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedBsfInfo ¶
func (o *NrfInfo) GetServedBsfInfo() map[string]NrfInfoServedBsfInfoValue
GetServedBsfInfo returns the ServedBsfInfo field value if set, zero value otherwise.
func (*NrfInfo) GetServedBsfInfoList ¶
func (o *NrfInfo) GetServedBsfInfoList() map[string]map[string]NrfInfoServedBsfInfoValue
GetServedBsfInfoList returns the ServedBsfInfoList field value if set, zero value otherwise.
func (*NrfInfo) GetServedBsfInfoListOk ¶
func (o *NrfInfo) GetServedBsfInfoListOk() (*map[string]map[string]NrfInfoServedBsfInfoValue, bool)
GetServedBsfInfoListOk returns a tuple with the ServedBsfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedBsfInfoOk ¶
func (o *NrfInfo) GetServedBsfInfoOk() (*map[string]NrfInfoServedBsfInfoValue, bool)
GetServedBsfInfoOk returns a tuple with the ServedBsfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedChfInfo ¶
func (o *NrfInfo) GetServedChfInfo() map[string]NrfInfoServedChfInfoValue
GetServedChfInfo returns the ServedChfInfo field value if set, zero value otherwise.
func (*NrfInfo) GetServedChfInfoList ¶
func (o *NrfInfo) GetServedChfInfoList() map[string]map[string]NrfInfoServedChfInfoValue
GetServedChfInfoList returns the ServedChfInfoList field value if set, zero value otherwise.
func (*NrfInfo) GetServedChfInfoListOk ¶
func (o *NrfInfo) GetServedChfInfoListOk() (*map[string]map[string]NrfInfoServedChfInfoValue, bool)
GetServedChfInfoListOk returns a tuple with the ServedChfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedChfInfoOk ¶
func (o *NrfInfo) GetServedChfInfoOk() (*map[string]NrfInfoServedChfInfoValue, bool)
GetServedChfInfoOk returns a tuple with the ServedChfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedDccfInfoList ¶
GetServedDccfInfoList returns the ServedDccfInfoList field value if set, zero value otherwise.
func (*NrfInfo) GetServedDccfInfoListOk ¶
GetServedDccfInfoListOk returns a tuple with the ServedDccfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedEasdfInfoList ¶
GetServedEasdfInfoList returns the ServedEasdfInfoList field value if set, zero value otherwise.
func (*NrfInfo) GetServedEasdfInfoListOk ¶
GetServedEasdfInfoListOk returns a tuple with the ServedEasdfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedGmlcInfo ¶
func (o *NrfInfo) GetServedGmlcInfo() map[string]NrfInfoServedGmlcInfoValue
GetServedGmlcInfo returns the ServedGmlcInfo field value if set, zero value otherwise.
func (*NrfInfo) GetServedGmlcInfoOk ¶
func (o *NrfInfo) GetServedGmlcInfoOk() (*map[string]NrfInfoServedGmlcInfoValue, bool)
GetServedGmlcInfoOk returns a tuple with the ServedGmlcInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedHssInfoList ¶
func (o *NrfInfo) GetServedHssInfoList() map[string]map[string]NrfInfoServedHssInfoListValueValue
GetServedHssInfoList returns the ServedHssInfoList field value if set, zero value otherwise.
func (*NrfInfo) GetServedHssInfoListOk ¶
func (o *NrfInfo) GetServedHssInfoListOk() (*map[string]map[string]NrfInfoServedHssInfoListValueValue, bool)
GetServedHssInfoListOk returns a tuple with the ServedHssInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedLmfInfo ¶
func (o *NrfInfo) GetServedLmfInfo() map[string]NrfInfoServedLmfInfoValue
GetServedLmfInfo returns the ServedLmfInfo field value if set, zero value otherwise.
func (*NrfInfo) GetServedLmfInfoOk ¶
func (o *NrfInfo) GetServedLmfInfoOk() (*map[string]NrfInfoServedLmfInfoValue, bool)
GetServedLmfInfoOk returns a tuple with the ServedLmfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedMbSmfInfoList ¶
func (o *NrfInfo) GetServedMbSmfInfoList() map[string]map[string]NrfInfoServedMbSmfInfoListValueValue
GetServedMbSmfInfoList returns the ServedMbSmfInfoList field value if set, zero value otherwise.
func (*NrfInfo) GetServedMbSmfInfoListOk ¶
func (o *NrfInfo) GetServedMbSmfInfoListOk() (*map[string]map[string]NrfInfoServedMbSmfInfoListValueValue, bool)
GetServedMbSmfInfoListOk returns a tuple with the ServedMbSmfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedMbUpfInfoList ¶
GetServedMbUpfInfoList returns the ServedMbUpfInfoList field value if set, zero value otherwise.
func (*NrfInfo) GetServedMbUpfInfoListOk ¶
GetServedMbUpfInfoListOk returns a tuple with the ServedMbUpfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedMfafInfoList ¶
GetServedMfafInfoList returns the ServedMfafInfoList field value if set, zero value otherwise.
func (*NrfInfo) GetServedMfafInfoListOk ¶
GetServedMfafInfoListOk returns a tuple with the ServedMfafInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedNefInfo ¶
func (o *NrfInfo) GetServedNefInfo() map[string]NrfInfoServedNefInfoValue
GetServedNefInfo returns the ServedNefInfo field value if set, zero value otherwise.
func (*NrfInfo) GetServedNefInfoOk ¶
func (o *NrfInfo) GetServedNefInfoOk() (*map[string]NrfInfoServedNefInfoValue, bool)
GetServedNefInfoOk returns a tuple with the ServedNefInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedNfInfo ¶
GetServedNfInfo returns the ServedNfInfo field value if set, zero value otherwise.
func (*NrfInfo) GetServedNfInfoOk ¶
GetServedNfInfoOk returns a tuple with the ServedNfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedNssaafInfo ¶
func (o *NrfInfo) GetServedNssaafInfo() map[string]NssaafInfo
GetServedNssaafInfo returns the ServedNssaafInfo field value if set, zero value otherwise.
func (*NrfInfo) GetServedNssaafInfoOk ¶
func (o *NrfInfo) GetServedNssaafInfoOk() (*map[string]NssaafInfo, bool)
GetServedNssaafInfoOk returns a tuple with the ServedNssaafInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedNwdafInfo ¶
func (o *NrfInfo) GetServedNwdafInfo() map[string]NrfInfoServedNwdafInfoValue
GetServedNwdafInfo returns the ServedNwdafInfo field value if set, zero value otherwise.
func (*NrfInfo) GetServedNwdafInfoList ¶
GetServedNwdafInfoList returns the ServedNwdafInfoList field value if set, zero value otherwise.
func (*NrfInfo) GetServedNwdafInfoListOk ¶
GetServedNwdafInfoListOk returns a tuple with the ServedNwdafInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedNwdafInfoOk ¶
func (o *NrfInfo) GetServedNwdafInfoOk() (*map[string]NrfInfoServedNwdafInfoValue, bool)
GetServedNwdafInfoOk returns a tuple with the ServedNwdafInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedPcfInfo ¶
func (o *NrfInfo) GetServedPcfInfo() map[string]NrfInfoServedPcfInfoValue
GetServedPcfInfo returns the ServedPcfInfo field value if set, zero value otherwise.
func (*NrfInfo) GetServedPcfInfoList ¶
func (o *NrfInfo) GetServedPcfInfoList() map[string]map[string]NrfInfoServedPcfInfoValue
GetServedPcfInfoList returns the ServedPcfInfoList field value if set, zero value otherwise.
func (*NrfInfo) GetServedPcfInfoListOk ¶
func (o *NrfInfo) GetServedPcfInfoListOk() (*map[string]map[string]NrfInfoServedPcfInfoValue, bool)
GetServedPcfInfoListOk returns a tuple with the ServedPcfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedPcfInfoOk ¶
func (o *NrfInfo) GetServedPcfInfoOk() (*map[string]NrfInfoServedPcfInfoValue, bool)
GetServedPcfInfoOk returns a tuple with the ServedPcfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedPcscfInfoList ¶
func (o *NrfInfo) GetServedPcscfInfoList() map[string]map[string]NrfInfoServedPcscfInfoListValueValue
GetServedPcscfInfoList returns the ServedPcscfInfoList field value if set, zero value otherwise.
func (*NrfInfo) GetServedPcscfInfoListOk ¶
func (o *NrfInfo) GetServedPcscfInfoListOk() (*map[string]map[string]NrfInfoServedPcscfInfoListValueValue, bool)
GetServedPcscfInfoListOk returns a tuple with the ServedPcscfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedScpInfoList ¶
func (o *NrfInfo) GetServedScpInfoList() map[string]NrfInfoServedScpInfoListValue
GetServedScpInfoList returns the ServedScpInfoList field value if set, zero value otherwise.
func (*NrfInfo) GetServedScpInfoListOk ¶
func (o *NrfInfo) GetServedScpInfoListOk() (*map[string]NrfInfoServedScpInfoListValue, bool)
GetServedScpInfoListOk returns a tuple with the ServedScpInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedSeppInfoList ¶
func (o *NrfInfo) GetServedSeppInfoList() map[string]NrfInfoServedSeppInfoListValue
GetServedSeppInfoList returns the ServedSeppInfoList field value if set, zero value otherwise.
func (*NrfInfo) GetServedSeppInfoListOk ¶
func (o *NrfInfo) GetServedSeppInfoListOk() (*map[string]NrfInfoServedSeppInfoListValue, bool)
GetServedSeppInfoListOk returns a tuple with the ServedSeppInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedSmfInfo ¶
func (o *NrfInfo) GetServedSmfInfo() map[string]NrfInfoServedSmfInfoValue
GetServedSmfInfo returns the ServedSmfInfo field value if set, zero value otherwise.
func (*NrfInfo) GetServedSmfInfoList ¶
func (o *NrfInfo) GetServedSmfInfoList() map[string]map[string]NrfInfoServedSmfInfoValue
GetServedSmfInfoList returns the ServedSmfInfoList field value if set, zero value otherwise.
func (*NrfInfo) GetServedSmfInfoListOk ¶
func (o *NrfInfo) GetServedSmfInfoListOk() (*map[string]map[string]NrfInfoServedSmfInfoValue, bool)
GetServedSmfInfoListOk returns a tuple with the ServedSmfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedSmfInfoOk ¶
func (o *NrfInfo) GetServedSmfInfoOk() (*map[string]NrfInfoServedSmfInfoValue, bool)
GetServedSmfInfoOk returns a tuple with the ServedSmfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedTrustAfInfo ¶
func (o *NrfInfo) GetServedTrustAfInfo() map[string]TrustAfInfo
GetServedTrustAfInfo returns the ServedTrustAfInfo field value if set, zero value otherwise.
func (*NrfInfo) GetServedTrustAfInfoOk ¶
func (o *NrfInfo) GetServedTrustAfInfoOk() (*map[string]TrustAfInfo, bool)
GetServedTrustAfInfoOk returns a tuple with the ServedTrustAfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedTsctsfInfoList ¶
func (o *NrfInfo) GetServedTsctsfInfoList() map[string]map[string]TsctsfInfo
GetServedTsctsfInfoList returns the ServedTsctsfInfoList field value if set, zero value otherwise.
func (*NrfInfo) GetServedTsctsfInfoListOk ¶
func (o *NrfInfo) GetServedTsctsfInfoListOk() (*map[string]map[string]TsctsfInfo, bool)
GetServedTsctsfInfoListOk returns a tuple with the ServedTsctsfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedUdmInfo ¶
func (o *NrfInfo) GetServedUdmInfo() map[string]NrfInfoServedUdmInfoValue
GetServedUdmInfo returns the ServedUdmInfo field value if set, zero value otherwise.
func (*NrfInfo) GetServedUdmInfoList ¶
func (o *NrfInfo) GetServedUdmInfoList() map[string]map[string]NrfInfoServedUdmInfoValue
GetServedUdmInfoList returns the ServedUdmInfoList field value if set, zero value otherwise.
func (*NrfInfo) GetServedUdmInfoListOk ¶
func (o *NrfInfo) GetServedUdmInfoListOk() (*map[string]map[string]NrfInfoServedUdmInfoValue, bool)
GetServedUdmInfoListOk returns a tuple with the ServedUdmInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedUdmInfoOk ¶
func (o *NrfInfo) GetServedUdmInfoOk() (*map[string]NrfInfoServedUdmInfoValue, bool)
GetServedUdmInfoOk returns a tuple with the ServedUdmInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedUdrInfo ¶
func (o *NrfInfo) GetServedUdrInfo() map[string]NrfInfoServedUdrInfoValue
GetServedUdrInfo returns the ServedUdrInfo field value if set, zero value otherwise.
func (*NrfInfo) GetServedUdrInfoList ¶
func (o *NrfInfo) GetServedUdrInfoList() map[string]map[string]NrfInfoServedUdrInfoValue
GetServedUdrInfoList returns the ServedUdrInfoList field value if set, zero value otherwise.
func (*NrfInfo) GetServedUdrInfoListOk ¶
func (o *NrfInfo) GetServedUdrInfoListOk() (*map[string]map[string]NrfInfoServedUdrInfoValue, bool)
GetServedUdrInfoListOk returns a tuple with the ServedUdrInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedUdrInfoOk ¶
func (o *NrfInfo) GetServedUdrInfoOk() (*map[string]NrfInfoServedUdrInfoValue, bool)
GetServedUdrInfoOk returns a tuple with the ServedUdrInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedUdsfInfo ¶
func (o *NrfInfo) GetServedUdsfInfo() map[string]NrfInfoServedUdsfInfoValue
GetServedUdsfInfo returns the ServedUdsfInfo field value if set, zero value otherwise.
func (*NrfInfo) GetServedUdsfInfoList ¶
func (o *NrfInfo) GetServedUdsfInfoList() map[string]map[string]NrfInfoServedUdsfInfoValue
GetServedUdsfInfoList returns the ServedUdsfInfoList field value if set, zero value otherwise.
func (*NrfInfo) GetServedUdsfInfoListOk ¶
func (o *NrfInfo) GetServedUdsfInfoListOk() (*map[string]map[string]NrfInfoServedUdsfInfoValue, bool)
GetServedUdsfInfoListOk returns a tuple with the ServedUdsfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedUdsfInfoOk ¶
func (o *NrfInfo) GetServedUdsfInfoOk() (*map[string]NrfInfoServedUdsfInfoValue, bool)
GetServedUdsfInfoOk returns a tuple with the ServedUdsfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedUpfInfo ¶
func (o *NrfInfo) GetServedUpfInfo() map[string]NrfInfoServedUpfInfoValue
GetServedUpfInfo returns the ServedUpfInfo field value if set, zero value otherwise.
func (*NrfInfo) GetServedUpfInfoList ¶
func (o *NrfInfo) GetServedUpfInfoList() map[string]map[string]NrfInfoServedUpfInfoValue
GetServedUpfInfoList returns the ServedUpfInfoList field value if set, zero value otherwise.
func (*NrfInfo) GetServedUpfInfoListOk ¶
func (o *NrfInfo) GetServedUpfInfoListOk() (*map[string]map[string]NrfInfoServedUpfInfoValue, bool)
GetServedUpfInfoListOk returns a tuple with the ServedUpfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) GetServedUpfInfoOk ¶
func (o *NrfInfo) GetServedUpfInfoOk() (*map[string]NrfInfoServedUpfInfoValue, bool)
GetServedUpfInfoOk returns a tuple with the ServedUpfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NrfInfo) HasServed5gDdnmfInfo ¶
HasServed5gDdnmfInfo returns a boolean if a field has been set.
func (*NrfInfo) HasServedAanfInfoList ¶
HasServedAanfInfoList returns a boolean if a field has been set.
func (*NrfInfo) HasServedAmfInfo ¶
HasServedAmfInfo returns a boolean if a field has been set.
func (*NrfInfo) HasServedAmfInfoList ¶
HasServedAmfInfoList returns a boolean if a field has been set.
func (*NrfInfo) HasServedAusfInfo ¶
HasServedAusfInfo returns a boolean if a field has been set.
func (*NrfInfo) HasServedAusfInfoList ¶
HasServedAusfInfoList returns a boolean if a field has been set.
func (*NrfInfo) HasServedBsfInfo ¶
HasServedBsfInfo returns a boolean if a field has been set.
func (*NrfInfo) HasServedBsfInfoList ¶
HasServedBsfInfoList returns a boolean if a field has been set.
func (*NrfInfo) HasServedChfInfo ¶
HasServedChfInfo returns a boolean if a field has been set.
func (*NrfInfo) HasServedChfInfoList ¶
HasServedChfInfoList returns a boolean if a field has been set.
func (*NrfInfo) HasServedDccfInfoList ¶
HasServedDccfInfoList returns a boolean if a field has been set.
func (*NrfInfo) HasServedEasdfInfoList ¶
HasServedEasdfInfoList returns a boolean if a field has been set.
func (*NrfInfo) HasServedGmlcInfo ¶
HasServedGmlcInfo returns a boolean if a field has been set.
func (*NrfInfo) HasServedHssInfoList ¶
HasServedHssInfoList returns a boolean if a field has been set.
func (*NrfInfo) HasServedLmfInfo ¶
HasServedLmfInfo returns a boolean if a field has been set.
func (*NrfInfo) HasServedMbSmfInfoList ¶
HasServedMbSmfInfoList returns a boolean if a field has been set.
func (*NrfInfo) HasServedMbUpfInfoList ¶
HasServedMbUpfInfoList returns a boolean if a field has been set.
func (*NrfInfo) HasServedMfafInfoList ¶
HasServedMfafInfoList returns a boolean if a field has been set.
func (*NrfInfo) HasServedNefInfo ¶
HasServedNefInfo returns a boolean if a field has been set.
func (*NrfInfo) HasServedNfInfo ¶
HasServedNfInfo returns a boolean if a field has been set.
func (*NrfInfo) HasServedNssaafInfo ¶
HasServedNssaafInfo returns a boolean if a field has been set.
func (*NrfInfo) HasServedNwdafInfo ¶
HasServedNwdafInfo returns a boolean if a field has been set.
func (*NrfInfo) HasServedNwdafInfoList ¶
HasServedNwdafInfoList returns a boolean if a field has been set.
func (*NrfInfo) HasServedPcfInfo ¶
HasServedPcfInfo returns a boolean if a field has been set.
func (*NrfInfo) HasServedPcfInfoList ¶
HasServedPcfInfoList returns a boolean if a field has been set.
func (*NrfInfo) HasServedPcscfInfoList ¶
HasServedPcscfInfoList returns a boolean if a field has been set.
func (*NrfInfo) HasServedScpInfoList ¶
HasServedScpInfoList returns a boolean if a field has been set.
func (*NrfInfo) HasServedSeppInfoList ¶
HasServedSeppInfoList returns a boolean if a field has been set.
func (*NrfInfo) HasServedSmfInfo ¶
HasServedSmfInfo returns a boolean if a field has been set.
func (*NrfInfo) HasServedSmfInfoList ¶
HasServedSmfInfoList returns a boolean if a field has been set.
func (*NrfInfo) HasServedTrustAfInfo ¶
HasServedTrustAfInfo returns a boolean if a field has been set.
func (*NrfInfo) HasServedTsctsfInfoList ¶
HasServedTsctsfInfoList returns a boolean if a field has been set.
func (*NrfInfo) HasServedUdmInfo ¶
HasServedUdmInfo returns a boolean if a field has been set.
func (*NrfInfo) HasServedUdmInfoList ¶
HasServedUdmInfoList returns a boolean if a field has been set.
func (*NrfInfo) HasServedUdrInfo ¶
HasServedUdrInfo returns a boolean if a field has been set.
func (*NrfInfo) HasServedUdrInfoList ¶
HasServedUdrInfoList returns a boolean if a field has been set.
func (*NrfInfo) HasServedUdsfInfo ¶
HasServedUdsfInfo returns a boolean if a field has been set.
func (*NrfInfo) HasServedUdsfInfoList ¶
HasServedUdsfInfoList returns a boolean if a field has been set.
func (*NrfInfo) HasServedUpfInfo ¶
HasServedUpfInfo returns a boolean if a field has been set.
func (*NrfInfo) HasServedUpfInfoList ¶
HasServedUpfInfoList returns a boolean if a field has been set.
func (NrfInfo) MarshalJSON ¶
func (*NrfInfo) SetServed5gDdnmfInfo ¶
func (o *NrfInfo) SetServed5gDdnmfInfo(v map[string]Model5GDdnmfInfo)
SetServed5gDdnmfInfo gets a reference to the given map[string]Model5GDdnmfInfo and assigns it to the Served5gDdnmfInfo field.
func (*NrfInfo) SetServedAanfInfoList ¶
func (o *NrfInfo) SetServedAanfInfoList(v map[string]map[string]NrfInfoServedAanfInfoListValueValue)
SetServedAanfInfoList gets a reference to the given map[string]map[string]NrfInfoServedAanfInfoListValueValue and assigns it to the ServedAanfInfoList field.
func (*NrfInfo) SetServedAmfInfo ¶
func (o *NrfInfo) SetServedAmfInfo(v map[string]NrfInfoServedAmfInfoValue)
SetServedAmfInfo gets a reference to the given map[string]NrfInfoServedAmfInfoValue and assigns it to the ServedAmfInfo field.
func (*NrfInfo) SetServedAmfInfoList ¶
func (o *NrfInfo) SetServedAmfInfoList(v map[string]map[string]NrfInfoServedAmfInfoValue)
SetServedAmfInfoList gets a reference to the given map[string]map[string]NrfInfoServedAmfInfoValue and assigns it to the ServedAmfInfoList field.
func (*NrfInfo) SetServedAusfInfo ¶
func (o *NrfInfo) SetServedAusfInfo(v map[string]NrfInfoServedAusfInfoValue)
SetServedAusfInfo gets a reference to the given map[string]NrfInfoServedAusfInfoValue and assigns it to the ServedAusfInfo field.
func (*NrfInfo) SetServedAusfInfoList ¶
func (o *NrfInfo) SetServedAusfInfoList(v map[string]map[string]NrfInfoServedAusfInfoValue)
SetServedAusfInfoList gets a reference to the given map[string]map[string]NrfInfoServedAusfInfoValue and assigns it to the ServedAusfInfoList field.
func (*NrfInfo) SetServedBsfInfo ¶
func (o *NrfInfo) SetServedBsfInfo(v map[string]NrfInfoServedBsfInfoValue)
SetServedBsfInfo gets a reference to the given map[string]NrfInfoServedBsfInfoValue and assigns it to the ServedBsfInfo field.
func (*NrfInfo) SetServedBsfInfoList ¶
func (o *NrfInfo) SetServedBsfInfoList(v map[string]map[string]NrfInfoServedBsfInfoValue)
SetServedBsfInfoList gets a reference to the given map[string]map[string]NrfInfoServedBsfInfoValue and assigns it to the ServedBsfInfoList field.
func (*NrfInfo) SetServedChfInfo ¶
func (o *NrfInfo) SetServedChfInfo(v map[string]NrfInfoServedChfInfoValue)
SetServedChfInfo gets a reference to the given map[string]NrfInfoServedChfInfoValue and assigns it to the ServedChfInfo field.
func (*NrfInfo) SetServedChfInfoList ¶
func (o *NrfInfo) SetServedChfInfoList(v map[string]map[string]NrfInfoServedChfInfoValue)
SetServedChfInfoList gets a reference to the given map[string]map[string]NrfInfoServedChfInfoValue and assigns it to the ServedChfInfoList field.
func (*NrfInfo) SetServedDccfInfoList ¶
SetServedDccfInfoList gets a reference to the given map[string]DccfInfo and assigns it to the ServedDccfInfoList field.
func (*NrfInfo) SetServedEasdfInfoList ¶
SetServedEasdfInfoList gets a reference to the given map[string]map[string]EasdfInfo and assigns it to the ServedEasdfInfoList field.
func (*NrfInfo) SetServedGmlcInfo ¶
func (o *NrfInfo) SetServedGmlcInfo(v map[string]NrfInfoServedGmlcInfoValue)
SetServedGmlcInfo gets a reference to the given map[string]NrfInfoServedGmlcInfoValue and assigns it to the ServedGmlcInfo field.
func (*NrfInfo) SetServedHssInfoList ¶
func (o *NrfInfo) SetServedHssInfoList(v map[string]map[string]NrfInfoServedHssInfoListValueValue)
SetServedHssInfoList gets a reference to the given map[string]map[string]NrfInfoServedHssInfoListValueValue and assigns it to the ServedHssInfoList field.
func (*NrfInfo) SetServedLmfInfo ¶
func (o *NrfInfo) SetServedLmfInfo(v map[string]NrfInfoServedLmfInfoValue)
SetServedLmfInfo gets a reference to the given map[string]NrfInfoServedLmfInfoValue and assigns it to the ServedLmfInfo field.
func (*NrfInfo) SetServedMbSmfInfoList ¶
func (o *NrfInfo) SetServedMbSmfInfoList(v map[string]map[string]NrfInfoServedMbSmfInfoListValueValue)
SetServedMbSmfInfoList gets a reference to the given map[string]map[string]NrfInfoServedMbSmfInfoListValueValue and assigns it to the ServedMbSmfInfoList field.
func (*NrfInfo) SetServedMbUpfInfoList ¶
SetServedMbUpfInfoList gets a reference to the given map[string]map[string]MbUpfInfo and assigns it to the ServedMbUpfInfoList field.
func (*NrfInfo) SetServedMfafInfoList ¶
SetServedMfafInfoList gets a reference to the given map[string]MfafInfo and assigns it to the ServedMfafInfoList field.
func (*NrfInfo) SetServedNefInfo ¶
func (o *NrfInfo) SetServedNefInfo(v map[string]NrfInfoServedNefInfoValue)
SetServedNefInfo gets a reference to the given map[string]NrfInfoServedNefInfoValue and assigns it to the ServedNefInfo field.
func (*NrfInfo) SetServedNfInfo ¶
SetServedNfInfo gets a reference to the given map[string]NfInfo and assigns it to the ServedNfInfo field.
func (*NrfInfo) SetServedNssaafInfo ¶
func (o *NrfInfo) SetServedNssaafInfo(v map[string]NssaafInfo)
SetServedNssaafInfo gets a reference to the given map[string]NssaafInfo and assigns it to the ServedNssaafInfo field.
func (*NrfInfo) SetServedNwdafInfo ¶
func (o *NrfInfo) SetServedNwdafInfo(v map[string]NrfInfoServedNwdafInfoValue)
SetServedNwdafInfo gets a reference to the given map[string]NrfInfoServedNwdafInfoValue and assigns it to the ServedNwdafInfo field.
func (*NrfInfo) SetServedNwdafInfoList ¶
SetServedNwdafInfoList gets a reference to the given map[string]map[string]NwdafInfo and assigns it to the ServedNwdafInfoList field.
func (*NrfInfo) SetServedPcfInfo ¶
func (o *NrfInfo) SetServedPcfInfo(v map[string]NrfInfoServedPcfInfoValue)
SetServedPcfInfo gets a reference to the given map[string]NrfInfoServedPcfInfoValue and assigns it to the ServedPcfInfo field.
func (*NrfInfo) SetServedPcfInfoList ¶
func (o *NrfInfo) SetServedPcfInfoList(v map[string]map[string]NrfInfoServedPcfInfoValue)
SetServedPcfInfoList gets a reference to the given map[string]map[string]NrfInfoServedPcfInfoValue and assigns it to the ServedPcfInfoList field.
func (*NrfInfo) SetServedPcscfInfoList ¶
func (o *NrfInfo) SetServedPcscfInfoList(v map[string]map[string]NrfInfoServedPcscfInfoListValueValue)
SetServedPcscfInfoList gets a reference to the given map[string]map[string]NrfInfoServedPcscfInfoListValueValue and assigns it to the ServedPcscfInfoList field.
func (*NrfInfo) SetServedScpInfoList ¶
func (o *NrfInfo) SetServedScpInfoList(v map[string]NrfInfoServedScpInfoListValue)
SetServedScpInfoList gets a reference to the given map[string]NrfInfoServedScpInfoListValue and assigns it to the ServedScpInfoList field.
func (*NrfInfo) SetServedSeppInfoList ¶
func (o *NrfInfo) SetServedSeppInfoList(v map[string]NrfInfoServedSeppInfoListValue)
SetServedSeppInfoList gets a reference to the given map[string]NrfInfoServedSeppInfoListValue and assigns it to the ServedSeppInfoList field.
func (*NrfInfo) SetServedSmfInfo ¶
func (o *NrfInfo) SetServedSmfInfo(v map[string]NrfInfoServedSmfInfoValue)
SetServedSmfInfo gets a reference to the given map[string]NrfInfoServedSmfInfoValue and assigns it to the ServedSmfInfo field.
func (*NrfInfo) SetServedSmfInfoList ¶
func (o *NrfInfo) SetServedSmfInfoList(v map[string]map[string]NrfInfoServedSmfInfoValue)
SetServedSmfInfoList gets a reference to the given map[string]map[string]NrfInfoServedSmfInfoValue and assigns it to the ServedSmfInfoList field.
func (*NrfInfo) SetServedTrustAfInfo ¶
func (o *NrfInfo) SetServedTrustAfInfo(v map[string]TrustAfInfo)
SetServedTrustAfInfo gets a reference to the given map[string]TrustAfInfo and assigns it to the ServedTrustAfInfo field.
func (*NrfInfo) SetServedTsctsfInfoList ¶
func (o *NrfInfo) SetServedTsctsfInfoList(v map[string]map[string]TsctsfInfo)
SetServedTsctsfInfoList gets a reference to the given map[string]map[string]TsctsfInfo and assigns it to the ServedTsctsfInfoList field.
func (*NrfInfo) SetServedUdmInfo ¶
func (o *NrfInfo) SetServedUdmInfo(v map[string]NrfInfoServedUdmInfoValue)
SetServedUdmInfo gets a reference to the given map[string]NrfInfoServedUdmInfoValue and assigns it to the ServedUdmInfo field.
func (*NrfInfo) SetServedUdmInfoList ¶
func (o *NrfInfo) SetServedUdmInfoList(v map[string]map[string]NrfInfoServedUdmInfoValue)
SetServedUdmInfoList gets a reference to the given map[string]map[string]NrfInfoServedUdmInfoValue and assigns it to the ServedUdmInfoList field.
func (*NrfInfo) SetServedUdrInfo ¶
func (o *NrfInfo) SetServedUdrInfo(v map[string]NrfInfoServedUdrInfoValue)
SetServedUdrInfo gets a reference to the given map[string]NrfInfoServedUdrInfoValue and assigns it to the ServedUdrInfo field.
func (*NrfInfo) SetServedUdrInfoList ¶
func (o *NrfInfo) SetServedUdrInfoList(v map[string]map[string]NrfInfoServedUdrInfoValue)
SetServedUdrInfoList gets a reference to the given map[string]map[string]NrfInfoServedUdrInfoValue and assigns it to the ServedUdrInfoList field.
func (*NrfInfo) SetServedUdsfInfo ¶
func (o *NrfInfo) SetServedUdsfInfo(v map[string]NrfInfoServedUdsfInfoValue)
SetServedUdsfInfo gets a reference to the given map[string]NrfInfoServedUdsfInfoValue and assigns it to the ServedUdsfInfo field.
func (*NrfInfo) SetServedUdsfInfoList ¶
func (o *NrfInfo) SetServedUdsfInfoList(v map[string]map[string]NrfInfoServedUdsfInfoValue)
SetServedUdsfInfoList gets a reference to the given map[string]map[string]NrfInfoServedUdsfInfoValue and assigns it to the ServedUdsfInfoList field.
func (*NrfInfo) SetServedUpfInfo ¶
func (o *NrfInfo) SetServedUpfInfo(v map[string]NrfInfoServedUpfInfoValue)
SetServedUpfInfo gets a reference to the given map[string]NrfInfoServedUpfInfoValue and assigns it to the ServedUpfInfo field.
func (*NrfInfo) SetServedUpfInfoList ¶
func (o *NrfInfo) SetServedUpfInfoList(v map[string]map[string]NrfInfoServedUpfInfoValue)
SetServedUpfInfoList gets a reference to the given map[string]map[string]NrfInfoServedUpfInfoValue and assigns it to the ServedUpfInfoList field.
type NrfInfoServedAanfInfoListValueValue ¶
type NrfInfoServedAanfInfoListValueValue struct { AanfInfo *AanfInfo MapOfInterface *map[string]interface{} }
NrfInfoServedAanfInfoListValueValue struct for NrfInfoServedAanfInfoListValueValue
func (*NrfInfoServedAanfInfoListValueValue) MarshalJSON ¶
func (src *NrfInfoServedAanfInfoListValueValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NrfInfoServedAanfInfoListValueValue) UnmarshalJSON ¶
func (dst *NrfInfoServedAanfInfoListValueValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NrfInfoServedAmfInfoValue ¶
NrfInfoServedAmfInfoValue struct for NrfInfoServedAmfInfoValue
func (*NrfInfoServedAmfInfoValue) MarshalJSON ¶
func (src *NrfInfoServedAmfInfoValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NrfInfoServedAmfInfoValue) UnmarshalJSON ¶
func (dst *NrfInfoServedAmfInfoValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NrfInfoServedAusfInfoValue ¶
type NrfInfoServedAusfInfoValue struct { AusfInfo *AusfInfo MapOfInterface *map[string]interface{} }
NrfInfoServedAusfInfoValue struct for NrfInfoServedAusfInfoValue
func (*NrfInfoServedAusfInfoValue) MarshalJSON ¶
func (src *NrfInfoServedAusfInfoValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NrfInfoServedAusfInfoValue) UnmarshalJSON ¶
func (dst *NrfInfoServedAusfInfoValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NrfInfoServedBsfInfoValue ¶
NrfInfoServedBsfInfoValue struct for NrfInfoServedBsfInfoValue
func (*NrfInfoServedBsfInfoValue) MarshalJSON ¶
func (src *NrfInfoServedBsfInfoValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NrfInfoServedBsfInfoValue) UnmarshalJSON ¶
func (dst *NrfInfoServedBsfInfoValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NrfInfoServedChfInfoValue ¶
NrfInfoServedChfInfoValue struct for NrfInfoServedChfInfoValue
func (*NrfInfoServedChfInfoValue) MarshalJSON ¶
func (src *NrfInfoServedChfInfoValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NrfInfoServedChfInfoValue) UnmarshalJSON ¶
func (dst *NrfInfoServedChfInfoValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NrfInfoServedGmlcInfoValue ¶
type NrfInfoServedGmlcInfoValue struct { GmlcInfo *GmlcInfo MapOfInterface *map[string]interface{} }
NrfInfoServedGmlcInfoValue struct for NrfInfoServedGmlcInfoValue
func (*NrfInfoServedGmlcInfoValue) MarshalJSON ¶
func (src *NrfInfoServedGmlcInfoValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NrfInfoServedGmlcInfoValue) UnmarshalJSON ¶
func (dst *NrfInfoServedGmlcInfoValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NrfInfoServedHssInfoListValueValue ¶
type NrfInfoServedHssInfoListValueValue struct { HssInfo *HssInfo MapOfInterface *map[string]interface{} }
NrfInfoServedHssInfoListValueValue struct for NrfInfoServedHssInfoListValueValue
func (*NrfInfoServedHssInfoListValueValue) MarshalJSON ¶
func (src *NrfInfoServedHssInfoListValueValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NrfInfoServedHssInfoListValueValue) UnmarshalJSON ¶
func (dst *NrfInfoServedHssInfoListValueValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NrfInfoServedLmfInfoValue ¶
NrfInfoServedLmfInfoValue struct for NrfInfoServedLmfInfoValue
func (*NrfInfoServedLmfInfoValue) MarshalJSON ¶
func (src *NrfInfoServedLmfInfoValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NrfInfoServedLmfInfoValue) UnmarshalJSON ¶
func (dst *NrfInfoServedLmfInfoValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NrfInfoServedMbSmfInfoListValueValue ¶
type NrfInfoServedMbSmfInfoListValueValue struct { MbSmfInfo *MbSmfInfo MapOfInterface *map[string]interface{} }
NrfInfoServedMbSmfInfoListValueValue struct for NrfInfoServedMbSmfInfoListValueValue
func (*NrfInfoServedMbSmfInfoListValueValue) MarshalJSON ¶
func (src *NrfInfoServedMbSmfInfoListValueValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NrfInfoServedMbSmfInfoListValueValue) UnmarshalJSON ¶
func (dst *NrfInfoServedMbSmfInfoListValueValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NrfInfoServedNefInfoValue ¶
NrfInfoServedNefInfoValue struct for NrfInfoServedNefInfoValue
func (*NrfInfoServedNefInfoValue) MarshalJSON ¶
func (src *NrfInfoServedNefInfoValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NrfInfoServedNefInfoValue) UnmarshalJSON ¶
func (dst *NrfInfoServedNefInfoValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NrfInfoServedNwdafInfoValue ¶
type NrfInfoServedNwdafInfoValue struct { NwdafInfo *NwdafInfo MapOfInterface *map[string]interface{} }
NrfInfoServedNwdafInfoValue struct for NrfInfoServedNwdafInfoValue
func (*NrfInfoServedNwdafInfoValue) MarshalJSON ¶
func (src *NrfInfoServedNwdafInfoValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NrfInfoServedNwdafInfoValue) UnmarshalJSON ¶
func (dst *NrfInfoServedNwdafInfoValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NrfInfoServedPcfInfoValue ¶
NrfInfoServedPcfInfoValue struct for NrfInfoServedPcfInfoValue
func (*NrfInfoServedPcfInfoValue) MarshalJSON ¶
func (src *NrfInfoServedPcfInfoValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NrfInfoServedPcfInfoValue) UnmarshalJSON ¶
func (dst *NrfInfoServedPcfInfoValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NrfInfoServedPcscfInfoListValueValue ¶
type NrfInfoServedPcscfInfoListValueValue struct { PcscfInfo *PcscfInfo MapOfInterface *map[string]interface{} }
NrfInfoServedPcscfInfoListValueValue struct for NrfInfoServedPcscfInfoListValueValue
func (*NrfInfoServedPcscfInfoListValueValue) MarshalJSON ¶
func (src *NrfInfoServedPcscfInfoListValueValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NrfInfoServedPcscfInfoListValueValue) UnmarshalJSON ¶
func (dst *NrfInfoServedPcscfInfoListValueValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NrfInfoServedScpInfoListValue ¶
type NrfInfoServedScpInfoListValue struct { ScpInfo *ScpInfo MapOfInterface *map[string]interface{} }
NrfInfoServedScpInfoListValue struct for NrfInfoServedScpInfoListValue
func (*NrfInfoServedScpInfoListValue) MarshalJSON ¶
func (src *NrfInfoServedScpInfoListValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NrfInfoServedScpInfoListValue) UnmarshalJSON ¶
func (dst *NrfInfoServedScpInfoListValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NrfInfoServedSeppInfoListValue ¶
type NrfInfoServedSeppInfoListValue struct { SeppInfo *SeppInfo MapOfInterface *map[string]interface{} }
NrfInfoServedSeppInfoListValue struct for NrfInfoServedSeppInfoListValue
func (*NrfInfoServedSeppInfoListValue) MarshalJSON ¶
func (src *NrfInfoServedSeppInfoListValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NrfInfoServedSeppInfoListValue) UnmarshalJSON ¶
func (dst *NrfInfoServedSeppInfoListValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NrfInfoServedSmfInfoValue ¶
NrfInfoServedSmfInfoValue struct for NrfInfoServedSmfInfoValue
func (*NrfInfoServedSmfInfoValue) MarshalJSON ¶
func (src *NrfInfoServedSmfInfoValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NrfInfoServedSmfInfoValue) UnmarshalJSON ¶
func (dst *NrfInfoServedSmfInfoValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NrfInfoServedUdmInfoValue ¶
NrfInfoServedUdmInfoValue struct for NrfInfoServedUdmInfoValue
func (*NrfInfoServedUdmInfoValue) MarshalJSON ¶
func (src *NrfInfoServedUdmInfoValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NrfInfoServedUdmInfoValue) UnmarshalJSON ¶
func (dst *NrfInfoServedUdmInfoValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NrfInfoServedUdrInfoValue ¶
NrfInfoServedUdrInfoValue struct for NrfInfoServedUdrInfoValue
func (*NrfInfoServedUdrInfoValue) MarshalJSON ¶
func (src *NrfInfoServedUdrInfoValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NrfInfoServedUdrInfoValue) UnmarshalJSON ¶
func (dst *NrfInfoServedUdrInfoValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NrfInfoServedUdsfInfoValue ¶
type NrfInfoServedUdsfInfoValue struct { UdsfInfo *UdsfInfo MapOfInterface *map[string]interface{} }
NrfInfoServedUdsfInfoValue struct for NrfInfoServedUdsfInfoValue
func (*NrfInfoServedUdsfInfoValue) MarshalJSON ¶
func (src *NrfInfoServedUdsfInfoValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NrfInfoServedUdsfInfoValue) UnmarshalJSON ¶
func (dst *NrfInfoServedUdsfInfoValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NrfInfoServedUpfInfoValue ¶
NrfInfoServedUpfInfoValue struct for NrfInfoServedUpfInfoValue
func (*NrfInfoServedUpfInfoValue) MarshalJSON ¶
func (src *NrfInfoServedUpfInfoValue) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NrfInfoServedUpfInfoValue) UnmarshalJSON ¶
func (dst *NrfInfoServedUpfInfoValue) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NsacfCapability ¶
type NsacfCapability struct { // Indicates the service capability of the NSACF to monitor and control the number of registered UEs per network slice for the network slice that is subject to NSAC true: Supported false (default): Not Supported SupportUeSAC *bool `json:"supportUeSAC,omitempty"` // Indicates the service capability of the NSACF to monitor and control the number of established PDU sessions per network slice for the network slice that is subject to NSAC true: Supported false (default): Not Supported SupportPduSAC *bool `json:"supportPduSAC,omitempty"` }
NsacfCapability NSACF service capabilities (e.g. to monitor and control the number of registered UEs or established PDU sessions per network slice)
func NewNsacfCapability ¶
func NewNsacfCapability() *NsacfCapability
NewNsacfCapability instantiates a new NsacfCapability 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 NewNsacfCapabilityWithDefaults ¶
func NewNsacfCapabilityWithDefaults() *NsacfCapability
NewNsacfCapabilityWithDefaults instantiates a new NsacfCapability 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 (*NsacfCapability) GetSupportPduSAC ¶
func (o *NsacfCapability) GetSupportPduSAC() bool
GetSupportPduSAC returns the SupportPduSAC field value if set, zero value otherwise.
func (*NsacfCapability) GetSupportPduSACOk ¶
func (o *NsacfCapability) GetSupportPduSACOk() (*bool, bool)
GetSupportPduSACOk returns a tuple with the SupportPduSAC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsacfCapability) GetSupportUeSAC ¶
func (o *NsacfCapability) GetSupportUeSAC() bool
GetSupportUeSAC returns the SupportUeSAC field value if set, zero value otherwise.
func (*NsacfCapability) GetSupportUeSACOk ¶
func (o *NsacfCapability) GetSupportUeSACOk() (*bool, bool)
GetSupportUeSACOk returns a tuple with the SupportUeSAC field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsacfCapability) HasSupportPduSAC ¶
func (o *NsacfCapability) HasSupportPduSAC() bool
HasSupportPduSAC returns a boolean if a field has been set.
func (*NsacfCapability) HasSupportUeSAC ¶
func (o *NsacfCapability) HasSupportUeSAC() bool
HasSupportUeSAC returns a boolean if a field has been set.
func (NsacfCapability) MarshalJSON ¶
func (o NsacfCapability) MarshalJSON() ([]byte, error)
func (*NsacfCapability) SetSupportPduSAC ¶
func (o *NsacfCapability) SetSupportPduSAC(v bool)
SetSupportPduSAC gets a reference to the given bool and assigns it to the SupportPduSAC field.
func (*NsacfCapability) SetSupportUeSAC ¶
func (o *NsacfCapability) SetSupportUeSAC(v bool)
SetSupportUeSAC gets a reference to the given bool and assigns it to the SupportUeSAC field.
func (NsacfCapability) ToMap ¶
func (o NsacfCapability) ToMap() (map[string]interface{}, error)
type NsacfInfo ¶
type NsacfInfo struct { NsacfCapability NsacfCapability `json:"nsacfCapability"` TaiList []Tai `json:"taiList,omitempty"` TaiRangeList []TaiRange `json:"taiRangeList,omitempty"` }
NsacfInfo Information of a NSACF NF Instance
func NewNsacfInfo ¶
func NewNsacfInfo(nsacfCapability NsacfCapability) *NsacfInfo
NewNsacfInfo instantiates a new NsacfInfo 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 NewNsacfInfoWithDefaults ¶
func NewNsacfInfoWithDefaults() *NsacfInfo
NewNsacfInfoWithDefaults instantiates a new NsacfInfo 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 (*NsacfInfo) GetNsacfCapability ¶
func (o *NsacfInfo) GetNsacfCapability() NsacfCapability
GetNsacfCapability returns the NsacfCapability field value
func (*NsacfInfo) GetNsacfCapabilityOk ¶
func (o *NsacfInfo) GetNsacfCapabilityOk() (*NsacfCapability, bool)
GetNsacfCapabilityOk returns a tuple with the NsacfCapability field value and a boolean to check if the value has been set.
func (*NsacfInfo) GetTaiList ¶
GetTaiList returns the TaiList field value if set, zero value otherwise.
func (*NsacfInfo) GetTaiListOk ¶
GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsacfInfo) GetTaiRangeList ¶
GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.
func (*NsacfInfo) GetTaiRangeListOk ¶
GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NsacfInfo) HasTaiList ¶
HasTaiList returns a boolean if a field has been set.
func (*NsacfInfo) HasTaiRangeList ¶
HasTaiRangeList returns a boolean if a field has been set.
func (NsacfInfo) MarshalJSON ¶
func (*NsacfInfo) SetNsacfCapability ¶
func (o *NsacfInfo) SetNsacfCapability(v NsacfCapability)
SetNsacfCapability sets field value
func (*NsacfInfo) SetTaiList ¶
SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.
func (*NsacfInfo) SetTaiRangeList ¶
SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.
type NssaafInfo ¶
type NssaafInfo struct { SupiRanges []SupiRange `json:"supiRanges,omitempty"` InternalGroupIdentifiersRanges []InternalGroupIdRange `json:"internalGroupIdentifiersRanges,omitempty"` }
NssaafInfo Information of a NSSAAF Instance
func NewNssaafInfo ¶
func NewNssaafInfo() *NssaafInfo
NewNssaafInfo instantiates a new NssaafInfo 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 NewNssaafInfoWithDefaults ¶
func NewNssaafInfoWithDefaults() *NssaafInfo
NewNssaafInfoWithDefaults instantiates a new NssaafInfo 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 (*NssaafInfo) GetInternalGroupIdentifiersRanges ¶
func (o *NssaafInfo) GetInternalGroupIdentifiersRanges() []InternalGroupIdRange
GetInternalGroupIdentifiersRanges returns the InternalGroupIdentifiersRanges field value if set, zero value otherwise.
func (*NssaafInfo) GetInternalGroupIdentifiersRangesOk ¶
func (o *NssaafInfo) GetInternalGroupIdentifiersRangesOk() ([]InternalGroupIdRange, bool)
GetInternalGroupIdentifiersRangesOk returns a tuple with the InternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NssaafInfo) GetSupiRanges ¶
func (o *NssaafInfo) GetSupiRanges() []SupiRange
GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.
func (*NssaafInfo) GetSupiRangesOk ¶
func (o *NssaafInfo) GetSupiRangesOk() ([]SupiRange, bool)
GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NssaafInfo) HasInternalGroupIdentifiersRanges ¶
func (o *NssaafInfo) HasInternalGroupIdentifiersRanges() bool
HasInternalGroupIdentifiersRanges returns a boolean if a field has been set.
func (*NssaafInfo) HasSupiRanges ¶
func (o *NssaafInfo) HasSupiRanges() bool
HasSupiRanges returns a boolean if a field has been set.
func (NssaafInfo) MarshalJSON ¶
func (o NssaafInfo) MarshalJSON() ([]byte, error)
func (*NssaafInfo) SetInternalGroupIdentifiersRanges ¶
func (o *NssaafInfo) SetInternalGroupIdentifiersRanges(v []InternalGroupIdRange)
SetInternalGroupIdentifiersRanges gets a reference to the given []InternalGroupIdRange and assigns it to the InternalGroupIdentifiersRanges field.
func (*NssaafInfo) SetSupiRanges ¶
func (o *NssaafInfo) SetSupiRanges(v []SupiRange)
SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.
func (NssaafInfo) ToMap ¶
func (o NssaafInfo) ToMap() (map[string]interface{}, error)
type NullableAanfInfo ¶
type NullableAanfInfo struct {
// contains filtered or unexported fields
}
func NewNullableAanfInfo ¶
func NewNullableAanfInfo(val *AanfInfo) *NullableAanfInfo
func (NullableAanfInfo) Get ¶
func (v NullableAanfInfo) Get() *AanfInfo
func (NullableAanfInfo) IsSet ¶
func (v NullableAanfInfo) IsSet() bool
func (NullableAanfInfo) MarshalJSON ¶
func (v NullableAanfInfo) MarshalJSON() ([]byte, error)
func (*NullableAanfInfo) Set ¶
func (v *NullableAanfInfo) Set(val *AanfInfo)
func (*NullableAanfInfo) UnmarshalJSON ¶
func (v *NullableAanfInfo) UnmarshalJSON(src []byte) error
func (*NullableAanfInfo) Unset ¶
func (v *NullableAanfInfo) Unset()
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 NullableAccessType ¶
type NullableAccessType struct {
// contains filtered or unexported fields
}
func NewNullableAccessType ¶
func NewNullableAccessType(val *AccessType) *NullableAccessType
func (NullableAccessType) Get ¶
func (v NullableAccessType) Get() *AccessType
func (NullableAccessType) IsSet ¶
func (v NullableAccessType) IsSet() bool
func (NullableAccessType) MarshalJSON ¶
func (v NullableAccessType) MarshalJSON() ([]byte, error)
func (*NullableAccessType) Set ¶
func (v *NullableAccessType) Set(val *AccessType)
func (*NullableAccessType) UnmarshalJSON ¶
func (v *NullableAccessType) UnmarshalJSON(src []byte) error
func (*NullableAccessType) Unset ¶
func (v *NullableAccessType) Unset()
type NullableAfEvent ¶
type NullableAfEvent struct {
// contains filtered or unexported fields
}
func NewNullableAfEvent ¶
func NewNullableAfEvent(val *AfEvent) *NullableAfEvent
func (NullableAfEvent) Get ¶
func (v NullableAfEvent) Get() *AfEvent
func (NullableAfEvent) IsSet ¶
func (v NullableAfEvent) IsSet() bool
func (NullableAfEvent) MarshalJSON ¶
func (v NullableAfEvent) MarshalJSON() ([]byte, error)
func (*NullableAfEvent) Set ¶
func (v *NullableAfEvent) Set(val *AfEvent)
func (*NullableAfEvent) UnmarshalJSON ¶
func (v *NullableAfEvent) UnmarshalJSON(src []byte) error
func (*NullableAfEvent) Unset ¶
func (v *NullableAfEvent) Unset()
type NullableAfEventExposureData ¶
type NullableAfEventExposureData struct {
// contains filtered or unexported fields
}
func NewNullableAfEventExposureData ¶
func NewNullableAfEventExposureData(val *AfEventExposureData) *NullableAfEventExposureData
func (NullableAfEventExposureData) Get ¶
func (v NullableAfEventExposureData) Get() *AfEventExposureData
func (NullableAfEventExposureData) IsSet ¶
func (v NullableAfEventExposureData) IsSet() bool
func (NullableAfEventExposureData) MarshalJSON ¶
func (v NullableAfEventExposureData) MarshalJSON() ([]byte, error)
func (*NullableAfEventExposureData) Set ¶
func (v *NullableAfEventExposureData) Set(val *AfEventExposureData)
func (*NullableAfEventExposureData) UnmarshalJSON ¶
func (v *NullableAfEventExposureData) UnmarshalJSON(src []byte) error
func (*NullableAfEventExposureData) Unset ¶
func (v *NullableAfEventExposureData) Unset()
type NullableAmfCond ¶
type NullableAmfCond struct {
// contains filtered or unexported fields
}
func NewNullableAmfCond ¶
func NewNullableAmfCond(val *AmfCond) *NullableAmfCond
func (NullableAmfCond) Get ¶
func (v NullableAmfCond) Get() *AmfCond
func (NullableAmfCond) IsSet ¶
func (v NullableAmfCond) IsSet() bool
func (NullableAmfCond) MarshalJSON ¶
func (v NullableAmfCond) MarshalJSON() ([]byte, error)
func (*NullableAmfCond) Set ¶
func (v *NullableAmfCond) Set(val *AmfCond)
func (*NullableAmfCond) UnmarshalJSON ¶
func (v *NullableAmfCond) UnmarshalJSON(src []byte) error
func (*NullableAmfCond) Unset ¶
func (v *NullableAmfCond) Unset()
type NullableAmfInfo ¶
type NullableAmfInfo struct {
// contains filtered or unexported fields
}
func NewNullableAmfInfo ¶
func NewNullableAmfInfo(val *AmfInfo) *NullableAmfInfo
func (NullableAmfInfo) Get ¶
func (v NullableAmfInfo) Get() *AmfInfo
func (NullableAmfInfo) IsSet ¶
func (v NullableAmfInfo) IsSet() bool
func (NullableAmfInfo) MarshalJSON ¶
func (v NullableAmfInfo) MarshalJSON() ([]byte, error)
func (*NullableAmfInfo) Set ¶
func (v *NullableAmfInfo) Set(val *AmfInfo)
func (*NullableAmfInfo) UnmarshalJSON ¶
func (v *NullableAmfInfo) UnmarshalJSON(src []byte) error
func (*NullableAmfInfo) Unset ¶
func (v *NullableAmfInfo) Unset()
type NullableAnNodeType ¶
type NullableAnNodeType struct {
// contains filtered or unexported fields
}
func NewNullableAnNodeType ¶
func NewNullableAnNodeType(val *AnNodeType) *NullableAnNodeType
func (NullableAnNodeType) Get ¶
func (v NullableAnNodeType) Get() *AnNodeType
func (NullableAnNodeType) IsSet ¶
func (v NullableAnNodeType) IsSet() bool
func (NullableAnNodeType) MarshalJSON ¶
func (v NullableAnNodeType) MarshalJSON() ([]byte, error)
func (*NullableAnNodeType) Set ¶
func (v *NullableAnNodeType) Set(val *AnNodeType)
func (*NullableAnNodeType) UnmarshalJSON ¶
func (v *NullableAnNodeType) UnmarshalJSON(src []byte) error
func (*NullableAnNodeType) Unset ¶
func (v *NullableAnNodeType) Unset()
type NullableAtsssCapability ¶
type NullableAtsssCapability struct {
// contains filtered or unexported fields
}
func NewNullableAtsssCapability ¶
func NewNullableAtsssCapability(val *AtsssCapability) *NullableAtsssCapability
func (NullableAtsssCapability) Get ¶
func (v NullableAtsssCapability) Get() *AtsssCapability
func (NullableAtsssCapability) IsSet ¶
func (v NullableAtsssCapability) IsSet() bool
func (NullableAtsssCapability) MarshalJSON ¶
func (v NullableAtsssCapability) MarshalJSON() ([]byte, error)
func (*NullableAtsssCapability) Set ¶
func (v *NullableAtsssCapability) Set(val *AtsssCapability)
func (*NullableAtsssCapability) UnmarshalJSON ¶
func (v *NullableAtsssCapability) UnmarshalJSON(src []byte) error
func (*NullableAtsssCapability) Unset ¶
func (v *NullableAtsssCapability) Unset()
type NullableAusfInfo ¶
type NullableAusfInfo struct {
// contains filtered or unexported fields
}
func NewNullableAusfInfo ¶
func NewNullableAusfInfo(val *AusfInfo) *NullableAusfInfo
func (NullableAusfInfo) Get ¶
func (v NullableAusfInfo) Get() *AusfInfo
func (NullableAusfInfo) IsSet ¶
func (v NullableAusfInfo) IsSet() bool
func (NullableAusfInfo) MarshalJSON ¶
func (v NullableAusfInfo) MarshalJSON() ([]byte, error)
func (*NullableAusfInfo) Set ¶
func (v *NullableAusfInfo) Set(val *AusfInfo)
func (*NullableAusfInfo) UnmarshalJSON ¶
func (v *NullableAusfInfo) UnmarshalJSON(src []byte) error
func (*NullableAusfInfo) Unset ¶
func (v *NullableAusfInfo) 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 NullableBsfInfo ¶
type NullableBsfInfo struct {
// contains filtered or unexported fields
}
func NewNullableBsfInfo ¶
func NewNullableBsfInfo(val *BsfInfo) *NullableBsfInfo
func (NullableBsfInfo) Get ¶
func (v NullableBsfInfo) Get() *BsfInfo
func (NullableBsfInfo) IsSet ¶
func (v NullableBsfInfo) IsSet() bool
func (NullableBsfInfo) MarshalJSON ¶
func (v NullableBsfInfo) MarshalJSON() ([]byte, error)
func (*NullableBsfInfo) Set ¶
func (v *NullableBsfInfo) Set(val *BsfInfo)
func (*NullableBsfInfo) UnmarshalJSON ¶
func (v *NullableBsfInfo) UnmarshalJSON(src []byte) error
func (*NullableBsfInfo) Unset ¶
func (v *NullableBsfInfo) Unset()
type NullableChangeItem ¶
type NullableChangeItem struct {
// contains filtered or unexported fields
}
func NewNullableChangeItem ¶
func NewNullableChangeItem(val *ChangeItem) *NullableChangeItem
func (NullableChangeItem) Get ¶
func (v NullableChangeItem) Get() *ChangeItem
func (NullableChangeItem) IsSet ¶
func (v NullableChangeItem) IsSet() bool
func (NullableChangeItem) MarshalJSON ¶
func (v NullableChangeItem) MarshalJSON() ([]byte, error)
func (*NullableChangeItem) Set ¶
func (v *NullableChangeItem) Set(val *ChangeItem)
func (*NullableChangeItem) UnmarshalJSON ¶
func (v *NullableChangeItem) UnmarshalJSON(src []byte) error
func (*NullableChangeItem) Unset ¶
func (v *NullableChangeItem) Unset()
type NullableChangeType ¶
type NullableChangeType struct {
// contains filtered or unexported fields
}
func NewNullableChangeType ¶
func NewNullableChangeType(val *ChangeType) *NullableChangeType
func (NullableChangeType) Get ¶
func (v NullableChangeType) Get() *ChangeType
func (NullableChangeType) IsSet ¶
func (v NullableChangeType) IsSet() bool
func (NullableChangeType) MarshalJSON ¶
func (v NullableChangeType) MarshalJSON() ([]byte, error)
func (*NullableChangeType) Set ¶
func (v *NullableChangeType) Set(val *ChangeType)
func (*NullableChangeType) UnmarshalJSON ¶
func (v *NullableChangeType) UnmarshalJSON(src []byte) error
func (*NullableChangeType) Unset ¶
func (v *NullableChangeType) Unset()
type NullableChfInfo ¶
type NullableChfInfo struct {
// contains filtered or unexported fields
}
func NewNullableChfInfo ¶
func NewNullableChfInfo(val *ChfInfo) *NullableChfInfo
func (NullableChfInfo) Get ¶
func (v NullableChfInfo) Get() *ChfInfo
func (NullableChfInfo) IsSet ¶
func (v NullableChfInfo) IsSet() bool
func (NullableChfInfo) MarshalJSON ¶
func (v NullableChfInfo) MarshalJSON() ([]byte, error)
func (*NullableChfInfo) Set ¶
func (v *NullableChfInfo) Set(val *ChfInfo)
func (*NullableChfInfo) UnmarshalJSON ¶
func (v *NullableChfInfo) UnmarshalJSON(src []byte) error
func (*NullableChfInfo) Unset ¶
func (v *NullableChfInfo) Unset()
type NullableCollocatedNfInstance ¶
type NullableCollocatedNfInstance struct {
// contains filtered or unexported fields
}
func NewNullableCollocatedNfInstance ¶
func NewNullableCollocatedNfInstance(val *CollocatedNfInstance) *NullableCollocatedNfInstance
func (NullableCollocatedNfInstance) Get ¶
func (v NullableCollocatedNfInstance) Get() *CollocatedNfInstance
func (NullableCollocatedNfInstance) IsSet ¶
func (v NullableCollocatedNfInstance) IsSet() bool
func (NullableCollocatedNfInstance) MarshalJSON ¶
func (v NullableCollocatedNfInstance) MarshalJSON() ([]byte, error)
func (*NullableCollocatedNfInstance) Set ¶
func (v *NullableCollocatedNfInstance) Set(val *CollocatedNfInstance)
func (*NullableCollocatedNfInstance) UnmarshalJSON ¶
func (v *NullableCollocatedNfInstance) UnmarshalJSON(src []byte) error
func (*NullableCollocatedNfInstance) Unset ¶
func (v *NullableCollocatedNfInstance) Unset()
type NullableCollocatedNfType ¶
type NullableCollocatedNfType struct {
// contains filtered or unexported fields
}
func NewNullableCollocatedNfType ¶
func NewNullableCollocatedNfType(val *CollocatedNfType) *NullableCollocatedNfType
func (NullableCollocatedNfType) Get ¶
func (v NullableCollocatedNfType) Get() *CollocatedNfType
func (NullableCollocatedNfType) IsSet ¶
func (v NullableCollocatedNfType) IsSet() bool
func (NullableCollocatedNfType) MarshalJSON ¶
func (v NullableCollocatedNfType) MarshalJSON() ([]byte, error)
func (*NullableCollocatedNfType) Set ¶
func (v *NullableCollocatedNfType) Set(val *CollocatedNfType)
func (*NullableCollocatedNfType) UnmarshalJSON ¶
func (v *NullableCollocatedNfType) UnmarshalJSON(src []byte) error
func (*NullableCollocatedNfType) Unset ¶
func (v *NullableCollocatedNfType) Unset()
type NullableConditionEventType ¶
type NullableConditionEventType struct {
// contains filtered or unexported fields
}
func NewNullableConditionEventType ¶
func NewNullableConditionEventType(val *ConditionEventType) *NullableConditionEventType
func (NullableConditionEventType) Get ¶
func (v NullableConditionEventType) Get() *ConditionEventType
func (NullableConditionEventType) IsSet ¶
func (v NullableConditionEventType) IsSet() bool
func (NullableConditionEventType) MarshalJSON ¶
func (v NullableConditionEventType) MarshalJSON() ([]byte, error)
func (*NullableConditionEventType) Set ¶
func (v *NullableConditionEventType) Set(val *ConditionEventType)
func (*NullableConditionEventType) UnmarshalJSON ¶
func (v *NullableConditionEventType) UnmarshalJSON(src []byte) error
func (*NullableConditionEventType) Unset ¶
func (v *NullableConditionEventType) Unset()
type NullableDataSetId ¶
type NullableDataSetId struct {
// contains filtered or unexported fields
}
func NewNullableDataSetId ¶
func NewNullableDataSetId(val *DataSetId) *NullableDataSetId
func (NullableDataSetId) Get ¶
func (v NullableDataSetId) Get() *DataSetId
func (NullableDataSetId) IsSet ¶
func (v NullableDataSetId) IsSet() bool
func (NullableDataSetId) MarshalJSON ¶
func (v NullableDataSetId) MarshalJSON() ([]byte, error)
func (*NullableDataSetId) Set ¶
func (v *NullableDataSetId) Set(val *DataSetId)
func (*NullableDataSetId) UnmarshalJSON ¶
func (v *NullableDataSetId) UnmarshalJSON(src []byte) error
func (*NullableDataSetId) Unset ¶
func (v *NullableDataSetId) Unset()
type NullableDccfCond ¶
type NullableDccfCond struct {
// contains filtered or unexported fields
}
func NewNullableDccfCond ¶
func NewNullableDccfCond(val *DccfCond) *NullableDccfCond
func (NullableDccfCond) Get ¶
func (v NullableDccfCond) Get() *DccfCond
func (NullableDccfCond) IsSet ¶
func (v NullableDccfCond) IsSet() bool
func (NullableDccfCond) MarshalJSON ¶
func (v NullableDccfCond) MarshalJSON() ([]byte, error)
func (*NullableDccfCond) Set ¶
func (v *NullableDccfCond) Set(val *DccfCond)
func (*NullableDccfCond) UnmarshalJSON ¶
func (v *NullableDccfCond) UnmarshalJSON(src []byte) error
func (*NullableDccfCond) Unset ¶
func (v *NullableDccfCond) Unset()
type NullableDccfInfo ¶
type NullableDccfInfo struct {
// contains filtered or unexported fields
}
func NewNullableDccfInfo ¶
func NewNullableDccfInfo(val *DccfInfo) *NullableDccfInfo
func (NullableDccfInfo) Get ¶
func (v NullableDccfInfo) Get() *DccfInfo
func (NullableDccfInfo) IsSet ¶
func (v NullableDccfInfo) IsSet() bool
func (NullableDccfInfo) MarshalJSON ¶
func (v NullableDccfInfo) MarshalJSON() ([]byte, error)
func (*NullableDccfInfo) Set ¶
func (v *NullableDccfInfo) Set(val *DccfInfo)
func (*NullableDccfInfo) UnmarshalJSON ¶
func (v *NullableDccfInfo) UnmarshalJSON(src []byte) error
func (*NullableDccfInfo) Unset ¶
func (v *NullableDccfInfo) Unset()
type NullableDefSubServiceInfo ¶
type NullableDefSubServiceInfo struct {
// contains filtered or unexported fields
}
func NewNullableDefSubServiceInfo ¶
func NewNullableDefSubServiceInfo(val *DefSubServiceInfo) *NullableDefSubServiceInfo
func (NullableDefSubServiceInfo) Get ¶
func (v NullableDefSubServiceInfo) Get() *DefSubServiceInfo
func (NullableDefSubServiceInfo) IsSet ¶
func (v NullableDefSubServiceInfo) IsSet() bool
func (NullableDefSubServiceInfo) MarshalJSON ¶
func (v NullableDefSubServiceInfo) MarshalJSON() ([]byte, error)
func (*NullableDefSubServiceInfo) Set ¶
func (v *NullableDefSubServiceInfo) Set(val *DefSubServiceInfo)
func (*NullableDefSubServiceInfo) UnmarshalJSON ¶
func (v *NullableDefSubServiceInfo) UnmarshalJSON(src []byte) error
func (*NullableDefSubServiceInfo) Unset ¶
func (v *NullableDefSubServiceInfo) Unset()
type NullableDefaultNotificationSubscription ¶
type NullableDefaultNotificationSubscription struct {
// contains filtered or unexported fields
}
func NewNullableDefaultNotificationSubscription ¶
func NewNullableDefaultNotificationSubscription(val *DefaultNotificationSubscription) *NullableDefaultNotificationSubscription
func (NullableDefaultNotificationSubscription) IsSet ¶
func (v NullableDefaultNotificationSubscription) IsSet() bool
func (NullableDefaultNotificationSubscription) MarshalJSON ¶
func (v NullableDefaultNotificationSubscription) MarshalJSON() ([]byte, error)
func (*NullableDefaultNotificationSubscription) Set ¶
func (v *NullableDefaultNotificationSubscription) Set(val *DefaultNotificationSubscription)
func (*NullableDefaultNotificationSubscription) UnmarshalJSON ¶
func (v *NullableDefaultNotificationSubscription) UnmarshalJSON(src []byte) error
func (*NullableDefaultNotificationSubscription) Unset ¶
func (v *NullableDefaultNotificationSubscription) Unset()
type NullableDnnEasdfInfoItem ¶
type NullableDnnEasdfInfoItem struct {
// contains filtered or unexported fields
}
func NewNullableDnnEasdfInfoItem ¶
func NewNullableDnnEasdfInfoItem(val *DnnEasdfInfoItem) *NullableDnnEasdfInfoItem
func (NullableDnnEasdfInfoItem) Get ¶
func (v NullableDnnEasdfInfoItem) Get() *DnnEasdfInfoItem
func (NullableDnnEasdfInfoItem) IsSet ¶
func (v NullableDnnEasdfInfoItem) IsSet() bool
func (NullableDnnEasdfInfoItem) MarshalJSON ¶
func (v NullableDnnEasdfInfoItem) MarshalJSON() ([]byte, error)
func (*NullableDnnEasdfInfoItem) Set ¶
func (v *NullableDnnEasdfInfoItem) Set(val *DnnEasdfInfoItem)
func (*NullableDnnEasdfInfoItem) UnmarshalJSON ¶
func (v *NullableDnnEasdfInfoItem) UnmarshalJSON(src []byte) error
func (*NullableDnnEasdfInfoItem) Unset ¶
func (v *NullableDnnEasdfInfoItem) Unset()
type NullableDnnInfoItem ¶
type NullableDnnInfoItem struct {
// contains filtered or unexported fields
}
func NewNullableDnnInfoItem ¶
func NewNullableDnnInfoItem(val *DnnInfoItem) *NullableDnnInfoItem
func (NullableDnnInfoItem) Get ¶
func (v NullableDnnInfoItem) Get() *DnnInfoItem
func (NullableDnnInfoItem) IsSet ¶
func (v NullableDnnInfoItem) IsSet() bool
func (NullableDnnInfoItem) MarshalJSON ¶
func (v NullableDnnInfoItem) MarshalJSON() ([]byte, error)
func (*NullableDnnInfoItem) Set ¶
func (v *NullableDnnInfoItem) Set(val *DnnInfoItem)
func (*NullableDnnInfoItem) UnmarshalJSON ¶
func (v *NullableDnnInfoItem) UnmarshalJSON(src []byte) error
func (*NullableDnnInfoItem) Unset ¶
func (v *NullableDnnInfoItem) Unset()
type NullableDnnMbSmfInfoItem ¶
type NullableDnnMbSmfInfoItem struct {
// contains filtered or unexported fields
}
func NewNullableDnnMbSmfInfoItem ¶
func NewNullableDnnMbSmfInfoItem(val *DnnMbSmfInfoItem) *NullableDnnMbSmfInfoItem
func (NullableDnnMbSmfInfoItem) Get ¶
func (v NullableDnnMbSmfInfoItem) Get() *DnnMbSmfInfoItem
func (NullableDnnMbSmfInfoItem) IsSet ¶
func (v NullableDnnMbSmfInfoItem) IsSet() bool
func (NullableDnnMbSmfInfoItem) MarshalJSON ¶
func (v NullableDnnMbSmfInfoItem) MarshalJSON() ([]byte, error)
func (*NullableDnnMbSmfInfoItem) Set ¶
func (v *NullableDnnMbSmfInfoItem) Set(val *DnnMbSmfInfoItem)
func (*NullableDnnMbSmfInfoItem) UnmarshalJSON ¶
func (v *NullableDnnMbSmfInfoItem) UnmarshalJSON(src []byte) error
func (*NullableDnnMbSmfInfoItem) Unset ¶
func (v *NullableDnnMbSmfInfoItem) Unset()
type NullableDnnSmfInfoItem ¶
type NullableDnnSmfInfoItem struct {
// contains filtered or unexported fields
}
func NewNullableDnnSmfInfoItem ¶
func NewNullableDnnSmfInfoItem(val *DnnSmfInfoItem) *NullableDnnSmfInfoItem
func (NullableDnnSmfInfoItem) Get ¶
func (v NullableDnnSmfInfoItem) Get() *DnnSmfInfoItem
func (NullableDnnSmfInfoItem) IsSet ¶
func (v NullableDnnSmfInfoItem) IsSet() bool
func (NullableDnnSmfInfoItem) MarshalJSON ¶
func (v NullableDnnSmfInfoItem) MarshalJSON() ([]byte, error)
func (*NullableDnnSmfInfoItem) Set ¶
func (v *NullableDnnSmfInfoItem) Set(val *DnnSmfInfoItem)
func (*NullableDnnSmfInfoItem) UnmarshalJSON ¶
func (v *NullableDnnSmfInfoItem) UnmarshalJSON(src []byte) error
func (*NullableDnnSmfInfoItem) Unset ¶
func (v *NullableDnnSmfInfoItem) Unset()
type NullableDnnSmfInfoItemDnaiListInner ¶
type NullableDnnSmfInfoItemDnaiListInner struct {
// contains filtered or unexported fields
}
func NewNullableDnnSmfInfoItemDnaiListInner ¶
func NewNullableDnnSmfInfoItemDnaiListInner(val *DnnSmfInfoItemDnaiListInner) *NullableDnnSmfInfoItemDnaiListInner
func (NullableDnnSmfInfoItemDnaiListInner) Get ¶
func (v NullableDnnSmfInfoItemDnaiListInner) Get() *DnnSmfInfoItemDnaiListInner
func (NullableDnnSmfInfoItemDnaiListInner) IsSet ¶
func (v NullableDnnSmfInfoItemDnaiListInner) IsSet() bool
func (NullableDnnSmfInfoItemDnaiListInner) MarshalJSON ¶
func (v NullableDnnSmfInfoItemDnaiListInner) MarshalJSON() ([]byte, error)
func (*NullableDnnSmfInfoItemDnaiListInner) Set ¶
func (v *NullableDnnSmfInfoItemDnaiListInner) Set(val *DnnSmfInfoItemDnaiListInner)
func (*NullableDnnSmfInfoItemDnaiListInner) UnmarshalJSON ¶
func (v *NullableDnnSmfInfoItemDnaiListInner) UnmarshalJSON(src []byte) error
func (*NullableDnnSmfInfoItemDnaiListInner) Unset ¶
func (v *NullableDnnSmfInfoItemDnaiListInner) Unset()
type NullableDnnSmfInfoItemDnn ¶
type NullableDnnSmfInfoItemDnn struct {
// contains filtered or unexported fields
}
func NewNullableDnnSmfInfoItemDnn ¶
func NewNullableDnnSmfInfoItemDnn(val *DnnSmfInfoItemDnn) *NullableDnnSmfInfoItemDnn
func (NullableDnnSmfInfoItemDnn) Get ¶
func (v NullableDnnSmfInfoItemDnn) Get() *DnnSmfInfoItemDnn
func (NullableDnnSmfInfoItemDnn) IsSet ¶
func (v NullableDnnSmfInfoItemDnn) IsSet() bool
func (NullableDnnSmfInfoItemDnn) MarshalJSON ¶
func (v NullableDnnSmfInfoItemDnn) MarshalJSON() ([]byte, error)
func (*NullableDnnSmfInfoItemDnn) Set ¶
func (v *NullableDnnSmfInfoItemDnn) Set(val *DnnSmfInfoItemDnn)
func (*NullableDnnSmfInfoItemDnn) UnmarshalJSON ¶
func (v *NullableDnnSmfInfoItemDnn) UnmarshalJSON(src []byte) error
func (*NullableDnnSmfInfoItemDnn) Unset ¶
func (v *NullableDnnSmfInfoItemDnn) Unset()
type NullableDnnTsctsfInfoItem ¶
type NullableDnnTsctsfInfoItem struct {
// contains filtered or unexported fields
}
func NewNullableDnnTsctsfInfoItem ¶
func NewNullableDnnTsctsfInfoItem(val *DnnTsctsfInfoItem) *NullableDnnTsctsfInfoItem
func (NullableDnnTsctsfInfoItem) Get ¶
func (v NullableDnnTsctsfInfoItem) Get() *DnnTsctsfInfoItem
func (NullableDnnTsctsfInfoItem) IsSet ¶
func (v NullableDnnTsctsfInfoItem) IsSet() bool
func (NullableDnnTsctsfInfoItem) MarshalJSON ¶
func (v NullableDnnTsctsfInfoItem) MarshalJSON() ([]byte, error)
func (*NullableDnnTsctsfInfoItem) Set ¶
func (v *NullableDnnTsctsfInfoItem) Set(val *DnnTsctsfInfoItem)
func (*NullableDnnTsctsfInfoItem) UnmarshalJSON ¶
func (v *NullableDnnTsctsfInfoItem) UnmarshalJSON(src []byte) error
func (*NullableDnnTsctsfInfoItem) Unset ¶
func (v *NullableDnnTsctsfInfoItem) Unset()
type NullableDnnUpfInfoItem ¶
type NullableDnnUpfInfoItem struct {
// contains filtered or unexported fields
}
func NewNullableDnnUpfInfoItem ¶
func NewNullableDnnUpfInfoItem(val *DnnUpfInfoItem) *NullableDnnUpfInfoItem
func (NullableDnnUpfInfoItem) Get ¶
func (v NullableDnnUpfInfoItem) Get() *DnnUpfInfoItem
func (NullableDnnUpfInfoItem) IsSet ¶
func (v NullableDnnUpfInfoItem) IsSet() bool
func (NullableDnnUpfInfoItem) MarshalJSON ¶
func (v NullableDnnUpfInfoItem) MarshalJSON() ([]byte, error)
func (*NullableDnnUpfInfoItem) Set ¶
func (v *NullableDnnUpfInfoItem) Set(val *DnnUpfInfoItem)
func (*NullableDnnUpfInfoItem) UnmarshalJSON ¶
func (v *NullableDnnUpfInfoItem) UnmarshalJSON(src []byte) error
func (*NullableDnnUpfInfoItem) Unset ¶
func (v *NullableDnnUpfInfoItem) Unset()
type NullableEasdfInfo ¶
type NullableEasdfInfo struct {
// contains filtered or unexported fields
}
func NewNullableEasdfInfo ¶
func NewNullableEasdfInfo(val *EasdfInfo) *NullableEasdfInfo
func (NullableEasdfInfo) Get ¶
func (v NullableEasdfInfo) Get() *EasdfInfo
func (NullableEasdfInfo) IsSet ¶
func (v NullableEasdfInfo) IsSet() bool
func (NullableEasdfInfo) MarshalJSON ¶
func (v NullableEasdfInfo) MarshalJSON() ([]byte, error)
func (*NullableEasdfInfo) Set ¶
func (v *NullableEasdfInfo) Set(val *EasdfInfo)
func (*NullableEasdfInfo) UnmarshalJSON ¶
func (v *NullableEasdfInfo) UnmarshalJSON(src []byte) error
func (*NullableEasdfInfo) Unset ¶
func (v *NullableEasdfInfo) Unset()
type NullableEventId ¶
type NullableEventId struct {
// contains filtered or unexported fields
}
func NewNullableEventId ¶
func NewNullableEventId(val *EventId) *NullableEventId
func (NullableEventId) Get ¶
func (v NullableEventId) Get() *EventId
func (NullableEventId) IsSet ¶
func (v NullableEventId) IsSet() bool
func (NullableEventId) MarshalJSON ¶
func (v NullableEventId) MarshalJSON() ([]byte, error)
func (*NullableEventId) Set ¶
func (v *NullableEventId) Set(val *EventId)
func (*NullableEventId) UnmarshalJSON ¶
func (v *NullableEventId) UnmarshalJSON(src []byte) error
func (*NullableEventId) Unset ¶
func (v *NullableEventId) Unset()
type NullableExtSnssai ¶
type NullableExtSnssai struct {
// contains filtered or unexported fields
}
func NewNullableExtSnssai ¶
func NewNullableExtSnssai(val *ExtSnssai) *NullableExtSnssai
func (NullableExtSnssai) Get ¶
func (v NullableExtSnssai) Get() *ExtSnssai
func (NullableExtSnssai) IsSet ¶
func (v NullableExtSnssai) IsSet() bool
func (NullableExtSnssai) MarshalJSON ¶
func (v NullableExtSnssai) MarshalJSON() ([]byte, error)
func (*NullableExtSnssai) Set ¶
func (v *NullableExtSnssai) Set(val *ExtSnssai)
func (*NullableExtSnssai) UnmarshalJSON ¶
func (v *NullableExtSnssai) UnmarshalJSON(src []byte) error
func (*NullableExtSnssai) Unset ¶
func (v *NullableExtSnssai) Unset()
type NullableExternalClientType ¶
type NullableExternalClientType struct {
// contains filtered or unexported fields
}
func NewNullableExternalClientType ¶
func NewNullableExternalClientType(val *ExternalClientType) *NullableExternalClientType
func (NullableExternalClientType) Get ¶
func (v NullableExternalClientType) Get() *ExternalClientType
func (NullableExternalClientType) IsSet ¶
func (v NullableExternalClientType) IsSet() bool
func (NullableExternalClientType) MarshalJSON ¶
func (v NullableExternalClientType) MarshalJSON() ([]byte, error)
func (*NullableExternalClientType) Set ¶
func (v *NullableExternalClientType) Set(val *ExternalClientType)
func (*NullableExternalClientType) UnmarshalJSON ¶
func (v *NullableExternalClientType) UnmarshalJSON(src []byte) error
func (*NullableExternalClientType) Unset ¶
func (v *NullableExternalClientType) 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 NullableGmlcInfo ¶
type NullableGmlcInfo struct {
// contains filtered or unexported fields
}
func NewNullableGmlcInfo ¶
func NewNullableGmlcInfo(val *GmlcInfo) *NullableGmlcInfo
func (NullableGmlcInfo) Get ¶
func (v NullableGmlcInfo) Get() *GmlcInfo
func (NullableGmlcInfo) IsSet ¶
func (v NullableGmlcInfo) IsSet() bool
func (NullableGmlcInfo) MarshalJSON ¶
func (v NullableGmlcInfo) MarshalJSON() ([]byte, error)
func (*NullableGmlcInfo) Set ¶
func (v *NullableGmlcInfo) Set(val *GmlcInfo)
func (*NullableGmlcInfo) UnmarshalJSON ¶
func (v *NullableGmlcInfo) UnmarshalJSON(src []byte) error
func (*NullableGmlcInfo) Unset ¶
func (v *NullableGmlcInfo) Unset()
type NullableGuami ¶
type NullableGuami struct {
// contains filtered or unexported fields
}
func NewNullableGuami ¶
func NewNullableGuami(val *Guami) *NullableGuami
func (NullableGuami) Get ¶
func (v NullableGuami) Get() *Guami
func (NullableGuami) IsSet ¶
func (v NullableGuami) IsSet() bool
func (NullableGuami) MarshalJSON ¶
func (v NullableGuami) MarshalJSON() ([]byte, error)
func (*NullableGuami) Set ¶
func (v *NullableGuami) Set(val *Guami)
func (*NullableGuami) UnmarshalJSON ¶
func (v *NullableGuami) UnmarshalJSON(src []byte) error
func (*NullableGuami) Unset ¶
func (v *NullableGuami) Unset()
type NullableGuamiListCond ¶
type NullableGuamiListCond struct {
// contains filtered or unexported fields
}
func NewNullableGuamiListCond ¶
func NewNullableGuamiListCond(val *GuamiListCond) *NullableGuamiListCond
func (NullableGuamiListCond) Get ¶
func (v NullableGuamiListCond) Get() *GuamiListCond
func (NullableGuamiListCond) IsSet ¶
func (v NullableGuamiListCond) IsSet() bool
func (NullableGuamiListCond) MarshalJSON ¶
func (v NullableGuamiListCond) MarshalJSON() ([]byte, error)
func (*NullableGuamiListCond) Set ¶
func (v *NullableGuamiListCond) Set(val *GuamiListCond)
func (*NullableGuamiListCond) UnmarshalJSON ¶
func (v *NullableGuamiListCond) UnmarshalJSON(src []byte) error
func (*NullableGuamiListCond) Unset ¶
func (v *NullableGuamiListCond) Unset()
type NullableHssInfo ¶
type NullableHssInfo struct {
// contains filtered or unexported fields
}
func NewNullableHssInfo ¶
func NewNullableHssInfo(val *HssInfo) *NullableHssInfo
func (NullableHssInfo) Get ¶
func (v NullableHssInfo) Get() *HssInfo
func (NullableHssInfo) IsSet ¶
func (v NullableHssInfo) IsSet() bool
func (NullableHssInfo) MarshalJSON ¶
func (v NullableHssInfo) MarshalJSON() ([]byte, error)
func (*NullableHssInfo) Set ¶
func (v *NullableHssInfo) Set(val *HssInfo)
func (*NullableHssInfo) UnmarshalJSON ¶
func (v *NullableHssInfo) UnmarshalJSON(src []byte) error
func (*NullableHssInfo) Unset ¶
func (v *NullableHssInfo) Unset()
type NullableIdentityRange ¶
type NullableIdentityRange struct {
// contains filtered or unexported fields
}
func NewNullableIdentityRange ¶
func NewNullableIdentityRange(val *IdentityRange) *NullableIdentityRange
func (NullableIdentityRange) Get ¶
func (v NullableIdentityRange) Get() *IdentityRange
func (NullableIdentityRange) IsSet ¶
func (v NullableIdentityRange) IsSet() bool
func (NullableIdentityRange) MarshalJSON ¶
func (v NullableIdentityRange) MarshalJSON() ([]byte, error)
func (*NullableIdentityRange) Set ¶
func (v *NullableIdentityRange) Set(val *IdentityRange)
func (*NullableIdentityRange) UnmarshalJSON ¶
func (v *NullableIdentityRange) UnmarshalJSON(src []byte) error
func (*NullableIdentityRange) Unset ¶
func (v *NullableIdentityRange) Unset()
type NullableImsiRange ¶
type NullableImsiRange struct {
// contains filtered or unexported fields
}
func NewNullableImsiRange ¶
func NewNullableImsiRange(val *ImsiRange) *NullableImsiRange
func (NullableImsiRange) Get ¶
func (v NullableImsiRange) Get() *ImsiRange
func (NullableImsiRange) IsSet ¶
func (v NullableImsiRange) IsSet() bool
func (NullableImsiRange) MarshalJSON ¶
func (v NullableImsiRange) MarshalJSON() ([]byte, error)
func (*NullableImsiRange) Set ¶
func (v *NullableImsiRange) Set(val *ImsiRange)
func (*NullableImsiRange) UnmarshalJSON ¶
func (v *NullableImsiRange) UnmarshalJSON(src []byte) error
func (*NullableImsiRange) Unset ¶
func (v *NullableImsiRange) 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 NullableInterfaceUpfInfoItem ¶
type NullableInterfaceUpfInfoItem struct {
// contains filtered or unexported fields
}
func NewNullableInterfaceUpfInfoItem ¶
func NewNullableInterfaceUpfInfoItem(val *InterfaceUpfInfoItem) *NullableInterfaceUpfInfoItem
func (NullableInterfaceUpfInfoItem) Get ¶
func (v NullableInterfaceUpfInfoItem) Get() *InterfaceUpfInfoItem
func (NullableInterfaceUpfInfoItem) IsSet ¶
func (v NullableInterfaceUpfInfoItem) IsSet() bool
func (NullableInterfaceUpfInfoItem) MarshalJSON ¶
func (v NullableInterfaceUpfInfoItem) MarshalJSON() ([]byte, error)
func (*NullableInterfaceUpfInfoItem) Set ¶
func (v *NullableInterfaceUpfInfoItem) Set(val *InterfaceUpfInfoItem)
func (*NullableInterfaceUpfInfoItem) UnmarshalJSON ¶
func (v *NullableInterfaceUpfInfoItem) UnmarshalJSON(src []byte) error
func (*NullableInterfaceUpfInfoItem) Unset ¶
func (v *NullableInterfaceUpfInfoItem) Unset()
type NullableInternalGroupIdRange ¶
type NullableInternalGroupIdRange struct {
// contains filtered or unexported fields
}
func NewNullableInternalGroupIdRange ¶
func NewNullableInternalGroupIdRange(val *InternalGroupIdRange) *NullableInternalGroupIdRange
func (NullableInternalGroupIdRange) Get ¶
func (v NullableInternalGroupIdRange) Get() *InternalGroupIdRange
func (NullableInternalGroupIdRange) IsSet ¶
func (v NullableInternalGroupIdRange) IsSet() bool
func (NullableInternalGroupIdRange) MarshalJSON ¶
func (v NullableInternalGroupIdRange) MarshalJSON() ([]byte, error)
func (*NullableInternalGroupIdRange) Set ¶
func (v *NullableInternalGroupIdRange) Set(val *InternalGroupIdRange)
func (*NullableInternalGroupIdRange) UnmarshalJSON ¶
func (v *NullableInternalGroupIdRange) UnmarshalJSON(src []byte) error
func (*NullableInternalGroupIdRange) Unset ¶
func (v *NullableInternalGroupIdRange) 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 NullableIpIndex ¶
type NullableIpIndex struct {
// contains filtered or unexported fields
}
func NewNullableIpIndex ¶
func NewNullableIpIndex(val *IpIndex) *NullableIpIndex
func (NullableIpIndex) Get ¶
func (v NullableIpIndex) Get() *IpIndex
func (NullableIpIndex) IsSet ¶
func (v NullableIpIndex) IsSet() bool
func (NullableIpIndex) MarshalJSON ¶
func (v NullableIpIndex) MarshalJSON() ([]byte, error)
func (*NullableIpIndex) Set ¶
func (v *NullableIpIndex) Set(val *IpIndex)
func (*NullableIpIndex) UnmarshalJSON ¶
func (v *NullableIpIndex) UnmarshalJSON(src []byte) error
func (*NullableIpIndex) Unset ¶
func (v *NullableIpIndex) Unset()
type NullableIpReachability ¶
type NullableIpReachability struct {
// contains filtered or unexported fields
}
func NewNullableIpReachability ¶
func NewNullableIpReachability(val *IpReachability) *NullableIpReachability
func (NullableIpReachability) Get ¶
func (v NullableIpReachability) Get() *IpReachability
func (NullableIpReachability) IsSet ¶
func (v NullableIpReachability) IsSet() bool
func (NullableIpReachability) MarshalJSON ¶
func (v NullableIpReachability) MarshalJSON() ([]byte, error)
func (*NullableIpReachability) Set ¶
func (v *NullableIpReachability) Set(val *IpReachability)
func (*NullableIpReachability) UnmarshalJSON ¶
func (v *NullableIpReachability) UnmarshalJSON(src []byte) error
func (*NullableIpReachability) Unset ¶
func (v *NullableIpReachability) Unset()
type NullableIpv4AddressRange ¶
type NullableIpv4AddressRange struct {
// contains filtered or unexported fields
}
func NewNullableIpv4AddressRange ¶
func NewNullableIpv4AddressRange(val *Ipv4AddressRange) *NullableIpv4AddressRange
func (NullableIpv4AddressRange) Get ¶
func (v NullableIpv4AddressRange) Get() *Ipv4AddressRange
func (NullableIpv4AddressRange) IsSet ¶
func (v NullableIpv4AddressRange) IsSet() bool
func (NullableIpv4AddressRange) MarshalJSON ¶
func (v NullableIpv4AddressRange) MarshalJSON() ([]byte, error)
func (*NullableIpv4AddressRange) Set ¶
func (v *NullableIpv4AddressRange) Set(val *Ipv4AddressRange)
func (*NullableIpv4AddressRange) UnmarshalJSON ¶
func (v *NullableIpv4AddressRange) UnmarshalJSON(src []byte) error
func (*NullableIpv4AddressRange) Unset ¶
func (v *NullableIpv4AddressRange) 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 NullableIpv6PrefixRange ¶
type NullableIpv6PrefixRange struct {
// contains filtered or unexported fields
}
func NewNullableIpv6PrefixRange ¶
func NewNullableIpv6PrefixRange(val *Ipv6PrefixRange) *NullableIpv6PrefixRange
func (NullableIpv6PrefixRange) Get ¶
func (v NullableIpv6PrefixRange) Get() *Ipv6PrefixRange
func (NullableIpv6PrefixRange) IsSet ¶
func (v NullableIpv6PrefixRange) IsSet() bool
func (NullableIpv6PrefixRange) MarshalJSON ¶
func (v NullableIpv6PrefixRange) MarshalJSON() ([]byte, error)
func (*NullableIpv6PrefixRange) Set ¶
func (v *NullableIpv6PrefixRange) Set(val *Ipv6PrefixRange)
func (*NullableIpv6PrefixRange) UnmarshalJSON ¶
func (v *NullableIpv6PrefixRange) UnmarshalJSON(src []byte) error
func (*NullableIpv6PrefixRange) Unset ¶
func (v *NullableIpv6PrefixRange) Unset()
type NullableIwmscInfo ¶
type NullableIwmscInfo struct {
// contains filtered or unexported fields
}
func NewNullableIwmscInfo ¶
func NewNullableIwmscInfo(val *IwmscInfo) *NullableIwmscInfo
func (NullableIwmscInfo) Get ¶
func (v NullableIwmscInfo) Get() *IwmscInfo
func (NullableIwmscInfo) IsSet ¶
func (v NullableIwmscInfo) IsSet() bool
func (NullableIwmscInfo) MarshalJSON ¶
func (v NullableIwmscInfo) MarshalJSON() ([]byte, error)
func (*NullableIwmscInfo) Set ¶
func (v *NullableIwmscInfo) Set(val *IwmscInfo)
func (*NullableIwmscInfo) UnmarshalJSON ¶
func (v *NullableIwmscInfo) UnmarshalJSON(src []byte) error
func (*NullableIwmscInfo) Unset ¶
func (v *NullableIwmscInfo) Unset()
type NullableLink ¶
type NullableLink struct {
// contains filtered or unexported fields
}
func NewNullableLink ¶
func NewNullableLink(val *Link) *NullableLink
func (NullableLink) Get ¶
func (v NullableLink) Get() *Link
func (NullableLink) IsSet ¶
func (v NullableLink) IsSet() bool
func (NullableLink) MarshalJSON ¶
func (v NullableLink) MarshalJSON() ([]byte, error)
func (*NullableLink) Set ¶
func (v *NullableLink) Set(val *Link)
func (*NullableLink) UnmarshalJSON ¶
func (v *NullableLink) UnmarshalJSON(src []byte) error
func (*NullableLink) Unset ¶
func (v *NullableLink) Unset()
type NullableLinksValueSchema ¶
type NullableLinksValueSchema struct {
// contains filtered or unexported fields
}
func NewNullableLinksValueSchema ¶
func NewNullableLinksValueSchema(val *LinksValueSchema) *NullableLinksValueSchema
func (NullableLinksValueSchema) Get ¶
func (v NullableLinksValueSchema) Get() *LinksValueSchema
func (NullableLinksValueSchema) IsSet ¶
func (v NullableLinksValueSchema) IsSet() bool
func (NullableLinksValueSchema) MarshalJSON ¶
func (v NullableLinksValueSchema) MarshalJSON() ([]byte, error)
func (*NullableLinksValueSchema) Set ¶
func (v *NullableLinksValueSchema) Set(val *LinksValueSchema)
func (*NullableLinksValueSchema) UnmarshalJSON ¶
func (v *NullableLinksValueSchema) UnmarshalJSON(src []byte) error
func (*NullableLinksValueSchema) Unset ¶
func (v *NullableLinksValueSchema) Unset()
type NullableLmfInfo ¶
type NullableLmfInfo struct {
// contains filtered or unexported fields
}
func NewNullableLmfInfo ¶
func NewNullableLmfInfo(val *LmfInfo) *NullableLmfInfo
func (NullableLmfInfo) Get ¶
func (v NullableLmfInfo) Get() *LmfInfo
func (NullableLmfInfo) IsSet ¶
func (v NullableLmfInfo) IsSet() bool
func (NullableLmfInfo) MarshalJSON ¶
func (v NullableLmfInfo) MarshalJSON() ([]byte, error)
func (*NullableLmfInfo) Set ¶
func (v *NullableLmfInfo) Set(val *LmfInfo)
func (*NullableLmfInfo) UnmarshalJSON ¶
func (v *NullableLmfInfo) UnmarshalJSON(src []byte) error
func (*NullableLmfInfo) Unset ¶
func (v *NullableLmfInfo) Unset()
type NullableLocalityDescription ¶
type NullableLocalityDescription struct {
// contains filtered or unexported fields
}
func NewNullableLocalityDescription ¶
func NewNullableLocalityDescription(val *LocalityDescription) *NullableLocalityDescription
func (NullableLocalityDescription) Get ¶
func (v NullableLocalityDescription) Get() *LocalityDescription
func (NullableLocalityDescription) IsSet ¶
func (v NullableLocalityDescription) IsSet() bool
func (NullableLocalityDescription) MarshalJSON ¶
func (v NullableLocalityDescription) MarshalJSON() ([]byte, error)
func (*NullableLocalityDescription) Set ¶
func (v *NullableLocalityDescription) Set(val *LocalityDescription)
func (*NullableLocalityDescription) UnmarshalJSON ¶
func (v *NullableLocalityDescription) UnmarshalJSON(src []byte) error
func (*NullableLocalityDescription) Unset ¶
func (v *NullableLocalityDescription) Unset()
type NullableLocalityDescriptionItem ¶
type NullableLocalityDescriptionItem struct {
// contains filtered or unexported fields
}
func NewNullableLocalityDescriptionItem ¶
func NewNullableLocalityDescriptionItem(val *LocalityDescriptionItem) *NullableLocalityDescriptionItem
func (NullableLocalityDescriptionItem) Get ¶
func (v NullableLocalityDescriptionItem) Get() *LocalityDescriptionItem
func (NullableLocalityDescriptionItem) IsSet ¶
func (v NullableLocalityDescriptionItem) IsSet() bool
func (NullableLocalityDescriptionItem) MarshalJSON ¶
func (v NullableLocalityDescriptionItem) MarshalJSON() ([]byte, error)
func (*NullableLocalityDescriptionItem) Set ¶
func (v *NullableLocalityDescriptionItem) Set(val *LocalityDescriptionItem)
func (*NullableLocalityDescriptionItem) UnmarshalJSON ¶
func (v *NullableLocalityDescriptionItem) UnmarshalJSON(src []byte) error
func (*NullableLocalityDescriptionItem) Unset ¶
func (v *NullableLocalityDescriptionItem) Unset()
type NullableLocalityType ¶
type NullableLocalityType struct {
// contains filtered or unexported fields
}
func NewNullableLocalityType ¶
func NewNullableLocalityType(val *LocalityType) *NullableLocalityType
func (NullableLocalityType) Get ¶
func (v NullableLocalityType) Get() *LocalityType
func (NullableLocalityType) IsSet ¶
func (v NullableLocalityType) IsSet() bool
func (NullableLocalityType) MarshalJSON ¶
func (v NullableLocalityType) MarshalJSON() ([]byte, error)
func (*NullableLocalityType) Set ¶
func (v *NullableLocalityType) Set(val *LocalityType)
func (*NullableLocalityType) UnmarshalJSON ¶
func (v *NullableLocalityType) UnmarshalJSON(src []byte) error
func (*NullableLocalityType) Unset ¶
func (v *NullableLocalityType) Unset()
type NullableMbSmfInfo ¶
type NullableMbSmfInfo struct {
// contains filtered or unexported fields
}
func NewNullableMbSmfInfo ¶
func NewNullableMbSmfInfo(val *MbSmfInfo) *NullableMbSmfInfo
func (NullableMbSmfInfo) Get ¶
func (v NullableMbSmfInfo) Get() *MbSmfInfo
func (NullableMbSmfInfo) IsSet ¶
func (v NullableMbSmfInfo) IsSet() bool
func (NullableMbSmfInfo) MarshalJSON ¶
func (v NullableMbSmfInfo) MarshalJSON() ([]byte, error)
func (*NullableMbSmfInfo) Set ¶
func (v *NullableMbSmfInfo) Set(val *MbSmfInfo)
func (*NullableMbSmfInfo) UnmarshalJSON ¶
func (v *NullableMbSmfInfo) UnmarshalJSON(src []byte) error
func (*NullableMbSmfInfo) Unset ¶
func (v *NullableMbSmfInfo) Unset()
type NullableMbUpfInfo ¶
type NullableMbUpfInfo struct {
// contains filtered or unexported fields
}
func NewNullableMbUpfInfo ¶
func NewNullableMbUpfInfo(val *MbUpfInfo) *NullableMbUpfInfo
func (NullableMbUpfInfo) Get ¶
func (v NullableMbUpfInfo) Get() *MbUpfInfo
func (NullableMbUpfInfo) IsSet ¶
func (v NullableMbUpfInfo) IsSet() bool
func (NullableMbUpfInfo) MarshalJSON ¶
func (v NullableMbUpfInfo) MarshalJSON() ([]byte, error)
func (*NullableMbUpfInfo) Set ¶
func (v *NullableMbUpfInfo) Set(val *MbUpfInfo)
func (*NullableMbUpfInfo) UnmarshalJSON ¶
func (v *NullableMbUpfInfo) UnmarshalJSON(src []byte) error
func (*NullableMbUpfInfo) Unset ¶
func (v *NullableMbUpfInfo) Unset()
type NullableMbsServiceArea ¶
type NullableMbsServiceArea struct {
// contains filtered or unexported fields
}
func NewNullableMbsServiceArea ¶
func NewNullableMbsServiceArea(val *MbsServiceArea) *NullableMbsServiceArea
func (NullableMbsServiceArea) Get ¶
func (v NullableMbsServiceArea) Get() *MbsServiceArea
func (NullableMbsServiceArea) IsSet ¶
func (v NullableMbsServiceArea) IsSet() bool
func (NullableMbsServiceArea) MarshalJSON ¶
func (v NullableMbsServiceArea) MarshalJSON() ([]byte, error)
func (*NullableMbsServiceArea) Set ¶
func (v *NullableMbsServiceArea) Set(val *MbsServiceArea)
func (*NullableMbsServiceArea) UnmarshalJSON ¶
func (v *NullableMbsServiceArea) UnmarshalJSON(src []byte) error
func (*NullableMbsServiceArea) Unset ¶
func (v *NullableMbsServiceArea) Unset()
type NullableMbsServiceAreaInfo ¶
type NullableMbsServiceAreaInfo struct {
// contains filtered or unexported fields
}
func NewNullableMbsServiceAreaInfo ¶
func NewNullableMbsServiceAreaInfo(val *MbsServiceAreaInfo) *NullableMbsServiceAreaInfo
func (NullableMbsServiceAreaInfo) Get ¶
func (v NullableMbsServiceAreaInfo) Get() *MbsServiceAreaInfo
func (NullableMbsServiceAreaInfo) IsSet ¶
func (v NullableMbsServiceAreaInfo) IsSet() bool
func (NullableMbsServiceAreaInfo) MarshalJSON ¶
func (v NullableMbsServiceAreaInfo) MarshalJSON() ([]byte, error)
func (*NullableMbsServiceAreaInfo) Set ¶
func (v *NullableMbsServiceAreaInfo) Set(val *MbsServiceAreaInfo)
func (*NullableMbsServiceAreaInfo) UnmarshalJSON ¶
func (v *NullableMbsServiceAreaInfo) UnmarshalJSON(src []byte) error
func (*NullableMbsServiceAreaInfo) Unset ¶
func (v *NullableMbsServiceAreaInfo) Unset()
type NullableMbsSession ¶
type NullableMbsSession struct {
// contains filtered or unexported fields
}
func NewNullableMbsSession ¶
func NewNullableMbsSession(val *MbsSession) *NullableMbsSession
func (NullableMbsSession) Get ¶
func (v NullableMbsSession) Get() *MbsSession
func (NullableMbsSession) IsSet ¶
func (v NullableMbsSession) IsSet() bool
func (NullableMbsSession) MarshalJSON ¶
func (v NullableMbsSession) MarshalJSON() ([]byte, error)
func (*NullableMbsSession) Set ¶
func (v *NullableMbsSession) Set(val *MbsSession)
func (*NullableMbsSession) UnmarshalJSON ¶
func (v *NullableMbsSession) UnmarshalJSON(src []byte) error
func (*NullableMbsSession) Unset ¶
func (v *NullableMbsSession) 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 NullableMfafInfo ¶
type NullableMfafInfo struct {
// contains filtered or unexported fields
}
func NewNullableMfafInfo ¶
func NewNullableMfafInfo(val *MfafInfo) *NullableMfafInfo
func (NullableMfafInfo) Get ¶
func (v NullableMfafInfo) Get() *MfafInfo
func (NullableMfafInfo) IsSet ¶
func (v NullableMfafInfo) IsSet() bool
func (NullableMfafInfo) MarshalJSON ¶
func (v NullableMfafInfo) MarshalJSON() ([]byte, error)
func (*NullableMfafInfo) Set ¶
func (v *NullableMfafInfo) Set(val *MfafInfo)
func (*NullableMfafInfo) UnmarshalJSON ¶
func (v *NullableMfafInfo) UnmarshalJSON(src []byte) error
func (*NullableMfafInfo) Unset ¶
func (v *NullableMfafInfo) Unset()
type NullableMlAnalyticsInfo ¶
type NullableMlAnalyticsInfo struct {
// contains filtered or unexported fields
}
func NewNullableMlAnalyticsInfo ¶
func NewNullableMlAnalyticsInfo(val *MlAnalyticsInfo) *NullableMlAnalyticsInfo
func (NullableMlAnalyticsInfo) Get ¶
func (v NullableMlAnalyticsInfo) Get() *MlAnalyticsInfo
func (NullableMlAnalyticsInfo) IsSet ¶
func (v NullableMlAnalyticsInfo) IsSet() bool
func (NullableMlAnalyticsInfo) MarshalJSON ¶
func (v NullableMlAnalyticsInfo) MarshalJSON() ([]byte, error)
func (*NullableMlAnalyticsInfo) Set ¶
func (v *NullableMlAnalyticsInfo) Set(val *MlAnalyticsInfo)
func (*NullableMlAnalyticsInfo) UnmarshalJSON ¶
func (v *NullableMlAnalyticsInfo) UnmarshalJSON(src []byte) error
func (*NullableMlAnalyticsInfo) Unset ¶
func (v *NullableMlAnalyticsInfo) Unset()
type NullableMnpfInfo ¶
type NullableMnpfInfo struct {
// contains filtered or unexported fields
}
func NewNullableMnpfInfo ¶
func NewNullableMnpfInfo(val *MnpfInfo) *NullableMnpfInfo
func (NullableMnpfInfo) Get ¶
func (v NullableMnpfInfo) Get() *MnpfInfo
func (NullableMnpfInfo) IsSet ¶
func (v NullableMnpfInfo) IsSet() bool
func (NullableMnpfInfo) MarshalJSON ¶
func (v NullableMnpfInfo) MarshalJSON() ([]byte, error)
func (*NullableMnpfInfo) Set ¶
func (v *NullableMnpfInfo) Set(val *MnpfInfo)
func (*NullableMnpfInfo) UnmarshalJSON ¶
func (v *NullableMnpfInfo) UnmarshalJSON(src []byte) error
func (*NullableMnpfInfo) Unset ¶
func (v *NullableMnpfInfo) Unset()
type NullableModel5GDdnmfInfo ¶
type NullableModel5GDdnmfInfo struct {
// contains filtered or unexported fields
}
func NewNullableModel5GDdnmfInfo ¶
func NewNullableModel5GDdnmfInfo(val *Model5GDdnmfInfo) *NullableModel5GDdnmfInfo
func (NullableModel5GDdnmfInfo) Get ¶
func (v NullableModel5GDdnmfInfo) Get() *Model5GDdnmfInfo
func (NullableModel5GDdnmfInfo) IsSet ¶
func (v NullableModel5GDdnmfInfo) IsSet() bool
func (NullableModel5GDdnmfInfo) MarshalJSON ¶
func (v NullableModel5GDdnmfInfo) MarshalJSON() ([]byte, error)
func (*NullableModel5GDdnmfInfo) Set ¶
func (v *NullableModel5GDdnmfInfo) Set(val *Model5GDdnmfInfo)
func (*NullableModel5GDdnmfInfo) UnmarshalJSON ¶
func (v *NullableModel5GDdnmfInfo) UnmarshalJSON(src []byte) error
func (*NullableModel5GDdnmfInfo) Unset ¶
func (v *NullableModel5GDdnmfInfo) Unset()
type NullableN1MessageClass ¶
type NullableN1MessageClass struct {
// contains filtered or unexported fields
}
func NewNullableN1MessageClass ¶
func NewNullableN1MessageClass(val *N1MessageClass) *NullableN1MessageClass
func (NullableN1MessageClass) Get ¶
func (v NullableN1MessageClass) Get() *N1MessageClass
func (NullableN1MessageClass) IsSet ¶
func (v NullableN1MessageClass) IsSet() bool
func (NullableN1MessageClass) MarshalJSON ¶
func (v NullableN1MessageClass) MarshalJSON() ([]byte, error)
func (*NullableN1MessageClass) Set ¶
func (v *NullableN1MessageClass) Set(val *N1MessageClass)
func (*NullableN1MessageClass) UnmarshalJSON ¶
func (v *NullableN1MessageClass) UnmarshalJSON(src []byte) error
func (*NullableN1MessageClass) Unset ¶
func (v *NullableN1MessageClass) Unset()
type NullableN2InformationClass ¶
type NullableN2InformationClass struct {
// contains filtered or unexported fields
}
func NewNullableN2InformationClass ¶
func NewNullableN2InformationClass(val *N2InformationClass) *NullableN2InformationClass
func (NullableN2InformationClass) Get ¶
func (v NullableN2InformationClass) Get() *N2InformationClass
func (NullableN2InformationClass) IsSet ¶
func (v NullableN2InformationClass) IsSet() bool
func (NullableN2InformationClass) MarshalJSON ¶
func (v NullableN2InformationClass) MarshalJSON() ([]byte, error)
func (*NullableN2InformationClass) Set ¶
func (v *NullableN2InformationClass) Set(val *N2InformationClass)
func (*NullableN2InformationClass) UnmarshalJSON ¶
func (v *NullableN2InformationClass) UnmarshalJSON(src []byte) error
func (*NullableN2InformationClass) Unset ¶
func (v *NullableN2InformationClass) Unset()
type NullableN2InterfaceAmfInfo ¶
type NullableN2InterfaceAmfInfo struct {
// contains filtered or unexported fields
}
func NewNullableN2InterfaceAmfInfo ¶
func NewNullableN2InterfaceAmfInfo(val *N2InterfaceAmfInfo) *NullableN2InterfaceAmfInfo
func (NullableN2InterfaceAmfInfo) Get ¶
func (v NullableN2InterfaceAmfInfo) Get() *N2InterfaceAmfInfo
func (NullableN2InterfaceAmfInfo) IsSet ¶
func (v NullableN2InterfaceAmfInfo) IsSet() bool
func (NullableN2InterfaceAmfInfo) MarshalJSON ¶
func (v NullableN2InterfaceAmfInfo) MarshalJSON() ([]byte, error)
func (*NullableN2InterfaceAmfInfo) Set ¶
func (v *NullableN2InterfaceAmfInfo) Set(val *N2InterfaceAmfInfo)
func (*NullableN2InterfaceAmfInfo) UnmarshalJSON ¶
func (v *NullableN2InterfaceAmfInfo) UnmarshalJSON(src []byte) error
func (*NullableN2InterfaceAmfInfo) Unset ¶
func (v *NullableN2InterfaceAmfInfo) Unset()
type NullableN32Purpose ¶
type NullableN32Purpose struct {
// contains filtered or unexported fields
}
func NewNullableN32Purpose ¶
func NewNullableN32Purpose(val *N32Purpose) *NullableN32Purpose
func (NullableN32Purpose) Get ¶
func (v NullableN32Purpose) Get() *N32Purpose
func (NullableN32Purpose) IsSet ¶
func (v NullableN32Purpose) IsSet() bool
func (NullableN32Purpose) MarshalJSON ¶
func (v NullableN32Purpose) MarshalJSON() ([]byte, error)
func (*NullableN32Purpose) Set ¶
func (v *NullableN32Purpose) Set(val *N32Purpose)
func (*NullableN32Purpose) UnmarshalJSON ¶
func (v *NullableN32Purpose) UnmarshalJSON(src []byte) error
func (*NullableN32Purpose) Unset ¶
func (v *NullableN32Purpose) Unset()
type NullableNFProfile ¶
type NullableNFProfile struct {
// contains filtered or unexported fields
}
func NewNullableNFProfile ¶
func NewNullableNFProfile(val *NFProfile) *NullableNFProfile
func (NullableNFProfile) Get ¶
func (v NullableNFProfile) Get() *NFProfile
func (NullableNFProfile) IsSet ¶
func (v NullableNFProfile) IsSet() bool
func (NullableNFProfile) MarshalJSON ¶
func (v NullableNFProfile) MarshalJSON() ([]byte, error)
func (*NullableNFProfile) Set ¶
func (v *NullableNFProfile) Set(val *NFProfile)
func (*NullableNFProfile) UnmarshalJSON ¶
func (v *NullableNFProfile) UnmarshalJSON(src []byte) error
func (*NullableNFProfile) Unset ¶
func (v *NullableNFProfile) Unset()
type NullableNFService ¶
type NullableNFService struct {
// contains filtered or unexported fields
}
func NewNullableNFService ¶
func NewNullableNFService(val *NFService) *NullableNFService
func (NullableNFService) Get ¶
func (v NullableNFService) Get() *NFService
func (NullableNFService) IsSet ¶
func (v NullableNFService) IsSet() bool
func (NullableNFService) MarshalJSON ¶
func (v NullableNFService) MarshalJSON() ([]byte, error)
func (*NullableNFService) Set ¶
func (v *NullableNFService) Set(val *NFService)
func (*NullableNFService) UnmarshalJSON ¶
func (v *NullableNFService) UnmarshalJSON(src []byte) error
func (*NullableNFService) Unset ¶
func (v *NullableNFService) Unset()
type NullableNFServiceStatus ¶
type NullableNFServiceStatus struct {
// contains filtered or unexported fields
}
func NewNullableNFServiceStatus ¶
func NewNullableNFServiceStatus(val *NFServiceStatus) *NullableNFServiceStatus
func (NullableNFServiceStatus) Get ¶
func (v NullableNFServiceStatus) Get() *NFServiceStatus
func (NullableNFServiceStatus) IsSet ¶
func (v NullableNFServiceStatus) IsSet() bool
func (NullableNFServiceStatus) MarshalJSON ¶
func (v NullableNFServiceStatus) MarshalJSON() ([]byte, error)
func (*NullableNFServiceStatus) Set ¶
func (v *NullableNFServiceStatus) Set(val *NFServiceStatus)
func (*NullableNFServiceStatus) UnmarshalJSON ¶
func (v *NullableNFServiceStatus) UnmarshalJSON(src []byte) error
func (*NullableNFServiceStatus) Unset ¶
func (v *NullableNFServiceStatus) Unset()
type NullableNFServiceVersion ¶
type NullableNFServiceVersion struct {
// contains filtered or unexported fields
}
func NewNullableNFServiceVersion ¶
func NewNullableNFServiceVersion(val *NFServiceVersion) *NullableNFServiceVersion
func (NullableNFServiceVersion) Get ¶
func (v NullableNFServiceVersion) Get() *NFServiceVersion
func (NullableNFServiceVersion) IsSet ¶
func (v NullableNFServiceVersion) IsSet() bool
func (NullableNFServiceVersion) MarshalJSON ¶
func (v NullableNFServiceVersion) MarshalJSON() ([]byte, error)
func (*NullableNFServiceVersion) Set ¶
func (v *NullableNFServiceVersion) Set(val *NFServiceVersion)
func (*NullableNFServiceVersion) UnmarshalJSON ¶
func (v *NullableNFServiceVersion) UnmarshalJSON(src []byte) error
func (*NullableNFServiceVersion) Unset ¶
func (v *NullableNFServiceVersion) Unset()
type NullableNFStatus ¶
type NullableNFStatus struct {
// contains filtered or unexported fields
}
func NewNullableNFStatus ¶
func NewNullableNFStatus(val *NFStatus) *NullableNFStatus
func (NullableNFStatus) Get ¶
func (v NullableNFStatus) Get() *NFStatus
func (NullableNFStatus) IsSet ¶
func (v NullableNFStatus) IsSet() bool
func (NullableNFStatus) MarshalJSON ¶
func (v NullableNFStatus) MarshalJSON() ([]byte, error)
func (*NullableNFStatus) Set ¶
func (v *NullableNFStatus) Set(val *NFStatus)
func (*NullableNFStatus) UnmarshalJSON ¶
func (v *NullableNFStatus) UnmarshalJSON(src []byte) error
func (*NullableNFStatus) Unset ¶
func (v *NullableNFStatus) 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 NullableNcgi ¶
type NullableNcgi struct {
// contains filtered or unexported fields
}
func NewNullableNcgi ¶
func NewNullableNcgi(val *Ncgi) *NullableNcgi
func (NullableNcgi) Get ¶
func (v NullableNcgi) Get() *Ncgi
func (NullableNcgi) IsSet ¶
func (v NullableNcgi) IsSet() bool
func (NullableNcgi) MarshalJSON ¶
func (v NullableNcgi) MarshalJSON() ([]byte, error)
func (*NullableNcgi) Set ¶
func (v *NullableNcgi) Set(val *Ncgi)
func (*NullableNcgi) UnmarshalJSON ¶
func (v *NullableNcgi) UnmarshalJSON(src []byte) error
func (*NullableNcgi) Unset ¶
func (v *NullableNcgi) Unset()
type NullableNcgiTai ¶
type NullableNcgiTai struct {
// contains filtered or unexported fields
}
func NewNullableNcgiTai ¶
func NewNullableNcgiTai(val *NcgiTai) *NullableNcgiTai
func (NullableNcgiTai) Get ¶
func (v NullableNcgiTai) Get() *NcgiTai
func (NullableNcgiTai) IsSet ¶
func (v NullableNcgiTai) IsSet() bool
func (NullableNcgiTai) MarshalJSON ¶
func (v NullableNcgiTai) MarshalJSON() ([]byte, error)
func (*NullableNcgiTai) Set ¶
func (v *NullableNcgiTai) Set(val *NcgiTai)
func (*NullableNcgiTai) UnmarshalJSON ¶
func (v *NullableNcgiTai) UnmarshalJSON(src []byte) error
func (*NullableNcgiTai) Unset ¶
func (v *NullableNcgiTai) Unset()
type NullableNefCond ¶
type NullableNefCond struct {
// contains filtered or unexported fields
}
func NewNullableNefCond ¶
func NewNullableNefCond(val *NefCond) *NullableNefCond
func (NullableNefCond) Get ¶
func (v NullableNefCond) Get() *NefCond
func (NullableNefCond) IsSet ¶
func (v NullableNefCond) IsSet() bool
func (NullableNefCond) MarshalJSON ¶
func (v NullableNefCond) MarshalJSON() ([]byte, error)
func (*NullableNefCond) Set ¶
func (v *NullableNefCond) Set(val *NefCond)
func (*NullableNefCond) UnmarshalJSON ¶
func (v *NullableNefCond) UnmarshalJSON(src []byte) error
func (*NullableNefCond) Unset ¶
func (v *NullableNefCond) Unset()
type NullableNefInfo ¶
type NullableNefInfo struct {
// contains filtered or unexported fields
}
func NewNullableNefInfo ¶
func NewNullableNefInfo(val *NefInfo) *NullableNefInfo
func (NullableNefInfo) Get ¶
func (v NullableNefInfo) Get() *NefInfo
func (NullableNefInfo) IsSet ¶
func (v NullableNefInfo) IsSet() bool
func (NullableNefInfo) MarshalJSON ¶
func (v NullableNefInfo) MarshalJSON() ([]byte, error)
func (*NullableNefInfo) Set ¶
func (v *NullableNefInfo) Set(val *NefInfo)
func (*NullableNefInfo) UnmarshalJSON ¶
func (v *NullableNefInfo) UnmarshalJSON(src []byte) error
func (*NullableNefInfo) Unset ¶
func (v *NullableNefInfo) Unset()
type NullableNetworkNodeDiameterAddress ¶
type NullableNetworkNodeDiameterAddress struct {
// contains filtered or unexported fields
}
func NewNullableNetworkNodeDiameterAddress ¶
func NewNullableNetworkNodeDiameterAddress(val *NetworkNodeDiameterAddress) *NullableNetworkNodeDiameterAddress
func (NullableNetworkNodeDiameterAddress) Get ¶
func (v NullableNetworkNodeDiameterAddress) Get() *NetworkNodeDiameterAddress
func (NullableNetworkNodeDiameterAddress) IsSet ¶
func (v NullableNetworkNodeDiameterAddress) IsSet() bool
func (NullableNetworkNodeDiameterAddress) MarshalJSON ¶
func (v NullableNetworkNodeDiameterAddress) MarshalJSON() ([]byte, error)
func (*NullableNetworkNodeDiameterAddress) Set ¶
func (v *NullableNetworkNodeDiameterAddress) Set(val *NetworkNodeDiameterAddress)
func (*NullableNetworkNodeDiameterAddress) UnmarshalJSON ¶
func (v *NullableNetworkNodeDiameterAddress) UnmarshalJSON(src []byte) error
func (*NullableNetworkNodeDiameterAddress) Unset ¶
func (v *NullableNetworkNodeDiameterAddress) Unset()
type NullableNetworkSliceCond ¶
type NullableNetworkSliceCond struct {
// contains filtered or unexported fields
}
func NewNullableNetworkSliceCond ¶
func NewNullableNetworkSliceCond(val *NetworkSliceCond) *NullableNetworkSliceCond
func (NullableNetworkSliceCond) Get ¶
func (v NullableNetworkSliceCond) Get() *NetworkSliceCond
func (NullableNetworkSliceCond) IsSet ¶
func (v NullableNetworkSliceCond) IsSet() bool
func (NullableNetworkSliceCond) MarshalJSON ¶
func (v NullableNetworkSliceCond) MarshalJSON() ([]byte, error)
func (*NullableNetworkSliceCond) Set ¶
func (v *NullableNetworkSliceCond) Set(val *NetworkSliceCond)
func (*NullableNetworkSliceCond) UnmarshalJSON ¶
func (v *NullableNetworkSliceCond) UnmarshalJSON(src []byte) error
func (*NullableNetworkSliceCond) Unset ¶
func (v *NullableNetworkSliceCond) Unset()
type NullableNfGroupCond ¶
type NullableNfGroupCond struct {
// contains filtered or unexported fields
}
func NewNullableNfGroupCond ¶
func NewNullableNfGroupCond(val *NfGroupCond) *NullableNfGroupCond
func (NullableNfGroupCond) Get ¶
func (v NullableNfGroupCond) Get() *NfGroupCond
func (NullableNfGroupCond) IsSet ¶
func (v NullableNfGroupCond) IsSet() bool
func (NullableNfGroupCond) MarshalJSON ¶
func (v NullableNfGroupCond) MarshalJSON() ([]byte, error)
func (*NullableNfGroupCond) Set ¶
func (v *NullableNfGroupCond) Set(val *NfGroupCond)
func (*NullableNfGroupCond) UnmarshalJSON ¶
func (v *NullableNfGroupCond) UnmarshalJSON(src []byte) error
func (*NullableNfGroupCond) Unset ¶
func (v *NullableNfGroupCond) Unset()
type NullableNfGroupListCond ¶
type NullableNfGroupListCond struct {
// contains filtered or unexported fields
}
func NewNullableNfGroupListCond ¶
func NewNullableNfGroupListCond(val *NfGroupListCond) *NullableNfGroupListCond
func (NullableNfGroupListCond) Get ¶
func (v NullableNfGroupListCond) Get() *NfGroupListCond
func (NullableNfGroupListCond) IsSet ¶
func (v NullableNfGroupListCond) IsSet() bool
func (NullableNfGroupListCond) MarshalJSON ¶
func (v NullableNfGroupListCond) MarshalJSON() ([]byte, error)
func (*NullableNfGroupListCond) Set ¶
func (v *NullableNfGroupListCond) Set(val *NfGroupListCond)
func (*NullableNfGroupListCond) UnmarshalJSON ¶
func (v *NullableNfGroupListCond) UnmarshalJSON(src []byte) error
func (*NullableNfGroupListCond) Unset ¶
func (v *NullableNfGroupListCond) Unset()
type NullableNfInfo ¶
type NullableNfInfo struct {
// contains filtered or unexported fields
}
func NewNullableNfInfo ¶
func NewNullableNfInfo(val *NfInfo) *NullableNfInfo
func (NullableNfInfo) Get ¶
func (v NullableNfInfo) Get() *NfInfo
func (NullableNfInfo) IsSet ¶
func (v NullableNfInfo) IsSet() bool
func (NullableNfInfo) MarshalJSON ¶
func (v NullableNfInfo) MarshalJSON() ([]byte, error)
func (*NullableNfInfo) Set ¶
func (v *NullableNfInfo) Set(val *NfInfo)
func (*NullableNfInfo) UnmarshalJSON ¶
func (v *NullableNfInfo) UnmarshalJSON(src []byte) error
func (*NullableNfInfo) Unset ¶
func (v *NullableNfInfo) Unset()
type NullableNfInstanceIdCond ¶
type NullableNfInstanceIdCond struct {
// contains filtered or unexported fields
}
func NewNullableNfInstanceIdCond ¶
func NewNullableNfInstanceIdCond(val *NfInstanceIdCond) *NullableNfInstanceIdCond
func (NullableNfInstanceIdCond) Get ¶
func (v NullableNfInstanceIdCond) Get() *NfInstanceIdCond
func (NullableNfInstanceIdCond) IsSet ¶
func (v NullableNfInstanceIdCond) IsSet() bool
func (NullableNfInstanceIdCond) MarshalJSON ¶
func (v NullableNfInstanceIdCond) MarshalJSON() ([]byte, error)
func (*NullableNfInstanceIdCond) Set ¶
func (v *NullableNfInstanceIdCond) Set(val *NfInstanceIdCond)
func (*NullableNfInstanceIdCond) UnmarshalJSON ¶
func (v *NullableNfInstanceIdCond) UnmarshalJSON(src []byte) error
func (*NullableNfInstanceIdCond) Unset ¶
func (v *NullableNfInstanceIdCond) Unset()
type NullableNfInstanceIdListCond ¶
type NullableNfInstanceIdListCond struct {
// contains filtered or unexported fields
}
func NewNullableNfInstanceIdListCond ¶
func NewNullableNfInstanceIdListCond(val *NfInstanceIdListCond) *NullableNfInstanceIdListCond
func (NullableNfInstanceIdListCond) Get ¶
func (v NullableNfInstanceIdListCond) Get() *NfInstanceIdListCond
func (NullableNfInstanceIdListCond) IsSet ¶
func (v NullableNfInstanceIdListCond) IsSet() bool
func (NullableNfInstanceIdListCond) MarshalJSON ¶
func (v NullableNfInstanceIdListCond) MarshalJSON() ([]byte, error)
func (*NullableNfInstanceIdListCond) Set ¶
func (v *NullableNfInstanceIdListCond) Set(val *NfInstanceIdListCond)
func (*NullableNfInstanceIdListCond) UnmarshalJSON ¶
func (v *NullableNfInstanceIdListCond) UnmarshalJSON(src []byte) error
func (*NullableNfInstanceIdListCond) Unset ¶
func (v *NullableNfInstanceIdListCond) Unset()
type NullableNfServiceSetCond ¶
type NullableNfServiceSetCond struct {
// contains filtered or unexported fields
}
func NewNullableNfServiceSetCond ¶
func NewNullableNfServiceSetCond(val *NfServiceSetCond) *NullableNfServiceSetCond
func (NullableNfServiceSetCond) Get ¶
func (v NullableNfServiceSetCond) Get() *NfServiceSetCond
func (NullableNfServiceSetCond) IsSet ¶
func (v NullableNfServiceSetCond) IsSet() bool
func (NullableNfServiceSetCond) MarshalJSON ¶
func (v NullableNfServiceSetCond) MarshalJSON() ([]byte, error)
func (*NullableNfServiceSetCond) Set ¶
func (v *NullableNfServiceSetCond) Set(val *NfServiceSetCond)
func (*NullableNfServiceSetCond) UnmarshalJSON ¶
func (v *NullableNfServiceSetCond) UnmarshalJSON(src []byte) error
func (*NullableNfServiceSetCond) Unset ¶
func (v *NullableNfServiceSetCond) Unset()
type NullableNfSetCond ¶
type NullableNfSetCond struct {
// contains filtered or unexported fields
}
func NewNullableNfSetCond ¶
func NewNullableNfSetCond(val *NfSetCond) *NullableNfSetCond
func (NullableNfSetCond) Get ¶
func (v NullableNfSetCond) Get() *NfSetCond
func (NullableNfSetCond) IsSet ¶
func (v NullableNfSetCond) IsSet() bool
func (NullableNfSetCond) MarshalJSON ¶
func (v NullableNfSetCond) MarshalJSON() ([]byte, error)
func (*NullableNfSetCond) Set ¶
func (v *NullableNfSetCond) Set(val *NfSetCond)
func (*NullableNfSetCond) UnmarshalJSON ¶
func (v *NullableNfSetCond) UnmarshalJSON(src []byte) error
func (*NullableNfSetCond) Unset ¶
func (v *NullableNfSetCond) Unset()
type NullableNfTypeCond ¶
type NullableNfTypeCond struct {
// contains filtered or unexported fields
}
func NewNullableNfTypeCond ¶
func NewNullableNfTypeCond(val *NfTypeCond) *NullableNfTypeCond
func (NullableNfTypeCond) Get ¶
func (v NullableNfTypeCond) Get() *NfTypeCond
func (NullableNfTypeCond) IsSet ¶
func (v NullableNfTypeCond) IsSet() bool
func (NullableNfTypeCond) MarshalJSON ¶
func (v NullableNfTypeCond) MarshalJSON() ([]byte, error)
func (*NullableNfTypeCond) Set ¶
func (v *NullableNfTypeCond) Set(val *NfTypeCond)
func (*NullableNfTypeCond) UnmarshalJSON ¶
func (v *NullableNfTypeCond) UnmarshalJSON(src []byte) error
func (*NullableNfTypeCond) Unset ¶
func (v *NullableNfTypeCond) Unset()
type NullableNotifCondition ¶
type NullableNotifCondition struct {
// contains filtered or unexported fields
}
func NewNullableNotifCondition ¶
func NewNullableNotifCondition(val *NotifCondition) *NullableNotifCondition
func (NullableNotifCondition) Get ¶
func (v NullableNotifCondition) Get() *NotifCondition
func (NullableNotifCondition) IsSet ¶
func (v NullableNotifCondition) IsSet() bool
func (NullableNotifCondition) MarshalJSON ¶
func (v NullableNotifCondition) MarshalJSON() ([]byte, error)
func (*NullableNotifCondition) Set ¶
func (v *NullableNotifCondition) Set(val *NotifCondition)
func (*NullableNotifCondition) UnmarshalJSON ¶
func (v *NullableNotifCondition) UnmarshalJSON(src []byte) error
func (*NullableNotifCondition) Unset ¶
func (v *NullableNotifCondition) Unset()
type NullableNotificationData ¶
type NullableNotificationData struct {
// contains filtered or unexported fields
}
func NewNullableNotificationData ¶
func NewNullableNotificationData(val *NotificationData) *NullableNotificationData
func (NullableNotificationData) Get ¶
func (v NullableNotificationData) Get() *NotificationData
func (NullableNotificationData) IsSet ¶
func (v NullableNotificationData) IsSet() bool
func (NullableNotificationData) MarshalJSON ¶
func (v NullableNotificationData) MarshalJSON() ([]byte, error)
func (*NullableNotificationData) Set ¶
func (v *NullableNotificationData) Set(val *NotificationData)
func (*NullableNotificationData) UnmarshalJSON ¶
func (v *NullableNotificationData) UnmarshalJSON(src []byte) error
func (*NullableNotificationData) Unset ¶
func (v *NullableNotificationData) Unset()
type NullableNotificationEventType ¶
type NullableNotificationEventType struct {
// contains filtered or unexported fields
}
func NewNullableNotificationEventType ¶
func NewNullableNotificationEventType(val *NotificationEventType) *NullableNotificationEventType
func (NullableNotificationEventType) Get ¶
func (v NullableNotificationEventType) Get() *NotificationEventType
func (NullableNotificationEventType) IsSet ¶
func (v NullableNotificationEventType) IsSet() bool
func (NullableNotificationEventType) MarshalJSON ¶
func (v NullableNotificationEventType) MarshalJSON() ([]byte, error)
func (*NullableNotificationEventType) Set ¶
func (v *NullableNotificationEventType) Set(val *NotificationEventType)
func (*NullableNotificationEventType) UnmarshalJSON ¶
func (v *NullableNotificationEventType) UnmarshalJSON(src []byte) error
func (*NullableNotificationEventType) Unset ¶
func (v *NullableNotificationEventType) Unset()
type NullableNotificationType ¶
type NullableNotificationType struct {
// contains filtered or unexported fields
}
func NewNullableNotificationType ¶
func NewNullableNotificationType(val *NotificationType) *NullableNotificationType
func (NullableNotificationType) Get ¶
func (v NullableNotificationType) Get() *NotificationType
func (NullableNotificationType) IsSet ¶
func (v NullableNotificationType) IsSet() bool
func (NullableNotificationType) MarshalJSON ¶
func (v NullableNotificationType) MarshalJSON() ([]byte, error)
func (*NullableNotificationType) Set ¶
func (v *NullableNotificationType) Set(val *NotificationType)
func (*NullableNotificationType) UnmarshalJSON ¶
func (v *NullableNotificationType) UnmarshalJSON(src []byte) error
func (*NullableNotificationType) Unset ¶
func (v *NullableNotificationType) Unset()
type NullableNrfInfo ¶
type NullableNrfInfo struct {
// contains filtered or unexported fields
}
func NewNullableNrfInfo ¶
func NewNullableNrfInfo(val *NrfInfo) *NullableNrfInfo
func (NullableNrfInfo) Get ¶
func (v NullableNrfInfo) Get() *NrfInfo
func (NullableNrfInfo) IsSet ¶
func (v NullableNrfInfo) IsSet() bool
func (NullableNrfInfo) MarshalJSON ¶
func (v NullableNrfInfo) MarshalJSON() ([]byte, error)
func (*NullableNrfInfo) Set ¶
func (v *NullableNrfInfo) Set(val *NrfInfo)
func (*NullableNrfInfo) UnmarshalJSON ¶
func (v *NullableNrfInfo) UnmarshalJSON(src []byte) error
func (*NullableNrfInfo) Unset ¶
func (v *NullableNrfInfo) Unset()
type NullableNrfInfoServedAanfInfoListValueValue ¶
type NullableNrfInfoServedAanfInfoListValueValue struct {
// contains filtered or unexported fields
}
func NewNullableNrfInfoServedAanfInfoListValueValue ¶
func NewNullableNrfInfoServedAanfInfoListValueValue(val *NrfInfoServedAanfInfoListValueValue) *NullableNrfInfoServedAanfInfoListValueValue
func (NullableNrfInfoServedAanfInfoListValueValue) IsSet ¶
func (v NullableNrfInfoServedAanfInfoListValueValue) IsSet() bool
func (NullableNrfInfoServedAanfInfoListValueValue) MarshalJSON ¶
func (v NullableNrfInfoServedAanfInfoListValueValue) MarshalJSON() ([]byte, error)
func (*NullableNrfInfoServedAanfInfoListValueValue) Set ¶
func (v *NullableNrfInfoServedAanfInfoListValueValue) Set(val *NrfInfoServedAanfInfoListValueValue)
func (*NullableNrfInfoServedAanfInfoListValueValue) UnmarshalJSON ¶
func (v *NullableNrfInfoServedAanfInfoListValueValue) UnmarshalJSON(src []byte) error
func (*NullableNrfInfoServedAanfInfoListValueValue) Unset ¶
func (v *NullableNrfInfoServedAanfInfoListValueValue) Unset()
type NullableNrfInfoServedAmfInfoValue ¶
type NullableNrfInfoServedAmfInfoValue struct {
// contains filtered or unexported fields
}
func NewNullableNrfInfoServedAmfInfoValue ¶
func NewNullableNrfInfoServedAmfInfoValue(val *NrfInfoServedAmfInfoValue) *NullableNrfInfoServedAmfInfoValue
func (NullableNrfInfoServedAmfInfoValue) Get ¶
func (v NullableNrfInfoServedAmfInfoValue) Get() *NrfInfoServedAmfInfoValue
func (NullableNrfInfoServedAmfInfoValue) IsSet ¶
func (v NullableNrfInfoServedAmfInfoValue) IsSet() bool
func (NullableNrfInfoServedAmfInfoValue) MarshalJSON ¶
func (v NullableNrfInfoServedAmfInfoValue) MarshalJSON() ([]byte, error)
func (*NullableNrfInfoServedAmfInfoValue) Set ¶
func (v *NullableNrfInfoServedAmfInfoValue) Set(val *NrfInfoServedAmfInfoValue)
func (*NullableNrfInfoServedAmfInfoValue) UnmarshalJSON ¶
func (v *NullableNrfInfoServedAmfInfoValue) UnmarshalJSON(src []byte) error
func (*NullableNrfInfoServedAmfInfoValue) Unset ¶
func (v *NullableNrfInfoServedAmfInfoValue) Unset()
type NullableNrfInfoServedAusfInfoValue ¶
type NullableNrfInfoServedAusfInfoValue struct {
// contains filtered or unexported fields
}
func NewNullableNrfInfoServedAusfInfoValue ¶
func NewNullableNrfInfoServedAusfInfoValue(val *NrfInfoServedAusfInfoValue) *NullableNrfInfoServedAusfInfoValue
func (NullableNrfInfoServedAusfInfoValue) Get ¶
func (v NullableNrfInfoServedAusfInfoValue) Get() *NrfInfoServedAusfInfoValue
func (NullableNrfInfoServedAusfInfoValue) IsSet ¶
func (v NullableNrfInfoServedAusfInfoValue) IsSet() bool
func (NullableNrfInfoServedAusfInfoValue) MarshalJSON ¶
func (v NullableNrfInfoServedAusfInfoValue) MarshalJSON() ([]byte, error)
func (*NullableNrfInfoServedAusfInfoValue) Set ¶
func (v *NullableNrfInfoServedAusfInfoValue) Set(val *NrfInfoServedAusfInfoValue)
func (*NullableNrfInfoServedAusfInfoValue) UnmarshalJSON ¶
func (v *NullableNrfInfoServedAusfInfoValue) UnmarshalJSON(src []byte) error
func (*NullableNrfInfoServedAusfInfoValue) Unset ¶
func (v *NullableNrfInfoServedAusfInfoValue) Unset()
type NullableNrfInfoServedBsfInfoValue ¶
type NullableNrfInfoServedBsfInfoValue struct {
// contains filtered or unexported fields
}
func NewNullableNrfInfoServedBsfInfoValue ¶
func NewNullableNrfInfoServedBsfInfoValue(val *NrfInfoServedBsfInfoValue) *NullableNrfInfoServedBsfInfoValue
func (NullableNrfInfoServedBsfInfoValue) Get ¶
func (v NullableNrfInfoServedBsfInfoValue) Get() *NrfInfoServedBsfInfoValue
func (NullableNrfInfoServedBsfInfoValue) IsSet ¶
func (v NullableNrfInfoServedBsfInfoValue) IsSet() bool
func (NullableNrfInfoServedBsfInfoValue) MarshalJSON ¶
func (v NullableNrfInfoServedBsfInfoValue) MarshalJSON() ([]byte, error)
func (*NullableNrfInfoServedBsfInfoValue) Set ¶
func (v *NullableNrfInfoServedBsfInfoValue) Set(val *NrfInfoServedBsfInfoValue)
func (*NullableNrfInfoServedBsfInfoValue) UnmarshalJSON ¶
func (v *NullableNrfInfoServedBsfInfoValue) UnmarshalJSON(src []byte) error
func (*NullableNrfInfoServedBsfInfoValue) Unset ¶
func (v *NullableNrfInfoServedBsfInfoValue) Unset()
type NullableNrfInfoServedChfInfoValue ¶
type NullableNrfInfoServedChfInfoValue struct {
// contains filtered or unexported fields
}
func NewNullableNrfInfoServedChfInfoValue ¶
func NewNullableNrfInfoServedChfInfoValue(val *NrfInfoServedChfInfoValue) *NullableNrfInfoServedChfInfoValue
func (NullableNrfInfoServedChfInfoValue) Get ¶
func (v NullableNrfInfoServedChfInfoValue) Get() *NrfInfoServedChfInfoValue
func (NullableNrfInfoServedChfInfoValue) IsSet ¶
func (v NullableNrfInfoServedChfInfoValue) IsSet() bool
func (NullableNrfInfoServedChfInfoValue) MarshalJSON ¶
func (v NullableNrfInfoServedChfInfoValue) MarshalJSON() ([]byte, error)
func (*NullableNrfInfoServedChfInfoValue) Set ¶
func (v *NullableNrfInfoServedChfInfoValue) Set(val *NrfInfoServedChfInfoValue)
func (*NullableNrfInfoServedChfInfoValue) UnmarshalJSON ¶
func (v *NullableNrfInfoServedChfInfoValue) UnmarshalJSON(src []byte) error
func (*NullableNrfInfoServedChfInfoValue) Unset ¶
func (v *NullableNrfInfoServedChfInfoValue) Unset()
type NullableNrfInfoServedGmlcInfoValue ¶
type NullableNrfInfoServedGmlcInfoValue struct {
// contains filtered or unexported fields
}
func NewNullableNrfInfoServedGmlcInfoValue ¶
func NewNullableNrfInfoServedGmlcInfoValue(val *NrfInfoServedGmlcInfoValue) *NullableNrfInfoServedGmlcInfoValue
func (NullableNrfInfoServedGmlcInfoValue) Get ¶
func (v NullableNrfInfoServedGmlcInfoValue) Get() *NrfInfoServedGmlcInfoValue
func (NullableNrfInfoServedGmlcInfoValue) IsSet ¶
func (v NullableNrfInfoServedGmlcInfoValue) IsSet() bool
func (NullableNrfInfoServedGmlcInfoValue) MarshalJSON ¶
func (v NullableNrfInfoServedGmlcInfoValue) MarshalJSON() ([]byte, error)
func (*NullableNrfInfoServedGmlcInfoValue) Set ¶
func (v *NullableNrfInfoServedGmlcInfoValue) Set(val *NrfInfoServedGmlcInfoValue)
func (*NullableNrfInfoServedGmlcInfoValue) UnmarshalJSON ¶
func (v *NullableNrfInfoServedGmlcInfoValue) UnmarshalJSON(src []byte) error
func (*NullableNrfInfoServedGmlcInfoValue) Unset ¶
func (v *NullableNrfInfoServedGmlcInfoValue) Unset()
type NullableNrfInfoServedHssInfoListValueValue ¶
type NullableNrfInfoServedHssInfoListValueValue struct {
// contains filtered or unexported fields
}
func NewNullableNrfInfoServedHssInfoListValueValue ¶
func NewNullableNrfInfoServedHssInfoListValueValue(val *NrfInfoServedHssInfoListValueValue) *NullableNrfInfoServedHssInfoListValueValue
func (NullableNrfInfoServedHssInfoListValueValue) IsSet ¶
func (v NullableNrfInfoServedHssInfoListValueValue) IsSet() bool
func (NullableNrfInfoServedHssInfoListValueValue) MarshalJSON ¶
func (v NullableNrfInfoServedHssInfoListValueValue) MarshalJSON() ([]byte, error)
func (*NullableNrfInfoServedHssInfoListValueValue) Set ¶
func (v *NullableNrfInfoServedHssInfoListValueValue) Set(val *NrfInfoServedHssInfoListValueValue)
func (*NullableNrfInfoServedHssInfoListValueValue) UnmarshalJSON ¶
func (v *NullableNrfInfoServedHssInfoListValueValue) UnmarshalJSON(src []byte) error
func (*NullableNrfInfoServedHssInfoListValueValue) Unset ¶
func (v *NullableNrfInfoServedHssInfoListValueValue) Unset()
type NullableNrfInfoServedLmfInfoValue ¶
type NullableNrfInfoServedLmfInfoValue struct {
// contains filtered or unexported fields
}
func NewNullableNrfInfoServedLmfInfoValue ¶
func NewNullableNrfInfoServedLmfInfoValue(val *NrfInfoServedLmfInfoValue) *NullableNrfInfoServedLmfInfoValue
func (NullableNrfInfoServedLmfInfoValue) Get ¶
func (v NullableNrfInfoServedLmfInfoValue) Get() *NrfInfoServedLmfInfoValue
func (NullableNrfInfoServedLmfInfoValue) IsSet ¶
func (v NullableNrfInfoServedLmfInfoValue) IsSet() bool
func (NullableNrfInfoServedLmfInfoValue) MarshalJSON ¶
func (v NullableNrfInfoServedLmfInfoValue) MarshalJSON() ([]byte, error)
func (*NullableNrfInfoServedLmfInfoValue) Set ¶
func (v *NullableNrfInfoServedLmfInfoValue) Set(val *NrfInfoServedLmfInfoValue)
func (*NullableNrfInfoServedLmfInfoValue) UnmarshalJSON ¶
func (v *NullableNrfInfoServedLmfInfoValue) UnmarshalJSON(src []byte) error
func (*NullableNrfInfoServedLmfInfoValue) Unset ¶
func (v *NullableNrfInfoServedLmfInfoValue) Unset()
type NullableNrfInfoServedMbSmfInfoListValueValue ¶
type NullableNrfInfoServedMbSmfInfoListValueValue struct {
// contains filtered or unexported fields
}
func NewNullableNrfInfoServedMbSmfInfoListValueValue ¶
func NewNullableNrfInfoServedMbSmfInfoListValueValue(val *NrfInfoServedMbSmfInfoListValueValue) *NullableNrfInfoServedMbSmfInfoListValueValue
func (NullableNrfInfoServedMbSmfInfoListValueValue) IsSet ¶
func (v NullableNrfInfoServedMbSmfInfoListValueValue) IsSet() bool
func (NullableNrfInfoServedMbSmfInfoListValueValue) MarshalJSON ¶
func (v NullableNrfInfoServedMbSmfInfoListValueValue) MarshalJSON() ([]byte, error)
func (*NullableNrfInfoServedMbSmfInfoListValueValue) Set ¶
func (v *NullableNrfInfoServedMbSmfInfoListValueValue) Set(val *NrfInfoServedMbSmfInfoListValueValue)
func (*NullableNrfInfoServedMbSmfInfoListValueValue) UnmarshalJSON ¶
func (v *NullableNrfInfoServedMbSmfInfoListValueValue) UnmarshalJSON(src []byte) error
func (*NullableNrfInfoServedMbSmfInfoListValueValue) Unset ¶
func (v *NullableNrfInfoServedMbSmfInfoListValueValue) Unset()
type NullableNrfInfoServedNefInfoValue ¶
type NullableNrfInfoServedNefInfoValue struct {
// contains filtered or unexported fields
}
func NewNullableNrfInfoServedNefInfoValue ¶
func NewNullableNrfInfoServedNefInfoValue(val *NrfInfoServedNefInfoValue) *NullableNrfInfoServedNefInfoValue
func (NullableNrfInfoServedNefInfoValue) Get ¶
func (v NullableNrfInfoServedNefInfoValue) Get() *NrfInfoServedNefInfoValue
func (NullableNrfInfoServedNefInfoValue) IsSet ¶
func (v NullableNrfInfoServedNefInfoValue) IsSet() bool
func (NullableNrfInfoServedNefInfoValue) MarshalJSON ¶
func (v NullableNrfInfoServedNefInfoValue) MarshalJSON() ([]byte, error)
func (*NullableNrfInfoServedNefInfoValue) Set ¶
func (v *NullableNrfInfoServedNefInfoValue) Set(val *NrfInfoServedNefInfoValue)
func (*NullableNrfInfoServedNefInfoValue) UnmarshalJSON ¶
func (v *NullableNrfInfoServedNefInfoValue) UnmarshalJSON(src []byte) error
func (*NullableNrfInfoServedNefInfoValue) Unset ¶
func (v *NullableNrfInfoServedNefInfoValue) Unset()
type NullableNrfInfoServedNwdafInfoValue ¶
type NullableNrfInfoServedNwdafInfoValue struct {
// contains filtered or unexported fields
}
func NewNullableNrfInfoServedNwdafInfoValue ¶
func NewNullableNrfInfoServedNwdafInfoValue(val *NrfInfoServedNwdafInfoValue) *NullableNrfInfoServedNwdafInfoValue
func (NullableNrfInfoServedNwdafInfoValue) Get ¶
func (v NullableNrfInfoServedNwdafInfoValue) Get() *NrfInfoServedNwdafInfoValue
func (NullableNrfInfoServedNwdafInfoValue) IsSet ¶
func (v NullableNrfInfoServedNwdafInfoValue) IsSet() bool
func (NullableNrfInfoServedNwdafInfoValue) MarshalJSON ¶
func (v NullableNrfInfoServedNwdafInfoValue) MarshalJSON() ([]byte, error)
func (*NullableNrfInfoServedNwdafInfoValue) Set ¶
func (v *NullableNrfInfoServedNwdafInfoValue) Set(val *NrfInfoServedNwdafInfoValue)
func (*NullableNrfInfoServedNwdafInfoValue) UnmarshalJSON ¶
func (v *NullableNrfInfoServedNwdafInfoValue) UnmarshalJSON(src []byte) error
func (*NullableNrfInfoServedNwdafInfoValue) Unset ¶
func (v *NullableNrfInfoServedNwdafInfoValue) Unset()
type NullableNrfInfoServedPcfInfoValue ¶
type NullableNrfInfoServedPcfInfoValue struct {
// contains filtered or unexported fields
}
func NewNullableNrfInfoServedPcfInfoValue ¶
func NewNullableNrfInfoServedPcfInfoValue(val *NrfInfoServedPcfInfoValue) *NullableNrfInfoServedPcfInfoValue
func (NullableNrfInfoServedPcfInfoValue) Get ¶
func (v NullableNrfInfoServedPcfInfoValue) Get() *NrfInfoServedPcfInfoValue
func (NullableNrfInfoServedPcfInfoValue) IsSet ¶
func (v NullableNrfInfoServedPcfInfoValue) IsSet() bool
func (NullableNrfInfoServedPcfInfoValue) MarshalJSON ¶
func (v NullableNrfInfoServedPcfInfoValue) MarshalJSON() ([]byte, error)
func (*NullableNrfInfoServedPcfInfoValue) Set ¶
func (v *NullableNrfInfoServedPcfInfoValue) Set(val *NrfInfoServedPcfInfoValue)
func (*NullableNrfInfoServedPcfInfoValue) UnmarshalJSON ¶
func (v *NullableNrfInfoServedPcfInfoValue) UnmarshalJSON(src []byte) error
func (*NullableNrfInfoServedPcfInfoValue) Unset ¶
func (v *NullableNrfInfoServedPcfInfoValue) Unset()
type NullableNrfInfoServedPcscfInfoListValueValue ¶
type NullableNrfInfoServedPcscfInfoListValueValue struct {
// contains filtered or unexported fields
}
func NewNullableNrfInfoServedPcscfInfoListValueValue ¶
func NewNullableNrfInfoServedPcscfInfoListValueValue(val *NrfInfoServedPcscfInfoListValueValue) *NullableNrfInfoServedPcscfInfoListValueValue
func (NullableNrfInfoServedPcscfInfoListValueValue) IsSet ¶
func (v NullableNrfInfoServedPcscfInfoListValueValue) IsSet() bool
func (NullableNrfInfoServedPcscfInfoListValueValue) MarshalJSON ¶
func (v NullableNrfInfoServedPcscfInfoListValueValue) MarshalJSON() ([]byte, error)
func (*NullableNrfInfoServedPcscfInfoListValueValue) Set ¶
func (v *NullableNrfInfoServedPcscfInfoListValueValue) Set(val *NrfInfoServedPcscfInfoListValueValue)
func (*NullableNrfInfoServedPcscfInfoListValueValue) UnmarshalJSON ¶
func (v *NullableNrfInfoServedPcscfInfoListValueValue) UnmarshalJSON(src []byte) error
func (*NullableNrfInfoServedPcscfInfoListValueValue) Unset ¶
func (v *NullableNrfInfoServedPcscfInfoListValueValue) Unset()
type NullableNrfInfoServedScpInfoListValue ¶
type NullableNrfInfoServedScpInfoListValue struct {
// contains filtered or unexported fields
}
func NewNullableNrfInfoServedScpInfoListValue ¶
func NewNullableNrfInfoServedScpInfoListValue(val *NrfInfoServedScpInfoListValue) *NullableNrfInfoServedScpInfoListValue
func (NullableNrfInfoServedScpInfoListValue) Get ¶
func (v NullableNrfInfoServedScpInfoListValue) Get() *NrfInfoServedScpInfoListValue
func (NullableNrfInfoServedScpInfoListValue) IsSet ¶
func (v NullableNrfInfoServedScpInfoListValue) IsSet() bool
func (NullableNrfInfoServedScpInfoListValue) MarshalJSON ¶
func (v NullableNrfInfoServedScpInfoListValue) MarshalJSON() ([]byte, error)
func (*NullableNrfInfoServedScpInfoListValue) Set ¶
func (v *NullableNrfInfoServedScpInfoListValue) Set(val *NrfInfoServedScpInfoListValue)
func (*NullableNrfInfoServedScpInfoListValue) UnmarshalJSON ¶
func (v *NullableNrfInfoServedScpInfoListValue) UnmarshalJSON(src []byte) error
func (*NullableNrfInfoServedScpInfoListValue) Unset ¶
func (v *NullableNrfInfoServedScpInfoListValue) Unset()
type NullableNrfInfoServedSeppInfoListValue ¶
type NullableNrfInfoServedSeppInfoListValue struct {
// contains filtered or unexported fields
}
func NewNullableNrfInfoServedSeppInfoListValue ¶
func NewNullableNrfInfoServedSeppInfoListValue(val *NrfInfoServedSeppInfoListValue) *NullableNrfInfoServedSeppInfoListValue
func (NullableNrfInfoServedSeppInfoListValue) Get ¶
func (v NullableNrfInfoServedSeppInfoListValue) Get() *NrfInfoServedSeppInfoListValue
func (NullableNrfInfoServedSeppInfoListValue) IsSet ¶
func (v NullableNrfInfoServedSeppInfoListValue) IsSet() bool
func (NullableNrfInfoServedSeppInfoListValue) MarshalJSON ¶
func (v NullableNrfInfoServedSeppInfoListValue) MarshalJSON() ([]byte, error)
func (*NullableNrfInfoServedSeppInfoListValue) Set ¶
func (v *NullableNrfInfoServedSeppInfoListValue) Set(val *NrfInfoServedSeppInfoListValue)
func (*NullableNrfInfoServedSeppInfoListValue) UnmarshalJSON ¶
func (v *NullableNrfInfoServedSeppInfoListValue) UnmarshalJSON(src []byte) error
func (*NullableNrfInfoServedSeppInfoListValue) Unset ¶
func (v *NullableNrfInfoServedSeppInfoListValue) Unset()
type NullableNrfInfoServedSmfInfoValue ¶
type NullableNrfInfoServedSmfInfoValue struct {
// contains filtered or unexported fields
}
func NewNullableNrfInfoServedSmfInfoValue ¶
func NewNullableNrfInfoServedSmfInfoValue(val *NrfInfoServedSmfInfoValue) *NullableNrfInfoServedSmfInfoValue
func (NullableNrfInfoServedSmfInfoValue) Get ¶
func (v NullableNrfInfoServedSmfInfoValue) Get() *NrfInfoServedSmfInfoValue
func (NullableNrfInfoServedSmfInfoValue) IsSet ¶
func (v NullableNrfInfoServedSmfInfoValue) IsSet() bool
func (NullableNrfInfoServedSmfInfoValue) MarshalJSON ¶
func (v NullableNrfInfoServedSmfInfoValue) MarshalJSON() ([]byte, error)
func (*NullableNrfInfoServedSmfInfoValue) Set ¶
func (v *NullableNrfInfoServedSmfInfoValue) Set(val *NrfInfoServedSmfInfoValue)
func (*NullableNrfInfoServedSmfInfoValue) UnmarshalJSON ¶
func (v *NullableNrfInfoServedSmfInfoValue) UnmarshalJSON(src []byte) error
func (*NullableNrfInfoServedSmfInfoValue) Unset ¶
func (v *NullableNrfInfoServedSmfInfoValue) Unset()
type NullableNrfInfoServedUdmInfoValue ¶
type NullableNrfInfoServedUdmInfoValue struct {
// contains filtered or unexported fields
}
func NewNullableNrfInfoServedUdmInfoValue ¶
func NewNullableNrfInfoServedUdmInfoValue(val *NrfInfoServedUdmInfoValue) *NullableNrfInfoServedUdmInfoValue
func (NullableNrfInfoServedUdmInfoValue) Get ¶
func (v NullableNrfInfoServedUdmInfoValue) Get() *NrfInfoServedUdmInfoValue
func (NullableNrfInfoServedUdmInfoValue) IsSet ¶
func (v NullableNrfInfoServedUdmInfoValue) IsSet() bool
func (NullableNrfInfoServedUdmInfoValue) MarshalJSON ¶
func (v NullableNrfInfoServedUdmInfoValue) MarshalJSON() ([]byte, error)
func (*NullableNrfInfoServedUdmInfoValue) Set ¶
func (v *NullableNrfInfoServedUdmInfoValue) Set(val *NrfInfoServedUdmInfoValue)
func (*NullableNrfInfoServedUdmInfoValue) UnmarshalJSON ¶
func (v *NullableNrfInfoServedUdmInfoValue) UnmarshalJSON(src []byte) error
func (*NullableNrfInfoServedUdmInfoValue) Unset ¶
func (v *NullableNrfInfoServedUdmInfoValue) Unset()
type NullableNrfInfoServedUdrInfoValue ¶
type NullableNrfInfoServedUdrInfoValue struct {
// contains filtered or unexported fields
}
func NewNullableNrfInfoServedUdrInfoValue ¶
func NewNullableNrfInfoServedUdrInfoValue(val *NrfInfoServedUdrInfoValue) *NullableNrfInfoServedUdrInfoValue
func (NullableNrfInfoServedUdrInfoValue) Get ¶
func (v NullableNrfInfoServedUdrInfoValue) Get() *NrfInfoServedUdrInfoValue
func (NullableNrfInfoServedUdrInfoValue) IsSet ¶
func (v NullableNrfInfoServedUdrInfoValue) IsSet() bool
func (NullableNrfInfoServedUdrInfoValue) MarshalJSON ¶
func (v NullableNrfInfoServedUdrInfoValue) MarshalJSON() ([]byte, error)
func (*NullableNrfInfoServedUdrInfoValue) Set ¶
func (v *NullableNrfInfoServedUdrInfoValue) Set(val *NrfInfoServedUdrInfoValue)
func (*NullableNrfInfoServedUdrInfoValue) UnmarshalJSON ¶
func (v *NullableNrfInfoServedUdrInfoValue) UnmarshalJSON(src []byte) error
func (*NullableNrfInfoServedUdrInfoValue) Unset ¶
func (v *NullableNrfInfoServedUdrInfoValue) Unset()
type NullableNrfInfoServedUdsfInfoValue ¶
type NullableNrfInfoServedUdsfInfoValue struct {
// contains filtered or unexported fields
}
func NewNullableNrfInfoServedUdsfInfoValue ¶
func NewNullableNrfInfoServedUdsfInfoValue(val *NrfInfoServedUdsfInfoValue) *NullableNrfInfoServedUdsfInfoValue
func (NullableNrfInfoServedUdsfInfoValue) Get ¶
func (v NullableNrfInfoServedUdsfInfoValue) Get() *NrfInfoServedUdsfInfoValue
func (NullableNrfInfoServedUdsfInfoValue) IsSet ¶
func (v NullableNrfInfoServedUdsfInfoValue) IsSet() bool
func (NullableNrfInfoServedUdsfInfoValue) MarshalJSON ¶
func (v NullableNrfInfoServedUdsfInfoValue) MarshalJSON() ([]byte, error)
func (*NullableNrfInfoServedUdsfInfoValue) Set ¶
func (v *NullableNrfInfoServedUdsfInfoValue) Set(val *NrfInfoServedUdsfInfoValue)
func (*NullableNrfInfoServedUdsfInfoValue) UnmarshalJSON ¶
func (v *NullableNrfInfoServedUdsfInfoValue) UnmarshalJSON(src []byte) error
func (*NullableNrfInfoServedUdsfInfoValue) Unset ¶
func (v *NullableNrfInfoServedUdsfInfoValue) Unset()
type NullableNrfInfoServedUpfInfoValue ¶
type NullableNrfInfoServedUpfInfoValue struct {
// contains filtered or unexported fields
}
func NewNullableNrfInfoServedUpfInfoValue ¶
func NewNullableNrfInfoServedUpfInfoValue(val *NrfInfoServedUpfInfoValue) *NullableNrfInfoServedUpfInfoValue
func (NullableNrfInfoServedUpfInfoValue) Get ¶
func (v NullableNrfInfoServedUpfInfoValue) Get() *NrfInfoServedUpfInfoValue
func (NullableNrfInfoServedUpfInfoValue) IsSet ¶
func (v NullableNrfInfoServedUpfInfoValue) IsSet() bool
func (NullableNrfInfoServedUpfInfoValue) MarshalJSON ¶
func (v NullableNrfInfoServedUpfInfoValue) MarshalJSON() ([]byte, error)
func (*NullableNrfInfoServedUpfInfoValue) Set ¶
func (v *NullableNrfInfoServedUpfInfoValue) Set(val *NrfInfoServedUpfInfoValue)
func (*NullableNrfInfoServedUpfInfoValue) UnmarshalJSON ¶
func (v *NullableNrfInfoServedUpfInfoValue) UnmarshalJSON(src []byte) error
func (*NullableNrfInfoServedUpfInfoValue) Unset ¶
func (v *NullableNrfInfoServedUpfInfoValue) Unset()
type NullableNsacfCapability ¶
type NullableNsacfCapability struct {
// contains filtered or unexported fields
}
func NewNullableNsacfCapability ¶
func NewNullableNsacfCapability(val *NsacfCapability) *NullableNsacfCapability
func (NullableNsacfCapability) Get ¶
func (v NullableNsacfCapability) Get() *NsacfCapability
func (NullableNsacfCapability) IsSet ¶
func (v NullableNsacfCapability) IsSet() bool
func (NullableNsacfCapability) MarshalJSON ¶
func (v NullableNsacfCapability) MarshalJSON() ([]byte, error)
func (*NullableNsacfCapability) Set ¶
func (v *NullableNsacfCapability) Set(val *NsacfCapability)
func (*NullableNsacfCapability) UnmarshalJSON ¶
func (v *NullableNsacfCapability) UnmarshalJSON(src []byte) error
func (*NullableNsacfCapability) Unset ¶
func (v *NullableNsacfCapability) Unset()
type NullableNsacfInfo ¶
type NullableNsacfInfo struct {
// contains filtered or unexported fields
}
func NewNullableNsacfInfo ¶
func NewNullableNsacfInfo(val *NsacfInfo) *NullableNsacfInfo
func (NullableNsacfInfo) Get ¶
func (v NullableNsacfInfo) Get() *NsacfInfo
func (NullableNsacfInfo) IsSet ¶
func (v NullableNsacfInfo) IsSet() bool
func (NullableNsacfInfo) MarshalJSON ¶
func (v NullableNsacfInfo) MarshalJSON() ([]byte, error)
func (*NullableNsacfInfo) Set ¶
func (v *NullableNsacfInfo) Set(val *NsacfInfo)
func (*NullableNsacfInfo) UnmarshalJSON ¶
func (v *NullableNsacfInfo) UnmarshalJSON(src []byte) error
func (*NullableNsacfInfo) Unset ¶
func (v *NullableNsacfInfo) Unset()
type NullableNssaafInfo ¶
type NullableNssaafInfo struct {
// contains filtered or unexported fields
}
func NewNullableNssaafInfo ¶
func NewNullableNssaafInfo(val *NssaafInfo) *NullableNssaafInfo
func (NullableNssaafInfo) Get ¶
func (v NullableNssaafInfo) Get() *NssaafInfo
func (NullableNssaafInfo) IsSet ¶
func (v NullableNssaafInfo) IsSet() bool
func (NullableNssaafInfo) MarshalJSON ¶
func (v NullableNssaafInfo) MarshalJSON() ([]byte, error)
func (*NullableNssaafInfo) Set ¶
func (v *NullableNssaafInfo) Set(val *NssaafInfo)
func (*NullableNssaafInfo) UnmarshalJSON ¶
func (v *NullableNssaafInfo) UnmarshalJSON(src []byte) error
func (*NullableNssaafInfo) Unset ¶
func (v *NullableNssaafInfo) Unset()
type NullableNwdafCapability ¶
type NullableNwdafCapability struct {
// contains filtered or unexported fields
}
func NewNullableNwdafCapability ¶
func NewNullableNwdafCapability(val *NwdafCapability) *NullableNwdafCapability
func (NullableNwdafCapability) Get ¶
func (v NullableNwdafCapability) Get() *NwdafCapability
func (NullableNwdafCapability) IsSet ¶
func (v NullableNwdafCapability) IsSet() bool
func (NullableNwdafCapability) MarshalJSON ¶
func (v NullableNwdafCapability) MarshalJSON() ([]byte, error)
func (*NullableNwdafCapability) Set ¶
func (v *NullableNwdafCapability) Set(val *NwdafCapability)
func (*NullableNwdafCapability) UnmarshalJSON ¶
func (v *NullableNwdafCapability) UnmarshalJSON(src []byte) error
func (*NullableNwdafCapability) Unset ¶
func (v *NullableNwdafCapability) Unset()
type NullableNwdafCond ¶
type NullableNwdafCond struct {
// contains filtered or unexported fields
}
func NewNullableNwdafCond ¶
func NewNullableNwdafCond(val *NwdafCond) *NullableNwdafCond
func (NullableNwdafCond) Get ¶
func (v NullableNwdafCond) Get() *NwdafCond
func (NullableNwdafCond) IsSet ¶
func (v NullableNwdafCond) IsSet() bool
func (NullableNwdafCond) MarshalJSON ¶
func (v NullableNwdafCond) MarshalJSON() ([]byte, error)
func (*NullableNwdafCond) Set ¶
func (v *NullableNwdafCond) Set(val *NwdafCond)
func (*NullableNwdafCond) UnmarshalJSON ¶
func (v *NullableNwdafCond) UnmarshalJSON(src []byte) error
func (*NullableNwdafCond) Unset ¶
func (v *NullableNwdafCond) Unset()
type NullableNwdafEvent ¶
type NullableNwdafEvent struct {
// contains filtered or unexported fields
}
func NewNullableNwdafEvent ¶
func NewNullableNwdafEvent(val *NwdafEvent) *NullableNwdafEvent
func (NullableNwdafEvent) Get ¶
func (v NullableNwdafEvent) Get() *NwdafEvent
func (NullableNwdafEvent) IsSet ¶
func (v NullableNwdafEvent) IsSet() bool
func (NullableNwdafEvent) MarshalJSON ¶
func (v NullableNwdafEvent) MarshalJSON() ([]byte, error)
func (*NullableNwdafEvent) Set ¶
func (v *NullableNwdafEvent) Set(val *NwdafEvent)
func (*NullableNwdafEvent) UnmarshalJSON ¶
func (v *NullableNwdafEvent) UnmarshalJSON(src []byte) error
func (*NullableNwdafEvent) Unset ¶
func (v *NullableNwdafEvent) Unset()
type NullableNwdafInfo ¶
type NullableNwdafInfo struct {
// contains filtered or unexported fields
}
func NewNullableNwdafInfo ¶
func NewNullableNwdafInfo(val *NwdafInfo) *NullableNwdafInfo
func (NullableNwdafInfo) Get ¶
func (v NullableNwdafInfo) Get() *NwdafInfo
func (NullableNwdafInfo) IsSet ¶
func (v NullableNwdafInfo) IsSet() bool
func (NullableNwdafInfo) MarshalJSON ¶
func (v NullableNwdafInfo) MarshalJSON() ([]byte, error)
func (*NullableNwdafInfo) Set ¶
func (v *NullableNwdafInfo) Set(val *NwdafInfo)
func (*NullableNwdafInfo) UnmarshalJSON ¶
func (v *NullableNwdafInfo) UnmarshalJSON(src []byte) error
func (*NullableNwdafInfo) Unset ¶
func (v *NullableNwdafInfo) Unset()
type NullableOptionsResponse ¶
type NullableOptionsResponse struct {
// contains filtered or unexported fields
}
func NewNullableOptionsResponse ¶
func NewNullableOptionsResponse(val *OptionsResponse) *NullableOptionsResponse
func (NullableOptionsResponse) Get ¶
func (v NullableOptionsResponse) Get() *OptionsResponse
func (NullableOptionsResponse) IsSet ¶
func (v NullableOptionsResponse) IsSet() bool
func (NullableOptionsResponse) MarshalJSON ¶
func (v NullableOptionsResponse) MarshalJSON() ([]byte, error)
func (*NullableOptionsResponse) Set ¶
func (v *NullableOptionsResponse) Set(val *OptionsResponse)
func (*NullableOptionsResponse) UnmarshalJSON ¶
func (v *NullableOptionsResponse) UnmarshalJSON(src []byte) error
func (*NullableOptionsResponse) Unset ¶
func (v *NullableOptionsResponse) Unset()
type NullablePatchItem ¶
type NullablePatchItem struct {
// contains filtered or unexported fields
}
func NewNullablePatchItem ¶
func NewNullablePatchItem(val *PatchItem) *NullablePatchItem
func (NullablePatchItem) Get ¶
func (v NullablePatchItem) Get() *PatchItem
func (NullablePatchItem) IsSet ¶
func (v NullablePatchItem) IsSet() bool
func (NullablePatchItem) MarshalJSON ¶
func (v NullablePatchItem) MarshalJSON() ([]byte, error)
func (*NullablePatchItem) Set ¶
func (v *NullablePatchItem) Set(val *PatchItem)
func (*NullablePatchItem) UnmarshalJSON ¶
func (v *NullablePatchItem) UnmarshalJSON(src []byte) error
func (*NullablePatchItem) Unset ¶
func (v *NullablePatchItem) Unset()
type NullablePatchOperation ¶
type NullablePatchOperation struct {
// contains filtered or unexported fields
}
func NewNullablePatchOperation ¶
func NewNullablePatchOperation(val *PatchOperation) *NullablePatchOperation
func (NullablePatchOperation) Get ¶
func (v NullablePatchOperation) Get() *PatchOperation
func (NullablePatchOperation) IsSet ¶
func (v NullablePatchOperation) IsSet() bool
func (NullablePatchOperation) MarshalJSON ¶
func (v NullablePatchOperation) MarshalJSON() ([]byte, error)
func (*NullablePatchOperation) Set ¶
func (v *NullablePatchOperation) Set(val *PatchOperation)
func (*NullablePatchOperation) UnmarshalJSON ¶
func (v *NullablePatchOperation) UnmarshalJSON(src []byte) error
func (*NullablePatchOperation) Unset ¶
func (v *NullablePatchOperation) Unset()
type NullablePcfInfo ¶
type NullablePcfInfo struct {
// contains filtered or unexported fields
}
func NewNullablePcfInfo ¶
func NewNullablePcfInfo(val *PcfInfo) *NullablePcfInfo
func (NullablePcfInfo) Get ¶
func (v NullablePcfInfo) Get() *PcfInfo
func (NullablePcfInfo) IsSet ¶
func (v NullablePcfInfo) IsSet() bool
func (NullablePcfInfo) MarshalJSON ¶
func (v NullablePcfInfo) MarshalJSON() ([]byte, error)
func (*NullablePcfInfo) Set ¶
func (v *NullablePcfInfo) Set(val *PcfInfo)
func (*NullablePcfInfo) UnmarshalJSON ¶
func (v *NullablePcfInfo) UnmarshalJSON(src []byte) error
func (*NullablePcfInfo) Unset ¶
func (v *NullablePcfInfo) Unset()
type NullablePcscfInfo ¶
type NullablePcscfInfo struct {
// contains filtered or unexported fields
}
func NewNullablePcscfInfo ¶
func NewNullablePcscfInfo(val *PcscfInfo) *NullablePcscfInfo
func (NullablePcscfInfo) Get ¶
func (v NullablePcscfInfo) Get() *PcscfInfo
func (NullablePcscfInfo) IsSet ¶
func (v NullablePcscfInfo) IsSet() bool
func (NullablePcscfInfo) MarshalJSON ¶
func (v NullablePcscfInfo) MarshalJSON() ([]byte, error)
func (*NullablePcscfInfo) Set ¶
func (v *NullablePcscfInfo) Set(val *PcscfInfo)
func (*NullablePcscfInfo) UnmarshalJSON ¶
func (v *NullablePcscfInfo) UnmarshalJSON(src []byte) error
func (*NullablePcscfInfo) Unset ¶
func (v *NullablePcscfInfo) Unset()
type NullablePduSessionType ¶
type NullablePduSessionType struct {
// contains filtered or unexported fields
}
func NewNullablePduSessionType ¶
func NewNullablePduSessionType(val *PduSessionType) *NullablePduSessionType
func (NullablePduSessionType) Get ¶
func (v NullablePduSessionType) Get() *PduSessionType
func (NullablePduSessionType) IsSet ¶
func (v NullablePduSessionType) IsSet() bool
func (NullablePduSessionType) MarshalJSON ¶
func (v NullablePduSessionType) MarshalJSON() ([]byte, error)
func (*NullablePduSessionType) Set ¶
func (v *NullablePduSessionType) Set(val *PduSessionType)
func (*NullablePduSessionType) UnmarshalJSON ¶
func (v *NullablePduSessionType) UnmarshalJSON(src []byte) error
func (*NullablePduSessionType) Unset ¶
func (v *NullablePduSessionType) Unset()
type NullablePfdData ¶
type NullablePfdData struct {
// contains filtered or unexported fields
}
func NewNullablePfdData ¶
func NewNullablePfdData(val *PfdData) *NullablePfdData
func (NullablePfdData) Get ¶
func (v NullablePfdData) Get() *PfdData
func (NullablePfdData) IsSet ¶
func (v NullablePfdData) IsSet() bool
func (NullablePfdData) MarshalJSON ¶
func (v NullablePfdData) MarshalJSON() ([]byte, error)
func (*NullablePfdData) Set ¶
func (v *NullablePfdData) Set(val *PfdData)
func (*NullablePfdData) UnmarshalJSON ¶
func (v *NullablePfdData) UnmarshalJSON(src []byte) error
func (*NullablePfdData) Unset ¶
func (v *NullablePfdData) 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 NullablePlmnOauth2 ¶
type NullablePlmnOauth2 struct {
// contains filtered or unexported fields
}
func NewNullablePlmnOauth2 ¶
func NewNullablePlmnOauth2(val *PlmnOauth2) *NullablePlmnOauth2
func (NullablePlmnOauth2) Get ¶
func (v NullablePlmnOauth2) Get() *PlmnOauth2
func (NullablePlmnOauth2) IsSet ¶
func (v NullablePlmnOauth2) IsSet() bool
func (NullablePlmnOauth2) MarshalJSON ¶
func (v NullablePlmnOauth2) MarshalJSON() ([]byte, error)
func (*NullablePlmnOauth2) Set ¶
func (v *NullablePlmnOauth2) Set(val *PlmnOauth2)
func (*NullablePlmnOauth2) UnmarshalJSON ¶
func (v *NullablePlmnOauth2) UnmarshalJSON(src []byte) error
func (*NullablePlmnOauth2) Unset ¶
func (v *NullablePlmnOauth2) Unset()
type NullablePlmnRange ¶
type NullablePlmnRange struct {
// contains filtered or unexported fields
}
func NewNullablePlmnRange ¶
func NewNullablePlmnRange(val *PlmnRange) *NullablePlmnRange
func (NullablePlmnRange) Get ¶
func (v NullablePlmnRange) Get() *PlmnRange
func (NullablePlmnRange) IsSet ¶
func (v NullablePlmnRange) IsSet() bool
func (NullablePlmnRange) MarshalJSON ¶
func (v NullablePlmnRange) MarshalJSON() ([]byte, error)
func (*NullablePlmnRange) Set ¶
func (v *NullablePlmnRange) Set(val *PlmnRange)
func (*NullablePlmnRange) UnmarshalJSON ¶
func (v *NullablePlmnRange) UnmarshalJSON(src []byte) error
func (*NullablePlmnRange) Unset ¶
func (v *NullablePlmnRange) Unset()
type NullablePlmnSnssai ¶
type NullablePlmnSnssai struct {
// contains filtered or unexported fields
}
func NewNullablePlmnSnssai ¶
func NewNullablePlmnSnssai(val *PlmnSnssai) *NullablePlmnSnssai
func (NullablePlmnSnssai) Get ¶
func (v NullablePlmnSnssai) Get() *PlmnSnssai
func (NullablePlmnSnssai) IsSet ¶
func (v NullablePlmnSnssai) IsSet() bool
func (NullablePlmnSnssai) MarshalJSON ¶
func (v NullablePlmnSnssai) MarshalJSON() ([]byte, error)
func (*NullablePlmnSnssai) Set ¶
func (v *NullablePlmnSnssai) Set(val *PlmnSnssai)
func (*NullablePlmnSnssai) UnmarshalJSON ¶
func (v *NullablePlmnSnssai) UnmarshalJSON(src []byte) error
func (*NullablePlmnSnssai) Unset ¶
func (v *NullablePlmnSnssai) Unset()
type NullableProSeCapability ¶
type NullableProSeCapability struct {
// contains filtered or unexported fields
}
func NewNullableProSeCapability ¶
func NewNullableProSeCapability(val *ProSeCapability) *NullableProSeCapability
func (NullableProSeCapability) Get ¶
func (v NullableProSeCapability) Get() *ProSeCapability
func (NullableProSeCapability) IsSet ¶
func (v NullableProSeCapability) IsSet() bool
func (NullableProSeCapability) MarshalJSON ¶
func (v NullableProSeCapability) MarshalJSON() ([]byte, error)
func (*NullableProSeCapability) Set ¶
func (v *NullableProSeCapability) Set(val *ProSeCapability)
func (*NullableProSeCapability) UnmarshalJSON ¶
func (v *NullableProSeCapability) UnmarshalJSON(src []byte) error
func (*NullableProSeCapability) Unset ¶
func (v *NullableProSeCapability) 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 NullableRatType ¶
type NullableRatType struct {
// contains filtered or unexported fields
}
func NewNullableRatType ¶
func NewNullableRatType(val *RatType) *NullableRatType
func (NullableRatType) Get ¶
func (v NullableRatType) Get() *RatType
func (NullableRatType) IsSet ¶
func (v NullableRatType) IsSet() bool
func (NullableRatType) MarshalJSON ¶
func (v NullableRatType) MarshalJSON() ([]byte, error)
func (*NullableRatType) Set ¶
func (v *NullableRatType) Set(val *RatType)
func (*NullableRatType) UnmarshalJSON ¶
func (v *NullableRatType) UnmarshalJSON(src []byte) error
func (*NullableRatType) Unset ¶
func (v *NullableRatType) 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 NullableScpCapability ¶
type NullableScpCapability struct {
// contains filtered or unexported fields
}
func NewNullableScpCapability ¶
func NewNullableScpCapability(val *ScpCapability) *NullableScpCapability
func (NullableScpCapability) Get ¶
func (v NullableScpCapability) Get() *ScpCapability
func (NullableScpCapability) IsSet ¶
func (v NullableScpCapability) IsSet() bool
func (NullableScpCapability) MarshalJSON ¶
func (v NullableScpCapability) MarshalJSON() ([]byte, error)
func (*NullableScpCapability) Set ¶
func (v *NullableScpCapability) Set(val *ScpCapability)
func (*NullableScpCapability) UnmarshalJSON ¶
func (v *NullableScpCapability) UnmarshalJSON(src []byte) error
func (*NullableScpCapability) Unset ¶
func (v *NullableScpCapability) Unset()
type NullableScpDomainCond ¶
type NullableScpDomainCond struct {
// contains filtered or unexported fields
}
func NewNullableScpDomainCond ¶
func NewNullableScpDomainCond(val *ScpDomainCond) *NullableScpDomainCond
func (NullableScpDomainCond) Get ¶
func (v NullableScpDomainCond) Get() *ScpDomainCond
func (NullableScpDomainCond) IsSet ¶
func (v NullableScpDomainCond) IsSet() bool
func (NullableScpDomainCond) MarshalJSON ¶
func (v NullableScpDomainCond) MarshalJSON() ([]byte, error)
func (*NullableScpDomainCond) Set ¶
func (v *NullableScpDomainCond) Set(val *ScpDomainCond)
func (*NullableScpDomainCond) UnmarshalJSON ¶
func (v *NullableScpDomainCond) UnmarshalJSON(src []byte) error
func (*NullableScpDomainCond) Unset ¶
func (v *NullableScpDomainCond) Unset()
type NullableScpDomainInfo ¶
type NullableScpDomainInfo struct {
// contains filtered or unexported fields
}
func NewNullableScpDomainInfo ¶
func NewNullableScpDomainInfo(val *ScpDomainInfo) *NullableScpDomainInfo
func (NullableScpDomainInfo) Get ¶
func (v NullableScpDomainInfo) Get() *ScpDomainInfo
func (NullableScpDomainInfo) IsSet ¶
func (v NullableScpDomainInfo) IsSet() bool
func (NullableScpDomainInfo) MarshalJSON ¶
func (v NullableScpDomainInfo) MarshalJSON() ([]byte, error)
func (*NullableScpDomainInfo) Set ¶
func (v *NullableScpDomainInfo) Set(val *ScpDomainInfo)
func (*NullableScpDomainInfo) UnmarshalJSON ¶
func (v *NullableScpDomainInfo) UnmarshalJSON(src []byte) error
func (*NullableScpDomainInfo) Unset ¶
func (v *NullableScpDomainInfo) Unset()
type NullableScpInfo ¶
type NullableScpInfo struct {
// contains filtered or unexported fields
}
func NewNullableScpInfo ¶
func NewNullableScpInfo(val *ScpInfo) *NullableScpInfo
func (NullableScpInfo) Get ¶
func (v NullableScpInfo) Get() *ScpInfo
func (NullableScpInfo) IsSet ¶
func (v NullableScpInfo) IsSet() bool
func (NullableScpInfo) MarshalJSON ¶
func (v NullableScpInfo) MarshalJSON() ([]byte, error)
func (*NullableScpInfo) Set ¶
func (v *NullableScpInfo) Set(val *ScpInfo)
func (*NullableScpInfo) UnmarshalJSON ¶
func (v *NullableScpInfo) UnmarshalJSON(src []byte) error
func (*NullableScpInfo) Unset ¶
func (v *NullableScpInfo) Unset()
type NullableSdRange ¶
type NullableSdRange struct {
// contains filtered or unexported fields
}
func NewNullableSdRange ¶
func NewNullableSdRange(val *SdRange) *NullableSdRange
func (NullableSdRange) Get ¶
func (v NullableSdRange) Get() *SdRange
func (NullableSdRange) IsSet ¶
func (v NullableSdRange) IsSet() bool
func (NullableSdRange) MarshalJSON ¶
func (v NullableSdRange) MarshalJSON() ([]byte, error)
func (*NullableSdRange) Set ¶
func (v *NullableSdRange) Set(val *SdRange)
func (*NullableSdRange) UnmarshalJSON ¶
func (v *NullableSdRange) UnmarshalJSON(src []byte) error
func (*NullableSdRange) Unset ¶
func (v *NullableSdRange) Unset()
type NullableSeppInfo ¶
type NullableSeppInfo struct {
// contains filtered or unexported fields
}
func NewNullableSeppInfo ¶
func NewNullableSeppInfo(val *SeppInfo) *NullableSeppInfo
func (NullableSeppInfo) Get ¶
func (v NullableSeppInfo) Get() *SeppInfo
func (NullableSeppInfo) IsSet ¶
func (v NullableSeppInfo) IsSet() bool
func (NullableSeppInfo) MarshalJSON ¶
func (v NullableSeppInfo) MarshalJSON() ([]byte, error)
func (*NullableSeppInfo) Set ¶
func (v *NullableSeppInfo) Set(val *SeppInfo)
func (*NullableSeppInfo) UnmarshalJSON ¶
func (v *NullableSeppInfo) UnmarshalJSON(src []byte) error
func (*NullableSeppInfo) Unset ¶
func (v *NullableSeppInfo) Unset()
type NullableServiceName ¶
type NullableServiceName struct {
// contains filtered or unexported fields
}
func NewNullableServiceName ¶
func NewNullableServiceName(val *ServiceName) *NullableServiceName
func (NullableServiceName) Get ¶
func (v NullableServiceName) Get() *ServiceName
func (NullableServiceName) IsSet ¶
func (v NullableServiceName) IsSet() bool
func (NullableServiceName) MarshalJSON ¶
func (v NullableServiceName) MarshalJSON() ([]byte, error)
func (*NullableServiceName) Set ¶
func (v *NullableServiceName) Set(val *ServiceName)
func (*NullableServiceName) UnmarshalJSON ¶
func (v *NullableServiceName) UnmarshalJSON(src []byte) error
func (*NullableServiceName) Unset ¶
func (v *NullableServiceName) Unset()
type NullableServiceNameCond ¶
type NullableServiceNameCond struct {
// contains filtered or unexported fields
}
func NewNullableServiceNameCond ¶
func NewNullableServiceNameCond(val *ServiceNameCond) *NullableServiceNameCond
func (NullableServiceNameCond) Get ¶
func (v NullableServiceNameCond) Get() *ServiceNameCond
func (NullableServiceNameCond) IsSet ¶
func (v NullableServiceNameCond) IsSet() bool
func (NullableServiceNameCond) MarshalJSON ¶
func (v NullableServiceNameCond) MarshalJSON() ([]byte, error)
func (*NullableServiceNameCond) Set ¶
func (v *NullableServiceNameCond) Set(val *ServiceNameCond)
func (*NullableServiceNameCond) UnmarshalJSON ¶
func (v *NullableServiceNameCond) UnmarshalJSON(src []byte) error
func (*NullableServiceNameCond) Unset ¶
func (v *NullableServiceNameCond) Unset()
type NullableServiceNameListCond ¶
type NullableServiceNameListCond struct {
// contains filtered or unexported fields
}
func NewNullableServiceNameListCond ¶
func NewNullableServiceNameListCond(val *ServiceNameListCond) *NullableServiceNameListCond
func (NullableServiceNameListCond) Get ¶
func (v NullableServiceNameListCond) Get() *ServiceNameListCond
func (NullableServiceNameListCond) IsSet ¶
func (v NullableServiceNameListCond) IsSet() bool
func (NullableServiceNameListCond) MarshalJSON ¶
func (v NullableServiceNameListCond) MarshalJSON() ([]byte, error)
func (*NullableServiceNameListCond) Set ¶
func (v *NullableServiceNameListCond) Set(val *ServiceNameListCond)
func (*NullableServiceNameListCond) UnmarshalJSON ¶
func (v *NullableServiceNameListCond) UnmarshalJSON(src []byte) error
func (*NullableServiceNameListCond) Unset ¶
func (v *NullableServiceNameListCond) Unset()
type NullableSharedDataIdRange ¶
type NullableSharedDataIdRange struct {
// contains filtered or unexported fields
}
func NewNullableSharedDataIdRange ¶
func NewNullableSharedDataIdRange(val *SharedDataIdRange) *NullableSharedDataIdRange
func (NullableSharedDataIdRange) Get ¶
func (v NullableSharedDataIdRange) Get() *SharedDataIdRange
func (NullableSharedDataIdRange) IsSet ¶
func (v NullableSharedDataIdRange) IsSet() bool
func (NullableSharedDataIdRange) MarshalJSON ¶
func (v NullableSharedDataIdRange) MarshalJSON() ([]byte, error)
func (*NullableSharedDataIdRange) Set ¶
func (v *NullableSharedDataIdRange) Set(val *SharedDataIdRange)
func (*NullableSharedDataIdRange) UnmarshalJSON ¶
func (v *NullableSharedDataIdRange) UnmarshalJSON(src []byte) error
func (*NullableSharedDataIdRange) Unset ¶
func (v *NullableSharedDataIdRange) Unset()
type NullableSmfInfo ¶
type NullableSmfInfo struct {
// contains filtered or unexported fields
}
func NewNullableSmfInfo ¶
func NewNullableSmfInfo(val *SmfInfo) *NullableSmfInfo
func (NullableSmfInfo) Get ¶
func (v NullableSmfInfo) Get() *SmfInfo
func (NullableSmfInfo) IsSet ¶
func (v NullableSmfInfo) IsSet() bool
func (NullableSmfInfo) MarshalJSON ¶
func (v NullableSmfInfo) MarshalJSON() ([]byte, error)
func (*NullableSmfInfo) Set ¶
func (v *NullableSmfInfo) Set(val *SmfInfo)
func (*NullableSmfInfo) UnmarshalJSON ¶
func (v *NullableSmfInfo) UnmarshalJSON(src []byte) error
func (*NullableSmfInfo) Unset ¶
func (v *NullableSmfInfo) Unset()
type NullableSmsfInfo ¶
type NullableSmsfInfo struct {
// contains filtered or unexported fields
}
func NewNullableSmsfInfo ¶
func NewNullableSmsfInfo(val *SmsfInfo) *NullableSmsfInfo
func (NullableSmsfInfo) Get ¶
func (v NullableSmsfInfo) Get() *SmsfInfo
func (NullableSmsfInfo) IsSet ¶
func (v NullableSmsfInfo) IsSet() bool
func (NullableSmsfInfo) MarshalJSON ¶
func (v NullableSmsfInfo) MarshalJSON() ([]byte, error)
func (*NullableSmsfInfo) Set ¶
func (v *NullableSmsfInfo) Set(val *SmsfInfo)
func (*NullableSmsfInfo) UnmarshalJSON ¶
func (v *NullableSmsfInfo) UnmarshalJSON(src []byte) error
func (*NullableSmsfInfo) Unset ¶
func (v *NullableSmsfInfo) 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 NullableSnssaiEasdfInfoItem ¶
type NullableSnssaiEasdfInfoItem struct {
// contains filtered or unexported fields
}
func NewNullableSnssaiEasdfInfoItem ¶
func NewNullableSnssaiEasdfInfoItem(val *SnssaiEasdfInfoItem) *NullableSnssaiEasdfInfoItem
func (NullableSnssaiEasdfInfoItem) Get ¶
func (v NullableSnssaiEasdfInfoItem) Get() *SnssaiEasdfInfoItem
func (NullableSnssaiEasdfInfoItem) IsSet ¶
func (v NullableSnssaiEasdfInfoItem) IsSet() bool
func (NullableSnssaiEasdfInfoItem) MarshalJSON ¶
func (v NullableSnssaiEasdfInfoItem) MarshalJSON() ([]byte, error)
func (*NullableSnssaiEasdfInfoItem) Set ¶
func (v *NullableSnssaiEasdfInfoItem) Set(val *SnssaiEasdfInfoItem)
func (*NullableSnssaiEasdfInfoItem) UnmarshalJSON ¶
func (v *NullableSnssaiEasdfInfoItem) UnmarshalJSON(src []byte) error
func (*NullableSnssaiEasdfInfoItem) Unset ¶
func (v *NullableSnssaiEasdfInfoItem) Unset()
type NullableSnssaiExtension ¶
type NullableSnssaiExtension struct {
// contains filtered or unexported fields
}
func NewNullableSnssaiExtension ¶
func NewNullableSnssaiExtension(val *SnssaiExtension) *NullableSnssaiExtension
func (NullableSnssaiExtension) Get ¶
func (v NullableSnssaiExtension) Get() *SnssaiExtension
func (NullableSnssaiExtension) IsSet ¶
func (v NullableSnssaiExtension) IsSet() bool
func (NullableSnssaiExtension) MarshalJSON ¶
func (v NullableSnssaiExtension) MarshalJSON() ([]byte, error)
func (*NullableSnssaiExtension) Set ¶
func (v *NullableSnssaiExtension) Set(val *SnssaiExtension)
func (*NullableSnssaiExtension) UnmarshalJSON ¶
func (v *NullableSnssaiExtension) UnmarshalJSON(src []byte) error
func (*NullableSnssaiExtension) Unset ¶
func (v *NullableSnssaiExtension) Unset()
type NullableSnssaiInfoItem ¶
type NullableSnssaiInfoItem struct {
// contains filtered or unexported fields
}
func NewNullableSnssaiInfoItem ¶
func NewNullableSnssaiInfoItem(val *SnssaiInfoItem) *NullableSnssaiInfoItem
func (NullableSnssaiInfoItem) Get ¶
func (v NullableSnssaiInfoItem) Get() *SnssaiInfoItem
func (NullableSnssaiInfoItem) IsSet ¶
func (v NullableSnssaiInfoItem) IsSet() bool
func (NullableSnssaiInfoItem) MarshalJSON ¶
func (v NullableSnssaiInfoItem) MarshalJSON() ([]byte, error)
func (*NullableSnssaiInfoItem) Set ¶
func (v *NullableSnssaiInfoItem) Set(val *SnssaiInfoItem)
func (*NullableSnssaiInfoItem) UnmarshalJSON ¶
func (v *NullableSnssaiInfoItem) UnmarshalJSON(src []byte) error
func (*NullableSnssaiInfoItem) Unset ¶
func (v *NullableSnssaiInfoItem) Unset()
type NullableSnssaiMbSmfInfoItem ¶
type NullableSnssaiMbSmfInfoItem struct {
// contains filtered or unexported fields
}
func NewNullableSnssaiMbSmfInfoItem ¶
func NewNullableSnssaiMbSmfInfoItem(val *SnssaiMbSmfInfoItem) *NullableSnssaiMbSmfInfoItem
func (NullableSnssaiMbSmfInfoItem) Get ¶
func (v NullableSnssaiMbSmfInfoItem) Get() *SnssaiMbSmfInfoItem
func (NullableSnssaiMbSmfInfoItem) IsSet ¶
func (v NullableSnssaiMbSmfInfoItem) IsSet() bool
func (NullableSnssaiMbSmfInfoItem) MarshalJSON ¶
func (v NullableSnssaiMbSmfInfoItem) MarshalJSON() ([]byte, error)
func (*NullableSnssaiMbSmfInfoItem) Set ¶
func (v *NullableSnssaiMbSmfInfoItem) Set(val *SnssaiMbSmfInfoItem)
func (*NullableSnssaiMbSmfInfoItem) UnmarshalJSON ¶
func (v *NullableSnssaiMbSmfInfoItem) UnmarshalJSON(src []byte) error
func (*NullableSnssaiMbSmfInfoItem) Unset ¶
func (v *NullableSnssaiMbSmfInfoItem) Unset()
type NullableSnssaiSmfInfoItem ¶
type NullableSnssaiSmfInfoItem struct {
// contains filtered or unexported fields
}
func NewNullableSnssaiSmfInfoItem ¶
func NewNullableSnssaiSmfInfoItem(val *SnssaiSmfInfoItem) *NullableSnssaiSmfInfoItem
func (NullableSnssaiSmfInfoItem) Get ¶
func (v NullableSnssaiSmfInfoItem) Get() *SnssaiSmfInfoItem
func (NullableSnssaiSmfInfoItem) IsSet ¶
func (v NullableSnssaiSmfInfoItem) IsSet() bool
func (NullableSnssaiSmfInfoItem) MarshalJSON ¶
func (v NullableSnssaiSmfInfoItem) MarshalJSON() ([]byte, error)
func (*NullableSnssaiSmfInfoItem) Set ¶
func (v *NullableSnssaiSmfInfoItem) Set(val *SnssaiSmfInfoItem)
func (*NullableSnssaiSmfInfoItem) UnmarshalJSON ¶
func (v *NullableSnssaiSmfInfoItem) UnmarshalJSON(src []byte) error
func (*NullableSnssaiSmfInfoItem) Unset ¶
func (v *NullableSnssaiSmfInfoItem) Unset()
type NullableSnssaiTsctsfInfoItem ¶
type NullableSnssaiTsctsfInfoItem struct {
// contains filtered or unexported fields
}
func NewNullableSnssaiTsctsfInfoItem ¶
func NewNullableSnssaiTsctsfInfoItem(val *SnssaiTsctsfInfoItem) *NullableSnssaiTsctsfInfoItem
func (NullableSnssaiTsctsfInfoItem) Get ¶
func (v NullableSnssaiTsctsfInfoItem) Get() *SnssaiTsctsfInfoItem
func (NullableSnssaiTsctsfInfoItem) IsSet ¶
func (v NullableSnssaiTsctsfInfoItem) IsSet() bool
func (NullableSnssaiTsctsfInfoItem) MarshalJSON ¶
func (v NullableSnssaiTsctsfInfoItem) MarshalJSON() ([]byte, error)
func (*NullableSnssaiTsctsfInfoItem) Set ¶
func (v *NullableSnssaiTsctsfInfoItem) Set(val *SnssaiTsctsfInfoItem)
func (*NullableSnssaiTsctsfInfoItem) UnmarshalJSON ¶
func (v *NullableSnssaiTsctsfInfoItem) UnmarshalJSON(src []byte) error
func (*NullableSnssaiTsctsfInfoItem) Unset ¶
func (v *NullableSnssaiTsctsfInfoItem) Unset()
type NullableSnssaiUpfInfoItem ¶
type NullableSnssaiUpfInfoItem struct {
// contains filtered or unexported fields
}
func NewNullableSnssaiUpfInfoItem ¶
func NewNullableSnssaiUpfInfoItem(val *SnssaiUpfInfoItem) *NullableSnssaiUpfInfoItem
func (NullableSnssaiUpfInfoItem) Get ¶
func (v NullableSnssaiUpfInfoItem) Get() *SnssaiUpfInfoItem
func (NullableSnssaiUpfInfoItem) IsSet ¶
func (v NullableSnssaiUpfInfoItem) IsSet() bool
func (NullableSnssaiUpfInfoItem) MarshalJSON ¶
func (v NullableSnssaiUpfInfoItem) MarshalJSON() ([]byte, error)
func (*NullableSnssaiUpfInfoItem) Set ¶
func (v *NullableSnssaiUpfInfoItem) Set(val *SnssaiUpfInfoItem)
func (*NullableSnssaiUpfInfoItem) UnmarshalJSON ¶
func (v *NullableSnssaiUpfInfoItem) UnmarshalJSON(src []byte) error
func (*NullableSnssaiUpfInfoItem) Unset ¶
func (v *NullableSnssaiUpfInfoItem) 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 NullableSubscrCond ¶
type NullableSubscrCond struct {
// contains filtered or unexported fields
}
func NewNullableSubscrCond ¶
func NewNullableSubscrCond(val *SubscrCond) *NullableSubscrCond
func (NullableSubscrCond) Get ¶
func (v NullableSubscrCond) Get() *SubscrCond
func (NullableSubscrCond) IsSet ¶
func (v NullableSubscrCond) IsSet() bool
func (NullableSubscrCond) MarshalJSON ¶
func (v NullableSubscrCond) MarshalJSON() ([]byte, error)
func (*NullableSubscrCond) Set ¶
func (v *NullableSubscrCond) Set(val *SubscrCond)
func (*NullableSubscrCond) UnmarshalJSON ¶
func (v *NullableSubscrCond) UnmarshalJSON(src []byte) error
func (*NullableSubscrCond) Unset ¶
func (v *NullableSubscrCond) Unset()
type NullableSubscriptionContext ¶
type NullableSubscriptionContext struct {
// contains filtered or unexported fields
}
func NewNullableSubscriptionContext ¶
func NewNullableSubscriptionContext(val *SubscriptionContext) *NullableSubscriptionContext
func (NullableSubscriptionContext) Get ¶
func (v NullableSubscriptionContext) Get() *SubscriptionContext
func (NullableSubscriptionContext) IsSet ¶
func (v NullableSubscriptionContext) IsSet() bool
func (NullableSubscriptionContext) MarshalJSON ¶
func (v NullableSubscriptionContext) MarshalJSON() ([]byte, error)
func (*NullableSubscriptionContext) Set ¶
func (v *NullableSubscriptionContext) Set(val *SubscriptionContext)
func (*NullableSubscriptionContext) UnmarshalJSON ¶
func (v *NullableSubscriptionContext) UnmarshalJSON(src []byte) error
func (*NullableSubscriptionContext) Unset ¶
func (v *NullableSubscriptionContext) Unset()
type NullableSubscriptionData ¶
type NullableSubscriptionData struct {
// contains filtered or unexported fields
}
func NewNullableSubscriptionData ¶
func NewNullableSubscriptionData(val *SubscriptionData) *NullableSubscriptionData
func (NullableSubscriptionData) Get ¶
func (v NullableSubscriptionData) Get() *SubscriptionData
func (NullableSubscriptionData) IsSet ¶
func (v NullableSubscriptionData) IsSet() bool
func (NullableSubscriptionData) MarshalJSON ¶
func (v NullableSubscriptionData) MarshalJSON() ([]byte, error)
func (*NullableSubscriptionData) Set ¶
func (v *NullableSubscriptionData) Set(val *SubscriptionData)
func (*NullableSubscriptionData) UnmarshalJSON ¶
func (v *NullableSubscriptionData) UnmarshalJSON(src []byte) error
func (*NullableSubscriptionData) Unset ¶
func (v *NullableSubscriptionData) Unset()
type NullableSuciInfo ¶
type NullableSuciInfo struct {
// contains filtered or unexported fields
}
func NewNullableSuciInfo ¶
func NewNullableSuciInfo(val *SuciInfo) *NullableSuciInfo
func (NullableSuciInfo) Get ¶
func (v NullableSuciInfo) Get() *SuciInfo
func (NullableSuciInfo) IsSet ¶
func (v NullableSuciInfo) IsSet() bool
func (NullableSuciInfo) MarshalJSON ¶
func (v NullableSuciInfo) MarshalJSON() ([]byte, error)
func (*NullableSuciInfo) Set ¶
func (v *NullableSuciInfo) Set(val *SuciInfo)
func (*NullableSuciInfo) UnmarshalJSON ¶
func (v *NullableSuciInfo) UnmarshalJSON(src []byte) error
func (*NullableSuciInfo) Unset ¶
func (v *NullableSuciInfo) Unset()
type NullableSupiRange ¶
type NullableSupiRange struct {
// contains filtered or unexported fields
}
func NewNullableSupiRange ¶
func NewNullableSupiRange(val *SupiRange) *NullableSupiRange
func (NullableSupiRange) Get ¶
func (v NullableSupiRange) Get() *SupiRange
func (NullableSupiRange) IsSet ¶
func (v NullableSupiRange) IsSet() bool
func (NullableSupiRange) MarshalJSON ¶
func (v NullableSupiRange) MarshalJSON() ([]byte, error)
func (*NullableSupiRange) Set ¶
func (v *NullableSupiRange) Set(val *SupiRange)
func (*NullableSupiRange) UnmarshalJSON ¶
func (v *NullableSupiRange) UnmarshalJSON(src []byte) error
func (*NullableSupiRange) Unset ¶
func (v *NullableSupiRange) Unset()
type NullableSupportedGADShapes ¶
type NullableSupportedGADShapes struct {
// contains filtered or unexported fields
}
func NewNullableSupportedGADShapes ¶
func NewNullableSupportedGADShapes(val *SupportedGADShapes) *NullableSupportedGADShapes
func (NullableSupportedGADShapes) Get ¶
func (v NullableSupportedGADShapes) Get() *SupportedGADShapes
func (NullableSupportedGADShapes) IsSet ¶
func (v NullableSupportedGADShapes) IsSet() bool
func (NullableSupportedGADShapes) MarshalJSON ¶
func (v NullableSupportedGADShapes) MarshalJSON() ([]byte, error)
func (*NullableSupportedGADShapes) Set ¶
func (v *NullableSupportedGADShapes) Set(val *SupportedGADShapes)
func (*NullableSupportedGADShapes) UnmarshalJSON ¶
func (v *NullableSupportedGADShapes) UnmarshalJSON(src []byte) error
func (*NullableSupportedGADShapes) Unset ¶
func (v *NullableSupportedGADShapes) Unset()
type NullableTacRange ¶
type NullableTacRange struct {
// contains filtered or unexported fields
}
func NewNullableTacRange ¶
func NewNullableTacRange(val *TacRange) *NullableTacRange
func (NullableTacRange) Get ¶
func (v NullableTacRange) Get() *TacRange
func (NullableTacRange) IsSet ¶
func (v NullableTacRange) IsSet() bool
func (NullableTacRange) MarshalJSON ¶
func (v NullableTacRange) MarshalJSON() ([]byte, error)
func (*NullableTacRange) Set ¶
func (v *NullableTacRange) Set(val *TacRange)
func (*NullableTacRange) UnmarshalJSON ¶
func (v *NullableTacRange) UnmarshalJSON(src []byte) error
func (*NullableTacRange) Unset ¶
func (v *NullableTacRange) Unset()
type NullableTai ¶
type NullableTai struct {
// contains filtered or unexported fields
}
func NewNullableTai ¶
func NewNullableTai(val *Tai) *NullableTai
func (NullableTai) Get ¶
func (v NullableTai) Get() *Tai
func (NullableTai) IsSet ¶
func (v NullableTai) IsSet() bool
func (NullableTai) MarshalJSON ¶
func (v NullableTai) MarshalJSON() ([]byte, error)
func (*NullableTai) Set ¶
func (v *NullableTai) Set(val *Tai)
func (*NullableTai) UnmarshalJSON ¶
func (v *NullableTai) UnmarshalJSON(src []byte) error
func (*NullableTai) Unset ¶
func (v *NullableTai) Unset()
type NullableTaiRange ¶
type NullableTaiRange struct {
// contains filtered or unexported fields
}
func NewNullableTaiRange ¶
func NewNullableTaiRange(val *TaiRange) *NullableTaiRange
func (NullableTaiRange) Get ¶
func (v NullableTaiRange) Get() *TaiRange
func (NullableTaiRange) IsSet ¶
func (v NullableTaiRange) IsSet() bool
func (NullableTaiRange) MarshalJSON ¶
func (v NullableTaiRange) MarshalJSON() ([]byte, error)
func (*NullableTaiRange) Set ¶
func (v *NullableTaiRange) Set(val *TaiRange)
func (*NullableTaiRange) UnmarshalJSON ¶
func (v *NullableTaiRange) UnmarshalJSON(src []byte) error
func (*NullableTaiRange) Unset ¶
func (v *NullableTaiRange) 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 NullableTmgiRange ¶
type NullableTmgiRange struct {
// contains filtered or unexported fields
}
func NewNullableTmgiRange ¶
func NewNullableTmgiRange(val *TmgiRange) *NullableTmgiRange
func (NullableTmgiRange) Get ¶
func (v NullableTmgiRange) Get() *TmgiRange
func (NullableTmgiRange) IsSet ¶
func (v NullableTmgiRange) IsSet() bool
func (NullableTmgiRange) MarshalJSON ¶
func (v NullableTmgiRange) MarshalJSON() ([]byte, error)
func (*NullableTmgiRange) Set ¶
func (v *NullableTmgiRange) Set(val *TmgiRange)
func (*NullableTmgiRange) UnmarshalJSON ¶
func (v *NullableTmgiRange) UnmarshalJSON(src []byte) error
func (*NullableTmgiRange) Unset ¶
func (v *NullableTmgiRange) Unset()
type NullableTngfInfo ¶
type NullableTngfInfo struct {
// contains filtered or unexported fields
}
func NewNullableTngfInfo ¶
func NewNullableTngfInfo(val *TngfInfo) *NullableTngfInfo
func (NullableTngfInfo) Get ¶
func (v NullableTngfInfo) Get() *TngfInfo
func (NullableTngfInfo) IsSet ¶
func (v NullableTngfInfo) IsSet() bool
func (NullableTngfInfo) MarshalJSON ¶
func (v NullableTngfInfo) MarshalJSON() ([]byte, error)
func (*NullableTngfInfo) Set ¶
func (v *NullableTngfInfo) Set(val *TngfInfo)
func (*NullableTngfInfo) UnmarshalJSON ¶
func (v *NullableTngfInfo) UnmarshalJSON(src []byte) error
func (*NullableTngfInfo) Unset ¶
func (v *NullableTngfInfo) 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 NullableTrustAfInfo ¶
type NullableTrustAfInfo struct {
// contains filtered or unexported fields
}
func NewNullableTrustAfInfo ¶
func NewNullableTrustAfInfo(val *TrustAfInfo) *NullableTrustAfInfo
func (NullableTrustAfInfo) Get ¶
func (v NullableTrustAfInfo) Get() *TrustAfInfo
func (NullableTrustAfInfo) IsSet ¶
func (v NullableTrustAfInfo) IsSet() bool
func (NullableTrustAfInfo) MarshalJSON ¶
func (v NullableTrustAfInfo) MarshalJSON() ([]byte, error)
func (*NullableTrustAfInfo) Set ¶
func (v *NullableTrustAfInfo) Set(val *TrustAfInfo)
func (*NullableTrustAfInfo) UnmarshalJSON ¶
func (v *NullableTrustAfInfo) UnmarshalJSON(src []byte) error
func (*NullableTrustAfInfo) Unset ¶
func (v *NullableTrustAfInfo) Unset()
type NullableTsctsfInfo ¶
type NullableTsctsfInfo struct {
// contains filtered or unexported fields
}
func NewNullableTsctsfInfo ¶
func NewNullableTsctsfInfo(val *TsctsfInfo) *NullableTsctsfInfo
func (NullableTsctsfInfo) Get ¶
func (v NullableTsctsfInfo) Get() *TsctsfInfo
func (NullableTsctsfInfo) IsSet ¶
func (v NullableTsctsfInfo) IsSet() bool
func (NullableTsctsfInfo) MarshalJSON ¶
func (v NullableTsctsfInfo) MarshalJSON() ([]byte, error)
func (*NullableTsctsfInfo) Set ¶
func (v *NullableTsctsfInfo) Set(val *TsctsfInfo)
func (*NullableTsctsfInfo) UnmarshalJSON ¶
func (v *NullableTsctsfInfo) UnmarshalJSON(src []byte) error
func (*NullableTsctsfInfo) Unset ¶
func (v *NullableTsctsfInfo) Unset()
type NullableTwifInfo ¶
type NullableTwifInfo struct {
// contains filtered or unexported fields
}
func NewNullableTwifInfo ¶
func NewNullableTwifInfo(val *TwifInfo) *NullableTwifInfo
func (NullableTwifInfo) Get ¶
func (v NullableTwifInfo) Get() *TwifInfo
func (NullableTwifInfo) IsSet ¶
func (v NullableTwifInfo) IsSet() bool
func (NullableTwifInfo) MarshalJSON ¶
func (v NullableTwifInfo) MarshalJSON() ([]byte, error)
func (*NullableTwifInfo) Set ¶
func (v *NullableTwifInfo) Set(val *TwifInfo)
func (*NullableTwifInfo) UnmarshalJSON ¶
func (v *NullableTwifInfo) UnmarshalJSON(src []byte) error
func (*NullableTwifInfo) Unset ¶
func (v *NullableTwifInfo) Unset()
type NullableUPInterfaceType ¶
type NullableUPInterfaceType struct {
// contains filtered or unexported fields
}
func NewNullableUPInterfaceType ¶
func NewNullableUPInterfaceType(val *UPInterfaceType) *NullableUPInterfaceType
func (NullableUPInterfaceType) Get ¶
func (v NullableUPInterfaceType) Get() *UPInterfaceType
func (NullableUPInterfaceType) IsSet ¶
func (v NullableUPInterfaceType) IsSet() bool
func (NullableUPInterfaceType) MarshalJSON ¶
func (v NullableUPInterfaceType) MarshalJSON() ([]byte, error)
func (*NullableUPInterfaceType) Set ¶
func (v *NullableUPInterfaceType) Set(val *UPInterfaceType)
func (*NullableUPInterfaceType) UnmarshalJSON ¶
func (v *NullableUPInterfaceType) UnmarshalJSON(src []byte) error
func (*NullableUPInterfaceType) Unset ¶
func (v *NullableUPInterfaceType) Unset()
type NullableUdmInfo ¶
type NullableUdmInfo struct {
// contains filtered or unexported fields
}
func NewNullableUdmInfo ¶
func NewNullableUdmInfo(val *UdmInfo) *NullableUdmInfo
func (NullableUdmInfo) Get ¶
func (v NullableUdmInfo) Get() *UdmInfo
func (NullableUdmInfo) IsSet ¶
func (v NullableUdmInfo) IsSet() bool
func (NullableUdmInfo) MarshalJSON ¶
func (v NullableUdmInfo) MarshalJSON() ([]byte, error)
func (*NullableUdmInfo) Set ¶
func (v *NullableUdmInfo) Set(val *UdmInfo)
func (*NullableUdmInfo) UnmarshalJSON ¶
func (v *NullableUdmInfo) UnmarshalJSON(src []byte) error
func (*NullableUdmInfo) Unset ¶
func (v *NullableUdmInfo) Unset()
type NullableUdrInfo ¶
type NullableUdrInfo struct {
// contains filtered or unexported fields
}
func NewNullableUdrInfo ¶
func NewNullableUdrInfo(val *UdrInfo) *NullableUdrInfo
func (NullableUdrInfo) Get ¶
func (v NullableUdrInfo) Get() *UdrInfo
func (NullableUdrInfo) IsSet ¶
func (v NullableUdrInfo) IsSet() bool
func (NullableUdrInfo) MarshalJSON ¶
func (v NullableUdrInfo) MarshalJSON() ([]byte, error)
func (*NullableUdrInfo) Set ¶
func (v *NullableUdrInfo) Set(val *UdrInfo)
func (*NullableUdrInfo) UnmarshalJSON ¶
func (v *NullableUdrInfo) UnmarshalJSON(src []byte) error
func (*NullableUdrInfo) Unset ¶
func (v *NullableUdrInfo) Unset()
type NullableUdsfInfo ¶
type NullableUdsfInfo struct {
// contains filtered or unexported fields
}
func NewNullableUdsfInfo ¶
func NewNullableUdsfInfo(val *UdsfInfo) *NullableUdsfInfo
func (NullableUdsfInfo) Get ¶
func (v NullableUdsfInfo) Get() *UdsfInfo
func (NullableUdsfInfo) IsSet ¶
func (v NullableUdsfInfo) IsSet() bool
func (NullableUdsfInfo) MarshalJSON ¶
func (v NullableUdsfInfo) MarshalJSON() ([]byte, error)
func (*NullableUdsfInfo) Set ¶
func (v *NullableUdsfInfo) Set(val *UdsfInfo)
func (*NullableUdsfInfo) UnmarshalJSON ¶
func (v *NullableUdsfInfo) UnmarshalJSON(src []byte) error
func (*NullableUdsfInfo) Unset ¶
func (v *NullableUdsfInfo) Unset()
type NullableUnTrustAfInfo ¶
type NullableUnTrustAfInfo struct {
// contains filtered or unexported fields
}
func NewNullableUnTrustAfInfo ¶
func NewNullableUnTrustAfInfo(val *UnTrustAfInfo) *NullableUnTrustAfInfo
func (NullableUnTrustAfInfo) Get ¶
func (v NullableUnTrustAfInfo) Get() *UnTrustAfInfo
func (NullableUnTrustAfInfo) IsSet ¶
func (v NullableUnTrustAfInfo) IsSet() bool
func (NullableUnTrustAfInfo) MarshalJSON ¶
func (v NullableUnTrustAfInfo) MarshalJSON() ([]byte, error)
func (*NullableUnTrustAfInfo) Set ¶
func (v *NullableUnTrustAfInfo) Set(val *UnTrustAfInfo)
func (*NullableUnTrustAfInfo) UnmarshalJSON ¶
func (v *NullableUnTrustAfInfo) UnmarshalJSON(src []byte) error
func (*NullableUnTrustAfInfo) Unset ¶
func (v *NullableUnTrustAfInfo) Unset()
type NullableUpfCond ¶
type NullableUpfCond struct {
// contains filtered or unexported fields
}
func NewNullableUpfCond ¶
func NewNullableUpfCond(val *UpfCond) *NullableUpfCond
func (NullableUpfCond) Get ¶
func (v NullableUpfCond) Get() *UpfCond
func (NullableUpfCond) IsSet ¶
func (v NullableUpfCond) IsSet() bool
func (NullableUpfCond) MarshalJSON ¶
func (v NullableUpfCond) MarshalJSON() ([]byte, error)
func (*NullableUpfCond) Set ¶
func (v *NullableUpfCond) Set(val *UpfCond)
func (*NullableUpfCond) UnmarshalJSON ¶
func (v *NullableUpfCond) UnmarshalJSON(src []byte) error
func (*NullableUpfCond) Unset ¶
func (v *NullableUpfCond) Unset()
type NullableUpfInfo ¶
type NullableUpfInfo struct {
// contains filtered or unexported fields
}
func NewNullableUpfInfo ¶
func NewNullableUpfInfo(val *UpfInfo) *NullableUpfInfo
func (NullableUpfInfo) Get ¶
func (v NullableUpfInfo) Get() *UpfInfo
func (NullableUpfInfo) IsSet ¶
func (v NullableUpfInfo) IsSet() bool
func (NullableUpfInfo) MarshalJSON ¶
func (v NullableUpfInfo) MarshalJSON() ([]byte, error)
func (*NullableUpfInfo) Set ¶
func (v *NullableUpfInfo) Set(val *UpfInfo)
func (*NullableUpfInfo) UnmarshalJSON ¶
func (v *NullableUpfInfo) UnmarshalJSON(src []byte) error
func (*NullableUpfInfo) Unset ¶
func (v *NullableUpfInfo) Unset()
type NullableUriList ¶
type NullableUriList struct {
// contains filtered or unexported fields
}
func NewNullableUriList ¶
func NewNullableUriList(val *UriList) *NullableUriList
func (NullableUriList) Get ¶
func (v NullableUriList) Get() *UriList
func (NullableUriList) IsSet ¶
func (v NullableUriList) IsSet() bool
func (NullableUriList) MarshalJSON ¶
func (v NullableUriList) MarshalJSON() ([]byte, error)
func (*NullableUriList) Set ¶
func (v *NullableUriList) Set(val *UriList)
func (*NullableUriList) UnmarshalJSON ¶
func (v *NullableUriList) UnmarshalJSON(src []byte) error
func (*NullableUriList) Unset ¶
func (v *NullableUriList) Unset()
type NullableUriScheme ¶
type NullableUriScheme struct {
// contains filtered or unexported fields
}
func NewNullableUriScheme ¶
func NewNullableUriScheme(val *UriScheme) *NullableUriScheme
func (NullableUriScheme) Get ¶
func (v NullableUriScheme) Get() *UriScheme
func (NullableUriScheme) IsSet ¶
func (v NullableUriScheme) IsSet() bool
func (NullableUriScheme) MarshalJSON ¶
func (v NullableUriScheme) MarshalJSON() ([]byte, error)
func (*NullableUriScheme) Set ¶
func (v *NullableUriScheme) Set(val *UriScheme)
func (*NullableUriScheme) UnmarshalJSON ¶
func (v *NullableUriScheme) UnmarshalJSON(src []byte) error
func (*NullableUriScheme) Unset ¶
func (v *NullableUriScheme) Unset()
type NullableV2xCapability ¶
type NullableV2xCapability struct {
// contains filtered or unexported fields
}
func NewNullableV2xCapability ¶
func NewNullableV2xCapability(val *V2xCapability) *NullableV2xCapability
func (NullableV2xCapability) Get ¶
func (v NullableV2xCapability) Get() *V2xCapability
func (NullableV2xCapability) IsSet ¶
func (v NullableV2xCapability) IsSet() bool
func (NullableV2xCapability) MarshalJSON ¶
func (v NullableV2xCapability) MarshalJSON() ([]byte, error)
func (*NullableV2xCapability) Set ¶
func (v *NullableV2xCapability) Set(val *V2xCapability)
func (*NullableV2xCapability) UnmarshalJSON ¶
func (v *NullableV2xCapability) UnmarshalJSON(src []byte) error
func (*NullableV2xCapability) Unset ¶
func (v *NullableV2xCapability) Unset()
type NullableVendorSpecificFeature ¶
type NullableVendorSpecificFeature struct {
// contains filtered or unexported fields
}
func NewNullableVendorSpecificFeature ¶
func NewNullableVendorSpecificFeature(val *VendorSpecificFeature) *NullableVendorSpecificFeature
func (NullableVendorSpecificFeature) Get ¶
func (v NullableVendorSpecificFeature) Get() *VendorSpecificFeature
func (NullableVendorSpecificFeature) IsSet ¶
func (v NullableVendorSpecificFeature) IsSet() bool
func (NullableVendorSpecificFeature) MarshalJSON ¶
func (v NullableVendorSpecificFeature) MarshalJSON() ([]byte, error)
func (*NullableVendorSpecificFeature) Set ¶
func (v *NullableVendorSpecificFeature) Set(val *VendorSpecificFeature)
func (*NullableVendorSpecificFeature) UnmarshalJSON ¶
func (v *NullableVendorSpecificFeature) UnmarshalJSON(src []byte) error
func (*NullableVendorSpecificFeature) Unset ¶
func (v *NullableVendorSpecificFeature) Unset()
type NullableWAgfInfo ¶
type NullableWAgfInfo struct {
// contains filtered or unexported fields
}
func NewNullableWAgfInfo ¶
func NewNullableWAgfInfo(val *WAgfInfo) *NullableWAgfInfo
func (NullableWAgfInfo) Get ¶
func (v NullableWAgfInfo) Get() *WAgfInfo
func (NullableWAgfInfo) IsSet ¶
func (v NullableWAgfInfo) IsSet() bool
func (NullableWAgfInfo) MarshalJSON ¶
func (v NullableWAgfInfo) MarshalJSON() ([]byte, error)
func (*NullableWAgfInfo) Set ¶
func (v *NullableWAgfInfo) Set(val *WAgfInfo)
func (*NullableWAgfInfo) UnmarshalJSON ¶
func (v *NullableWAgfInfo) UnmarshalJSON(src []byte) error
func (*NullableWAgfInfo) Unset ¶
func (v *NullableWAgfInfo) Unset()
type NwdafCapability ¶
type NwdafCapability struct { AnalyticsAggregation *bool `json:"analyticsAggregation,omitempty"` AnalyticsMetadataProvisioning *bool `json:"analyticsMetadataProvisioning,omitempty"` }
NwdafCapability Indicates the capability supported by the NWDAF
func NewNwdafCapability ¶
func NewNwdafCapability() *NwdafCapability
NewNwdafCapability instantiates a new NwdafCapability 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 NewNwdafCapabilityWithDefaults ¶
func NewNwdafCapabilityWithDefaults() *NwdafCapability
NewNwdafCapabilityWithDefaults instantiates a new NwdafCapability 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 (*NwdafCapability) GetAnalyticsAggregation ¶
func (o *NwdafCapability) GetAnalyticsAggregation() bool
GetAnalyticsAggregation returns the AnalyticsAggregation field value if set, zero value otherwise.
func (*NwdafCapability) GetAnalyticsAggregationOk ¶
func (o *NwdafCapability) GetAnalyticsAggregationOk() (*bool, bool)
GetAnalyticsAggregationOk returns a tuple with the AnalyticsAggregation field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NwdafCapability) GetAnalyticsMetadataProvisioning ¶
func (o *NwdafCapability) GetAnalyticsMetadataProvisioning() bool
GetAnalyticsMetadataProvisioning returns the AnalyticsMetadataProvisioning field value if set, zero value otherwise.
func (*NwdafCapability) GetAnalyticsMetadataProvisioningOk ¶
func (o *NwdafCapability) GetAnalyticsMetadataProvisioningOk() (*bool, bool)
GetAnalyticsMetadataProvisioningOk returns a tuple with the AnalyticsMetadataProvisioning field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NwdafCapability) HasAnalyticsAggregation ¶
func (o *NwdafCapability) HasAnalyticsAggregation() bool
HasAnalyticsAggregation returns a boolean if a field has been set.
func (*NwdafCapability) HasAnalyticsMetadataProvisioning ¶
func (o *NwdafCapability) HasAnalyticsMetadataProvisioning() bool
HasAnalyticsMetadataProvisioning returns a boolean if a field has been set.
func (NwdafCapability) MarshalJSON ¶
func (o NwdafCapability) MarshalJSON() ([]byte, error)
func (*NwdafCapability) SetAnalyticsAggregation ¶
func (o *NwdafCapability) SetAnalyticsAggregation(v bool)
SetAnalyticsAggregation gets a reference to the given bool and assigns it to the AnalyticsAggregation field.
func (*NwdafCapability) SetAnalyticsMetadataProvisioning ¶
func (o *NwdafCapability) SetAnalyticsMetadataProvisioning(v bool)
SetAnalyticsMetadataProvisioning gets a reference to the given bool and assigns it to the AnalyticsMetadataProvisioning field.
func (NwdafCapability) ToMap ¶
func (o NwdafCapability) ToMap() (map[string]interface{}, error)
type NwdafCond ¶
type NwdafCond struct { ConditionType string `json:"conditionType"` AnalyticsIds []string `json:"analyticsIds,omitempty"` SnssaiList []Snssai `json:"snssaiList,omitempty"` TaiList []Tai `json:"taiList,omitempty"` TaiRangeList []TaiRange `json:"taiRangeList,omitempty"` ServingNfTypeList []NFType `json:"servingNfTypeList,omitempty"` ServingNfSetIdList []string `json:"servingNfSetIdList,omitempty"` MlAnalyticsList []MlAnalyticsInfo `json:"mlAnalyticsList,omitempty"` }
NwdafCond Subscription to a set of NF Instances (NWDAFs), identified by Analytics ID(s), S-NSSAI(s) or NWDAF Serving Area information, i.e. list of TAIs for which the NWDAF can provide analytics.
func NewNwdafCond ¶
NewNwdafCond instantiates a new NwdafCond 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 NewNwdafCondWithDefaults ¶
func NewNwdafCondWithDefaults() *NwdafCond
NewNwdafCondWithDefaults instantiates a new NwdafCond 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 (*NwdafCond) GetAnalyticsIds ¶
GetAnalyticsIds returns the AnalyticsIds field value if set, zero value otherwise.
func (*NwdafCond) GetAnalyticsIdsOk ¶
GetAnalyticsIdsOk returns a tuple with the AnalyticsIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NwdafCond) GetConditionType ¶
GetConditionType returns the ConditionType field value
func (*NwdafCond) GetConditionTypeOk ¶
GetConditionTypeOk returns a tuple with the ConditionType field value and a boolean to check if the value has been set.
func (*NwdafCond) GetMlAnalyticsList ¶
func (o *NwdafCond) GetMlAnalyticsList() []MlAnalyticsInfo
GetMlAnalyticsList returns the MlAnalyticsList field value if set, zero value otherwise.
func (*NwdafCond) GetMlAnalyticsListOk ¶
func (o *NwdafCond) GetMlAnalyticsListOk() ([]MlAnalyticsInfo, bool)
GetMlAnalyticsListOk returns a tuple with the MlAnalyticsList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NwdafCond) GetServingNfSetIdList ¶
GetServingNfSetIdList returns the ServingNfSetIdList field value if set, zero value otherwise.
func (*NwdafCond) GetServingNfSetIdListOk ¶
GetServingNfSetIdListOk returns a tuple with the ServingNfSetIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NwdafCond) GetServingNfTypeList ¶
GetServingNfTypeList returns the ServingNfTypeList field value if set, zero value otherwise.
func (*NwdafCond) GetServingNfTypeListOk ¶
GetServingNfTypeListOk returns a tuple with the ServingNfTypeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NwdafCond) GetSnssaiList ¶
GetSnssaiList returns the SnssaiList field value if set, zero value otherwise.
func (*NwdafCond) GetSnssaiListOk ¶
GetSnssaiListOk returns a tuple with the SnssaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NwdafCond) GetTaiList ¶
GetTaiList returns the TaiList field value if set, zero value otherwise.
func (*NwdafCond) GetTaiListOk ¶
GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NwdafCond) GetTaiRangeList ¶
GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.
func (*NwdafCond) GetTaiRangeListOk ¶
GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NwdafCond) HasAnalyticsIds ¶
HasAnalyticsIds returns a boolean if a field has been set.
func (*NwdafCond) HasMlAnalyticsList ¶
HasMlAnalyticsList returns a boolean if a field has been set.
func (*NwdafCond) HasServingNfSetIdList ¶
HasServingNfSetIdList returns a boolean if a field has been set.
func (*NwdafCond) HasServingNfTypeList ¶
HasServingNfTypeList returns a boolean if a field has been set.
func (*NwdafCond) HasSnssaiList ¶
HasSnssaiList returns a boolean if a field has been set.
func (*NwdafCond) HasTaiList ¶
HasTaiList returns a boolean if a field has been set.
func (*NwdafCond) HasTaiRangeList ¶
HasTaiRangeList returns a boolean if a field has been set.
func (NwdafCond) MarshalJSON ¶
func (*NwdafCond) SetAnalyticsIds ¶
SetAnalyticsIds gets a reference to the given []string and assigns it to the AnalyticsIds field.
func (*NwdafCond) SetConditionType ¶
SetConditionType sets field value
func (*NwdafCond) SetMlAnalyticsList ¶
func (o *NwdafCond) SetMlAnalyticsList(v []MlAnalyticsInfo)
SetMlAnalyticsList gets a reference to the given []MlAnalyticsInfo and assigns it to the MlAnalyticsList field.
func (*NwdafCond) SetServingNfSetIdList ¶
SetServingNfSetIdList gets a reference to the given []string and assigns it to the ServingNfSetIdList field.
func (*NwdafCond) SetServingNfTypeList ¶
SetServingNfTypeList gets a reference to the given []NFType and assigns it to the ServingNfTypeList field.
func (*NwdafCond) SetSnssaiList ¶
SetSnssaiList gets a reference to the given []Snssai and assigns it to the SnssaiList field.
func (*NwdafCond) SetTaiList ¶
SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.
func (*NwdafCond) SetTaiRangeList ¶
SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.
type NwdafEvent ¶
type NwdafEvent struct {
String *string
}
NwdafEvent Possible values are: - SLICE_LOAD_LEVEL: Indicates that the event subscribed is load level information of Network Slice - NETWORK_PERFORMANCE: Indicates that the event subscribed is network performance information. - NF_LOAD: Indicates that the event subscribed is load level and status of one or several Network Functions. - SERVICE_EXPERIENCE: Indicates that the event subscribed is service experience. - UE_MOBILITY: Indicates that the event subscribed is UE mobility information. - UE_COMMUNICATION: Indicates that the event subscribed is UE communication information. - QOS_SUSTAINABILITY: Indicates that the event subscribed is QoS sustainability. - ABNORMAL_BEHAVIOUR: Indicates that the event subscribed is abnormal behaviour. - USER_DATA_CONGESTION: Indicates that the event subscribed is user data congestion information. - NSI_LOAD_LEVEL: Indicates that the event subscribed is load level information of Network Slice and the optionally associated Network Slice Instance - DN_PERFORMANCE: Indicates that the event subscribed is DN performance information. - DISPERSION: Indicates that the event subscribed is dispersion information. - RED_TRANS_EXP: Indicates that the event subscribed is redundant transmission experience. - WLAN_PERFORMANCE: Indicates that the event subscribed is WLAN performance. - SM_CONGESTION: Indicates the Session Management Congestion Control Experience information for specific DNN and/or S-NSSAI.
func (*NwdafEvent) MarshalJSON ¶
func (src *NwdafEvent) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*NwdafEvent) UnmarshalJSON ¶
func (dst *NwdafEvent) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type NwdafInfo ¶
type NwdafInfo struct { EventIds []EventId `json:"eventIds,omitempty"` NwdafEvents []NwdafEvent `json:"nwdafEvents,omitempty"` TaiList []Tai `json:"taiList,omitempty"` TaiRangeList []TaiRange `json:"taiRangeList,omitempty"` NwdafCapability *NwdafCapability `json:"nwdafCapability,omitempty"` // indicating a time in seconds. AnalyticsDelay *int32 `json:"analyticsDelay,omitempty"` ServingNfSetIdList []string `json:"servingNfSetIdList,omitempty"` ServingNfTypeList []NFType `json:"servingNfTypeList,omitempty"` MlAnalyticsList []MlAnalyticsInfo `json:"mlAnalyticsList,omitempty"` }
NwdafInfo Information of a NWDAF NF Instance
func NewNwdafInfo ¶
func NewNwdafInfo() *NwdafInfo
NewNwdafInfo instantiates a new NwdafInfo 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 NewNwdafInfoWithDefaults ¶
func NewNwdafInfoWithDefaults() *NwdafInfo
NewNwdafInfoWithDefaults instantiates a new NwdafInfo 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 (*NwdafInfo) GetAnalyticsDelay ¶
GetAnalyticsDelay returns the AnalyticsDelay field value if set, zero value otherwise.
func (*NwdafInfo) GetAnalyticsDelayOk ¶
GetAnalyticsDelayOk returns a tuple with the AnalyticsDelay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NwdafInfo) GetEventIds ¶
GetEventIds returns the EventIds field value if set, zero value otherwise.
func (*NwdafInfo) GetEventIdsOk ¶
GetEventIdsOk returns a tuple with the EventIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NwdafInfo) GetMlAnalyticsList ¶
func (o *NwdafInfo) GetMlAnalyticsList() []MlAnalyticsInfo
GetMlAnalyticsList returns the MlAnalyticsList field value if set, zero value otherwise.
func (*NwdafInfo) GetMlAnalyticsListOk ¶
func (o *NwdafInfo) GetMlAnalyticsListOk() ([]MlAnalyticsInfo, bool)
GetMlAnalyticsListOk returns a tuple with the MlAnalyticsList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NwdafInfo) GetNwdafCapability ¶
func (o *NwdafInfo) GetNwdafCapability() NwdafCapability
GetNwdafCapability returns the NwdafCapability field value if set, zero value otherwise.
func (*NwdafInfo) GetNwdafCapabilityOk ¶
func (o *NwdafInfo) GetNwdafCapabilityOk() (*NwdafCapability, bool)
GetNwdafCapabilityOk returns a tuple with the NwdafCapability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NwdafInfo) GetNwdafEvents ¶
func (o *NwdafInfo) GetNwdafEvents() []NwdafEvent
GetNwdafEvents returns the NwdafEvents field value if set, zero value otherwise.
func (*NwdafInfo) GetNwdafEventsOk ¶
func (o *NwdafInfo) GetNwdafEventsOk() ([]NwdafEvent, bool)
GetNwdafEventsOk returns a tuple with the NwdafEvents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NwdafInfo) GetServingNfSetIdList ¶
GetServingNfSetIdList returns the ServingNfSetIdList field value if set, zero value otherwise.
func (*NwdafInfo) GetServingNfSetIdListOk ¶
GetServingNfSetIdListOk returns a tuple with the ServingNfSetIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NwdafInfo) GetServingNfTypeList ¶
GetServingNfTypeList returns the ServingNfTypeList field value if set, zero value otherwise.
func (*NwdafInfo) GetServingNfTypeListOk ¶
GetServingNfTypeListOk returns a tuple with the ServingNfTypeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NwdafInfo) GetTaiList ¶
GetTaiList returns the TaiList field value if set, zero value otherwise.
func (*NwdafInfo) GetTaiListOk ¶
GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NwdafInfo) GetTaiRangeList ¶
GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.
func (*NwdafInfo) GetTaiRangeListOk ¶
GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*NwdafInfo) HasAnalyticsDelay ¶
HasAnalyticsDelay returns a boolean if a field has been set.
func (*NwdafInfo) HasEventIds ¶
HasEventIds returns a boolean if a field has been set.
func (*NwdafInfo) HasMlAnalyticsList ¶
HasMlAnalyticsList returns a boolean if a field has been set.
func (*NwdafInfo) HasNwdafCapability ¶
HasNwdafCapability returns a boolean if a field has been set.
func (*NwdafInfo) HasNwdafEvents ¶
HasNwdafEvents returns a boolean if a field has been set.
func (*NwdafInfo) HasServingNfSetIdList ¶
HasServingNfSetIdList returns a boolean if a field has been set.
func (*NwdafInfo) HasServingNfTypeList ¶
HasServingNfTypeList returns a boolean if a field has been set.
func (*NwdafInfo) HasTaiList ¶
HasTaiList returns a boolean if a field has been set.
func (*NwdafInfo) HasTaiRangeList ¶
HasTaiRangeList returns a boolean if a field has been set.
func (NwdafInfo) MarshalJSON ¶
func (*NwdafInfo) SetAnalyticsDelay ¶
SetAnalyticsDelay gets a reference to the given int32 and assigns it to the AnalyticsDelay field.
func (*NwdafInfo) SetEventIds ¶
SetEventIds gets a reference to the given []EventId and assigns it to the EventIds field.
func (*NwdafInfo) SetMlAnalyticsList ¶
func (o *NwdafInfo) SetMlAnalyticsList(v []MlAnalyticsInfo)
SetMlAnalyticsList gets a reference to the given []MlAnalyticsInfo and assigns it to the MlAnalyticsList field.
func (*NwdafInfo) SetNwdafCapability ¶
func (o *NwdafInfo) SetNwdafCapability(v NwdafCapability)
SetNwdafCapability gets a reference to the given NwdafCapability and assigns it to the NwdafCapability field.
func (*NwdafInfo) SetNwdafEvents ¶
func (o *NwdafInfo) SetNwdafEvents(v []NwdafEvent)
SetNwdafEvents gets a reference to the given []NwdafEvent and assigns it to the NwdafEvents field.
func (*NwdafInfo) SetServingNfSetIdList ¶
SetServingNfSetIdList gets a reference to the given []string and assigns it to the ServingNfSetIdList field.
func (*NwdafInfo) SetServingNfTypeList ¶
SetServingNfTypeList gets a reference to the given []NFType and assigns it to the ServingNfTypeList field.
func (*NwdafInfo) SetTaiList ¶
SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.
func (*NwdafInfo) SetTaiRangeList ¶
SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.
type OptionsResponse ¶
type OptionsResponse struct { // 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"` }
OptionsResponse Communication options of the NRF sent in response payload of OPTIONS method
func NewOptionsResponse ¶
func NewOptionsResponse() *OptionsResponse
NewOptionsResponse instantiates a new OptionsResponse 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 NewOptionsResponseWithDefaults ¶
func NewOptionsResponseWithDefaults() *OptionsResponse
NewOptionsResponseWithDefaults instantiates a new OptionsResponse 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 (*OptionsResponse) GetSupportedFeatures ¶
func (o *OptionsResponse) GetSupportedFeatures() string
GetSupportedFeatures returns the SupportedFeatures field value if set, zero value otherwise.
func (*OptionsResponse) GetSupportedFeaturesOk ¶
func (o *OptionsResponse) 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 (*OptionsResponse) HasSupportedFeatures ¶
func (o *OptionsResponse) HasSupportedFeatures() bool
HasSupportedFeatures returns a boolean if a field has been set.
func (OptionsResponse) MarshalJSON ¶
func (o OptionsResponse) MarshalJSON() ([]byte, error)
func (*OptionsResponse) SetSupportedFeatures ¶
func (o *OptionsResponse) SetSupportedFeatures(v string)
SetSupportedFeatures gets a reference to the given string and assigns it to the SupportedFeatures field.
func (OptionsResponse) ToMap ¶
func (o OptionsResponse) ToMap() (map[string]interface{}, error)
type PatchItem ¶
type PatchItem struct { Op PatchOperation `json:"op"` // contains a JSON pointer value (as defined in IETF RFC 6901) that references a location of a resource on which the patch operation shall be performed. Path string `json:"path"` // indicates the path of the source JSON element (according to JSON Pointer syntax) being moved or copied to the location indicated by the \"path\" attribute. From *string `json:"from,omitempty"` Value interface{} `json:"value,omitempty"` }
PatchItem it contains information on data to be changed.
func NewPatchItem ¶
func NewPatchItem(op PatchOperation, path string) *PatchItem
NewPatchItem instantiates a new PatchItem 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 NewPatchItemWithDefaults ¶
func NewPatchItemWithDefaults() *PatchItem
NewPatchItemWithDefaults instantiates a new PatchItem 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 (*PatchItem) GetFromOk ¶
GetFromOk returns a tuple with the From field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PatchItem) GetOp ¶
func (o *PatchItem) GetOp() PatchOperation
GetOp returns the Op field value
func (*PatchItem) GetOpOk ¶
func (o *PatchItem) GetOpOk() (*PatchOperation, bool)
GetOpOk returns a tuple with the Op field value and a boolean to check if the value has been set.
func (*PatchItem) GetPathOk ¶
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*PatchItem) GetValue ¶
func (o *PatchItem) GetValue() interface{}
GetValue returns the Value field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PatchItem) GetValueOk ¶
GetValueOk returns a tuple with the Value 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 (PatchItem) MarshalJSON ¶
func (*PatchItem) SetFrom ¶
SetFrom gets a reference to the given string and assigns it to the From field.
type PatchOperation ¶
type PatchOperation struct {
String *string
}
PatchOperation Operations as defined in IETF RFC 6902.
func (*PatchOperation) MarshalJSON ¶
func (src *PatchOperation) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PatchOperation) UnmarshalJSON ¶
func (dst *PatchOperation) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PcfInfo ¶
type PcfInfo struct { // Identifier of a group of NFs. GroupId *string `json:"groupId,omitempty"` DnnList []string `json:"dnnList,omitempty"` SupiRanges []SupiRange `json:"supiRanges,omitempty"` GpsiRanges []IdentityRange `json:"gpsiRanges,omitempty"` // Fully Qualified Domain Name RxDiamHost *string `json:"rxDiamHost,omitempty"` // Fully Qualified Domain Name RxDiamRealm *string `json:"rxDiamRealm,omitempty"` V2xSupportInd *bool `json:"v2xSupportInd,omitempty"` ProseSupportInd *bool `json:"proseSupportInd,omitempty"` ProseCapability *ProSeCapability `json:"proseCapability,omitempty"` V2xCapability *V2xCapability `json:"v2xCapability,omitempty"` }
PcfInfo Information of a PCF NF Instance
func NewPcfInfo ¶
func NewPcfInfo() *PcfInfo
NewPcfInfo instantiates a new PcfInfo 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 NewPcfInfoWithDefaults ¶
func NewPcfInfoWithDefaults() *PcfInfo
NewPcfInfoWithDefaults instantiates a new PcfInfo 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 (*PcfInfo) GetDnnList ¶
GetDnnList returns the DnnList field value if set, zero value otherwise.
func (*PcfInfo) GetDnnListOk ¶
GetDnnListOk returns a tuple with the DnnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfInfo) GetGpsiRanges ¶
func (o *PcfInfo) GetGpsiRanges() []IdentityRange
GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.
func (*PcfInfo) GetGpsiRangesOk ¶
func (o *PcfInfo) GetGpsiRangesOk() ([]IdentityRange, bool)
GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfInfo) GetGroupId ¶
GetGroupId returns the GroupId field value if set, zero value otherwise.
func (*PcfInfo) GetGroupIdOk ¶
GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfInfo) GetProseCapability ¶
func (o *PcfInfo) GetProseCapability() ProSeCapability
GetProseCapability returns the ProseCapability field value if set, zero value otherwise.
func (*PcfInfo) GetProseCapabilityOk ¶
func (o *PcfInfo) GetProseCapabilityOk() (*ProSeCapability, bool)
GetProseCapabilityOk returns a tuple with the ProseCapability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfInfo) GetProseSupportInd ¶
GetProseSupportInd returns the ProseSupportInd field value if set, zero value otherwise.
func (*PcfInfo) GetProseSupportIndOk ¶
GetProseSupportIndOk returns a tuple with the ProseSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfInfo) GetRxDiamHost ¶
GetRxDiamHost returns the RxDiamHost field value if set, zero value otherwise.
func (*PcfInfo) GetRxDiamHostOk ¶
GetRxDiamHostOk returns a tuple with the RxDiamHost field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfInfo) GetRxDiamRealm ¶
GetRxDiamRealm returns the RxDiamRealm field value if set, zero value otherwise.
func (*PcfInfo) GetRxDiamRealmOk ¶
GetRxDiamRealmOk returns a tuple with the RxDiamRealm field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfInfo) GetSupiRanges ¶
GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.
func (*PcfInfo) GetSupiRangesOk ¶
GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfInfo) GetV2xCapability ¶
func (o *PcfInfo) GetV2xCapability() V2xCapability
GetV2xCapability returns the V2xCapability field value if set, zero value otherwise.
func (*PcfInfo) GetV2xCapabilityOk ¶
func (o *PcfInfo) GetV2xCapabilityOk() (*V2xCapability, bool)
GetV2xCapabilityOk returns a tuple with the V2xCapability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfInfo) GetV2xSupportInd ¶
GetV2xSupportInd returns the V2xSupportInd field value if set, zero value otherwise.
func (*PcfInfo) GetV2xSupportIndOk ¶
GetV2xSupportIndOk returns a tuple with the V2xSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcfInfo) HasDnnList ¶
HasDnnList returns a boolean if a field has been set.
func (*PcfInfo) HasGpsiRanges ¶
HasGpsiRanges returns a boolean if a field has been set.
func (*PcfInfo) HasGroupId ¶
HasGroupId returns a boolean if a field has been set.
func (*PcfInfo) HasProseCapability ¶
HasProseCapability returns a boolean if a field has been set.
func (*PcfInfo) HasProseSupportInd ¶
HasProseSupportInd returns a boolean if a field has been set.
func (*PcfInfo) HasRxDiamHost ¶
HasRxDiamHost returns a boolean if a field has been set.
func (*PcfInfo) HasRxDiamRealm ¶
HasRxDiamRealm returns a boolean if a field has been set.
func (*PcfInfo) HasSupiRanges ¶
HasSupiRanges returns a boolean if a field has been set.
func (*PcfInfo) HasV2xCapability ¶
HasV2xCapability returns a boolean if a field has been set.
func (*PcfInfo) HasV2xSupportInd ¶
HasV2xSupportInd returns a boolean if a field has been set.
func (PcfInfo) MarshalJSON ¶
func (*PcfInfo) SetDnnList ¶
SetDnnList gets a reference to the given []string and assigns it to the DnnList field.
func (*PcfInfo) SetGpsiRanges ¶
func (o *PcfInfo) SetGpsiRanges(v []IdentityRange)
SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.
func (*PcfInfo) SetGroupId ¶
SetGroupId gets a reference to the given string and assigns it to the GroupId field.
func (*PcfInfo) SetProseCapability ¶
func (o *PcfInfo) SetProseCapability(v ProSeCapability)
SetProseCapability gets a reference to the given ProSeCapability and assigns it to the ProseCapability field.
func (*PcfInfo) SetProseSupportInd ¶
SetProseSupportInd gets a reference to the given bool and assigns it to the ProseSupportInd field.
func (*PcfInfo) SetRxDiamHost ¶
SetRxDiamHost gets a reference to the given string and assigns it to the RxDiamHost field.
func (*PcfInfo) SetRxDiamRealm ¶
SetRxDiamRealm gets a reference to the given string and assigns it to the RxDiamRealm field.
func (*PcfInfo) SetSupiRanges ¶
SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.
func (*PcfInfo) SetV2xCapability ¶
func (o *PcfInfo) SetV2xCapability(v V2xCapability)
SetV2xCapability gets a reference to the given V2xCapability and assigns it to the V2xCapability field.
func (*PcfInfo) SetV2xSupportInd ¶
SetV2xSupportInd gets a reference to the given bool and assigns it to the V2xSupportInd field.
type PcscfInfo ¶
type PcscfInfo struct { AccessType []AccessType `json:"accessType,omitempty"` DnnList []string `json:"dnnList,omitempty"` // Fully Qualified Domain Name GmFqdn *string `json:"gmFqdn,omitempty"` GmIpv4Addresses []string `json:"gmIpv4Addresses,omitempty"` GmIpv6Addresses []Ipv6Addr `json:"gmIpv6Addresses,omitempty"` // Fully Qualified Domain Name MwFqdn *string `json:"mwFqdn,omitempty"` MwIpv4Addresses []string `json:"mwIpv4Addresses,omitempty"` MwIpv6Addresses []Ipv6Addr `json:"mwIpv6Addresses,omitempty"` ServedIpv4AddressRanges []Ipv4AddressRange `json:"servedIpv4AddressRanges,omitempty"` ServedIpv6PrefixRanges []Ipv6PrefixRange `json:"servedIpv6PrefixRanges,omitempty"` }
PcscfInfo Information of a P-CSCF NF Instance
func NewPcscfInfo ¶
func NewPcscfInfo() *PcscfInfo
NewPcscfInfo instantiates a new PcscfInfo 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 NewPcscfInfoWithDefaults ¶
func NewPcscfInfoWithDefaults() *PcscfInfo
NewPcscfInfoWithDefaults instantiates a new PcscfInfo 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 (*PcscfInfo) GetAccessType ¶
func (o *PcscfInfo) GetAccessType() []AccessType
GetAccessType returns the AccessType field value if set, zero value otherwise.
func (*PcscfInfo) GetAccessTypeOk ¶
func (o *PcscfInfo) GetAccessTypeOk() ([]AccessType, bool)
GetAccessTypeOk returns a tuple with the AccessType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcscfInfo) GetDnnList ¶
GetDnnList returns the DnnList field value if set, zero value otherwise.
func (*PcscfInfo) GetDnnListOk ¶
GetDnnListOk returns a tuple with the DnnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcscfInfo) GetGmFqdn ¶
GetGmFqdn returns the GmFqdn field value if set, zero value otherwise.
func (*PcscfInfo) GetGmFqdnOk ¶
GetGmFqdnOk returns a tuple with the GmFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcscfInfo) GetGmIpv4Addresses ¶
GetGmIpv4Addresses returns the GmIpv4Addresses field value if set, zero value otherwise.
func (*PcscfInfo) GetGmIpv4AddressesOk ¶
GetGmIpv4AddressesOk returns a tuple with the GmIpv4Addresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcscfInfo) GetGmIpv6Addresses ¶
GetGmIpv6Addresses returns the GmIpv6Addresses field value if set, zero value otherwise.
func (*PcscfInfo) GetGmIpv6AddressesOk ¶
GetGmIpv6AddressesOk returns a tuple with the GmIpv6Addresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcscfInfo) GetMwFqdn ¶
GetMwFqdn returns the MwFqdn field value if set, zero value otherwise.
func (*PcscfInfo) GetMwFqdnOk ¶
GetMwFqdnOk returns a tuple with the MwFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcscfInfo) GetMwIpv4Addresses ¶
GetMwIpv4Addresses returns the MwIpv4Addresses field value if set, zero value otherwise.
func (*PcscfInfo) GetMwIpv4AddressesOk ¶
GetMwIpv4AddressesOk returns a tuple with the MwIpv4Addresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcscfInfo) GetMwIpv6Addresses ¶
GetMwIpv6Addresses returns the MwIpv6Addresses field value if set, zero value otherwise.
func (*PcscfInfo) GetMwIpv6AddressesOk ¶
GetMwIpv6AddressesOk returns a tuple with the MwIpv6Addresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcscfInfo) GetServedIpv4AddressRanges ¶
func (o *PcscfInfo) GetServedIpv4AddressRanges() []Ipv4AddressRange
GetServedIpv4AddressRanges returns the ServedIpv4AddressRanges field value if set, zero value otherwise.
func (*PcscfInfo) GetServedIpv4AddressRangesOk ¶
func (o *PcscfInfo) GetServedIpv4AddressRangesOk() ([]Ipv4AddressRange, bool)
GetServedIpv4AddressRangesOk returns a tuple with the ServedIpv4AddressRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcscfInfo) GetServedIpv6PrefixRanges ¶
func (o *PcscfInfo) GetServedIpv6PrefixRanges() []Ipv6PrefixRange
GetServedIpv6PrefixRanges returns the ServedIpv6PrefixRanges field value if set, zero value otherwise.
func (*PcscfInfo) GetServedIpv6PrefixRangesOk ¶
func (o *PcscfInfo) GetServedIpv6PrefixRangesOk() ([]Ipv6PrefixRange, bool)
GetServedIpv6PrefixRangesOk returns a tuple with the ServedIpv6PrefixRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PcscfInfo) HasAccessType ¶
HasAccessType returns a boolean if a field has been set.
func (*PcscfInfo) HasDnnList ¶
HasDnnList returns a boolean if a field has been set.
func (*PcscfInfo) HasGmIpv4Addresses ¶
HasGmIpv4Addresses returns a boolean if a field has been set.
func (*PcscfInfo) HasGmIpv6Addresses ¶
HasGmIpv6Addresses returns a boolean if a field has been set.
func (*PcscfInfo) HasMwIpv4Addresses ¶
HasMwIpv4Addresses returns a boolean if a field has been set.
func (*PcscfInfo) HasMwIpv6Addresses ¶
HasMwIpv6Addresses returns a boolean if a field has been set.
func (*PcscfInfo) HasServedIpv4AddressRanges ¶
HasServedIpv4AddressRanges returns a boolean if a field has been set.
func (*PcscfInfo) HasServedIpv6PrefixRanges ¶
HasServedIpv6PrefixRanges returns a boolean if a field has been set.
func (PcscfInfo) MarshalJSON ¶
func (*PcscfInfo) SetAccessType ¶
func (o *PcscfInfo) SetAccessType(v []AccessType)
SetAccessType gets a reference to the given []AccessType and assigns it to the AccessType field.
func (*PcscfInfo) SetDnnList ¶
SetDnnList gets a reference to the given []string and assigns it to the DnnList field.
func (*PcscfInfo) SetGmFqdn ¶
SetGmFqdn gets a reference to the given string and assigns it to the GmFqdn field.
func (*PcscfInfo) SetGmIpv4Addresses ¶
SetGmIpv4Addresses gets a reference to the given []string and assigns it to the GmIpv4Addresses field.
func (*PcscfInfo) SetGmIpv6Addresses ¶
SetGmIpv6Addresses gets a reference to the given []Ipv6Addr and assigns it to the GmIpv6Addresses field.
func (*PcscfInfo) SetMwFqdn ¶
SetMwFqdn gets a reference to the given string and assigns it to the MwFqdn field.
func (*PcscfInfo) SetMwIpv4Addresses ¶
SetMwIpv4Addresses gets a reference to the given []string and assigns it to the MwIpv4Addresses field.
func (*PcscfInfo) SetMwIpv6Addresses ¶
SetMwIpv6Addresses gets a reference to the given []Ipv6Addr and assigns it to the MwIpv6Addresses field.
func (*PcscfInfo) SetServedIpv4AddressRanges ¶
func (o *PcscfInfo) SetServedIpv4AddressRanges(v []Ipv4AddressRange)
SetServedIpv4AddressRanges gets a reference to the given []Ipv4AddressRange and assigns it to the ServedIpv4AddressRanges field.
func (*PcscfInfo) SetServedIpv6PrefixRanges ¶
func (o *PcscfInfo) SetServedIpv6PrefixRanges(v []Ipv6PrefixRange)
SetServedIpv6PrefixRanges gets a reference to the given []Ipv6PrefixRange and assigns it to the ServedIpv6PrefixRanges field.
type PduSessionType ¶
type PduSessionType struct {
String *string
}
PduSessionType PduSessionType indicates the type of a PDU session. It shall comply with the provisions defined in table 5.4.3.3-1.
func (*PduSessionType) MarshalJSON ¶
func (src *PduSessionType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*PduSessionType) UnmarshalJSON ¶
func (dst *PduSessionType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type PfdData ¶
type PfdData struct { AppIds []string `json:"appIds,omitempty"` AfIds []string `json:"afIds,omitempty"` }
PfdData List of Application IDs and/or AF IDs managed by a given NEF Instance
func NewPfdData ¶
func NewPfdData() *PfdData
NewPfdData instantiates a new PfdData 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 NewPfdDataWithDefaults ¶
func NewPfdDataWithDefaults() *PfdData
NewPfdDataWithDefaults instantiates a new PfdData 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 (*PfdData) GetAfIdsOk ¶
GetAfIdsOk returns a tuple with the AfIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PfdData) GetAppIdsOk ¶
GetAppIdsOk returns a tuple with the AppIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (PfdData) MarshalJSON ¶
func (*PfdData) SetAfIds ¶
SetAfIds gets a reference to the given []string and assigns it to the AfIds field.
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 ¶
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 ¶
type PlmnOauth2 ¶
type PlmnOauth2 struct { Oauth2RequiredPlmnIdList []PlmnId `json:"oauth2RequiredPlmnIdList,omitempty"` Oauth2NotRequiredPlmnIdList []PlmnId `json:"oauth2NotRequiredPlmnIdList,omitempty"` }
PlmnOauth2 Oauth2.0 required indication for a given PLMN ID
func NewPlmnOauth2 ¶
func NewPlmnOauth2() *PlmnOauth2
NewPlmnOauth2 instantiates a new PlmnOauth2 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 NewPlmnOauth2WithDefaults ¶
func NewPlmnOauth2WithDefaults() *PlmnOauth2
NewPlmnOauth2WithDefaults instantiates a new PlmnOauth2 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 (*PlmnOauth2) GetOauth2NotRequiredPlmnIdList ¶
func (o *PlmnOauth2) GetOauth2NotRequiredPlmnIdList() []PlmnId
GetOauth2NotRequiredPlmnIdList returns the Oauth2NotRequiredPlmnIdList field value if set, zero value otherwise.
func (*PlmnOauth2) GetOauth2NotRequiredPlmnIdListOk ¶
func (o *PlmnOauth2) GetOauth2NotRequiredPlmnIdListOk() ([]PlmnId, bool)
GetOauth2NotRequiredPlmnIdListOk returns a tuple with the Oauth2NotRequiredPlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlmnOauth2) GetOauth2RequiredPlmnIdList ¶
func (o *PlmnOauth2) GetOauth2RequiredPlmnIdList() []PlmnId
GetOauth2RequiredPlmnIdList returns the Oauth2RequiredPlmnIdList field value if set, zero value otherwise.
func (*PlmnOauth2) GetOauth2RequiredPlmnIdListOk ¶
func (o *PlmnOauth2) GetOauth2RequiredPlmnIdListOk() ([]PlmnId, bool)
GetOauth2RequiredPlmnIdListOk returns a tuple with the Oauth2RequiredPlmnIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*PlmnOauth2) HasOauth2NotRequiredPlmnIdList ¶
func (o *PlmnOauth2) HasOauth2NotRequiredPlmnIdList() bool
HasOauth2NotRequiredPlmnIdList returns a boolean if a field has been set.
func (*PlmnOauth2) HasOauth2RequiredPlmnIdList ¶
func (o *PlmnOauth2) HasOauth2RequiredPlmnIdList() bool
HasOauth2RequiredPlmnIdList returns a boolean if a field has been set.
func (PlmnOauth2) MarshalJSON ¶
func (o PlmnOauth2) MarshalJSON() ([]byte, error)
func (*PlmnOauth2) SetOauth2NotRequiredPlmnIdList ¶
func (o *PlmnOauth2) SetOauth2NotRequiredPlmnIdList(v []PlmnId)
SetOauth2NotRequiredPlmnIdList gets a reference to the given []PlmnId and assigns it to the Oauth2NotRequiredPlmnIdList field.
func (*PlmnOauth2) SetOauth2RequiredPlmnIdList ¶
func (o *PlmnOauth2) SetOauth2RequiredPlmnIdList(v []PlmnId)
SetOauth2RequiredPlmnIdList gets a reference to the given []PlmnId and assigns it to the Oauth2RequiredPlmnIdList field.
func (PlmnOauth2) ToMap ¶
func (o PlmnOauth2) ToMap() (map[string]interface{}, error)
type PlmnRange ¶
type PlmnRange struct {
Interface *interface{}
}
PlmnRange - Range of PLMN IDs
func InterfaceAsPlmnRange ¶
func InterfaceAsPlmnRange(v *interface{}) PlmnRange
interface{}AsPlmnRange is a convenience function that returns interface{} wrapped in PlmnRange
func (*PlmnRange) GetActualInstance ¶
func (obj *PlmnRange) GetActualInstance() interface{}
Get the actual instance
func (PlmnRange) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*PlmnRange) UnmarshalJSON ¶
Unmarshal JSON data into one of the pointers in the struct
type PlmnSnssai ¶
type PlmnSnssai struct { PlmnId PlmnId `json:"plmnId"` SNssaiList []ExtSnssai `json:"sNssaiList"` // 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"` }
PlmnSnssai List of network slices (S-NSSAIs) for a given PLMN ID
func NewPlmnSnssai ¶
func NewPlmnSnssai(plmnId PlmnId, sNssaiList []ExtSnssai) *PlmnSnssai
NewPlmnSnssai instantiates a new PlmnSnssai 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 NewPlmnSnssaiWithDefaults ¶
func NewPlmnSnssaiWithDefaults() *PlmnSnssai
NewPlmnSnssaiWithDefaults instantiates a new PlmnSnssai 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 (*PlmnSnssai) GetNid ¶
func (o *PlmnSnssai) GetNid() string
GetNid returns the Nid field value if set, zero value otherwise.
func (*PlmnSnssai) GetNidOk ¶
func (o *PlmnSnssai) 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 (*PlmnSnssai) GetPlmnId ¶
func (o *PlmnSnssai) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value
func (*PlmnSnssai) GetPlmnIdOk ¶
func (o *PlmnSnssai) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*PlmnSnssai) GetSNssaiList ¶
func (o *PlmnSnssai) GetSNssaiList() []ExtSnssai
GetSNssaiList returns the SNssaiList field value
func (*PlmnSnssai) GetSNssaiListOk ¶
func (o *PlmnSnssai) GetSNssaiListOk() ([]ExtSnssai, bool)
GetSNssaiListOk returns a tuple with the SNssaiList field value and a boolean to check if the value has been set.
func (*PlmnSnssai) HasNid ¶
func (o *PlmnSnssai) HasNid() bool
HasNid returns a boolean if a field has been set.
func (PlmnSnssai) MarshalJSON ¶
func (o PlmnSnssai) MarshalJSON() ([]byte, error)
func (*PlmnSnssai) SetNid ¶
func (o *PlmnSnssai) SetNid(v string)
SetNid gets a reference to the given string and assigns it to the Nid field.
func (*PlmnSnssai) SetSNssaiList ¶
func (o *PlmnSnssai) SetSNssaiList(v []ExtSnssai)
SetSNssaiList sets field value
func (PlmnSnssai) ToMap ¶
func (o PlmnSnssai) ToMap() (map[string]interface{}, error)
type ProSeCapability ¶
type ProSeCapability struct { ProseDirectDiscovey *bool `json:"proseDirectDiscovey,omitempty"` ProseDirectCommunication *bool `json:"proseDirectCommunication,omitempty"` ProseL2UetoNetworkRelay *bool `json:"proseL2UetoNetworkRelay,omitempty"` ProseL3UetoNetworkRelay *bool `json:"proseL3UetoNetworkRelay,omitempty"` ProseL2RemoteUe *bool `json:"proseL2RemoteUe,omitempty"` ProseL3RemoteUe *bool `json:"proseL3RemoteUe,omitempty"` }
ProSeCapability Indicate the supported ProSe Capability by the PCF.
func NewProSeCapability ¶
func NewProSeCapability() *ProSeCapability
NewProSeCapability instantiates a new ProSeCapability 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 NewProSeCapabilityWithDefaults ¶
func NewProSeCapabilityWithDefaults() *ProSeCapability
NewProSeCapabilityWithDefaults instantiates a new ProSeCapability 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 (*ProSeCapability) GetProseDirectCommunication ¶
func (o *ProSeCapability) GetProseDirectCommunication() bool
GetProseDirectCommunication returns the ProseDirectCommunication field value if set, zero value otherwise.
func (*ProSeCapability) GetProseDirectCommunicationOk ¶
func (o *ProSeCapability) GetProseDirectCommunicationOk() (*bool, bool)
GetProseDirectCommunicationOk returns a tuple with the ProseDirectCommunication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProSeCapability) GetProseDirectDiscovey ¶
func (o *ProSeCapability) GetProseDirectDiscovey() bool
GetProseDirectDiscovey returns the ProseDirectDiscovey field value if set, zero value otherwise.
func (*ProSeCapability) GetProseDirectDiscoveyOk ¶
func (o *ProSeCapability) GetProseDirectDiscoveyOk() (*bool, bool)
GetProseDirectDiscoveyOk returns a tuple with the ProseDirectDiscovey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProSeCapability) GetProseL2RemoteUe ¶
func (o *ProSeCapability) GetProseL2RemoteUe() bool
GetProseL2RemoteUe returns the ProseL2RemoteUe field value if set, zero value otherwise.
func (*ProSeCapability) GetProseL2RemoteUeOk ¶
func (o *ProSeCapability) GetProseL2RemoteUeOk() (*bool, bool)
GetProseL2RemoteUeOk returns a tuple with the ProseL2RemoteUe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProSeCapability) GetProseL2UetoNetworkRelay ¶
func (o *ProSeCapability) GetProseL2UetoNetworkRelay() bool
GetProseL2UetoNetworkRelay returns the ProseL2UetoNetworkRelay field value if set, zero value otherwise.
func (*ProSeCapability) GetProseL2UetoNetworkRelayOk ¶
func (o *ProSeCapability) GetProseL2UetoNetworkRelayOk() (*bool, bool)
GetProseL2UetoNetworkRelayOk returns a tuple with the ProseL2UetoNetworkRelay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProSeCapability) GetProseL3RemoteUe ¶
func (o *ProSeCapability) GetProseL3RemoteUe() bool
GetProseL3RemoteUe returns the ProseL3RemoteUe field value if set, zero value otherwise.
func (*ProSeCapability) GetProseL3RemoteUeOk ¶
func (o *ProSeCapability) GetProseL3RemoteUeOk() (*bool, bool)
GetProseL3RemoteUeOk returns a tuple with the ProseL3RemoteUe field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProSeCapability) GetProseL3UetoNetworkRelay ¶
func (o *ProSeCapability) GetProseL3UetoNetworkRelay() bool
GetProseL3UetoNetworkRelay returns the ProseL3UetoNetworkRelay field value if set, zero value otherwise.
func (*ProSeCapability) GetProseL3UetoNetworkRelayOk ¶
func (o *ProSeCapability) GetProseL3UetoNetworkRelayOk() (*bool, bool)
GetProseL3UetoNetworkRelayOk returns a tuple with the ProseL3UetoNetworkRelay field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ProSeCapability) HasProseDirectCommunication ¶
func (o *ProSeCapability) HasProseDirectCommunication() bool
HasProseDirectCommunication returns a boolean if a field has been set.
func (*ProSeCapability) HasProseDirectDiscovey ¶
func (o *ProSeCapability) HasProseDirectDiscovey() bool
HasProseDirectDiscovey returns a boolean if a field has been set.
func (*ProSeCapability) HasProseL2RemoteUe ¶
func (o *ProSeCapability) HasProseL2RemoteUe() bool
HasProseL2RemoteUe returns a boolean if a field has been set.
func (*ProSeCapability) HasProseL2UetoNetworkRelay ¶
func (o *ProSeCapability) HasProseL2UetoNetworkRelay() bool
HasProseL2UetoNetworkRelay returns a boolean if a field has been set.
func (*ProSeCapability) HasProseL3RemoteUe ¶
func (o *ProSeCapability) HasProseL3RemoteUe() bool
HasProseL3RemoteUe returns a boolean if a field has been set.
func (*ProSeCapability) HasProseL3UetoNetworkRelay ¶
func (o *ProSeCapability) HasProseL3UetoNetworkRelay() bool
HasProseL3UetoNetworkRelay returns a boolean if a field has been set.
func (ProSeCapability) MarshalJSON ¶
func (o ProSeCapability) MarshalJSON() ([]byte, error)
func (*ProSeCapability) SetProseDirectCommunication ¶
func (o *ProSeCapability) SetProseDirectCommunication(v bool)
SetProseDirectCommunication gets a reference to the given bool and assigns it to the ProseDirectCommunication field.
func (*ProSeCapability) SetProseDirectDiscovey ¶
func (o *ProSeCapability) SetProseDirectDiscovey(v bool)
SetProseDirectDiscovey gets a reference to the given bool and assigns it to the ProseDirectDiscovey field.
func (*ProSeCapability) SetProseL2RemoteUe ¶
func (o *ProSeCapability) SetProseL2RemoteUe(v bool)
SetProseL2RemoteUe gets a reference to the given bool and assigns it to the ProseL2RemoteUe field.
func (*ProSeCapability) SetProseL2UetoNetworkRelay ¶
func (o *ProSeCapability) SetProseL2UetoNetworkRelay(v bool)
SetProseL2UetoNetworkRelay gets a reference to the given bool and assigns it to the ProseL2UetoNetworkRelay field.
func (*ProSeCapability) SetProseL3RemoteUe ¶
func (o *ProSeCapability) SetProseL3RemoteUe(v bool)
SetProseL3RemoteUe gets a reference to the given bool and assigns it to the ProseL3RemoteUe field.
func (*ProSeCapability) SetProseL3UetoNetworkRelay ¶
func (o *ProSeCapability) SetProseL3UetoNetworkRelay(v bool)
SetProseL3UetoNetworkRelay gets a reference to the given bool and assigns it to the ProseL3UetoNetworkRelay field.
func (ProSeCapability) ToMap ¶
func (o ProSeCapability) ToMap() (map[string]interface{}, error)
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"` SupportedApiVersions []string `json:"supportedApiVersions,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) GetSupportedApiVersions ¶
func (o *ProblemDetails) GetSupportedApiVersions() []string
GetSupportedApiVersions returns the SupportedApiVersions field value if set, zero value otherwise.
func (*ProblemDetails) GetSupportedApiVersionsOk ¶
func (o *ProblemDetails) GetSupportedApiVersionsOk() ([]string, bool)
GetSupportedApiVersionsOk returns a tuple with the SupportedApiVersions 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) HasSupportedApiVersions ¶
func (o *ProblemDetails) HasSupportedApiVersions() bool
HasSupportedApiVersions 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) SetSupportedApiVersions ¶
func (o *ProblemDetails) SetSupportedApiVersions(v []string)
SetSupportedApiVersions gets a reference to the given []string and assigns it to the SupportedApiVersions 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 RatType ¶
type RatType struct {
String *string
}
RatType Indicates the radio access used.
func (*RatType) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*RatType) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
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 ScpCapability ¶
type ScpCapability struct {
String *string
}
ScpCapability Indicates the capabilities supported by an SCP
func (*ScpCapability) MarshalJSON ¶
func (src *ScpCapability) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ScpCapability) UnmarshalJSON ¶
func (dst *ScpCapability) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ScpDomainCond ¶
type ScpDomainCond struct { ScpDomains []string `json:"scpDomains"` NfTypeList []NFType `json:"nfTypeList,omitempty"` }
ScpDomainCond Subscription to a set of NF or SCP or SEPP instances belonging to certain SCP domains
func NewScpDomainCond ¶
func NewScpDomainCond(scpDomains []string) *ScpDomainCond
NewScpDomainCond instantiates a new ScpDomainCond 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 NewScpDomainCondWithDefaults ¶
func NewScpDomainCondWithDefaults() *ScpDomainCond
NewScpDomainCondWithDefaults instantiates a new ScpDomainCond 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 (*ScpDomainCond) GetNfTypeList ¶
func (o *ScpDomainCond) GetNfTypeList() []NFType
GetNfTypeList returns the NfTypeList field value if set, zero value otherwise.
func (*ScpDomainCond) GetNfTypeListOk ¶
func (o *ScpDomainCond) GetNfTypeListOk() ([]NFType, bool)
GetNfTypeListOk returns a tuple with the NfTypeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScpDomainCond) GetScpDomains ¶
func (o *ScpDomainCond) GetScpDomains() []string
GetScpDomains returns the ScpDomains field value
func (*ScpDomainCond) GetScpDomainsOk ¶
func (o *ScpDomainCond) GetScpDomainsOk() ([]string, bool)
GetScpDomainsOk returns a tuple with the ScpDomains field value and a boolean to check if the value has been set.
func (*ScpDomainCond) HasNfTypeList ¶
func (o *ScpDomainCond) HasNfTypeList() bool
HasNfTypeList returns a boolean if a field has been set.
func (ScpDomainCond) MarshalJSON ¶
func (o ScpDomainCond) MarshalJSON() ([]byte, error)
func (*ScpDomainCond) SetNfTypeList ¶
func (o *ScpDomainCond) SetNfTypeList(v []NFType)
SetNfTypeList gets a reference to the given []NFType and assigns it to the NfTypeList field.
func (*ScpDomainCond) SetScpDomains ¶
func (o *ScpDomainCond) SetScpDomains(v []string)
SetScpDomains sets field value
func (ScpDomainCond) ToMap ¶
func (o ScpDomainCond) ToMap() (map[string]interface{}, error)
type ScpDomainInfo ¶
type ScpDomainInfo struct { // Fully Qualified Domain Name ScpFqdn *string `json:"scpFqdn,omitempty"` ScpIpEndPoints []IpEndPoint `json:"scpIpEndPoints,omitempty"` ScpPrefix *string `json:"scpPrefix,omitempty"` // Port numbers for HTTP and HTTPS. The key of the map shall be \"http\" or \"https\". ScpPorts *map[string]int32 `json:"scpPorts,omitempty"` }
ScpDomainInfo SCP Domain specific information
func NewScpDomainInfo ¶
func NewScpDomainInfo() *ScpDomainInfo
NewScpDomainInfo instantiates a new ScpDomainInfo 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 NewScpDomainInfoWithDefaults ¶
func NewScpDomainInfoWithDefaults() *ScpDomainInfo
NewScpDomainInfoWithDefaults instantiates a new ScpDomainInfo 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 (*ScpDomainInfo) GetScpFqdn ¶
func (o *ScpDomainInfo) GetScpFqdn() string
GetScpFqdn returns the ScpFqdn field value if set, zero value otherwise.
func (*ScpDomainInfo) GetScpFqdnOk ¶
func (o *ScpDomainInfo) GetScpFqdnOk() (*string, bool)
GetScpFqdnOk returns a tuple with the ScpFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScpDomainInfo) GetScpIpEndPoints ¶
func (o *ScpDomainInfo) GetScpIpEndPoints() []IpEndPoint
GetScpIpEndPoints returns the ScpIpEndPoints field value if set, zero value otherwise.
func (*ScpDomainInfo) GetScpIpEndPointsOk ¶
func (o *ScpDomainInfo) GetScpIpEndPointsOk() ([]IpEndPoint, bool)
GetScpIpEndPointsOk returns a tuple with the ScpIpEndPoints field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScpDomainInfo) GetScpPorts ¶
func (o *ScpDomainInfo) GetScpPorts() map[string]int32
GetScpPorts returns the ScpPorts field value if set, zero value otherwise.
func (*ScpDomainInfo) GetScpPortsOk ¶
func (o *ScpDomainInfo) GetScpPortsOk() (*map[string]int32, bool)
GetScpPortsOk returns a tuple with the ScpPorts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScpDomainInfo) GetScpPrefix ¶
func (o *ScpDomainInfo) GetScpPrefix() string
GetScpPrefix returns the ScpPrefix field value if set, zero value otherwise.
func (*ScpDomainInfo) GetScpPrefixOk ¶
func (o *ScpDomainInfo) GetScpPrefixOk() (*string, bool)
GetScpPrefixOk returns a tuple with the ScpPrefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScpDomainInfo) HasScpFqdn ¶
func (o *ScpDomainInfo) HasScpFqdn() bool
HasScpFqdn returns a boolean if a field has been set.
func (*ScpDomainInfo) HasScpIpEndPoints ¶
func (o *ScpDomainInfo) HasScpIpEndPoints() bool
HasScpIpEndPoints returns a boolean if a field has been set.
func (*ScpDomainInfo) HasScpPorts ¶
func (o *ScpDomainInfo) HasScpPorts() bool
HasScpPorts returns a boolean if a field has been set.
func (*ScpDomainInfo) HasScpPrefix ¶
func (o *ScpDomainInfo) HasScpPrefix() bool
HasScpPrefix returns a boolean if a field has been set.
func (ScpDomainInfo) MarshalJSON ¶
func (o ScpDomainInfo) MarshalJSON() ([]byte, error)
func (*ScpDomainInfo) SetScpFqdn ¶
func (o *ScpDomainInfo) SetScpFqdn(v string)
SetScpFqdn gets a reference to the given string and assigns it to the ScpFqdn field.
func (*ScpDomainInfo) SetScpIpEndPoints ¶
func (o *ScpDomainInfo) SetScpIpEndPoints(v []IpEndPoint)
SetScpIpEndPoints gets a reference to the given []IpEndPoint and assigns it to the ScpIpEndPoints field.
func (*ScpDomainInfo) SetScpPorts ¶
func (o *ScpDomainInfo) SetScpPorts(v map[string]int32)
SetScpPorts gets a reference to the given map[string]int32 and assigns it to the ScpPorts field.
func (*ScpDomainInfo) SetScpPrefix ¶
func (o *ScpDomainInfo) SetScpPrefix(v string)
SetScpPrefix gets a reference to the given string and assigns it to the ScpPrefix field.
func (ScpDomainInfo) ToMap ¶
func (o ScpDomainInfo) ToMap() (map[string]interface{}, error)
type ScpInfo ¶
type ScpInfo struct { // A map (list of key-value pairs) where the key of the map shall be the string identifying an SCP domain ScpDomainInfoList *map[string]ScpDomainInfo `json:"scpDomainInfoList,omitempty"` ScpPrefix *string `json:"scpPrefix,omitempty"` // Port numbers for HTTP and HTTPS. The key of the map shall be \"http\" or \"https\". ScpPorts *map[string]int32 `json:"scpPorts,omitempty"` AddressDomains []string `json:"addressDomains,omitempty"` Ipv4Addresses []string `json:"ipv4Addresses,omitempty"` Ipv6Prefixes []Ipv6Prefix `json:"ipv6Prefixes,omitempty"` Ipv4AddrRanges []Ipv4AddressRange `json:"ipv4AddrRanges,omitempty"` Ipv6PrefixRanges []Ipv6PrefixRange `json:"ipv6PrefixRanges,omitempty"` ServedNfSetIdList []string `json:"servedNfSetIdList,omitempty"` RemotePlmnList []PlmnId `json:"remotePlmnList,omitempty"` RemoteSnpnList []PlmnIdNid `json:"remoteSnpnList,omitempty"` IpReachability *IpReachability `json:"ipReachability,omitempty"` ScpCapabilities []ScpCapability `json:"scpCapabilities,omitempty"` }
ScpInfo Information of an SCP Instance
func NewScpInfo ¶
func NewScpInfo() *ScpInfo
NewScpInfo instantiates a new ScpInfo 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 NewScpInfoWithDefaults ¶
func NewScpInfoWithDefaults() *ScpInfo
NewScpInfoWithDefaults instantiates a new ScpInfo 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 (*ScpInfo) GetAddressDomains ¶
GetAddressDomains returns the AddressDomains field value if set, zero value otherwise.
func (*ScpInfo) GetAddressDomainsOk ¶
GetAddressDomainsOk returns a tuple with the AddressDomains field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScpInfo) GetIpReachability ¶
func (o *ScpInfo) GetIpReachability() IpReachability
GetIpReachability returns the IpReachability field value if set, zero value otherwise.
func (*ScpInfo) GetIpReachabilityOk ¶
func (o *ScpInfo) GetIpReachabilityOk() (*IpReachability, bool)
GetIpReachabilityOk returns a tuple with the IpReachability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScpInfo) GetIpv4AddrRanges ¶
func (o *ScpInfo) GetIpv4AddrRanges() []Ipv4AddressRange
GetIpv4AddrRanges returns the Ipv4AddrRanges field value if set, zero value otherwise.
func (*ScpInfo) GetIpv4AddrRangesOk ¶
func (o *ScpInfo) GetIpv4AddrRangesOk() ([]Ipv4AddressRange, bool)
GetIpv4AddrRangesOk returns a tuple with the Ipv4AddrRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScpInfo) GetIpv4Addresses ¶
GetIpv4Addresses returns the Ipv4Addresses field value if set, zero value otherwise.
func (*ScpInfo) GetIpv4AddressesOk ¶
GetIpv4AddressesOk returns a tuple with the Ipv4Addresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScpInfo) GetIpv6PrefixRanges ¶
func (o *ScpInfo) GetIpv6PrefixRanges() []Ipv6PrefixRange
GetIpv6PrefixRanges returns the Ipv6PrefixRanges field value if set, zero value otherwise.
func (*ScpInfo) GetIpv6PrefixRangesOk ¶
func (o *ScpInfo) GetIpv6PrefixRangesOk() ([]Ipv6PrefixRange, bool)
GetIpv6PrefixRangesOk returns a tuple with the Ipv6PrefixRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScpInfo) GetIpv6Prefixes ¶
func (o *ScpInfo) GetIpv6Prefixes() []Ipv6Prefix
GetIpv6Prefixes returns the Ipv6Prefixes field value if set, zero value otherwise.
func (*ScpInfo) GetIpv6PrefixesOk ¶
func (o *ScpInfo) 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 (*ScpInfo) GetRemotePlmnList ¶
GetRemotePlmnList returns the RemotePlmnList field value if set, zero value otherwise.
func (*ScpInfo) GetRemotePlmnListOk ¶
GetRemotePlmnListOk returns a tuple with the RemotePlmnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScpInfo) GetRemoteSnpnList ¶
GetRemoteSnpnList returns the RemoteSnpnList field value if set, zero value otherwise.
func (*ScpInfo) GetRemoteSnpnListOk ¶
GetRemoteSnpnListOk returns a tuple with the RemoteSnpnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScpInfo) GetScpCapabilities ¶
func (o *ScpInfo) GetScpCapabilities() []ScpCapability
GetScpCapabilities returns the ScpCapabilities field value if set, zero value otherwise.
func (*ScpInfo) GetScpCapabilitiesOk ¶
func (o *ScpInfo) GetScpCapabilitiesOk() ([]ScpCapability, bool)
GetScpCapabilitiesOk returns a tuple with the ScpCapabilities field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScpInfo) GetScpDomainInfoList ¶
func (o *ScpInfo) GetScpDomainInfoList() map[string]ScpDomainInfo
GetScpDomainInfoList returns the ScpDomainInfoList field value if set, zero value otherwise.
func (*ScpInfo) GetScpDomainInfoListOk ¶
func (o *ScpInfo) GetScpDomainInfoListOk() (*map[string]ScpDomainInfo, bool)
GetScpDomainInfoListOk returns a tuple with the ScpDomainInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScpInfo) GetScpPorts ¶
GetScpPorts returns the ScpPorts field value if set, zero value otherwise.
func (*ScpInfo) GetScpPortsOk ¶
GetScpPortsOk returns a tuple with the ScpPorts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScpInfo) GetScpPrefix ¶
GetScpPrefix returns the ScpPrefix field value if set, zero value otherwise.
func (*ScpInfo) GetScpPrefixOk ¶
GetScpPrefixOk returns a tuple with the ScpPrefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScpInfo) GetServedNfSetIdList ¶
GetServedNfSetIdList returns the ServedNfSetIdList field value if set, zero value otherwise.
func (*ScpInfo) GetServedNfSetIdListOk ¶
GetServedNfSetIdListOk returns a tuple with the ServedNfSetIdList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ScpInfo) HasAddressDomains ¶
HasAddressDomains returns a boolean if a field has been set.
func (*ScpInfo) HasIpReachability ¶
HasIpReachability returns a boolean if a field has been set.
func (*ScpInfo) HasIpv4AddrRanges ¶
HasIpv4AddrRanges returns a boolean if a field has been set.
func (*ScpInfo) HasIpv4Addresses ¶
HasIpv4Addresses returns a boolean if a field has been set.
func (*ScpInfo) HasIpv6PrefixRanges ¶
HasIpv6PrefixRanges returns a boolean if a field has been set.
func (*ScpInfo) HasIpv6Prefixes ¶
HasIpv6Prefixes returns a boolean if a field has been set.
func (*ScpInfo) HasRemotePlmnList ¶
HasRemotePlmnList returns a boolean if a field has been set.
func (*ScpInfo) HasRemoteSnpnList ¶
HasRemoteSnpnList returns a boolean if a field has been set.
func (*ScpInfo) HasScpCapabilities ¶
HasScpCapabilities returns a boolean if a field has been set.
func (*ScpInfo) HasScpDomainInfoList ¶
HasScpDomainInfoList returns a boolean if a field has been set.
func (*ScpInfo) HasScpPorts ¶
HasScpPorts returns a boolean if a field has been set.
func (*ScpInfo) HasScpPrefix ¶
HasScpPrefix returns a boolean if a field has been set.
func (*ScpInfo) HasServedNfSetIdList ¶
HasServedNfSetIdList returns a boolean if a field has been set.
func (ScpInfo) MarshalJSON ¶
func (*ScpInfo) SetAddressDomains ¶
SetAddressDomains gets a reference to the given []string and assigns it to the AddressDomains field.
func (*ScpInfo) SetIpReachability ¶
func (o *ScpInfo) SetIpReachability(v IpReachability)
SetIpReachability gets a reference to the given IpReachability and assigns it to the IpReachability field.
func (*ScpInfo) SetIpv4AddrRanges ¶
func (o *ScpInfo) SetIpv4AddrRanges(v []Ipv4AddressRange)
SetIpv4AddrRanges gets a reference to the given []Ipv4AddressRange and assigns it to the Ipv4AddrRanges field.
func (*ScpInfo) SetIpv4Addresses ¶
SetIpv4Addresses gets a reference to the given []string and assigns it to the Ipv4Addresses field.
func (*ScpInfo) SetIpv6PrefixRanges ¶
func (o *ScpInfo) SetIpv6PrefixRanges(v []Ipv6PrefixRange)
SetIpv6PrefixRanges gets a reference to the given []Ipv6PrefixRange and assigns it to the Ipv6PrefixRanges field.
func (*ScpInfo) SetIpv6Prefixes ¶
func (o *ScpInfo) SetIpv6Prefixes(v []Ipv6Prefix)
SetIpv6Prefixes gets a reference to the given []Ipv6Prefix and assigns it to the Ipv6Prefixes field.
func (*ScpInfo) SetRemotePlmnList ¶
SetRemotePlmnList gets a reference to the given []PlmnId and assigns it to the RemotePlmnList field.
func (*ScpInfo) SetRemoteSnpnList ¶
SetRemoteSnpnList gets a reference to the given []PlmnIdNid and assigns it to the RemoteSnpnList field.
func (*ScpInfo) SetScpCapabilities ¶
func (o *ScpInfo) SetScpCapabilities(v []ScpCapability)
SetScpCapabilities gets a reference to the given []ScpCapability and assigns it to the ScpCapabilities field.
func (*ScpInfo) SetScpDomainInfoList ¶
func (o *ScpInfo) SetScpDomainInfoList(v map[string]ScpDomainInfo)
SetScpDomainInfoList gets a reference to the given map[string]ScpDomainInfo and assigns it to the ScpDomainInfoList field.
func (*ScpInfo) SetScpPorts ¶
SetScpPorts gets a reference to the given map[string]int32 and assigns it to the ScpPorts field.
func (*ScpInfo) SetScpPrefix ¶
SetScpPrefix gets a reference to the given string and assigns it to the ScpPrefix field.
func (*ScpInfo) SetServedNfSetIdList ¶
SetServedNfSetIdList gets a reference to the given []string and assigns it to the ServedNfSetIdList field.
type SdRange ¶
type SdRange struct { // First value identifying the start of an SD range. This string shall be formatted as specified for the sd attribute of the Snssai data type in clause 5.4.4.2. Start *string `json:"start,omitempty"` // Last value identifying the end of an SD range. This string shall be formatted as specified for the sd attribute of the Snssai data type in clause 5.4.4.2. End *string `json:"end,omitempty"` }
SdRange A range of SDs (Slice Differentiators)
func NewSdRange ¶
func NewSdRange() *SdRange
NewSdRange instantiates a new SdRange 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 NewSdRangeWithDefaults ¶
func NewSdRangeWithDefaults() *SdRange
NewSdRangeWithDefaults instantiates a new SdRange 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 (*SdRange) GetEndOk ¶
GetEndOk returns a tuple with the End field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SdRange) GetStartOk ¶
GetStartOk returns a tuple with the Start field value if set, nil otherwise and a boolean to check if the value has been set.
func (SdRange) MarshalJSON ¶
func (*SdRange) SetEnd ¶
SetEnd gets a reference to the given string and assigns it to the End field.
type SeppInfo ¶
type SeppInfo struct { SeppPrefix *string `json:"seppPrefix,omitempty"` // Port numbers for HTTP and HTTPS. The key of the map shall be \"http\" or \"https\". SeppPorts *map[string]int32 `json:"seppPorts,omitempty"` RemotePlmnList []PlmnId `json:"remotePlmnList,omitempty"` RemoteSnpnList []PlmnIdNid `json:"remoteSnpnList,omitempty"` // N32 purposes supported by the SEPP N32Purposes []N32Purpose `json:"n32Purposes,omitempty"` }
SeppInfo Information of a SEPP Instance
func NewSeppInfo ¶
func NewSeppInfo() *SeppInfo
NewSeppInfo instantiates a new SeppInfo 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 NewSeppInfoWithDefaults ¶
func NewSeppInfoWithDefaults() *SeppInfo
NewSeppInfoWithDefaults instantiates a new SeppInfo 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 (*SeppInfo) GetN32Purposes ¶
func (o *SeppInfo) GetN32Purposes() []N32Purpose
GetN32Purposes returns the N32Purposes field value if set, zero value otherwise.
func (*SeppInfo) GetN32PurposesOk ¶
func (o *SeppInfo) GetN32PurposesOk() ([]N32Purpose, bool)
GetN32PurposesOk returns a tuple with the N32Purposes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SeppInfo) GetRemotePlmnList ¶
GetRemotePlmnList returns the RemotePlmnList field value if set, zero value otherwise.
func (*SeppInfo) GetRemotePlmnListOk ¶
GetRemotePlmnListOk returns a tuple with the RemotePlmnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SeppInfo) GetRemoteSnpnList ¶
GetRemoteSnpnList returns the RemoteSnpnList field value if set, zero value otherwise.
func (*SeppInfo) GetRemoteSnpnListOk ¶
GetRemoteSnpnListOk returns a tuple with the RemoteSnpnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SeppInfo) GetSeppPorts ¶
GetSeppPorts returns the SeppPorts field value if set, zero value otherwise.
func (*SeppInfo) GetSeppPortsOk ¶
GetSeppPortsOk returns a tuple with the SeppPorts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SeppInfo) GetSeppPrefix ¶
GetSeppPrefix returns the SeppPrefix field value if set, zero value otherwise.
func (*SeppInfo) GetSeppPrefixOk ¶
GetSeppPrefixOk returns a tuple with the SeppPrefix field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SeppInfo) HasN32Purposes ¶
HasN32Purposes returns a boolean if a field has been set.
func (*SeppInfo) HasRemotePlmnList ¶
HasRemotePlmnList returns a boolean if a field has been set.
func (*SeppInfo) HasRemoteSnpnList ¶
HasRemoteSnpnList returns a boolean if a field has been set.
func (*SeppInfo) HasSeppPorts ¶
HasSeppPorts returns a boolean if a field has been set.
func (*SeppInfo) HasSeppPrefix ¶
HasSeppPrefix returns a boolean if a field has been set.
func (SeppInfo) MarshalJSON ¶
func (*SeppInfo) SetN32Purposes ¶
func (o *SeppInfo) SetN32Purposes(v []N32Purpose)
SetN32Purposes gets a reference to the given []N32Purpose and assigns it to the N32Purposes field.
func (*SeppInfo) SetRemotePlmnList ¶
SetRemotePlmnList gets a reference to the given []PlmnId and assigns it to the RemotePlmnList field.
func (*SeppInfo) SetRemoteSnpnList ¶
SetRemoteSnpnList gets a reference to the given []PlmnIdNid and assigns it to the RemoteSnpnList field.
func (*SeppInfo) SetSeppPorts ¶
SetSeppPorts gets a reference to the given map[string]int32 and assigns it to the SeppPorts field.
func (*SeppInfo) SetSeppPrefix ¶
SetSeppPrefix gets a reference to the given string and assigns it to the SeppPrefix field.
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 ServiceName ¶
type ServiceName struct {
String *string
}
ServiceName Service names known to NRF
func (*ServiceName) MarshalJSON ¶
func (src *ServiceName) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*ServiceName) UnmarshalJSON ¶
func (dst *ServiceName) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type ServiceNameCond ¶
type ServiceNameCond struct {
ServiceName ServiceName `json:"serviceName"`
}
ServiceNameCond Subscription to a set of NFs based on their support for a given Service Name
func NewServiceNameCond ¶
func NewServiceNameCond(serviceName ServiceName) *ServiceNameCond
NewServiceNameCond instantiates a new ServiceNameCond 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 NewServiceNameCondWithDefaults ¶
func NewServiceNameCondWithDefaults() *ServiceNameCond
NewServiceNameCondWithDefaults instantiates a new ServiceNameCond 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 (*ServiceNameCond) GetServiceName ¶
func (o *ServiceNameCond) GetServiceName() ServiceName
GetServiceName returns the ServiceName field value
func (*ServiceNameCond) GetServiceNameOk ¶
func (o *ServiceNameCond) GetServiceNameOk() (*ServiceName, bool)
GetServiceNameOk returns a tuple with the ServiceName field value and a boolean to check if the value has been set.
func (ServiceNameCond) MarshalJSON ¶
func (o ServiceNameCond) MarshalJSON() ([]byte, error)
func (*ServiceNameCond) SetServiceName ¶
func (o *ServiceNameCond) SetServiceName(v ServiceName)
SetServiceName sets field value
func (ServiceNameCond) ToMap ¶
func (o ServiceNameCond) ToMap() (map[string]interface{}, error)
type ServiceNameListCond ¶
type ServiceNameListCond struct { ConditionType string `json:"conditionType"` ServiceNameList []ServiceName `json:"serviceNameList"` }
ServiceNameListCond Subscription to a set of NFs based on their support for a Service Name in the Servic Name list
func NewServiceNameListCond ¶
func NewServiceNameListCond(conditionType string, serviceNameList []ServiceName) *ServiceNameListCond
NewServiceNameListCond instantiates a new ServiceNameListCond 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 NewServiceNameListCondWithDefaults ¶
func NewServiceNameListCondWithDefaults() *ServiceNameListCond
NewServiceNameListCondWithDefaults instantiates a new ServiceNameListCond 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 (*ServiceNameListCond) GetConditionType ¶
func (o *ServiceNameListCond) GetConditionType() string
GetConditionType returns the ConditionType field value
func (*ServiceNameListCond) GetConditionTypeOk ¶
func (o *ServiceNameListCond) GetConditionTypeOk() (*string, bool)
GetConditionTypeOk returns a tuple with the ConditionType field value and a boolean to check if the value has been set.
func (*ServiceNameListCond) GetServiceNameList ¶
func (o *ServiceNameListCond) GetServiceNameList() []ServiceName
GetServiceNameList returns the ServiceNameList field value
func (*ServiceNameListCond) GetServiceNameListOk ¶
func (o *ServiceNameListCond) GetServiceNameListOk() ([]ServiceName, bool)
GetServiceNameListOk returns a tuple with the ServiceNameList field value and a boolean to check if the value has been set.
func (ServiceNameListCond) MarshalJSON ¶
func (o ServiceNameListCond) MarshalJSON() ([]byte, error)
func (*ServiceNameListCond) SetConditionType ¶
func (o *ServiceNameListCond) SetConditionType(v string)
SetConditionType sets field value
func (*ServiceNameListCond) SetServiceNameList ¶
func (o *ServiceNameListCond) SetServiceNameList(v []ServiceName)
SetServiceNameList sets field value
func (ServiceNameListCond) ToMap ¶
func (o ServiceNameListCond) ToMap() (map[string]interface{}, error)
type SharedDataIdRange ¶
type SharedDataIdRange struct {
}SharedDataIdRange A range of SharedDataIds based on regular-expression matching
func NewSharedDataIdRange ¶
func NewSharedDataIdRange() *SharedDataIdRange
NewSharedDataIdRange instantiates a new SharedDataIdRange 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 NewSharedDataIdRangeWithDefaults ¶
func NewSharedDataIdRangeWithDefaults() *SharedDataIdRange
NewSharedDataIdRangeWithDefaults instantiates a new SharedDataIdRange 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 (*SharedDataIdRange) GetPattern ¶
func (o *SharedDataIdRange) GetPattern() string
GetPattern returns the Pattern field value if set, zero value otherwise.
func (*SharedDataIdRange) GetPatternOk ¶
func (o *SharedDataIdRange) GetPatternOk() (*string, bool)
GetPatternOk returns a tuple with the Pattern field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SharedDataIdRange) HasPattern ¶
func (o *SharedDataIdRange) HasPattern() bool
HasPattern returns a boolean if a field has been set.
func (SharedDataIdRange) MarshalJSON ¶
func (o SharedDataIdRange) MarshalJSON() ([]byte, error)
func (*SharedDataIdRange) SetPattern ¶
func (o *SharedDataIdRange) SetPattern(v string)
SetPattern gets a reference to the given string and assigns it to the Pattern field.
func (SharedDataIdRange) ToMap ¶
func (o SharedDataIdRange) ToMap() (map[string]interface{}, error)
type SmfInfo ¶
type SmfInfo struct { SNssaiSmfInfoList []SnssaiSmfInfoItem `json:"sNssaiSmfInfoList"` TaiList []Tai `json:"taiList,omitempty"` TaiRangeList []TaiRange `json:"taiRangeList,omitempty"` // Fully Qualified Domain Name PgwFqdn *string `json:"pgwFqdn,omitempty"` PgwIpAddrList []IpAddr `json:"pgwIpAddrList,omitempty"` AccessType []AccessType `json:"accessType,omitempty"` Priority *int32 `json:"priority,omitempty"` VsmfSupportInd *bool `json:"vsmfSupportInd,omitempty"` PgwFqdnList []string `json:"pgwFqdnList,omitempty"` // Deprecated SmfOnboardingCapability *bool `json:"smfOnboardingCapability,omitempty"` IsmfSupportInd *bool `json:"ismfSupportInd,omitempty"` SmfUPRPCapability *bool `json:"smfUPRPCapability,omitempty"` }
SmfInfo Information of an SMF NF Instance
func NewSmfInfo ¶
func NewSmfInfo(sNssaiSmfInfoList []SnssaiSmfInfoItem) *SmfInfo
NewSmfInfo instantiates a new SmfInfo 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 NewSmfInfoWithDefaults ¶
func NewSmfInfoWithDefaults() *SmfInfo
NewSmfInfoWithDefaults instantiates a new SmfInfo 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 (*SmfInfo) GetAccessType ¶
func (o *SmfInfo) GetAccessType() []AccessType
GetAccessType returns the AccessType field value if set, zero value otherwise.
func (*SmfInfo) GetAccessTypeOk ¶
func (o *SmfInfo) GetAccessTypeOk() ([]AccessType, bool)
GetAccessTypeOk returns a tuple with the AccessType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmfInfo) GetIsmfSupportInd ¶
GetIsmfSupportInd returns the IsmfSupportInd field value if set, zero value otherwise.
func (*SmfInfo) GetIsmfSupportIndOk ¶
GetIsmfSupportIndOk returns a tuple with the IsmfSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmfInfo) GetPgwFqdn ¶
GetPgwFqdn returns the PgwFqdn field value if set, zero value otherwise.
func (*SmfInfo) GetPgwFqdnList ¶
GetPgwFqdnList returns the PgwFqdnList field value if set, zero value otherwise.
func (*SmfInfo) GetPgwFqdnListOk ¶
GetPgwFqdnListOk returns a tuple with the PgwFqdnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmfInfo) GetPgwFqdnOk ¶
GetPgwFqdnOk returns a tuple with the PgwFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmfInfo) GetPgwIpAddrList ¶
GetPgwIpAddrList returns the PgwIpAddrList field value if set, zero value otherwise.
func (*SmfInfo) GetPgwIpAddrListOk ¶
GetPgwIpAddrListOk returns a tuple with the PgwIpAddrList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmfInfo) GetPriority ¶
GetPriority returns the Priority field value if set, zero value otherwise.
func (*SmfInfo) GetPriorityOk ¶
GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmfInfo) GetSNssaiSmfInfoList ¶
func (o *SmfInfo) GetSNssaiSmfInfoList() []SnssaiSmfInfoItem
GetSNssaiSmfInfoList returns the SNssaiSmfInfoList field value
func (*SmfInfo) GetSNssaiSmfInfoListOk ¶
func (o *SmfInfo) GetSNssaiSmfInfoListOk() ([]SnssaiSmfInfoItem, bool)
GetSNssaiSmfInfoListOk returns a tuple with the SNssaiSmfInfoList field value and a boolean to check if the value has been set.
func (*SmfInfo) GetSmfOnboardingCapability ¶
GetSmfOnboardingCapability returns the SmfOnboardingCapability field value if set, zero value otherwise. Deprecated
func (*SmfInfo) GetSmfOnboardingCapabilityOk ¶
GetSmfOnboardingCapabilityOk returns a tuple with the SmfOnboardingCapability field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated
func (*SmfInfo) GetSmfUPRPCapability ¶
GetSmfUPRPCapability returns the SmfUPRPCapability field value if set, zero value otherwise.
func (*SmfInfo) GetSmfUPRPCapabilityOk ¶
GetSmfUPRPCapabilityOk returns a tuple with the SmfUPRPCapability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmfInfo) GetTaiList ¶
GetTaiList returns the TaiList field value if set, zero value otherwise.
func (*SmfInfo) GetTaiListOk ¶
GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmfInfo) GetTaiRangeList ¶
GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.
func (*SmfInfo) GetTaiRangeListOk ¶
GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmfInfo) GetVsmfSupportInd ¶
GetVsmfSupportInd returns the VsmfSupportInd field value if set, zero value otherwise.
func (*SmfInfo) GetVsmfSupportIndOk ¶
GetVsmfSupportIndOk returns a tuple with the VsmfSupportInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmfInfo) HasAccessType ¶
HasAccessType returns a boolean if a field has been set.
func (*SmfInfo) HasIsmfSupportInd ¶
HasIsmfSupportInd returns a boolean if a field has been set.
func (*SmfInfo) HasPgwFqdn ¶
HasPgwFqdn returns a boolean if a field has been set.
func (*SmfInfo) HasPgwFqdnList ¶
HasPgwFqdnList returns a boolean if a field has been set.
func (*SmfInfo) HasPgwIpAddrList ¶
HasPgwIpAddrList returns a boolean if a field has been set.
func (*SmfInfo) HasPriority ¶
HasPriority returns a boolean if a field has been set.
func (*SmfInfo) HasSmfOnboardingCapability ¶
HasSmfOnboardingCapability returns a boolean if a field has been set.
func (*SmfInfo) HasSmfUPRPCapability ¶
HasSmfUPRPCapability returns a boolean if a field has been set.
func (*SmfInfo) HasTaiList ¶
HasTaiList returns a boolean if a field has been set.
func (*SmfInfo) HasTaiRangeList ¶
HasTaiRangeList returns a boolean if a field has been set.
func (*SmfInfo) HasVsmfSupportInd ¶
HasVsmfSupportInd returns a boolean if a field has been set.
func (SmfInfo) MarshalJSON ¶
func (*SmfInfo) SetAccessType ¶
func (o *SmfInfo) SetAccessType(v []AccessType)
SetAccessType gets a reference to the given []AccessType and assigns it to the AccessType field.
func (*SmfInfo) SetIsmfSupportInd ¶
SetIsmfSupportInd gets a reference to the given bool and assigns it to the IsmfSupportInd field.
func (*SmfInfo) SetPgwFqdn ¶
SetPgwFqdn gets a reference to the given string and assigns it to the PgwFqdn field.
func (*SmfInfo) SetPgwFqdnList ¶
SetPgwFqdnList gets a reference to the given []string and assigns it to the PgwFqdnList field.
func (*SmfInfo) SetPgwIpAddrList ¶
SetPgwIpAddrList gets a reference to the given []IpAddr and assigns it to the PgwIpAddrList field.
func (*SmfInfo) SetPriority ¶
SetPriority gets a reference to the given int32 and assigns it to the Priority field.
func (*SmfInfo) SetSNssaiSmfInfoList ¶
func (o *SmfInfo) SetSNssaiSmfInfoList(v []SnssaiSmfInfoItem)
SetSNssaiSmfInfoList sets field value
func (*SmfInfo) SetSmfOnboardingCapability ¶
SetSmfOnboardingCapability gets a reference to the given bool and assigns it to the SmfOnboardingCapability field. Deprecated
func (*SmfInfo) SetSmfUPRPCapability ¶
SetSmfUPRPCapability gets a reference to the given bool and assigns it to the SmfUPRPCapability field.
func (*SmfInfo) SetTaiList ¶
SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.
func (*SmfInfo) SetTaiRangeList ¶
SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.
func (*SmfInfo) SetVsmfSupportInd ¶
SetVsmfSupportInd gets a reference to the given bool and assigns it to the VsmfSupportInd field.
type SmsfInfo ¶
type SmsfInfo struct { RoamingUeInd *bool `json:"roamingUeInd,omitempty"` RemotePlmnRangeList []PlmnRange `json:"remotePlmnRangeList,omitempty"` }
SmsfInfo Specific Data for SMSF
func NewSmsfInfo ¶
func NewSmsfInfo() *SmsfInfo
NewSmsfInfo instantiates a new SmsfInfo 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 NewSmsfInfoWithDefaults ¶
func NewSmsfInfoWithDefaults() *SmsfInfo
NewSmsfInfoWithDefaults instantiates a new SmsfInfo 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 (*SmsfInfo) GetRemotePlmnRangeList ¶
GetRemotePlmnRangeList returns the RemotePlmnRangeList field value if set, zero value otherwise.
func (*SmsfInfo) GetRemotePlmnRangeListOk ¶
GetRemotePlmnRangeListOk returns a tuple with the RemotePlmnRangeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmsfInfo) GetRoamingUeInd ¶
GetRoamingUeInd returns the RoamingUeInd field value if set, zero value otherwise.
func (*SmsfInfo) GetRoamingUeIndOk ¶
GetRoamingUeIndOk returns a tuple with the RoamingUeInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SmsfInfo) HasRemotePlmnRangeList ¶
HasRemotePlmnRangeList returns a boolean if a field has been set.
func (*SmsfInfo) HasRoamingUeInd ¶
HasRoamingUeInd returns a boolean if a field has been set.
func (SmsfInfo) MarshalJSON ¶
func (*SmsfInfo) SetRemotePlmnRangeList ¶
SetRemotePlmnRangeList gets a reference to the given []PlmnRange and assigns it to the RemotePlmnRangeList field.
func (*SmsfInfo) SetRoamingUeInd ¶
SetRoamingUeInd gets a reference to the given bool and assigns it to the RoamingUeInd field.
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 ¶
type SnssaiEasdfInfoItem ¶
type SnssaiEasdfInfoItem struct { SNssai ExtSnssai `json:"sNssai"` DnnEasdfInfoList []DnnEasdfInfoItem `json:"dnnEasdfInfoList"` }
SnssaiEasdfInfoItem Set of parameters supported by EASDF for a given S-NSSAI
func NewSnssaiEasdfInfoItem ¶
func NewSnssaiEasdfInfoItem(sNssai ExtSnssai, dnnEasdfInfoList []DnnEasdfInfoItem) *SnssaiEasdfInfoItem
NewSnssaiEasdfInfoItem instantiates a new SnssaiEasdfInfoItem 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 NewSnssaiEasdfInfoItemWithDefaults ¶
func NewSnssaiEasdfInfoItemWithDefaults() *SnssaiEasdfInfoItem
NewSnssaiEasdfInfoItemWithDefaults instantiates a new SnssaiEasdfInfoItem 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 (*SnssaiEasdfInfoItem) GetDnnEasdfInfoList ¶
func (o *SnssaiEasdfInfoItem) GetDnnEasdfInfoList() []DnnEasdfInfoItem
GetDnnEasdfInfoList returns the DnnEasdfInfoList field value
func (*SnssaiEasdfInfoItem) GetDnnEasdfInfoListOk ¶
func (o *SnssaiEasdfInfoItem) GetDnnEasdfInfoListOk() ([]DnnEasdfInfoItem, bool)
GetDnnEasdfInfoListOk returns a tuple with the DnnEasdfInfoList field value and a boolean to check if the value has been set.
func (*SnssaiEasdfInfoItem) GetSNssai ¶
func (o *SnssaiEasdfInfoItem) GetSNssai() ExtSnssai
GetSNssai returns the SNssai field value
func (*SnssaiEasdfInfoItem) GetSNssaiOk ¶
func (o *SnssaiEasdfInfoItem) GetSNssaiOk() (*ExtSnssai, bool)
GetSNssaiOk returns a tuple with the SNssai field value and a boolean to check if the value has been set.
func (SnssaiEasdfInfoItem) MarshalJSON ¶
func (o SnssaiEasdfInfoItem) MarshalJSON() ([]byte, error)
func (*SnssaiEasdfInfoItem) SetDnnEasdfInfoList ¶
func (o *SnssaiEasdfInfoItem) SetDnnEasdfInfoList(v []DnnEasdfInfoItem)
SetDnnEasdfInfoList sets field value
func (*SnssaiEasdfInfoItem) SetSNssai ¶
func (o *SnssaiEasdfInfoItem) SetSNssai(v ExtSnssai)
SetSNssai sets field value
func (SnssaiEasdfInfoItem) ToMap ¶
func (o SnssaiEasdfInfoItem) ToMap() (map[string]interface{}, error)
type SnssaiExtension ¶
type SnssaiExtension struct { // When present, it shall contain the range(s) of Slice Differentiator values supported for the Slice/Service Type value indicated in the sst attribute of the Snssai data type SdRanges []SdRange `json:"sdRanges,omitempty"` // When present, it shall be set to true, to indicate that all SD values are supported for the Slice/Service Type value indicated in the sst attribute of the Snssai data type. WildcardSd *bool `json:"wildcardSd,omitempty"` }
SnssaiExtension Extensions to the Snssai data type, sdRanges and wildcardSd shall not be present simultaneously
func NewSnssaiExtension ¶
func NewSnssaiExtension() *SnssaiExtension
NewSnssaiExtension instantiates a new SnssaiExtension 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 NewSnssaiExtensionWithDefaults ¶
func NewSnssaiExtensionWithDefaults() *SnssaiExtension
NewSnssaiExtensionWithDefaults instantiates a new SnssaiExtension 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 (*SnssaiExtension) GetSdRanges ¶
func (o *SnssaiExtension) GetSdRanges() []SdRange
GetSdRanges returns the SdRanges field value if set, zero value otherwise.
func (*SnssaiExtension) GetSdRangesOk ¶
func (o *SnssaiExtension) GetSdRangesOk() ([]SdRange, bool)
GetSdRangesOk returns a tuple with the SdRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnssaiExtension) GetWildcardSd ¶
func (o *SnssaiExtension) GetWildcardSd() bool
GetWildcardSd returns the WildcardSd field value if set, zero value otherwise.
func (*SnssaiExtension) GetWildcardSdOk ¶
func (o *SnssaiExtension) GetWildcardSdOk() (*bool, bool)
GetWildcardSdOk returns a tuple with the WildcardSd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnssaiExtension) HasSdRanges ¶
func (o *SnssaiExtension) HasSdRanges() bool
HasSdRanges returns a boolean if a field has been set.
func (*SnssaiExtension) HasWildcardSd ¶
func (o *SnssaiExtension) HasWildcardSd() bool
HasWildcardSd returns a boolean if a field has been set.
func (SnssaiExtension) MarshalJSON ¶
func (o SnssaiExtension) MarshalJSON() ([]byte, error)
func (*SnssaiExtension) SetSdRanges ¶
func (o *SnssaiExtension) SetSdRanges(v []SdRange)
SetSdRanges gets a reference to the given []SdRange and assigns it to the SdRanges field.
func (*SnssaiExtension) SetWildcardSd ¶
func (o *SnssaiExtension) SetWildcardSd(v bool)
SetWildcardSd gets a reference to the given bool and assigns it to the WildcardSd field.
func (SnssaiExtension) ToMap ¶
func (o SnssaiExtension) ToMap() (map[string]interface{}, error)
type SnssaiInfoItem ¶
type SnssaiInfoItem struct { SNssai ExtSnssai `json:"sNssai"` DnnInfoList []DnnInfoItem `json:"dnnInfoList"` }
SnssaiInfoItem Parameters supported by an NF for a given S-NSSAI Set of parameters supported by NF for a given S-NSSAI
func NewSnssaiInfoItem ¶
func NewSnssaiInfoItem(sNssai ExtSnssai, dnnInfoList []DnnInfoItem) *SnssaiInfoItem
NewSnssaiInfoItem instantiates a new SnssaiInfoItem 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 NewSnssaiInfoItemWithDefaults ¶
func NewSnssaiInfoItemWithDefaults() *SnssaiInfoItem
NewSnssaiInfoItemWithDefaults instantiates a new SnssaiInfoItem 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 (*SnssaiInfoItem) GetDnnInfoList ¶
func (o *SnssaiInfoItem) GetDnnInfoList() []DnnInfoItem
GetDnnInfoList returns the DnnInfoList field value
func (*SnssaiInfoItem) GetDnnInfoListOk ¶
func (o *SnssaiInfoItem) GetDnnInfoListOk() ([]DnnInfoItem, bool)
GetDnnInfoListOk returns a tuple with the DnnInfoList field value and a boolean to check if the value has been set.
func (*SnssaiInfoItem) GetSNssai ¶
func (o *SnssaiInfoItem) GetSNssai() ExtSnssai
GetSNssai returns the SNssai field value
func (*SnssaiInfoItem) GetSNssaiOk ¶
func (o *SnssaiInfoItem) GetSNssaiOk() (*ExtSnssai, bool)
GetSNssaiOk returns a tuple with the SNssai field value and a boolean to check if the value has been set.
func (SnssaiInfoItem) MarshalJSON ¶
func (o SnssaiInfoItem) MarshalJSON() ([]byte, error)
func (*SnssaiInfoItem) SetDnnInfoList ¶
func (o *SnssaiInfoItem) SetDnnInfoList(v []DnnInfoItem)
SetDnnInfoList sets field value
func (*SnssaiInfoItem) SetSNssai ¶
func (o *SnssaiInfoItem) SetSNssai(v ExtSnssai)
SetSNssai sets field value
func (SnssaiInfoItem) ToMap ¶
func (o SnssaiInfoItem) ToMap() (map[string]interface{}, error)
type SnssaiMbSmfInfoItem ¶
type SnssaiMbSmfInfoItem struct { SNssai ExtSnssai `json:"sNssai"` DnnInfoList []DnnMbSmfInfoItem `json:"dnnInfoList"` }
SnssaiMbSmfInfoItem Parameters supported by an MB-SMF for a given S-NSSAI
func NewSnssaiMbSmfInfoItem ¶
func NewSnssaiMbSmfInfoItem(sNssai ExtSnssai, dnnInfoList []DnnMbSmfInfoItem) *SnssaiMbSmfInfoItem
NewSnssaiMbSmfInfoItem instantiates a new SnssaiMbSmfInfoItem 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 NewSnssaiMbSmfInfoItemWithDefaults ¶
func NewSnssaiMbSmfInfoItemWithDefaults() *SnssaiMbSmfInfoItem
NewSnssaiMbSmfInfoItemWithDefaults instantiates a new SnssaiMbSmfInfoItem 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 (*SnssaiMbSmfInfoItem) GetDnnInfoList ¶
func (o *SnssaiMbSmfInfoItem) GetDnnInfoList() []DnnMbSmfInfoItem
GetDnnInfoList returns the DnnInfoList field value
func (*SnssaiMbSmfInfoItem) GetDnnInfoListOk ¶
func (o *SnssaiMbSmfInfoItem) GetDnnInfoListOk() ([]DnnMbSmfInfoItem, bool)
GetDnnInfoListOk returns a tuple with the DnnInfoList field value and a boolean to check if the value has been set.
func (*SnssaiMbSmfInfoItem) GetSNssai ¶
func (o *SnssaiMbSmfInfoItem) GetSNssai() ExtSnssai
GetSNssai returns the SNssai field value
func (*SnssaiMbSmfInfoItem) GetSNssaiOk ¶
func (o *SnssaiMbSmfInfoItem) GetSNssaiOk() (*ExtSnssai, bool)
GetSNssaiOk returns a tuple with the SNssai field value and a boolean to check if the value has been set.
func (SnssaiMbSmfInfoItem) MarshalJSON ¶
func (o SnssaiMbSmfInfoItem) MarshalJSON() ([]byte, error)
func (*SnssaiMbSmfInfoItem) SetDnnInfoList ¶
func (o *SnssaiMbSmfInfoItem) SetDnnInfoList(v []DnnMbSmfInfoItem)
SetDnnInfoList sets field value
func (*SnssaiMbSmfInfoItem) SetSNssai ¶
func (o *SnssaiMbSmfInfoItem) SetSNssai(v ExtSnssai)
SetSNssai sets field value
func (SnssaiMbSmfInfoItem) ToMap ¶
func (o SnssaiMbSmfInfoItem) ToMap() (map[string]interface{}, error)
type SnssaiSmfInfoItem ¶
type SnssaiSmfInfoItem struct { SNssai ExtSnssai `json:"sNssai"` DnnSmfInfoList []DnnSmfInfoItem `json:"dnnSmfInfoList"` }
SnssaiSmfInfoItem Set of parameters supported by SMF for a given S-NSSAI
func NewSnssaiSmfInfoItem ¶
func NewSnssaiSmfInfoItem(sNssai ExtSnssai, dnnSmfInfoList []DnnSmfInfoItem) *SnssaiSmfInfoItem
NewSnssaiSmfInfoItem instantiates a new SnssaiSmfInfoItem 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 NewSnssaiSmfInfoItemWithDefaults ¶
func NewSnssaiSmfInfoItemWithDefaults() *SnssaiSmfInfoItem
NewSnssaiSmfInfoItemWithDefaults instantiates a new SnssaiSmfInfoItem 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 (*SnssaiSmfInfoItem) GetDnnSmfInfoList ¶
func (o *SnssaiSmfInfoItem) GetDnnSmfInfoList() []DnnSmfInfoItem
GetDnnSmfInfoList returns the DnnSmfInfoList field value
func (*SnssaiSmfInfoItem) GetDnnSmfInfoListOk ¶
func (o *SnssaiSmfInfoItem) GetDnnSmfInfoListOk() ([]DnnSmfInfoItem, bool)
GetDnnSmfInfoListOk returns a tuple with the DnnSmfInfoList field value and a boolean to check if the value has been set.
func (*SnssaiSmfInfoItem) GetSNssai ¶
func (o *SnssaiSmfInfoItem) GetSNssai() ExtSnssai
GetSNssai returns the SNssai field value
func (*SnssaiSmfInfoItem) GetSNssaiOk ¶
func (o *SnssaiSmfInfoItem) GetSNssaiOk() (*ExtSnssai, bool)
GetSNssaiOk returns a tuple with the SNssai field value and a boolean to check if the value has been set.
func (SnssaiSmfInfoItem) MarshalJSON ¶
func (o SnssaiSmfInfoItem) MarshalJSON() ([]byte, error)
func (*SnssaiSmfInfoItem) SetDnnSmfInfoList ¶
func (o *SnssaiSmfInfoItem) SetDnnSmfInfoList(v []DnnSmfInfoItem)
SetDnnSmfInfoList sets field value
func (*SnssaiSmfInfoItem) SetSNssai ¶
func (o *SnssaiSmfInfoItem) SetSNssai(v ExtSnssai)
SetSNssai sets field value
func (SnssaiSmfInfoItem) ToMap ¶
func (o SnssaiSmfInfoItem) ToMap() (map[string]interface{}, error)
type SnssaiTsctsfInfoItem ¶
type SnssaiTsctsfInfoItem struct { SNssai ExtSnssai `json:"sNssai"` DnnInfoList []DnnTsctsfInfoItem `json:"dnnInfoList"` }
SnssaiTsctsfInfoItem Set of parameters supported by TSCTSF for a given S-NSSAI
func NewSnssaiTsctsfInfoItem ¶
func NewSnssaiTsctsfInfoItem(sNssai ExtSnssai, dnnInfoList []DnnTsctsfInfoItem) *SnssaiTsctsfInfoItem
NewSnssaiTsctsfInfoItem instantiates a new SnssaiTsctsfInfoItem 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 NewSnssaiTsctsfInfoItemWithDefaults ¶
func NewSnssaiTsctsfInfoItemWithDefaults() *SnssaiTsctsfInfoItem
NewSnssaiTsctsfInfoItemWithDefaults instantiates a new SnssaiTsctsfInfoItem 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 (*SnssaiTsctsfInfoItem) GetDnnInfoList ¶
func (o *SnssaiTsctsfInfoItem) GetDnnInfoList() []DnnTsctsfInfoItem
GetDnnInfoList returns the DnnInfoList field value
func (*SnssaiTsctsfInfoItem) GetDnnInfoListOk ¶
func (o *SnssaiTsctsfInfoItem) GetDnnInfoListOk() ([]DnnTsctsfInfoItem, bool)
GetDnnInfoListOk returns a tuple with the DnnInfoList field value and a boolean to check if the value has been set.
func (*SnssaiTsctsfInfoItem) GetSNssai ¶
func (o *SnssaiTsctsfInfoItem) GetSNssai() ExtSnssai
GetSNssai returns the SNssai field value
func (*SnssaiTsctsfInfoItem) GetSNssaiOk ¶
func (o *SnssaiTsctsfInfoItem) GetSNssaiOk() (*ExtSnssai, bool)
GetSNssaiOk returns a tuple with the SNssai field value and a boolean to check if the value has been set.
func (SnssaiTsctsfInfoItem) MarshalJSON ¶
func (o SnssaiTsctsfInfoItem) MarshalJSON() ([]byte, error)
func (*SnssaiTsctsfInfoItem) SetDnnInfoList ¶
func (o *SnssaiTsctsfInfoItem) SetDnnInfoList(v []DnnTsctsfInfoItem)
SetDnnInfoList sets field value
func (*SnssaiTsctsfInfoItem) SetSNssai ¶
func (o *SnssaiTsctsfInfoItem) SetSNssai(v ExtSnssai)
SetSNssai sets field value
func (SnssaiTsctsfInfoItem) ToMap ¶
func (o SnssaiTsctsfInfoItem) ToMap() (map[string]interface{}, error)
type SnssaiUpfInfoItem ¶
type SnssaiUpfInfoItem struct { SNssai ExtSnssai `json:"sNssai"` DnnUpfInfoList []DnnUpfInfoItem `json:"dnnUpfInfoList"` RedundantTransport *bool `json:"redundantTransport,omitempty"` }
SnssaiUpfInfoItem Set of parameters supported by UPF for a given S-NSSAI
func NewSnssaiUpfInfoItem ¶
func NewSnssaiUpfInfoItem(sNssai ExtSnssai, dnnUpfInfoList []DnnUpfInfoItem) *SnssaiUpfInfoItem
NewSnssaiUpfInfoItem instantiates a new SnssaiUpfInfoItem 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 NewSnssaiUpfInfoItemWithDefaults ¶
func NewSnssaiUpfInfoItemWithDefaults() *SnssaiUpfInfoItem
NewSnssaiUpfInfoItemWithDefaults instantiates a new SnssaiUpfInfoItem 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 (*SnssaiUpfInfoItem) GetDnnUpfInfoList ¶
func (o *SnssaiUpfInfoItem) GetDnnUpfInfoList() []DnnUpfInfoItem
GetDnnUpfInfoList returns the DnnUpfInfoList field value
func (*SnssaiUpfInfoItem) GetDnnUpfInfoListOk ¶
func (o *SnssaiUpfInfoItem) GetDnnUpfInfoListOk() ([]DnnUpfInfoItem, bool)
GetDnnUpfInfoListOk returns a tuple with the DnnUpfInfoList field value and a boolean to check if the value has been set.
func (*SnssaiUpfInfoItem) GetRedundantTransport ¶
func (o *SnssaiUpfInfoItem) GetRedundantTransport() bool
GetRedundantTransport returns the RedundantTransport field value if set, zero value otherwise.
func (*SnssaiUpfInfoItem) GetRedundantTransportOk ¶
func (o *SnssaiUpfInfoItem) GetRedundantTransportOk() (*bool, bool)
GetRedundantTransportOk returns a tuple with the RedundantTransport field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SnssaiUpfInfoItem) GetSNssai ¶
func (o *SnssaiUpfInfoItem) GetSNssai() ExtSnssai
GetSNssai returns the SNssai field value
func (*SnssaiUpfInfoItem) GetSNssaiOk ¶
func (o *SnssaiUpfInfoItem) GetSNssaiOk() (*ExtSnssai, bool)
GetSNssaiOk returns a tuple with the SNssai field value and a boolean to check if the value has been set.
func (*SnssaiUpfInfoItem) HasRedundantTransport ¶
func (o *SnssaiUpfInfoItem) HasRedundantTransport() bool
HasRedundantTransport returns a boolean if a field has been set.
func (SnssaiUpfInfoItem) MarshalJSON ¶
func (o SnssaiUpfInfoItem) MarshalJSON() ([]byte, error)
func (*SnssaiUpfInfoItem) SetDnnUpfInfoList ¶
func (o *SnssaiUpfInfoItem) SetDnnUpfInfoList(v []DnnUpfInfoItem)
SetDnnUpfInfoList sets field value
func (*SnssaiUpfInfoItem) SetRedundantTransport ¶
func (o *SnssaiUpfInfoItem) SetRedundantTransport(v bool)
SetRedundantTransport gets a reference to the given bool and assigns it to the RedundantTransport field.
func (*SnssaiUpfInfoItem) SetSNssai ¶
func (o *SnssaiUpfInfoItem) SetSNssai(v ExtSnssai)
SetSNssai sets field value
func (SnssaiUpfInfoItem) ToMap ¶
func (o SnssaiUpfInfoItem) ToMap() (map[string]interface{}, error)
type Ssm ¶
Ssm Source specific IP multicast address
func NewSsm ¶
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
func (*Ssm) GetDestIpAddrOk ¶
GetDestIpAddrOk returns a tuple with the DestIpAddr field value and a boolean to check if the value has been set.
func (*Ssm) GetSourceIpAddr ¶
GetSourceIpAddr returns the SourceIpAddr field value
func (*Ssm) GetSourceIpAddrOk ¶
GetSourceIpAddrOk returns a tuple with the SourceIpAddr field value and a boolean to check if the value has been set.
func (Ssm) MarshalJSON ¶
func (*Ssm) SetSourceIpAddr ¶
SetSourceIpAddr sets field value
type SubscrCond ¶
type SubscrCond struct { AmfCond *AmfCond DccfCond *DccfCond GuamiListCond *GuamiListCond NefCond *NefCond NetworkSliceCond *NetworkSliceCond NfGroupCond *NfGroupCond NfGroupListCond *NfGroupListCond NfInstanceIdCond *NfInstanceIdCond NfInstanceIdListCond *NfInstanceIdListCond NfServiceSetCond *NfServiceSetCond NfSetCond *NfSetCond NfTypeCond *NfTypeCond NwdafCond *NwdafCond ScpDomainCond *ScpDomainCond ServiceNameCond *ServiceNameCond ServiceNameListCond *ServiceNameListCond UpfCond *UpfCond }
SubscrCond - Condition to determine the set of NFs to monitor under a certain subscription in NRF
func AmfCondAsSubscrCond ¶
func AmfCondAsSubscrCond(v *AmfCond) SubscrCond
AmfCondAsSubscrCond is a convenience function that returns AmfCond wrapped in SubscrCond
func DccfCondAsSubscrCond ¶
func DccfCondAsSubscrCond(v *DccfCond) SubscrCond
DccfCondAsSubscrCond is a convenience function that returns DccfCond wrapped in SubscrCond
func GuamiListCondAsSubscrCond ¶
func GuamiListCondAsSubscrCond(v *GuamiListCond) SubscrCond
GuamiListCondAsSubscrCond is a convenience function that returns GuamiListCond wrapped in SubscrCond
func NefCondAsSubscrCond ¶
func NefCondAsSubscrCond(v *NefCond) SubscrCond
NefCondAsSubscrCond is a convenience function that returns NefCond wrapped in SubscrCond
func NetworkSliceCondAsSubscrCond ¶
func NetworkSliceCondAsSubscrCond(v *NetworkSliceCond) SubscrCond
NetworkSliceCondAsSubscrCond is a convenience function that returns NetworkSliceCond wrapped in SubscrCond
func NfGroupCondAsSubscrCond ¶
func NfGroupCondAsSubscrCond(v *NfGroupCond) SubscrCond
NfGroupCondAsSubscrCond is a convenience function that returns NfGroupCond wrapped in SubscrCond
func NfGroupListCondAsSubscrCond ¶
func NfGroupListCondAsSubscrCond(v *NfGroupListCond) SubscrCond
NfGroupListCondAsSubscrCond is a convenience function that returns NfGroupListCond wrapped in SubscrCond
func NfInstanceIdCondAsSubscrCond ¶
func NfInstanceIdCondAsSubscrCond(v *NfInstanceIdCond) SubscrCond
NfInstanceIdCondAsSubscrCond is a convenience function that returns NfInstanceIdCond wrapped in SubscrCond
func NfInstanceIdListCondAsSubscrCond ¶
func NfInstanceIdListCondAsSubscrCond(v *NfInstanceIdListCond) SubscrCond
NfInstanceIdListCondAsSubscrCond is a convenience function that returns NfInstanceIdListCond wrapped in SubscrCond
func NfServiceSetCondAsSubscrCond ¶
func NfServiceSetCondAsSubscrCond(v *NfServiceSetCond) SubscrCond
NfServiceSetCondAsSubscrCond is a convenience function that returns NfServiceSetCond wrapped in SubscrCond
func NfSetCondAsSubscrCond ¶
func NfSetCondAsSubscrCond(v *NfSetCond) SubscrCond
NfSetCondAsSubscrCond is a convenience function that returns NfSetCond wrapped in SubscrCond
func NfTypeCondAsSubscrCond ¶
func NfTypeCondAsSubscrCond(v *NfTypeCond) SubscrCond
NfTypeCondAsSubscrCond is a convenience function that returns NfTypeCond wrapped in SubscrCond
func NwdafCondAsSubscrCond ¶
func NwdafCondAsSubscrCond(v *NwdafCond) SubscrCond
NwdafCondAsSubscrCond is a convenience function that returns NwdafCond wrapped in SubscrCond
func ScpDomainCondAsSubscrCond ¶
func ScpDomainCondAsSubscrCond(v *ScpDomainCond) SubscrCond
ScpDomainCondAsSubscrCond is a convenience function that returns ScpDomainCond wrapped in SubscrCond
func ServiceNameCondAsSubscrCond ¶
func ServiceNameCondAsSubscrCond(v *ServiceNameCond) SubscrCond
ServiceNameCondAsSubscrCond is a convenience function that returns ServiceNameCond wrapped in SubscrCond
func ServiceNameListCondAsSubscrCond ¶
func ServiceNameListCondAsSubscrCond(v *ServiceNameListCond) SubscrCond
ServiceNameListCondAsSubscrCond is a convenience function that returns ServiceNameListCond wrapped in SubscrCond
func UpfCondAsSubscrCond ¶
func UpfCondAsSubscrCond(v *UpfCond) SubscrCond
UpfCondAsSubscrCond is a convenience function that returns UpfCond wrapped in SubscrCond
func (*SubscrCond) GetActualInstance ¶
func (obj *SubscrCond) GetActualInstance() interface{}
Get the actual instance
func (SubscrCond) MarshalJSON ¶
func (src SubscrCond) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SubscrCond) UnmarshalJSON ¶
func (dst *SubscrCond) UnmarshalJSON(data []byte) error
Unmarshal JSON data into one of the pointers in the struct
type SubscriptionContext ¶
type SubscriptionContext struct { SubscriptionId string `json:"subscriptionId"` SubscrCond *SubscrCond `json:"subscrCond,omitempty"` }
SubscriptionContext Context data related to a created subscription, to be included in notifications sent by NRF
func NewSubscriptionContext ¶
func NewSubscriptionContext(subscriptionId string) *SubscriptionContext
NewSubscriptionContext instantiates a new SubscriptionContext 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 NewSubscriptionContextWithDefaults ¶
func NewSubscriptionContextWithDefaults() *SubscriptionContext
NewSubscriptionContextWithDefaults instantiates a new SubscriptionContext 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 (*SubscriptionContext) GetSubscrCond ¶
func (o *SubscriptionContext) GetSubscrCond() SubscrCond
GetSubscrCond returns the SubscrCond field value if set, zero value otherwise.
func (*SubscriptionContext) GetSubscrCondOk ¶
func (o *SubscriptionContext) GetSubscrCondOk() (*SubscrCond, bool)
GetSubscrCondOk returns a tuple with the SubscrCond field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionContext) GetSubscriptionId ¶
func (o *SubscriptionContext) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value
func (*SubscriptionContext) GetSubscriptionIdOk ¶
func (o *SubscriptionContext) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value and a boolean to check if the value has been set.
func (*SubscriptionContext) HasSubscrCond ¶
func (o *SubscriptionContext) HasSubscrCond() bool
HasSubscrCond returns a boolean if a field has been set.
func (SubscriptionContext) MarshalJSON ¶
func (o SubscriptionContext) MarshalJSON() ([]byte, error)
func (*SubscriptionContext) SetSubscrCond ¶
func (o *SubscriptionContext) SetSubscrCond(v SubscrCond)
SetSubscrCond gets a reference to the given SubscrCond and assigns it to the SubscrCond field.
func (*SubscriptionContext) SetSubscriptionId ¶
func (o *SubscriptionContext) SetSubscriptionId(v string)
SetSubscriptionId sets field value
func (SubscriptionContext) ToMap ¶
func (o SubscriptionContext) ToMap() (map[string]interface{}, error)
type SubscriptionData ¶
type SubscriptionData struct { NfStatusNotificationUri string `json:"nfStatusNotificationUri"` // 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. ReqNfInstanceId *string `json:"reqNfInstanceId,omitempty"` SubscrCond *SubscrCond `json:"subscrCond,omitempty"` SubscriptionId string `json:"subscriptionId"` // string with format 'date-time' as defined in OpenAPI. ValidityTime *time.Time `json:"validityTime,omitempty"` ReqNotifEvents []NotificationEventType `json:"reqNotifEvents,omitempty"` PlmnId *PlmnId `json:"plmnId,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"` NotifCondition *NotifCondition `json:"notifCondition,omitempty"` ReqNfType *NFType `json:"reqNfType,omitempty"` // Fully Qualified Domain Name ReqNfFqdn *string `json:"reqNfFqdn,omitempty"` ReqSnssais []ExtSnssai `json:"reqSnssais,omitempty"` ReqPerPlmnSnssais []PlmnSnssai `json:"reqPerPlmnSnssais,omitempty"` ReqPlmnList []PlmnId `json:"reqPlmnList,omitempty"` ReqSnpnList []PlmnIdNid `json:"reqSnpnList,omitempty"` ServingScope []string `json:"servingScope,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. RequesterFeatures *string `json:"requesterFeatures,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. NrfSupportedFeatures *string `json:"nrfSupportedFeatures,omitempty"` // String providing an URI formatted according to RFC 3986. HnrfUri *string `json:"hnrfUri,omitempty"` OnboardingCapability *bool `json:"onboardingCapability,omitempty"` // Fully Qualified Domain Name TargetHni *string `json:"targetHni,omitempty"` PreferredLocality *string `json:"preferredLocality,omitempty"` // A map (list of key-value pairs) where the key of the map represents the relative priority, for the requester, of each locality description among the list of locality descriptions in this query parameter, encoded as \"1\" (highest priority\"), \"2\", \"3\", …, \"n\" (lowest priority) ExtPreferredLocality *map[string][]LocalityDescription `json:"extPreferredLocality,omitempty"` CompleteProfileSubscription *bool `json:"completeProfileSubscription,omitempty"` }
SubscriptionData Information of a subscription to notifications to NRF events, included in subscription requests and responses
func NewSubscriptionData ¶
func NewSubscriptionData(nfStatusNotificationUri string, subscriptionId string) *SubscriptionData
NewSubscriptionData instantiates a new SubscriptionData 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 NewSubscriptionDataWithDefaults ¶
func NewSubscriptionDataWithDefaults() *SubscriptionData
NewSubscriptionDataWithDefaults instantiates a new SubscriptionData 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 (*SubscriptionData) GetCompleteProfileSubscription ¶
func (o *SubscriptionData) GetCompleteProfileSubscription() bool
GetCompleteProfileSubscription returns the CompleteProfileSubscription field value if set, zero value otherwise.
func (*SubscriptionData) GetCompleteProfileSubscriptionOk ¶
func (o *SubscriptionData) GetCompleteProfileSubscriptionOk() (*bool, bool)
GetCompleteProfileSubscriptionOk returns a tuple with the CompleteProfileSubscription field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionData) GetExtPreferredLocality ¶
func (o *SubscriptionData) GetExtPreferredLocality() map[string][]LocalityDescription
GetExtPreferredLocality returns the ExtPreferredLocality field value if set, zero value otherwise.
func (*SubscriptionData) GetExtPreferredLocalityOk ¶
func (o *SubscriptionData) GetExtPreferredLocalityOk() (*map[string][]LocalityDescription, bool)
GetExtPreferredLocalityOk returns a tuple with the ExtPreferredLocality field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionData) GetHnrfUri ¶
func (o *SubscriptionData) GetHnrfUri() string
GetHnrfUri returns the HnrfUri field value if set, zero value otherwise.
func (*SubscriptionData) GetHnrfUriOk ¶
func (o *SubscriptionData) GetHnrfUriOk() (*string, bool)
GetHnrfUriOk returns a tuple with the HnrfUri field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionData) GetNfStatusNotificationUri ¶
func (o *SubscriptionData) GetNfStatusNotificationUri() string
GetNfStatusNotificationUri returns the NfStatusNotificationUri field value
func (*SubscriptionData) GetNfStatusNotificationUriOk ¶
func (o *SubscriptionData) GetNfStatusNotificationUriOk() (*string, bool)
GetNfStatusNotificationUriOk returns a tuple with the NfStatusNotificationUri field value and a boolean to check if the value has been set.
func (*SubscriptionData) GetNid ¶
func (o *SubscriptionData) GetNid() string
GetNid returns the Nid field value if set, zero value otherwise.
func (*SubscriptionData) GetNidOk ¶
func (o *SubscriptionData) 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 (*SubscriptionData) GetNotifCondition ¶
func (o *SubscriptionData) GetNotifCondition() NotifCondition
GetNotifCondition returns the NotifCondition field value if set, zero value otherwise.
func (*SubscriptionData) GetNotifConditionOk ¶
func (o *SubscriptionData) GetNotifConditionOk() (*NotifCondition, bool)
GetNotifConditionOk returns a tuple with the NotifCondition field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionData) GetNrfSupportedFeatures ¶
func (o *SubscriptionData) GetNrfSupportedFeatures() string
GetNrfSupportedFeatures returns the NrfSupportedFeatures field value if set, zero value otherwise.
func (*SubscriptionData) GetNrfSupportedFeaturesOk ¶
func (o *SubscriptionData) GetNrfSupportedFeaturesOk() (*string, bool)
GetNrfSupportedFeaturesOk returns a tuple with the NrfSupportedFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionData) GetOnboardingCapability ¶
func (o *SubscriptionData) GetOnboardingCapability() bool
GetOnboardingCapability returns the OnboardingCapability field value if set, zero value otherwise.
func (*SubscriptionData) GetOnboardingCapabilityOk ¶
func (o *SubscriptionData) GetOnboardingCapabilityOk() (*bool, bool)
GetOnboardingCapabilityOk returns a tuple with the OnboardingCapability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionData) GetPlmnId ¶
func (o *SubscriptionData) GetPlmnId() PlmnId
GetPlmnId returns the PlmnId field value if set, zero value otherwise.
func (*SubscriptionData) GetPlmnIdOk ¶
func (o *SubscriptionData) GetPlmnIdOk() (*PlmnId, bool)
GetPlmnIdOk returns a tuple with the PlmnId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionData) GetPreferredLocality ¶
func (o *SubscriptionData) GetPreferredLocality() string
GetPreferredLocality returns the PreferredLocality field value if set, zero value otherwise.
func (*SubscriptionData) GetPreferredLocalityOk ¶
func (o *SubscriptionData) GetPreferredLocalityOk() (*string, bool)
GetPreferredLocalityOk returns a tuple with the PreferredLocality field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionData) GetReqNfFqdn ¶
func (o *SubscriptionData) GetReqNfFqdn() string
GetReqNfFqdn returns the ReqNfFqdn field value if set, zero value otherwise.
func (*SubscriptionData) GetReqNfFqdnOk ¶
func (o *SubscriptionData) GetReqNfFqdnOk() (*string, bool)
GetReqNfFqdnOk returns a tuple with the ReqNfFqdn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionData) GetReqNfInstanceId ¶
func (o *SubscriptionData) GetReqNfInstanceId() string
GetReqNfInstanceId returns the ReqNfInstanceId field value if set, zero value otherwise.
func (*SubscriptionData) GetReqNfInstanceIdOk ¶
func (o *SubscriptionData) GetReqNfInstanceIdOk() (*string, bool)
GetReqNfInstanceIdOk returns a tuple with the ReqNfInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionData) GetReqNfType ¶
func (o *SubscriptionData) GetReqNfType() NFType
GetReqNfType returns the ReqNfType field value if set, zero value otherwise.
func (*SubscriptionData) GetReqNfTypeOk ¶
func (o *SubscriptionData) GetReqNfTypeOk() (*NFType, bool)
GetReqNfTypeOk returns a tuple with the ReqNfType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionData) GetReqNotifEvents ¶
func (o *SubscriptionData) GetReqNotifEvents() []NotificationEventType
GetReqNotifEvents returns the ReqNotifEvents field value if set, zero value otherwise.
func (*SubscriptionData) GetReqNotifEventsOk ¶
func (o *SubscriptionData) GetReqNotifEventsOk() ([]NotificationEventType, bool)
GetReqNotifEventsOk returns a tuple with the ReqNotifEvents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionData) GetReqPerPlmnSnssais ¶
func (o *SubscriptionData) GetReqPerPlmnSnssais() []PlmnSnssai
GetReqPerPlmnSnssais returns the ReqPerPlmnSnssais field value if set, zero value otherwise.
func (*SubscriptionData) GetReqPerPlmnSnssaisOk ¶
func (o *SubscriptionData) GetReqPerPlmnSnssaisOk() ([]PlmnSnssai, bool)
GetReqPerPlmnSnssaisOk returns a tuple with the ReqPerPlmnSnssais field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionData) GetReqPlmnList ¶
func (o *SubscriptionData) GetReqPlmnList() []PlmnId
GetReqPlmnList returns the ReqPlmnList field value if set, zero value otherwise.
func (*SubscriptionData) GetReqPlmnListOk ¶
func (o *SubscriptionData) GetReqPlmnListOk() ([]PlmnId, bool)
GetReqPlmnListOk returns a tuple with the ReqPlmnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionData) GetReqSnpnList ¶
func (o *SubscriptionData) GetReqSnpnList() []PlmnIdNid
GetReqSnpnList returns the ReqSnpnList field value if set, zero value otherwise.
func (*SubscriptionData) GetReqSnpnListOk ¶
func (o *SubscriptionData) GetReqSnpnListOk() ([]PlmnIdNid, bool)
GetReqSnpnListOk returns a tuple with the ReqSnpnList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionData) GetReqSnssais ¶
func (o *SubscriptionData) GetReqSnssais() []ExtSnssai
GetReqSnssais returns the ReqSnssais field value if set, zero value otherwise.
func (*SubscriptionData) GetReqSnssaisOk ¶
func (o *SubscriptionData) GetReqSnssaisOk() ([]ExtSnssai, bool)
GetReqSnssaisOk returns a tuple with the ReqSnssais field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionData) GetRequesterFeatures ¶
func (o *SubscriptionData) GetRequesterFeatures() string
GetRequesterFeatures returns the RequesterFeatures field value if set, zero value otherwise.
func (*SubscriptionData) GetRequesterFeaturesOk ¶
func (o *SubscriptionData) GetRequesterFeaturesOk() (*string, bool)
GetRequesterFeaturesOk returns a tuple with the RequesterFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionData) GetServingScope ¶
func (o *SubscriptionData) GetServingScope() []string
GetServingScope returns the ServingScope field value if set, zero value otherwise.
func (*SubscriptionData) GetServingScopeOk ¶
func (o *SubscriptionData) GetServingScopeOk() ([]string, bool)
GetServingScopeOk returns a tuple with the ServingScope field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionData) GetSubscrCond ¶
func (o *SubscriptionData) GetSubscrCond() SubscrCond
GetSubscrCond returns the SubscrCond field value if set, zero value otherwise.
func (*SubscriptionData) GetSubscrCondOk ¶
func (o *SubscriptionData) GetSubscrCondOk() (*SubscrCond, bool)
GetSubscrCondOk returns a tuple with the SubscrCond field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionData) GetSubscriptionId ¶
func (o *SubscriptionData) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field value
func (*SubscriptionData) GetSubscriptionIdOk ¶
func (o *SubscriptionData) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field value and a boolean to check if the value has been set.
func (*SubscriptionData) GetTargetHni ¶
func (o *SubscriptionData) GetTargetHni() string
GetTargetHni returns the TargetHni field value if set, zero value otherwise.
func (*SubscriptionData) GetTargetHniOk ¶
func (o *SubscriptionData) GetTargetHniOk() (*string, bool)
GetTargetHniOk returns a tuple with the TargetHni field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionData) GetValidityTime ¶
func (o *SubscriptionData) GetValidityTime() time.Time
GetValidityTime returns the ValidityTime field value if set, zero value otherwise.
func (*SubscriptionData) GetValidityTimeOk ¶
func (o *SubscriptionData) GetValidityTimeOk() (*time.Time, bool)
GetValidityTimeOk returns a tuple with the ValidityTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SubscriptionData) HasCompleteProfileSubscription ¶
func (o *SubscriptionData) HasCompleteProfileSubscription() bool
HasCompleteProfileSubscription returns a boolean if a field has been set.
func (*SubscriptionData) HasExtPreferredLocality ¶
func (o *SubscriptionData) HasExtPreferredLocality() bool
HasExtPreferredLocality returns a boolean if a field has been set.
func (*SubscriptionData) HasHnrfUri ¶
func (o *SubscriptionData) HasHnrfUri() bool
HasHnrfUri returns a boolean if a field has been set.
func (*SubscriptionData) HasNid ¶
func (o *SubscriptionData) HasNid() bool
HasNid returns a boolean if a field has been set.
func (*SubscriptionData) HasNotifCondition ¶
func (o *SubscriptionData) HasNotifCondition() bool
HasNotifCondition returns a boolean if a field has been set.
func (*SubscriptionData) HasNrfSupportedFeatures ¶
func (o *SubscriptionData) HasNrfSupportedFeatures() bool
HasNrfSupportedFeatures returns a boolean if a field has been set.
func (*SubscriptionData) HasOnboardingCapability ¶
func (o *SubscriptionData) HasOnboardingCapability() bool
HasOnboardingCapability returns a boolean if a field has been set.
func (*SubscriptionData) HasPlmnId ¶
func (o *SubscriptionData) HasPlmnId() bool
HasPlmnId returns a boolean if a field has been set.
func (*SubscriptionData) HasPreferredLocality ¶
func (o *SubscriptionData) HasPreferredLocality() bool
HasPreferredLocality returns a boolean if a field has been set.
func (*SubscriptionData) HasReqNfFqdn ¶
func (o *SubscriptionData) HasReqNfFqdn() bool
HasReqNfFqdn returns a boolean if a field has been set.
func (*SubscriptionData) HasReqNfInstanceId ¶
func (o *SubscriptionData) HasReqNfInstanceId() bool
HasReqNfInstanceId returns a boolean if a field has been set.
func (*SubscriptionData) HasReqNfType ¶
func (o *SubscriptionData) HasReqNfType() bool
HasReqNfType returns a boolean if a field has been set.
func (*SubscriptionData) HasReqNotifEvents ¶
func (o *SubscriptionData) HasReqNotifEvents() bool
HasReqNotifEvents returns a boolean if a field has been set.
func (*SubscriptionData) HasReqPerPlmnSnssais ¶
func (o *SubscriptionData) HasReqPerPlmnSnssais() bool
HasReqPerPlmnSnssais returns a boolean if a field has been set.
func (*SubscriptionData) HasReqPlmnList ¶
func (o *SubscriptionData) HasReqPlmnList() bool
HasReqPlmnList returns a boolean if a field has been set.
func (*SubscriptionData) HasReqSnpnList ¶
func (o *SubscriptionData) HasReqSnpnList() bool
HasReqSnpnList returns a boolean if a field has been set.
func (*SubscriptionData) HasReqSnssais ¶
func (o *SubscriptionData) HasReqSnssais() bool
HasReqSnssais returns a boolean if a field has been set.
func (*SubscriptionData) HasRequesterFeatures ¶
func (o *SubscriptionData) HasRequesterFeatures() bool
HasRequesterFeatures returns a boolean if a field has been set.
func (*SubscriptionData) HasServingScope ¶
func (o *SubscriptionData) HasServingScope() bool
HasServingScope returns a boolean if a field has been set.
func (*SubscriptionData) HasSubscrCond ¶
func (o *SubscriptionData) HasSubscrCond() bool
HasSubscrCond returns a boolean if a field has been set.
func (*SubscriptionData) HasTargetHni ¶
func (o *SubscriptionData) HasTargetHni() bool
HasTargetHni returns a boolean if a field has been set.
func (*SubscriptionData) HasValidityTime ¶
func (o *SubscriptionData) HasValidityTime() bool
HasValidityTime returns a boolean if a field has been set.
func (SubscriptionData) MarshalJSON ¶
func (o SubscriptionData) MarshalJSON() ([]byte, error)
func (*SubscriptionData) SetCompleteProfileSubscription ¶
func (o *SubscriptionData) SetCompleteProfileSubscription(v bool)
SetCompleteProfileSubscription gets a reference to the given bool and assigns it to the CompleteProfileSubscription field.
func (*SubscriptionData) SetExtPreferredLocality ¶
func (o *SubscriptionData) SetExtPreferredLocality(v map[string][]LocalityDescription)
SetExtPreferredLocality gets a reference to the given map[string][]LocalityDescription and assigns it to the ExtPreferredLocality field.
func (*SubscriptionData) SetHnrfUri ¶
func (o *SubscriptionData) SetHnrfUri(v string)
SetHnrfUri gets a reference to the given string and assigns it to the HnrfUri field.
func (*SubscriptionData) SetNfStatusNotificationUri ¶
func (o *SubscriptionData) SetNfStatusNotificationUri(v string)
SetNfStatusNotificationUri sets field value
func (*SubscriptionData) SetNid ¶
func (o *SubscriptionData) SetNid(v string)
SetNid gets a reference to the given string and assigns it to the Nid field.
func (*SubscriptionData) SetNotifCondition ¶
func (o *SubscriptionData) SetNotifCondition(v NotifCondition)
SetNotifCondition gets a reference to the given NotifCondition and assigns it to the NotifCondition field.
func (*SubscriptionData) SetNrfSupportedFeatures ¶
func (o *SubscriptionData) SetNrfSupportedFeatures(v string)
SetNrfSupportedFeatures gets a reference to the given string and assigns it to the NrfSupportedFeatures field.
func (*SubscriptionData) SetOnboardingCapability ¶
func (o *SubscriptionData) SetOnboardingCapability(v bool)
SetOnboardingCapability gets a reference to the given bool and assigns it to the OnboardingCapability field.
func (*SubscriptionData) SetPlmnId ¶
func (o *SubscriptionData) SetPlmnId(v PlmnId)
SetPlmnId gets a reference to the given PlmnId and assigns it to the PlmnId field.
func (*SubscriptionData) SetPreferredLocality ¶
func (o *SubscriptionData) SetPreferredLocality(v string)
SetPreferredLocality gets a reference to the given string and assigns it to the PreferredLocality field.
func (*SubscriptionData) SetReqNfFqdn ¶
func (o *SubscriptionData) SetReqNfFqdn(v string)
SetReqNfFqdn gets a reference to the given string and assigns it to the ReqNfFqdn field.
func (*SubscriptionData) SetReqNfInstanceId ¶
func (o *SubscriptionData) SetReqNfInstanceId(v string)
SetReqNfInstanceId gets a reference to the given string and assigns it to the ReqNfInstanceId field.
func (*SubscriptionData) SetReqNfType ¶
func (o *SubscriptionData) SetReqNfType(v NFType)
SetReqNfType gets a reference to the given NFType and assigns it to the ReqNfType field.
func (*SubscriptionData) SetReqNotifEvents ¶
func (o *SubscriptionData) SetReqNotifEvents(v []NotificationEventType)
SetReqNotifEvents gets a reference to the given []NotificationEventType and assigns it to the ReqNotifEvents field.
func (*SubscriptionData) SetReqPerPlmnSnssais ¶
func (o *SubscriptionData) SetReqPerPlmnSnssais(v []PlmnSnssai)
SetReqPerPlmnSnssais gets a reference to the given []PlmnSnssai and assigns it to the ReqPerPlmnSnssais field.
func (*SubscriptionData) SetReqPlmnList ¶
func (o *SubscriptionData) SetReqPlmnList(v []PlmnId)
SetReqPlmnList gets a reference to the given []PlmnId and assigns it to the ReqPlmnList field.
func (*SubscriptionData) SetReqSnpnList ¶
func (o *SubscriptionData) SetReqSnpnList(v []PlmnIdNid)
SetReqSnpnList gets a reference to the given []PlmnIdNid and assigns it to the ReqSnpnList field.
func (*SubscriptionData) SetReqSnssais ¶
func (o *SubscriptionData) SetReqSnssais(v []ExtSnssai)
SetReqSnssais gets a reference to the given []ExtSnssai and assigns it to the ReqSnssais field.
func (*SubscriptionData) SetRequesterFeatures ¶
func (o *SubscriptionData) SetRequesterFeatures(v string)
SetRequesterFeatures gets a reference to the given string and assigns it to the RequesterFeatures field.
func (*SubscriptionData) SetServingScope ¶
func (o *SubscriptionData) SetServingScope(v []string)
SetServingScope gets a reference to the given []string and assigns it to the ServingScope field.
func (*SubscriptionData) SetSubscrCond ¶
func (o *SubscriptionData) SetSubscrCond(v SubscrCond)
SetSubscrCond gets a reference to the given SubscrCond and assigns it to the SubscrCond field.
func (*SubscriptionData) SetSubscriptionId ¶
func (o *SubscriptionData) SetSubscriptionId(v string)
SetSubscriptionId sets field value
func (*SubscriptionData) SetTargetHni ¶
func (o *SubscriptionData) SetTargetHni(v string)
SetTargetHni gets a reference to the given string and assigns it to the TargetHni field.
func (*SubscriptionData) SetValidityTime ¶
func (o *SubscriptionData) SetValidityTime(v time.Time)
SetValidityTime gets a reference to the given time.Time and assigns it to the ValidityTime field.
func (SubscriptionData) ToMap ¶
func (o SubscriptionData) ToMap() (map[string]interface{}, error)
type SubscriptionIDDocumentApiService ¶
type SubscriptionIDDocumentApiService service
SubscriptionIDDocumentApiService SubscriptionIDDocumentApi service
func (*SubscriptionIDDocumentApiService) RemoveSubscription ¶
func (a *SubscriptionIDDocumentApiService) RemoveSubscription(ctx context.Context, subscriptionID string) ApiRemoveSubscriptionRequest
RemoveSubscription Deletes a subscription
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subscriptionID Unique ID of the subscription to remove @return ApiRemoveSubscriptionRequest
func (*SubscriptionIDDocumentApiService) RemoveSubscriptionExecute ¶
func (a *SubscriptionIDDocumentApiService) RemoveSubscriptionExecute(r ApiRemoveSubscriptionRequest) (*http.Response, error)
Execute executes the request
func (*SubscriptionIDDocumentApiService) UpdateSubscription ¶
func (a *SubscriptionIDDocumentApiService) UpdateSubscription(ctx context.Context, subscriptionID string) ApiUpdateSubscriptionRequest
UpdateSubscription Updates a subscription
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param subscriptionID Unique ID of the subscription to update @return ApiUpdateSubscriptionRequest
func (*SubscriptionIDDocumentApiService) UpdateSubscriptionExecute ¶
func (a *SubscriptionIDDocumentApiService) UpdateSubscriptionExecute(r ApiUpdateSubscriptionRequest) (*SubscriptionData, *http.Response, error)
Execute executes the request
@return SubscriptionData
type SubscriptionsCollectionApiService ¶
type SubscriptionsCollectionApiService service
SubscriptionsCollectionApiService SubscriptionsCollectionApi service
func (*SubscriptionsCollectionApiService) CreateSubscription ¶
func (a *SubscriptionsCollectionApiService) CreateSubscription(ctx context.Context) ApiCreateSubscriptionRequest
CreateSubscription Create a new subscription
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateSubscriptionRequest
func (*SubscriptionsCollectionApiService) CreateSubscriptionExecute ¶
func (a *SubscriptionsCollectionApiService) CreateSubscriptionExecute(r ApiCreateSubscriptionRequest) (*SubscriptionData, *http.Response, error)
Execute executes the request
@return SubscriptionData
type SuciInfo ¶
type SuciInfo struct { RoutingInds []string `json:"routingInds,omitempty"` HNwPubKeyIds []int32 `json:"hNwPubKeyIds,omitempty"` }
SuciInfo SUCI information containing Routing Indicator and Home Network Public Key ID
func NewSuciInfo ¶
func NewSuciInfo() *SuciInfo
NewSuciInfo instantiates a new SuciInfo 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 NewSuciInfoWithDefaults ¶
func NewSuciInfoWithDefaults() *SuciInfo
NewSuciInfoWithDefaults instantiates a new SuciInfo 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 (*SuciInfo) GetHNwPubKeyIds ¶
GetHNwPubKeyIds returns the HNwPubKeyIds field value if set, zero value otherwise.
func (*SuciInfo) GetHNwPubKeyIdsOk ¶
GetHNwPubKeyIdsOk returns a tuple with the HNwPubKeyIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuciInfo) GetRoutingInds ¶
GetRoutingInds returns the RoutingInds field value if set, zero value otherwise.
func (*SuciInfo) GetRoutingIndsOk ¶
GetRoutingIndsOk returns a tuple with the RoutingInds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SuciInfo) HasHNwPubKeyIds ¶
HasHNwPubKeyIds returns a boolean if a field has been set.
func (*SuciInfo) HasRoutingInds ¶
HasRoutingInds returns a boolean if a field has been set.
func (SuciInfo) MarshalJSON ¶
func (*SuciInfo) SetHNwPubKeyIds ¶
SetHNwPubKeyIds gets a reference to the given []int32 and assigns it to the HNwPubKeyIds field.
func (*SuciInfo) SetRoutingInds ¶
SetRoutingInds gets a reference to the given []string and assigns it to the RoutingInds field.
type SupiRange ¶
type SupiRange struct {
Interface *interface{}
}
SupiRange - A range of SUPIs (subscriber identities), either based on a numeric range, or based on regular-expression matching
func InterfaceAsSupiRange ¶
func InterfaceAsSupiRange(v *interface{}) SupiRange
interface{}AsSupiRange is a convenience function that returns interface{} wrapped in SupiRange
func (*SupiRange) GetActualInstance ¶
func (obj *SupiRange) GetActualInstance() interface{}
Get the actual instance
func (SupiRange) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*SupiRange) UnmarshalJSON ¶
Unmarshal JSON data into one of the pointers in the struct
type SupportedGADShapes ¶
type SupportedGADShapes struct {
String *string
}
SupportedGADShapes Indicates supported GAD shapes.
func (*SupportedGADShapes) MarshalJSON ¶
func (src *SupportedGADShapes) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*SupportedGADShapes) UnmarshalJSON ¶
func (dst *SupportedGADShapes) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type TacRange ¶
type TacRange struct {
Interface *interface{}
}
TacRange - Range of TACs (Tracking Area Codes)
func InterfaceAsTacRange ¶
func InterfaceAsTacRange(v *interface{}) TacRange
interface{}AsTacRange is a convenience function that returns interface{} wrapped in TacRange
func (*TacRange) GetActualInstance ¶
func (obj *TacRange) GetActualInstance() interface{}
Get the actual instance
func (TacRange) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*TacRange) UnmarshalJSON ¶
Unmarshal JSON data into one of the pointers in the struct
type Tai ¶
type Tai struct { PlmnId PlmnId `json:"plmnId"` // 2 or 3-octet string identifying a tracking area code as specified in clause 9.3.3.10 of 3GPP TS 38.413, 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 TAC shall appear first in the string, and the character representing the 4 least significant bit of the TAC shall appear last in the string. Tac string `json:"tac"` // 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"` }
Tai Contains the tracking area identity as described in 3GPP 23.003
func NewTai ¶
NewTai instantiates a new Tai 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 NewTaiWithDefaults ¶
func NewTaiWithDefaults() *Tai
NewTaiWithDefaults instantiates a new Tai 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 (*Tai) 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 (*Tai) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*Tai) GetTacOk ¶
GetTacOk returns a tuple with the Tac field value and a boolean to check if the value has been set.
func (Tai) MarshalJSON ¶
type TaiRange ¶
type TaiRange struct { PlmnId PlmnId `json:"plmnId"` TacRangeList []TacRange `json:"tacRangeList"` // 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"` }
TaiRange Range of TAIs (Tracking Area Identities)
func NewTaiRange ¶
NewTaiRange instantiates a new TaiRange 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 NewTaiRangeWithDefaults ¶
func NewTaiRangeWithDefaults() *TaiRange
NewTaiRangeWithDefaults instantiates a new TaiRange 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 (*TaiRange) 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 (*TaiRange) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (*TaiRange) GetTacRangeList ¶
GetTacRangeList returns the TacRangeList field value
func (*TaiRange) GetTacRangeListOk ¶
GetTacRangeListOk returns a tuple with the TacRangeList field value and a boolean to check if the value has been set.
func (TaiRange) MarshalJSON ¶
func (*TaiRange) SetNid ¶
SetNid gets a reference to the given string and assigns it to the Nid field.
func (*TaiRange) SetTacRangeList ¶
SetTacRangeList sets field value
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
type TmgiRange ¶
type TmgiRange struct { MbsServiceIdStart string `json:"mbsServiceIdStart"` MbsServiceIdEnd string `json:"mbsServiceIdEnd"` PlmnId PlmnId `json:"plmnId"` // 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"` }
TmgiRange Range of TMGIs
func NewTmgiRange ¶
NewTmgiRange instantiates a new TmgiRange 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 NewTmgiRangeWithDefaults ¶
func NewTmgiRangeWithDefaults() *TmgiRange
NewTmgiRangeWithDefaults instantiates a new TmgiRange 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 (*TmgiRange) GetMbsServiceIdEnd ¶
GetMbsServiceIdEnd returns the MbsServiceIdEnd field value
func (*TmgiRange) GetMbsServiceIdEndOk ¶
GetMbsServiceIdEndOk returns a tuple with the MbsServiceIdEnd field value and a boolean to check if the value has been set.
func (*TmgiRange) GetMbsServiceIdStart ¶
GetMbsServiceIdStart returns the MbsServiceIdStart field value
func (*TmgiRange) GetMbsServiceIdStartOk ¶
GetMbsServiceIdStartOk returns a tuple with the MbsServiceIdStart field value and a boolean to check if the value has been set.
func (*TmgiRange) 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 (*TmgiRange) GetPlmnIdOk ¶
GetPlmnIdOk returns a tuple with the PlmnId field value and a boolean to check if the value has been set.
func (TmgiRange) MarshalJSON ¶
func (*TmgiRange) SetMbsServiceIdEnd ¶
SetMbsServiceIdEnd sets field value
func (*TmgiRange) SetMbsServiceIdStart ¶
SetMbsServiceIdStart sets field value
type TngfInfo ¶
type TngfInfo struct {
Interface *interface{}
}
TngfInfo Infomation of the TNGF endpoints
func (*TngfInfo) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*TngfInfo) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type TransportProtocol ¶
type TransportProtocol struct {
String *string
}
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
type TrustAfInfo ¶
type TrustAfInfo struct { SNssaiInfoList []SnssaiInfoItem `json:"sNssaiInfoList,omitempty"` AfEvents []AfEvent `json:"afEvents,omitempty"` AppIds []string `json:"appIds,omitempty"` InternalGroupId []string `json:"internalGroupId,omitempty"` MappingInd *bool `json:"mappingInd,omitempty"` }
TrustAfInfo Information of a trusted AF Instance
func NewTrustAfInfo ¶
func NewTrustAfInfo() *TrustAfInfo
NewTrustAfInfo instantiates a new TrustAfInfo 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 NewTrustAfInfoWithDefaults ¶
func NewTrustAfInfoWithDefaults() *TrustAfInfo
NewTrustAfInfoWithDefaults instantiates a new TrustAfInfo 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 (*TrustAfInfo) GetAfEvents ¶
func (o *TrustAfInfo) GetAfEvents() []AfEvent
GetAfEvents returns the AfEvents field value if set, zero value otherwise.
func (*TrustAfInfo) GetAfEventsOk ¶
func (o *TrustAfInfo) GetAfEventsOk() ([]AfEvent, bool)
GetAfEventsOk returns a tuple with the AfEvents field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrustAfInfo) GetAppIds ¶
func (o *TrustAfInfo) GetAppIds() []string
GetAppIds returns the AppIds field value if set, zero value otherwise.
func (*TrustAfInfo) GetAppIdsOk ¶
func (o *TrustAfInfo) GetAppIdsOk() ([]string, bool)
GetAppIdsOk returns a tuple with the AppIds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrustAfInfo) GetInternalGroupId ¶
func (o *TrustAfInfo) GetInternalGroupId() []string
GetInternalGroupId returns the InternalGroupId field value if set, zero value otherwise.
func (*TrustAfInfo) GetInternalGroupIdOk ¶
func (o *TrustAfInfo) GetInternalGroupIdOk() ([]string, bool)
GetInternalGroupIdOk returns a tuple with the InternalGroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrustAfInfo) GetMappingInd ¶
func (o *TrustAfInfo) GetMappingInd() bool
GetMappingInd returns the MappingInd field value if set, zero value otherwise.
func (*TrustAfInfo) GetMappingIndOk ¶
func (o *TrustAfInfo) GetMappingIndOk() (*bool, bool)
GetMappingIndOk returns a tuple with the MappingInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrustAfInfo) GetSNssaiInfoList ¶
func (o *TrustAfInfo) GetSNssaiInfoList() []SnssaiInfoItem
GetSNssaiInfoList returns the SNssaiInfoList field value if set, zero value otherwise.
func (*TrustAfInfo) GetSNssaiInfoListOk ¶
func (o *TrustAfInfo) GetSNssaiInfoListOk() ([]SnssaiInfoItem, bool)
GetSNssaiInfoListOk returns a tuple with the SNssaiInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrustAfInfo) HasAfEvents ¶
func (o *TrustAfInfo) HasAfEvents() bool
HasAfEvents returns a boolean if a field has been set.
func (*TrustAfInfo) HasAppIds ¶
func (o *TrustAfInfo) HasAppIds() bool
HasAppIds returns a boolean if a field has been set.
func (*TrustAfInfo) HasInternalGroupId ¶
func (o *TrustAfInfo) HasInternalGroupId() bool
HasInternalGroupId returns a boolean if a field has been set.
func (*TrustAfInfo) HasMappingInd ¶
func (o *TrustAfInfo) HasMappingInd() bool
HasMappingInd returns a boolean if a field has been set.
func (*TrustAfInfo) HasSNssaiInfoList ¶
func (o *TrustAfInfo) HasSNssaiInfoList() bool
HasSNssaiInfoList returns a boolean if a field has been set.
func (TrustAfInfo) MarshalJSON ¶
func (o TrustAfInfo) MarshalJSON() ([]byte, error)
func (*TrustAfInfo) SetAfEvents ¶
func (o *TrustAfInfo) SetAfEvents(v []AfEvent)
SetAfEvents gets a reference to the given []AfEvent and assigns it to the AfEvents field.
func (*TrustAfInfo) SetAppIds ¶
func (o *TrustAfInfo) SetAppIds(v []string)
SetAppIds gets a reference to the given []string and assigns it to the AppIds field.
func (*TrustAfInfo) SetInternalGroupId ¶
func (o *TrustAfInfo) SetInternalGroupId(v []string)
SetInternalGroupId gets a reference to the given []string and assigns it to the InternalGroupId field.
func (*TrustAfInfo) SetMappingInd ¶
func (o *TrustAfInfo) SetMappingInd(v bool)
SetMappingInd gets a reference to the given bool and assigns it to the MappingInd field.
func (*TrustAfInfo) SetSNssaiInfoList ¶
func (o *TrustAfInfo) SetSNssaiInfoList(v []SnssaiInfoItem)
SetSNssaiInfoList gets a reference to the given []SnssaiInfoItem and assigns it to the SNssaiInfoList field.
func (TrustAfInfo) ToMap ¶
func (o TrustAfInfo) ToMap() (map[string]interface{}, error)
type TsctsfInfo ¶
type TsctsfInfo struct { // A map (list of key-value pairs) where a valid JSON string serves as key SNssaiInfoList *map[string]SnssaiTsctsfInfoItem `json:"sNssaiInfoList,omitempty"` ExternalGroupIdentifiersRanges []IdentityRange `json:"externalGroupIdentifiersRanges,omitempty"` SupiRanges []SupiRange `json:"supiRanges,omitempty"` GpsiRanges []IdentityRange `json:"gpsiRanges,omitempty"` InternalGroupIdentifiersRanges []InternalGroupIdRange `json:"internalGroupIdentifiersRanges,omitempty"` }
TsctsfInfo Information of a TSCTSF NF Instance
func NewTsctsfInfo ¶
func NewTsctsfInfo() *TsctsfInfo
NewTsctsfInfo instantiates a new TsctsfInfo 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 NewTsctsfInfoWithDefaults ¶
func NewTsctsfInfoWithDefaults() *TsctsfInfo
NewTsctsfInfoWithDefaults instantiates a new TsctsfInfo 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 (*TsctsfInfo) GetExternalGroupIdentifiersRanges ¶
func (o *TsctsfInfo) GetExternalGroupIdentifiersRanges() []IdentityRange
GetExternalGroupIdentifiersRanges returns the ExternalGroupIdentifiersRanges field value if set, zero value otherwise.
func (*TsctsfInfo) GetExternalGroupIdentifiersRangesOk ¶
func (o *TsctsfInfo) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)
GetExternalGroupIdentifiersRangesOk returns a tuple with the ExternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TsctsfInfo) GetGpsiRanges ¶
func (o *TsctsfInfo) GetGpsiRanges() []IdentityRange
GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.
func (*TsctsfInfo) GetGpsiRangesOk ¶
func (o *TsctsfInfo) GetGpsiRangesOk() ([]IdentityRange, bool)
GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TsctsfInfo) GetInternalGroupIdentifiersRanges ¶
func (o *TsctsfInfo) GetInternalGroupIdentifiersRanges() []InternalGroupIdRange
GetInternalGroupIdentifiersRanges returns the InternalGroupIdentifiersRanges field value if set, zero value otherwise.
func (*TsctsfInfo) GetInternalGroupIdentifiersRangesOk ¶
func (o *TsctsfInfo) GetInternalGroupIdentifiersRangesOk() ([]InternalGroupIdRange, bool)
GetInternalGroupIdentifiersRangesOk returns a tuple with the InternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TsctsfInfo) GetSNssaiInfoList ¶
func (o *TsctsfInfo) GetSNssaiInfoList() map[string]SnssaiTsctsfInfoItem
GetSNssaiInfoList returns the SNssaiInfoList field value if set, zero value otherwise.
func (*TsctsfInfo) GetSNssaiInfoListOk ¶
func (o *TsctsfInfo) GetSNssaiInfoListOk() (*map[string]SnssaiTsctsfInfoItem, bool)
GetSNssaiInfoListOk returns a tuple with the SNssaiInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TsctsfInfo) GetSupiRanges ¶
func (o *TsctsfInfo) GetSupiRanges() []SupiRange
GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.
func (*TsctsfInfo) GetSupiRangesOk ¶
func (o *TsctsfInfo) GetSupiRangesOk() ([]SupiRange, bool)
GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TsctsfInfo) HasExternalGroupIdentifiersRanges ¶
func (o *TsctsfInfo) HasExternalGroupIdentifiersRanges() bool
HasExternalGroupIdentifiersRanges returns a boolean if a field has been set.
func (*TsctsfInfo) HasGpsiRanges ¶
func (o *TsctsfInfo) HasGpsiRanges() bool
HasGpsiRanges returns a boolean if a field has been set.
func (*TsctsfInfo) HasInternalGroupIdentifiersRanges ¶
func (o *TsctsfInfo) HasInternalGroupIdentifiersRanges() bool
HasInternalGroupIdentifiersRanges returns a boolean if a field has been set.
func (*TsctsfInfo) HasSNssaiInfoList ¶
func (o *TsctsfInfo) HasSNssaiInfoList() bool
HasSNssaiInfoList returns a boolean if a field has been set.
func (*TsctsfInfo) HasSupiRanges ¶
func (o *TsctsfInfo) HasSupiRanges() bool
HasSupiRanges returns a boolean if a field has been set.
func (TsctsfInfo) MarshalJSON ¶
func (o TsctsfInfo) MarshalJSON() ([]byte, error)
func (*TsctsfInfo) SetExternalGroupIdentifiersRanges ¶
func (o *TsctsfInfo) SetExternalGroupIdentifiersRanges(v []IdentityRange)
SetExternalGroupIdentifiersRanges gets a reference to the given []IdentityRange and assigns it to the ExternalGroupIdentifiersRanges field.
func (*TsctsfInfo) SetGpsiRanges ¶
func (o *TsctsfInfo) SetGpsiRanges(v []IdentityRange)
SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.
func (*TsctsfInfo) SetInternalGroupIdentifiersRanges ¶
func (o *TsctsfInfo) SetInternalGroupIdentifiersRanges(v []InternalGroupIdRange)
SetInternalGroupIdentifiersRanges gets a reference to the given []InternalGroupIdRange and assigns it to the InternalGroupIdentifiersRanges field.
func (*TsctsfInfo) SetSNssaiInfoList ¶
func (o *TsctsfInfo) SetSNssaiInfoList(v map[string]SnssaiTsctsfInfoItem)
SetSNssaiInfoList gets a reference to the given map[string]SnssaiTsctsfInfoItem and assigns it to the SNssaiInfoList field.
func (*TsctsfInfo) SetSupiRanges ¶
func (o *TsctsfInfo) SetSupiRanges(v []SupiRange)
SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.
func (TsctsfInfo) ToMap ¶
func (o TsctsfInfo) ToMap() (map[string]interface{}, error)
type TwifInfo ¶
type TwifInfo struct {
Interface *interface{}
}
TwifInfo Addressing information (IP addresses, FQDN) of the TWIF
func (*TwifInfo) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*TwifInfo) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type UPInterfaceType ¶
type UPInterfaceType struct {
String *string
}
UPInterfaceType Types of User-Plane interfaces of the UPF
func (*UPInterfaceType) MarshalJSON ¶
func (src *UPInterfaceType) MarshalJSON() ([]byte, error)
Marshal data from the first non-nil pointers in the struct to JSON
func (*UPInterfaceType) UnmarshalJSON ¶
func (dst *UPInterfaceType) UnmarshalJSON(data []byte) error
Unmarshal JSON data into any of the pointers in the struct
type UdmInfo ¶
type UdmInfo struct { // Identifier of a group of NFs. GroupId *string `json:"groupId,omitempty"` SupiRanges []SupiRange `json:"supiRanges,omitempty"` GpsiRanges []IdentityRange `json:"gpsiRanges,omitempty"` ExternalGroupIdentifiersRanges []IdentityRange `json:"externalGroupIdentifiersRanges,omitempty"` RoutingIndicators []string `json:"routingIndicators,omitempty"` InternalGroupIdentifiersRanges []InternalGroupIdRange `json:"internalGroupIdentifiersRanges,omitempty"` SuciInfos []SuciInfo `json:"suciInfos,omitempty"` }
UdmInfo Information of an UDM NF Instance
func NewUdmInfo ¶
func NewUdmInfo() *UdmInfo
NewUdmInfo instantiates a new UdmInfo 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 NewUdmInfoWithDefaults ¶
func NewUdmInfoWithDefaults() *UdmInfo
NewUdmInfoWithDefaults instantiates a new UdmInfo 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 (*UdmInfo) GetExternalGroupIdentifiersRanges ¶
func (o *UdmInfo) GetExternalGroupIdentifiersRanges() []IdentityRange
GetExternalGroupIdentifiersRanges returns the ExternalGroupIdentifiersRanges field value if set, zero value otherwise.
func (*UdmInfo) GetExternalGroupIdentifiersRangesOk ¶
func (o *UdmInfo) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)
GetExternalGroupIdentifiersRangesOk returns a tuple with the ExternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UdmInfo) GetGpsiRanges ¶
func (o *UdmInfo) GetGpsiRanges() []IdentityRange
GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.
func (*UdmInfo) GetGpsiRangesOk ¶
func (o *UdmInfo) GetGpsiRangesOk() ([]IdentityRange, bool)
GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UdmInfo) GetGroupId ¶
GetGroupId returns the GroupId field value if set, zero value otherwise.
func (*UdmInfo) GetGroupIdOk ¶
GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UdmInfo) GetInternalGroupIdentifiersRanges ¶
func (o *UdmInfo) GetInternalGroupIdentifiersRanges() []InternalGroupIdRange
GetInternalGroupIdentifiersRanges returns the InternalGroupIdentifiersRanges field value if set, zero value otherwise.
func (*UdmInfo) GetInternalGroupIdentifiersRangesOk ¶
func (o *UdmInfo) GetInternalGroupIdentifiersRangesOk() ([]InternalGroupIdRange, bool)
GetInternalGroupIdentifiersRangesOk returns a tuple with the InternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UdmInfo) GetRoutingIndicators ¶
GetRoutingIndicators returns the RoutingIndicators field value if set, zero value otherwise.
func (*UdmInfo) GetRoutingIndicatorsOk ¶
GetRoutingIndicatorsOk returns a tuple with the RoutingIndicators field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UdmInfo) GetSuciInfos ¶
GetSuciInfos returns the SuciInfos field value if set, zero value otherwise.
func (*UdmInfo) GetSuciInfosOk ¶
GetSuciInfosOk returns a tuple with the SuciInfos field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UdmInfo) GetSupiRanges ¶
GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.
func (*UdmInfo) GetSupiRangesOk ¶
GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UdmInfo) HasExternalGroupIdentifiersRanges ¶
HasExternalGroupIdentifiersRanges returns a boolean if a field has been set.
func (*UdmInfo) HasGpsiRanges ¶
HasGpsiRanges returns a boolean if a field has been set.
func (*UdmInfo) HasGroupId ¶
HasGroupId returns a boolean if a field has been set.
func (*UdmInfo) HasInternalGroupIdentifiersRanges ¶
HasInternalGroupIdentifiersRanges returns a boolean if a field has been set.
func (*UdmInfo) HasRoutingIndicators ¶
HasRoutingIndicators returns a boolean if a field has been set.
func (*UdmInfo) HasSuciInfos ¶
HasSuciInfos returns a boolean if a field has been set.
func (*UdmInfo) HasSupiRanges ¶
HasSupiRanges returns a boolean if a field has been set.
func (UdmInfo) MarshalJSON ¶
func (*UdmInfo) SetExternalGroupIdentifiersRanges ¶
func (o *UdmInfo) SetExternalGroupIdentifiersRanges(v []IdentityRange)
SetExternalGroupIdentifiersRanges gets a reference to the given []IdentityRange and assigns it to the ExternalGroupIdentifiersRanges field.
func (*UdmInfo) SetGpsiRanges ¶
func (o *UdmInfo) SetGpsiRanges(v []IdentityRange)
SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.
func (*UdmInfo) SetGroupId ¶
SetGroupId gets a reference to the given string and assigns it to the GroupId field.
func (*UdmInfo) SetInternalGroupIdentifiersRanges ¶
func (o *UdmInfo) SetInternalGroupIdentifiersRanges(v []InternalGroupIdRange)
SetInternalGroupIdentifiersRanges gets a reference to the given []InternalGroupIdRange and assigns it to the InternalGroupIdentifiersRanges field.
func (*UdmInfo) SetRoutingIndicators ¶
SetRoutingIndicators gets a reference to the given []string and assigns it to the RoutingIndicators field.
func (*UdmInfo) SetSuciInfos ¶
SetSuciInfos gets a reference to the given []SuciInfo and assigns it to the SuciInfos field.
func (*UdmInfo) SetSupiRanges ¶
SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.
type UdrInfo ¶
type UdrInfo struct { // Identifier of a group of NFs. GroupId *string `json:"groupId,omitempty"` SupiRanges []SupiRange `json:"supiRanges,omitempty"` GpsiRanges []IdentityRange `json:"gpsiRanges,omitempty"` ExternalGroupIdentifiersRanges []IdentityRange `json:"externalGroupIdentifiersRanges,omitempty"` SupportedDataSets []DataSetId `json:"supportedDataSets,omitempty"` }
UdrInfo Information of an UDR NF Instance
func NewUdrInfo ¶
func NewUdrInfo() *UdrInfo
NewUdrInfo instantiates a new UdrInfo 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 NewUdrInfoWithDefaults ¶
func NewUdrInfoWithDefaults() *UdrInfo
NewUdrInfoWithDefaults instantiates a new UdrInfo 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 (*UdrInfo) GetExternalGroupIdentifiersRanges ¶
func (o *UdrInfo) GetExternalGroupIdentifiersRanges() []IdentityRange
GetExternalGroupIdentifiersRanges returns the ExternalGroupIdentifiersRanges field value if set, zero value otherwise.
func (*UdrInfo) GetExternalGroupIdentifiersRangesOk ¶
func (o *UdrInfo) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool)
GetExternalGroupIdentifiersRangesOk returns a tuple with the ExternalGroupIdentifiersRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UdrInfo) GetGpsiRanges ¶
func (o *UdrInfo) GetGpsiRanges() []IdentityRange
GetGpsiRanges returns the GpsiRanges field value if set, zero value otherwise.
func (*UdrInfo) GetGpsiRangesOk ¶
func (o *UdrInfo) GetGpsiRangesOk() ([]IdentityRange, bool)
GetGpsiRangesOk returns a tuple with the GpsiRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UdrInfo) GetGroupId ¶
GetGroupId returns the GroupId field value if set, zero value otherwise.
func (*UdrInfo) GetGroupIdOk ¶
GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UdrInfo) GetSharedDataIdRanges ¶
func (o *UdrInfo) GetSharedDataIdRanges() []SharedDataIdRange
GetSharedDataIdRanges returns the SharedDataIdRanges field value if set, zero value otherwise.
func (*UdrInfo) GetSharedDataIdRangesOk ¶
func (o *UdrInfo) GetSharedDataIdRangesOk() ([]SharedDataIdRange, bool)
GetSharedDataIdRangesOk returns a tuple with the SharedDataIdRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UdrInfo) GetSupiRanges ¶
GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.
func (*UdrInfo) GetSupiRangesOk ¶
GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UdrInfo) GetSupportedDataSets ¶
GetSupportedDataSets returns the SupportedDataSets field value if set, zero value otherwise.
func (*UdrInfo) GetSupportedDataSetsOk ¶
GetSupportedDataSetsOk returns a tuple with the SupportedDataSets field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UdrInfo) HasExternalGroupIdentifiersRanges ¶
HasExternalGroupIdentifiersRanges returns a boolean if a field has been set.
func (*UdrInfo) HasGpsiRanges ¶
HasGpsiRanges returns a boolean if a field has been set.
func (*UdrInfo) HasGroupId ¶
HasGroupId returns a boolean if a field has been set.
func (*UdrInfo) HasSharedDataIdRanges ¶
HasSharedDataIdRanges returns a boolean if a field has been set.
func (*UdrInfo) HasSupiRanges ¶
HasSupiRanges returns a boolean if a field has been set.
func (*UdrInfo) HasSupportedDataSets ¶
HasSupportedDataSets returns a boolean if a field has been set.
func (UdrInfo) MarshalJSON ¶
func (*UdrInfo) SetExternalGroupIdentifiersRanges ¶
func (o *UdrInfo) SetExternalGroupIdentifiersRanges(v []IdentityRange)
SetExternalGroupIdentifiersRanges gets a reference to the given []IdentityRange and assigns it to the ExternalGroupIdentifiersRanges field.
func (*UdrInfo) SetGpsiRanges ¶
func (o *UdrInfo) SetGpsiRanges(v []IdentityRange)
SetGpsiRanges gets a reference to the given []IdentityRange and assigns it to the GpsiRanges field.
func (*UdrInfo) SetGroupId ¶
SetGroupId gets a reference to the given string and assigns it to the GroupId field.
func (*UdrInfo) SetSharedDataIdRanges ¶
func (o *UdrInfo) SetSharedDataIdRanges(v []SharedDataIdRange)
SetSharedDataIdRanges gets a reference to the given []SharedDataIdRange and assigns it to the SharedDataIdRanges field.
func (*UdrInfo) SetSupiRanges ¶
SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.
func (*UdrInfo) SetSupportedDataSets ¶
SetSupportedDataSets gets a reference to the given []DataSetId and assigns it to the SupportedDataSets field.
type UdsfInfo ¶
type UdsfInfo struct { // Identifier of a group of NFs. GroupId *string `json:"groupId,omitempty"` SupiRanges []SupiRange `json:"supiRanges,omitempty"` // A map (list of key-value pairs) where realmId serves as key and each value in the map is an array of IdentityRanges. Each IdentityRange is a range of storageIds. StorageIdRanges *map[string][]IdentityRange `json:"storageIdRanges,omitempty"` }
UdsfInfo Information related to UDSF
func NewUdsfInfo ¶
func NewUdsfInfo() *UdsfInfo
NewUdsfInfo instantiates a new UdsfInfo 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 NewUdsfInfoWithDefaults ¶
func NewUdsfInfoWithDefaults() *UdsfInfo
NewUdsfInfoWithDefaults instantiates a new UdsfInfo 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 (*UdsfInfo) GetGroupId ¶
GetGroupId returns the GroupId field value if set, zero value otherwise.
func (*UdsfInfo) GetGroupIdOk ¶
GetGroupIdOk returns a tuple with the GroupId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UdsfInfo) GetStorageIdRanges ¶
func (o *UdsfInfo) GetStorageIdRanges() map[string][]IdentityRange
GetStorageIdRanges returns the StorageIdRanges field value if set, zero value otherwise.
func (*UdsfInfo) GetStorageIdRangesOk ¶
func (o *UdsfInfo) GetStorageIdRangesOk() (*map[string][]IdentityRange, bool)
GetStorageIdRangesOk returns a tuple with the StorageIdRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UdsfInfo) GetSupiRanges ¶
GetSupiRanges returns the SupiRanges field value if set, zero value otherwise.
func (*UdsfInfo) GetSupiRangesOk ¶
GetSupiRangesOk returns a tuple with the SupiRanges field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UdsfInfo) HasGroupId ¶
HasGroupId returns a boolean if a field has been set.
func (*UdsfInfo) HasStorageIdRanges ¶
HasStorageIdRanges returns a boolean if a field has been set.
func (*UdsfInfo) HasSupiRanges ¶
HasSupiRanges returns a boolean if a field has been set.
func (UdsfInfo) MarshalJSON ¶
func (*UdsfInfo) SetGroupId ¶
SetGroupId gets a reference to the given string and assigns it to the GroupId field.
func (*UdsfInfo) SetStorageIdRanges ¶
func (o *UdsfInfo) SetStorageIdRanges(v map[string][]IdentityRange)
SetStorageIdRanges gets a reference to the given map[string][]IdentityRange and assigns it to the StorageIdRanges field.
func (*UdsfInfo) SetSupiRanges ¶
SetSupiRanges gets a reference to the given []SupiRange and assigns it to the SupiRanges field.
type UnTrustAfInfo ¶
type UnTrustAfInfo struct { AfId string `json:"afId"` SNssaiInfoList []SnssaiInfoItem `json:"sNssaiInfoList,omitempty"` MappingInd *bool `json:"mappingInd,omitempty"` }
UnTrustAfInfo Information of a untrusted AF Instance
func NewUnTrustAfInfo ¶
func NewUnTrustAfInfo(afId string) *UnTrustAfInfo
NewUnTrustAfInfo instantiates a new UnTrustAfInfo 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 NewUnTrustAfInfoWithDefaults ¶
func NewUnTrustAfInfoWithDefaults() *UnTrustAfInfo
NewUnTrustAfInfoWithDefaults instantiates a new UnTrustAfInfo 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 (*UnTrustAfInfo) GetAfId ¶
func (o *UnTrustAfInfo) GetAfId() string
GetAfId returns the AfId field value
func (*UnTrustAfInfo) GetAfIdOk ¶
func (o *UnTrustAfInfo) GetAfIdOk() (*string, bool)
GetAfIdOk returns a tuple with the AfId field value and a boolean to check if the value has been set.
func (*UnTrustAfInfo) GetMappingInd ¶
func (o *UnTrustAfInfo) GetMappingInd() bool
GetMappingInd returns the MappingInd field value if set, zero value otherwise.
func (*UnTrustAfInfo) GetMappingIndOk ¶
func (o *UnTrustAfInfo) GetMappingIndOk() (*bool, bool)
GetMappingIndOk returns a tuple with the MappingInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UnTrustAfInfo) GetSNssaiInfoList ¶
func (o *UnTrustAfInfo) GetSNssaiInfoList() []SnssaiInfoItem
GetSNssaiInfoList returns the SNssaiInfoList field value if set, zero value otherwise.
func (*UnTrustAfInfo) GetSNssaiInfoListOk ¶
func (o *UnTrustAfInfo) GetSNssaiInfoListOk() ([]SnssaiInfoItem, bool)
GetSNssaiInfoListOk returns a tuple with the SNssaiInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UnTrustAfInfo) HasMappingInd ¶
func (o *UnTrustAfInfo) HasMappingInd() bool
HasMappingInd returns a boolean if a field has been set.
func (*UnTrustAfInfo) HasSNssaiInfoList ¶
func (o *UnTrustAfInfo) HasSNssaiInfoList() bool
HasSNssaiInfoList returns a boolean if a field has been set.
func (UnTrustAfInfo) MarshalJSON ¶
func (o UnTrustAfInfo) MarshalJSON() ([]byte, error)
func (*UnTrustAfInfo) SetMappingInd ¶
func (o *UnTrustAfInfo) SetMappingInd(v bool)
SetMappingInd gets a reference to the given bool and assigns it to the MappingInd field.
func (*UnTrustAfInfo) SetSNssaiInfoList ¶
func (o *UnTrustAfInfo) SetSNssaiInfoList(v []SnssaiInfoItem)
SetSNssaiInfoList gets a reference to the given []SnssaiInfoItem and assigns it to the SNssaiInfoList field.
func (UnTrustAfInfo) ToMap ¶
func (o UnTrustAfInfo) ToMap() (map[string]interface{}, error)
type UpfCond ¶
type UpfCond struct { ConditionType string `json:"conditionType"` SmfServingArea []string `json:"smfServingArea,omitempty"` TaiList []Tai `json:"taiList,omitempty"` }
UpfCond Subscription to a set of NF Instances (UPFs), able to serve a certain service area (i.e. SMF serving area or TAI list)
func NewUpfCond ¶
NewUpfCond instantiates a new UpfCond 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 NewUpfCondWithDefaults ¶
func NewUpfCondWithDefaults() *UpfCond
NewUpfCondWithDefaults instantiates a new UpfCond 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 (*UpfCond) GetConditionType ¶
GetConditionType returns the ConditionType field value
func (*UpfCond) GetConditionTypeOk ¶
GetConditionTypeOk returns a tuple with the ConditionType field value and a boolean to check if the value has been set.
func (*UpfCond) GetSmfServingArea ¶
GetSmfServingArea returns the SmfServingArea field value if set, zero value otherwise.
func (*UpfCond) GetSmfServingAreaOk ¶
GetSmfServingAreaOk returns a tuple with the SmfServingArea field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfCond) GetTaiList ¶
GetTaiList returns the TaiList field value if set, zero value otherwise.
func (*UpfCond) GetTaiListOk ¶
GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfCond) HasSmfServingArea ¶
HasSmfServingArea returns a boolean if a field has been set.
func (*UpfCond) HasTaiList ¶
HasTaiList returns a boolean if a field has been set.
func (UpfCond) MarshalJSON ¶
func (*UpfCond) SetConditionType ¶
SetConditionType sets field value
func (*UpfCond) SetSmfServingArea ¶
SetSmfServingArea gets a reference to the given []string and assigns it to the SmfServingArea field.
func (*UpfCond) SetTaiList ¶
SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.
type UpfInfo ¶
type UpfInfo struct { SNssaiUpfInfoList []SnssaiUpfInfoItem `json:"sNssaiUpfInfoList"` SmfServingArea []string `json:"smfServingArea,omitempty"` InterfaceUpfInfoList []InterfaceUpfInfoItem `json:"interfaceUpfInfoList,omitempty"` IwkEpsInd *bool `json:"iwkEpsInd,omitempty"` SxaInd *bool `json:"sxaInd,omitempty"` PduSessionTypes []PduSessionType `json:"pduSessionTypes,omitempty"` AtsssCapability *AtsssCapability `json:"atsssCapability,omitempty"` UeIpAddrInd *bool `json:"ueIpAddrInd,omitempty"` TaiList []Tai `json:"taiList,omitempty"` TaiRangeList []TaiRange `json:"taiRangeList,omitempty"` WAgfInfo *WAgfInfo `json:"wAgfInfo,omitempty"` TngfInfo *TngfInfo `json:"tngfInfo,omitempty"` TwifInfo *TwifInfo `json:"twifInfo,omitempty"` Priority *int32 `json:"priority,omitempty"` RedundantGtpu *bool `json:"redundantGtpu,omitempty"` Ipups *bool `json:"ipups,omitempty"` DataForwarding *bool `json:"dataForwarding,omitempty"` SupportedPfcpFeatures *string `json:"supportedPfcpFeatures,omitempty"` }
UpfInfo Information of an UPF NF Instance
func NewUpfInfo ¶
func NewUpfInfo(sNssaiUpfInfoList []SnssaiUpfInfoItem) *UpfInfo
NewUpfInfo instantiates a new UpfInfo 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 NewUpfInfoWithDefaults ¶
func NewUpfInfoWithDefaults() *UpfInfo
NewUpfInfoWithDefaults instantiates a new UpfInfo 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 (*UpfInfo) GetAtsssCapability ¶
func (o *UpfInfo) GetAtsssCapability() AtsssCapability
GetAtsssCapability returns the AtsssCapability field value if set, zero value otherwise.
func (*UpfInfo) GetAtsssCapabilityOk ¶
func (o *UpfInfo) GetAtsssCapabilityOk() (*AtsssCapability, bool)
GetAtsssCapabilityOk returns a tuple with the AtsssCapability field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfInfo) GetDataForwarding ¶
GetDataForwarding returns the DataForwarding field value if set, zero value otherwise.
func (*UpfInfo) GetDataForwardingOk ¶
GetDataForwardingOk returns a tuple with the DataForwarding field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfInfo) GetInterfaceUpfInfoList ¶
func (o *UpfInfo) GetInterfaceUpfInfoList() []InterfaceUpfInfoItem
GetInterfaceUpfInfoList returns the InterfaceUpfInfoList field value if set, zero value otherwise.
func (*UpfInfo) GetInterfaceUpfInfoListOk ¶
func (o *UpfInfo) GetInterfaceUpfInfoListOk() ([]InterfaceUpfInfoItem, bool)
GetInterfaceUpfInfoListOk returns a tuple with the InterfaceUpfInfoList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfInfo) GetIpupsOk ¶
GetIpupsOk returns a tuple with the Ipups field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfInfo) GetIwkEpsInd ¶
GetIwkEpsInd returns the IwkEpsInd field value if set, zero value otherwise.
func (*UpfInfo) GetIwkEpsIndOk ¶
GetIwkEpsIndOk returns a tuple with the IwkEpsInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfInfo) GetPduSessionTypes ¶
func (o *UpfInfo) GetPduSessionTypes() []PduSessionType
GetPduSessionTypes returns the PduSessionTypes field value if set, zero value otherwise.
func (*UpfInfo) GetPduSessionTypesOk ¶
func (o *UpfInfo) GetPduSessionTypesOk() ([]PduSessionType, bool)
GetPduSessionTypesOk returns a tuple with the PduSessionTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfInfo) GetPriority ¶
GetPriority returns the Priority field value if set, zero value otherwise.
func (*UpfInfo) GetPriorityOk ¶
GetPriorityOk returns a tuple with the Priority field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfInfo) GetRedundantGtpu ¶
GetRedundantGtpu returns the RedundantGtpu field value if set, zero value otherwise.
func (*UpfInfo) GetRedundantGtpuOk ¶
GetRedundantGtpuOk returns a tuple with the RedundantGtpu field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfInfo) GetSNssaiUpfInfoList ¶
func (o *UpfInfo) GetSNssaiUpfInfoList() []SnssaiUpfInfoItem
GetSNssaiUpfInfoList returns the SNssaiUpfInfoList field value
func (*UpfInfo) GetSNssaiUpfInfoListOk ¶
func (o *UpfInfo) GetSNssaiUpfInfoListOk() ([]SnssaiUpfInfoItem, bool)
GetSNssaiUpfInfoListOk returns a tuple with the SNssaiUpfInfoList field value and a boolean to check if the value has been set.
func (*UpfInfo) GetSmfServingArea ¶
GetSmfServingArea returns the SmfServingArea field value if set, zero value otherwise.
func (*UpfInfo) GetSmfServingAreaOk ¶
GetSmfServingAreaOk returns a tuple with the SmfServingArea field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfInfo) GetSupportedPfcpFeatures ¶
GetSupportedPfcpFeatures returns the SupportedPfcpFeatures field value if set, zero value otherwise.
func (*UpfInfo) GetSupportedPfcpFeaturesOk ¶
GetSupportedPfcpFeaturesOk returns a tuple with the SupportedPfcpFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfInfo) GetSxaIndOk ¶
GetSxaIndOk returns a tuple with the SxaInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfInfo) GetTaiList ¶
GetTaiList returns the TaiList field value if set, zero value otherwise.
func (*UpfInfo) GetTaiListOk ¶
GetTaiListOk returns a tuple with the TaiList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfInfo) GetTaiRangeList ¶
GetTaiRangeList returns the TaiRangeList field value if set, zero value otherwise.
func (*UpfInfo) GetTaiRangeListOk ¶
GetTaiRangeListOk returns a tuple with the TaiRangeList field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfInfo) GetTngfInfo ¶
GetTngfInfo returns the TngfInfo field value if set, zero value otherwise.
func (*UpfInfo) GetTngfInfoOk ¶
GetTngfInfoOk returns a tuple with the TngfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfInfo) GetTwifInfo ¶
GetTwifInfo returns the TwifInfo field value if set, zero value otherwise.
func (*UpfInfo) GetTwifInfoOk ¶
GetTwifInfoOk returns a tuple with the TwifInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfInfo) GetUeIpAddrInd ¶
GetUeIpAddrInd returns the UeIpAddrInd field value if set, zero value otherwise.
func (*UpfInfo) GetUeIpAddrIndOk ¶
GetUeIpAddrIndOk returns a tuple with the UeIpAddrInd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfInfo) GetWAgfInfo ¶
GetWAgfInfo returns the WAgfInfo field value if set, zero value otherwise.
func (*UpfInfo) GetWAgfInfoOk ¶
GetWAgfInfoOk returns a tuple with the WAgfInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UpfInfo) HasAtsssCapability ¶
HasAtsssCapability returns a boolean if a field has been set.
func (*UpfInfo) HasDataForwarding ¶
HasDataForwarding returns a boolean if a field has been set.
func (*UpfInfo) HasInterfaceUpfInfoList ¶
HasInterfaceUpfInfoList returns a boolean if a field has been set.
func (*UpfInfo) HasIwkEpsInd ¶
HasIwkEpsInd returns a boolean if a field has been set.
func (*UpfInfo) HasPduSessionTypes ¶
HasPduSessionTypes returns a boolean if a field has been set.
func (*UpfInfo) HasPriority ¶
HasPriority returns a boolean if a field has been set.
func (*UpfInfo) HasRedundantGtpu ¶
HasRedundantGtpu returns a boolean if a field has been set.
func (*UpfInfo) HasSmfServingArea ¶
HasSmfServingArea returns a boolean if a field has been set.
func (*UpfInfo) HasSupportedPfcpFeatures ¶
HasSupportedPfcpFeatures returns a boolean if a field has been set.
func (*UpfInfo) HasTaiList ¶
HasTaiList returns a boolean if a field has been set.
func (*UpfInfo) HasTaiRangeList ¶
HasTaiRangeList returns a boolean if a field has been set.
func (*UpfInfo) HasTngfInfo ¶
HasTngfInfo returns a boolean if a field has been set.
func (*UpfInfo) HasTwifInfo ¶
HasTwifInfo returns a boolean if a field has been set.
func (*UpfInfo) HasUeIpAddrInd ¶
HasUeIpAddrInd returns a boolean if a field has been set.
func (*UpfInfo) HasWAgfInfo ¶
HasWAgfInfo returns a boolean if a field has been set.
func (UpfInfo) MarshalJSON ¶
func (*UpfInfo) SetAtsssCapability ¶
func (o *UpfInfo) SetAtsssCapability(v AtsssCapability)
SetAtsssCapability gets a reference to the given AtsssCapability and assigns it to the AtsssCapability field.
func (*UpfInfo) SetDataForwarding ¶
SetDataForwarding gets a reference to the given bool and assigns it to the DataForwarding field.
func (*UpfInfo) SetInterfaceUpfInfoList ¶
func (o *UpfInfo) SetInterfaceUpfInfoList(v []InterfaceUpfInfoItem)
SetInterfaceUpfInfoList gets a reference to the given []InterfaceUpfInfoItem and assigns it to the InterfaceUpfInfoList field.
func (*UpfInfo) SetIpups ¶
SetIpups gets a reference to the given bool and assigns it to the Ipups field.
func (*UpfInfo) SetIwkEpsInd ¶
SetIwkEpsInd gets a reference to the given bool and assigns it to the IwkEpsInd field.
func (*UpfInfo) SetPduSessionTypes ¶
func (o *UpfInfo) SetPduSessionTypes(v []PduSessionType)
SetPduSessionTypes gets a reference to the given []PduSessionType and assigns it to the PduSessionTypes field.
func (*UpfInfo) SetPriority ¶
SetPriority gets a reference to the given int32 and assigns it to the Priority field.
func (*UpfInfo) SetRedundantGtpu ¶
SetRedundantGtpu gets a reference to the given bool and assigns it to the RedundantGtpu field.
func (*UpfInfo) SetSNssaiUpfInfoList ¶
func (o *UpfInfo) SetSNssaiUpfInfoList(v []SnssaiUpfInfoItem)
SetSNssaiUpfInfoList sets field value
func (*UpfInfo) SetSmfServingArea ¶
SetSmfServingArea gets a reference to the given []string and assigns it to the SmfServingArea field.
func (*UpfInfo) SetSupportedPfcpFeatures ¶
SetSupportedPfcpFeatures gets a reference to the given string and assigns it to the SupportedPfcpFeatures field.
func (*UpfInfo) SetSxaInd ¶
SetSxaInd gets a reference to the given bool and assigns it to the SxaInd field.
func (*UpfInfo) SetTaiList ¶
SetTaiList gets a reference to the given []Tai and assigns it to the TaiList field.
func (*UpfInfo) SetTaiRangeList ¶
SetTaiRangeList gets a reference to the given []TaiRange and assigns it to the TaiRangeList field.
func (*UpfInfo) SetTngfInfo ¶
SetTngfInfo gets a reference to the given TngfInfo and assigns it to the TngfInfo field.
func (*UpfInfo) SetTwifInfo ¶
SetTwifInfo gets a reference to the given TwifInfo and assigns it to the TwifInfo field.
func (*UpfInfo) SetUeIpAddrInd ¶
SetUeIpAddrInd gets a reference to the given bool and assigns it to the UeIpAddrInd field.
func (*UpfInfo) SetWAgfInfo ¶
SetWAgfInfo gets a reference to the given WAgfInfo and assigns it to the WAgfInfo field.
type UriList ¶
type UriList struct { // List of the URI of NF instances. It has two members whose names are item and self. The item attribute contains an array of URIs. Links *map[string]LinksValueSchema `json:"_links,omitempty"` TotalItemCount *int32 `json:"totalItemCount,omitempty"` }
UriList Represents a set of URIs following the 3GPP hypermedia format (containing a \"_links\" attribute).
func NewUriList ¶
func NewUriList() *UriList
NewUriList instantiates a new UriList 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 NewUriListWithDefaults ¶
func NewUriListWithDefaults() *UriList
NewUriListWithDefaults instantiates a new UriList 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 (*UriList) GetLinks ¶
func (o *UriList) GetLinks() map[string]LinksValueSchema
GetLinks returns the Links field value if set, zero value otherwise.
func (*UriList) GetLinksOk ¶
func (o *UriList) GetLinksOk() (*map[string]LinksValueSchema, bool)
GetLinksOk returns a tuple with the Links field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UriList) GetTotalItemCount ¶
GetTotalItemCount returns the TotalItemCount field value if set, zero value otherwise.
func (*UriList) GetTotalItemCountOk ¶
GetTotalItemCountOk returns a tuple with the TotalItemCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UriList) HasTotalItemCount ¶
HasTotalItemCount returns a boolean if a field has been set.
func (UriList) MarshalJSON ¶
func (*UriList) SetLinks ¶
func (o *UriList) SetLinks(v map[string]LinksValueSchema)
SetLinks gets a reference to the given map[string]LinksValueSchema and assigns it to the Links field.
func (*UriList) SetTotalItemCount ¶
SetTotalItemCount gets a reference to the given int32 and assigns it to the TotalItemCount field.
type UriScheme ¶
type UriScheme struct {
String *string
}
UriScheme HTTP and HTTPS URI scheme.
func (*UriScheme) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*UriScheme) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
type V2xCapability ¶
type V2xCapability struct { LteV2x *bool `json:"lteV2x,omitempty"` NrV2x *bool `json:"nrV2x,omitempty"` }
V2xCapability Indicate the supported V2X Capability by the PCF.
func NewV2xCapability ¶
func NewV2xCapability() *V2xCapability
NewV2xCapability instantiates a new V2xCapability 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 NewV2xCapabilityWithDefaults ¶
func NewV2xCapabilityWithDefaults() *V2xCapability
NewV2xCapabilityWithDefaults instantiates a new V2xCapability 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 (*V2xCapability) GetLteV2x ¶
func (o *V2xCapability) GetLteV2x() bool
GetLteV2x returns the LteV2x field value if set, zero value otherwise.
func (*V2xCapability) GetLteV2xOk ¶
func (o *V2xCapability) GetLteV2xOk() (*bool, bool)
GetLteV2xOk returns a tuple with the LteV2x field value if set, nil otherwise and a boolean to check if the value has been set.
func (*V2xCapability) GetNrV2x ¶
func (o *V2xCapability) GetNrV2x() bool
GetNrV2x returns the NrV2x field value if set, zero value otherwise.
func (*V2xCapability) GetNrV2xOk ¶
func (o *V2xCapability) GetNrV2xOk() (*bool, bool)
GetNrV2xOk returns a tuple with the NrV2x field value if set, nil otherwise and a boolean to check if the value has been set.
func (*V2xCapability) HasLteV2x ¶
func (o *V2xCapability) HasLteV2x() bool
HasLteV2x returns a boolean if a field has been set.
func (*V2xCapability) HasNrV2x ¶
func (o *V2xCapability) HasNrV2x() bool
HasNrV2x returns a boolean if a field has been set.
func (V2xCapability) MarshalJSON ¶
func (o V2xCapability) MarshalJSON() ([]byte, error)
func (*V2xCapability) SetLteV2x ¶
func (o *V2xCapability) SetLteV2x(v bool)
SetLteV2x gets a reference to the given bool and assigns it to the LteV2x field.
func (*V2xCapability) SetNrV2x ¶
func (o *V2xCapability) SetNrV2x(v bool)
SetNrV2x gets a reference to the given bool and assigns it to the NrV2x field.
func (V2xCapability) ToMap ¶
func (o V2xCapability) ToMap() (map[string]interface{}, error)
type VendorSpecificFeature ¶
type VendorSpecificFeature struct { FeatureName string `json:"featureName"` FeatureVersion string `json:"featureVersion"` }
VendorSpecificFeature Information about a vendor-specific feature
func NewVendorSpecificFeature ¶
func NewVendorSpecificFeature(featureName string, featureVersion string) *VendorSpecificFeature
NewVendorSpecificFeature instantiates a new VendorSpecificFeature 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 NewVendorSpecificFeatureWithDefaults ¶
func NewVendorSpecificFeatureWithDefaults() *VendorSpecificFeature
NewVendorSpecificFeatureWithDefaults instantiates a new VendorSpecificFeature 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 (*VendorSpecificFeature) GetFeatureName ¶
func (o *VendorSpecificFeature) GetFeatureName() string
GetFeatureName returns the FeatureName field value
func (*VendorSpecificFeature) GetFeatureNameOk ¶
func (o *VendorSpecificFeature) GetFeatureNameOk() (*string, bool)
GetFeatureNameOk returns a tuple with the FeatureName field value and a boolean to check if the value has been set.
func (*VendorSpecificFeature) GetFeatureVersion ¶
func (o *VendorSpecificFeature) GetFeatureVersion() string
GetFeatureVersion returns the FeatureVersion field value
func (*VendorSpecificFeature) GetFeatureVersionOk ¶
func (o *VendorSpecificFeature) GetFeatureVersionOk() (*string, bool)
GetFeatureVersionOk returns a tuple with the FeatureVersion field value and a boolean to check if the value has been set.
func (VendorSpecificFeature) MarshalJSON ¶
func (o VendorSpecificFeature) MarshalJSON() ([]byte, error)
func (*VendorSpecificFeature) SetFeatureName ¶
func (o *VendorSpecificFeature) SetFeatureName(v string)
SetFeatureName sets field value
func (*VendorSpecificFeature) SetFeatureVersion ¶
func (o *VendorSpecificFeature) SetFeatureVersion(v string)
SetFeatureVersion sets field value
func (VendorSpecificFeature) ToMap ¶
func (o VendorSpecificFeature) ToMap() (map[string]interface{}, error)
type WAgfInfo ¶
type WAgfInfo struct {
Interface *interface{}
}
WAgfInfo Information of the W-AGF end-points
func (*WAgfInfo) MarshalJSON ¶
Marshal data from the first non-nil pointers in the struct to JSON
func (*WAgfInfo) UnmarshalJSON ¶
Unmarshal JSON data into any of the pointers in the struct
Source Files ¶
- api_nf_instance_id_document.go
- api_nf_instances_store.go
- api_subscription_id_document.go
- api_subscriptions_collection.go
- client.go
- configuration.go
- model_5_g_ddnmf_info.go
- model_aanf_info.go
- model_access_token_err.go
- model_access_token_req.go
- model_access_type.go
- model_af_event.go
- model_af_event_exposure_data.go
- model_amf_cond.go
- model_amf_info.go
- model_an_node_type.go
- model_atsss_capability.go
- model_ausf_info.go
- model_bsf_info.go
- model_change_item.go
- model_change_type.go
- model_chf_info.go
- model_collocated_nf_instance.go
- model_collocated_nf_type.go
- model_condition_event_type.go
- model_data_set_id.go
- model_dccf_cond.go
- model_dccf_info.go
- model_def_sub_service_info.go
- model_default_notification_subscription.go
- model_dnn_easdf_info_item.go
- model_dnn_info_item.go
- model_dnn_mb_smf_info_item.go
- model_dnn_smf_info_item.go
- model_dnn_smf_info_item_dnai_list_inner.go
- model_dnn_smf_info_item_dnn.go
- model_dnn_tsctsf_info_item.go
- model_dnn_upf_info_item.go
- model_easdf_info.go
- model_event_id.go
- model_ext_snssai.go
- model_external_client_type.go
- model_gmlc_info.go
- model_guami.go
- model_guami_list_cond.go
- model_hss_info.go
- model_identity_range.go
- model_imsi_range.go
- model_interface_upf_info_item.go
- model_internal_group_id_range.go
- model_invalid_param.go
- model_ip_addr.go
- model_ip_end_point.go
- model_ip_index.go
- model_ip_reachability.go
- model_ipv4_address_range.go
- model_ipv6_addr.go
- model_ipv6_prefix.go
- model_ipv6_prefix_range.go
- model_iwmsc_info.go
- model_link.go
- model_links_value_schema.go
- model_lmf_info.go
- model_locality_description.go
- model_locality_description_item.go
- model_locality_type.go
- model_mb_smf_info.go
- model_mb_upf_info.go
- model_mbs_service_area.go
- model_mbs_service_area_info.go
- model_mbs_session.go
- model_mbs_session_id.go
- model_mfaf_info.go
- model_ml_analytics_info.go
- model_mnpf_info.go
- model_n1_message_class.go
- model_n2_information_class.go
- model_n2_interface_amf_info.go
- model_n32_purpose.go
- model_ncgi.go
- model_ncgi_tai.go
- model_nef_cond.go
- model_nef_info.go
- model_network_node_diameter_address.go
- model_network_slice_cond.go
- model_nf_group_cond.go
- model_nf_group_list_cond.go
- model_nf_info.go
- model_nf_instance_id_cond.go
- model_nf_instance_id_list_cond.go
- model_nf_profile.go
- model_nf_service.go
- model_nf_service_set_cond.go
- model_nf_service_status.go
- model_nf_service_version.go
- model_nf_set_cond.go
- model_nf_status.go
- model_nf_type.go
- model_nf_type_cond.go
- model_notif_condition.go
- model_notification_data.go
- model_notification_event_type.go
- model_notification_type.go
- model_nrf_info.go
- model_nrf_info_served_aanf_info_list_value_value.go
- model_nrf_info_served_amf_info_value.go
- model_nrf_info_served_ausf_info_value.go
- model_nrf_info_served_bsf_info_value.go
- model_nrf_info_served_chf_info_value.go
- model_nrf_info_served_gmlc_info_value.go
- model_nrf_info_served_hss_info_list_value_value.go
- model_nrf_info_served_lmf_info_value.go
- model_nrf_info_served_mb_smf_info_list_value_value.go
- model_nrf_info_served_nef_info_value.go
- model_nrf_info_served_nwdaf_info_value.go
- model_nrf_info_served_pcf_info_value.go
- model_nrf_info_served_pcscf_info_list_value_value.go
- model_nrf_info_served_scp_info_list_value.go
- model_nrf_info_served_sepp_info_list_value.go
- model_nrf_info_served_smf_info_value.go
- model_nrf_info_served_udm_info_value.go
- model_nrf_info_served_udr_info_value.go
- model_nrf_info_served_udsf_info_value.go
- model_nrf_info_served_upf_info_value.go
- model_nsacf_capability.go
- model_nsacf_info.go
- model_nssaaf_info.go
- model_nwdaf_capability.go
- model_nwdaf_cond.go
- model_nwdaf_event.go
- model_nwdaf_info.go
- model_options_response.go
- model_patch_item.go
- model_patch_operation.go
- model_pcf_info.go
- model_pcscf_info.go
- model_pdu_session_type.go
- model_pfd_data.go
- model_plmn_id.go
- model_plmn_id_nid.go
- model_plmn_oauth2.go
- model_plmn_range.go
- model_plmn_snssai.go
- model_pro_se_capability.go
- model_problem_details.go
- model_rat_type.go
- model_redirect_response.go
- model_scp_capability.go
- model_scp_domain_cond.go
- model_scp_domain_info.go
- model_scp_info.go
- model_sd_range.go
- model_sepp_info.go
- model_service_name.go
- model_service_name_cond.go
- model_service_name_list_cond.go
- model_shared_data_id_range.go
- model_smf_info.go
- model_smsf_info.go
- model_snssai.go
- model_snssai_easdf_info_item.go
- model_snssai_extension.go
- model_snssai_info_item.go
- model_snssai_mb_smf_info_item.go
- model_snssai_smf_info_item.go
- model_snssai_tsctsf_info_item.go
- model_snssai_upf_info_item.go
- model_ssm.go
- model_subscr_cond.go
- model_subscription_context.go
- model_subscription_data.go
- model_suci_info.go
- model_supi_range.go
- model_supported_gad_shapes.go
- model_tac_range.go
- model_tai.go
- model_tai_range.go
- model_tmgi.go
- model_tmgi_range.go
- model_tngf_info.go
- model_transport_protocol.go
- model_trust_af_info.go
- model_tsctsf_info.go
- model_twif_info.go
- model_udm_info.go
- model_udr_info.go
- model_udsf_info.go
- model_un_trust_af_info.go
- model_up_interface_type.go
- model_upf_cond.go
- model_upf_info.go
- model_uri_list.go
- model_uri_scheme.go
- model_v2x_capability.go
- model_vendor_specific_feature.go
- model_w_agf_info.go
- response.go
- utils.go