Versions in this module Expand all Collapse all v1 v1.18.2 Apr 9, 2023 Changes in this version + func IsNil(i interface{}) bool type ProbableCause + ProbableCauseOneOf *ProbableCauseOneOf + func ProbableCauseOneOfAsProbableCause(v *ProbableCauseOneOf) ProbableCause type ProbableCauseOneOf + String *string v1.18.1 Apr 8, 2023 Changes in this version + var AllowedAccessTypeEnumValues = []AccessType + var AllowedAckStateEnumValues = []AckState + var AllowedAdministrativeStateEnumValues = []AdministrativeState + var AllowedAfEventAnyOfEnumValues = []AfEventAnyOf + var AllowedAfSigProtocolAnyOfEnumValues = []AfSigProtocolAnyOf + var AllowedAlarmNotificationTypesEnumValues = []AlarmNotificationTypes + var AllowedAlarmTypeEnumValues = []AlarmType + var AllowedAnonymizationOfMdtDataTypeEnumValues = []AnonymizationOfMdtDataType + var AllowedCmNotificationTypesEnumValues = []CmNotificationTypes + var AllowedCollectionPeriodM6LteTypeEnumValues = []CollectionPeriodM6LteType + var AllowedCollectionPeriodM6NrTypeEnumValues = []CollectionPeriodM6NrType + var AllowedCollectionPeriodRrmLteTypeEnumValues = []CollectionPeriodRrmLteType + var AllowedCollectionPeriodRrmNrTypeEnumValues = []CollectionPeriodRrmNrType + var AllowedCollectionPeriodRrmUmtsTypeEnumValues = []CollectionPeriodRrmUmtsType + var AllowedCommModelTypeEnumValues = []CommModelType + var AllowedDnaiChangeTypeAnyOfEnumValues = []DnaiChangeTypeAnyOf + var AllowedEventIdAnyOfEnumValues = []EventIdAnyOf + var AllowedEventListForEventTriggeredMeasurementTypeEnumValues = []EventListForEventTriggeredMeasurementType + var AllowedFileNotificationTypesEnumValues = []FileNotificationTypes + var AllowedFlowDirectionAnyOfEnumValues = []FlowDirectionAnyOf + var AllowedFlowStatusAnyOfEnumValues = []FlowStatusAnyOf + var AllowedHeartbeatNotificationTypesEnumValues = []HeartbeatNotificationTypes + var AllowedIpReachabilityAnyOfEnumValues = []IpReachabilityAnyOf + var AllowedJobTypeTypeEnumValues = []JobTypeType + var AllowedLoggingDurationTypeEnumValues = []LoggingDurationType + var AllowedMeasurementPeriodLteTypeEnumValues = []MeasurementPeriodLteType + var AllowedMeasurementPeriodUmtsTypeEnumValues = []MeasurementPeriodUmtsType + var AllowedMeasurementQuantityTypeEnumValues = []MeasurementQuantityType + var AllowedMulticastAccessControlAnyOfEnumValues = []MulticastAccessControlAnyOf + var AllowedNFServiceTypeEnumValues = []NFServiceType + var AllowedNFStatusEnumValues = []NFStatus + var AllowedNFTypeEnumValues = []NFType + var AllowedNotificationTypeEnumValues = []NotificationType + var AllowedNullValueEnumValues = []NullValue + var AllowedNwdafEventAnyOfEnumValues = []NwdafEventAnyOf + var AllowedOperationSemanticsEnumValues = []OperationSemantics + var AllowedOperationalStateEnumValues = []OperationalState + var AllowedPerceivedSeverityEnumValues = []PerceivedSeverity + var AllowedPerfNotificationTypesEnumValues = []PerfNotificationTypes + var AllowedPositioningMethodTypeEnumValues = []PositioningMethodType + var AllowedPreemptionCapabilityAnyOfEnumValues = []PreemptionCapabilityAnyOf + var AllowedPreemptionVulnerabilityAnyOfEnumValues = []PreemptionVulnerabilityAnyOf + var AllowedRatTypeAnyOfEnumValues = []RatTypeAnyOf + var AllowedRedirectAddressTypeAnyOfEnumValues = []RedirectAddressTypeAnyOf + var AllowedRegistrationStateEnumValues = []RegistrationState + var AllowedReportAmountTypeEnumValues = []ReportAmountType + var AllowedReportTypeTypeEnumValues = []ReportTypeType + var AllowedSEPPTypeEnumValues = []SEPPType + var AllowedScpCapabilityEnumValues = []ScpCapability + var AllowedSteerModeValueAnyOfEnumValues = []SteerModeValueAnyOf + var AllowedSteeringFunctionalityAnyOfEnumValues = []SteeringFunctionalityAnyOf + var AllowedSupportedDataSetEnumValues = []SupportedDataSet + var AllowedTimeToTriggerL1TypeEnumValues = []TimeToTriggerL1Type + var AllowedTraceDepthTypeEnumValues = []TraceDepthType + var AllowedTraceReportingFormatTypeEnumValues = []TraceReportingFormatType + var AllowedTransportProtocolAnyOfEnumValues = []TransportProtocolAnyOf + var AllowedTrendIndicationEnumValues = []TrendIndication + var AllowedUsageStateEnumValues = []UsageState + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + func CacheExpires(r *http.Response) time.Time + 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 struct + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type AccessType string + const NON_3_GPP_ACCESS + func NewAccessTypeFromValue(v string) (*AccessType, error) + func (v *AccessType) UnmarshalJSON(src []byte) error + func (v AccessType) IsValid() bool + func (v AccessType) Ptr() *AccessType + type AccessTypeRm struct + AccessType *AccessType + NullValue *NullValue + func (dst *AccessTypeRm) UnmarshalJSON(data []byte) error + func (src *AccessTypeRm) MarshalJSON() ([]byte, error) + type AckState string + const ACKNOWLEDGED + const UNACKNOWLEDGED + func NewAckStateFromValue(v string) (*AckState, error) + func (v *AckState) UnmarshalJSON(src []byte) error + func (v AckState) IsValid() bool + func (v AckState) Ptr() *AckState + type AddressWithVlan struct + Ipv4Address *string + Ipv6Address *Ipv6Addr + VlanId *int32 + func NewAddressWithVlan() *AddressWithVlan + func NewAddressWithVlanWithDefaults() *AddressWithVlan + func (o *AddressWithVlan) GetIpv4Address() string + func (o *AddressWithVlan) GetIpv4AddressOk() (*string, bool) + func (o *AddressWithVlan) GetIpv6Address() Ipv6Addr + func (o *AddressWithVlan) GetIpv6AddressOk() (*Ipv6Addr, bool) + func (o *AddressWithVlan) GetVlanId() int32 + func (o *AddressWithVlan) GetVlanIdOk() (*int32, bool) + func (o *AddressWithVlan) HasIpv4Address() bool + func (o *AddressWithVlan) HasIpv6Address() bool + func (o *AddressWithVlan) HasVlanId() bool + func (o *AddressWithVlan) SetIpv4Address(v string) + func (o *AddressWithVlan) SetIpv6Address(v Ipv6Addr) + func (o *AddressWithVlan) SetVlanId(v int32) + func (o AddressWithVlan) MarshalJSON() ([]byte, error) + func (o AddressWithVlan) ToMap() (map[string]interface{}, error) + type AdministrativeState string + const LOCKED + const UNLOCKED + func NewAdministrativeStateFromValue(v string) (*AdministrativeState, error) + func (v *AdministrativeState) UnmarshalJSON(src []byte) error + func (v AdministrativeState) IsValid() bool + func (v AdministrativeState) Ptr() *AdministrativeState + type AfEvent struct + AfEventAnyOf *AfEventAnyOf + String *string + func (dst *AfEvent) UnmarshalJSON(data []byte) error + func (src *AfEvent) MarshalJSON() ([]byte, error) + type AfEventAnyOf string + const COLLECTIVE_BEHAVIOUR + const DISPERSION + const EXCEPTIONS + const MS_ACCESS_ACTIVITY + const MS_CONSUMPTION + const MS_DYN_POLICY_INVOCATION + const MS_NET_ASSIST_INVOCATION + const MS_QOE_METRICS + const PERF_DATA + const SVC_EXPERIENCE + const UE_COMM + const UE_MOBILITY + const USER_DATA_CONGESTION + func NewAfEventAnyOfFromValue(v string) (*AfEventAnyOf, error) + func (v *AfEventAnyOf) UnmarshalJSON(src []byte) error + func (v AfEventAnyOf) IsValid() bool + func (v AfEventAnyOf) Ptr() *AfEventAnyOf + type AfEventExposureData struct + AfEvents []AfEvent + AfIds []string + AppIds []string + func NewAfEventExposureData(afEvents []AfEvent) *AfEventExposureData + func NewAfEventExposureDataWithDefaults() *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) SetAfEvents(v []AfEvent) + func (o *AfEventExposureData) SetAfIds(v []string) + func (o *AfEventExposureData) SetAppIds(v []string) + func (o AfEventExposureData) MarshalJSON() ([]byte, error) + func (o AfEventExposureData) ToMap() (map[string]interface{}, error) + type AfSigProtocol struct + AfSigProtocolAnyOf *AfSigProtocolAnyOf + NullValue *NullValue + String *string + func (dst *AfSigProtocol) UnmarshalJSON(data []byte) error + func (src *AfSigProtocol) MarshalJSON() ([]byte, error) + type AfSigProtocolAnyOf string + const NO_INFORMATION + const SIP + func NewAfSigProtocolAnyOfFromValue(v string) (*AfSigProtocolAnyOf, error) + func (v *AfSigProtocolAnyOf) UnmarshalJSON(src []byte) error + func (v AfSigProtocolAnyOf) IsValid() bool + func (v AfSigProtocolAnyOf) Ptr() *AfSigProtocolAnyOf + type AlarmListSingle struct + Attributes *AlarmListSingleAllOfAttributes + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewAlarmListSingle(id NullableString) *AlarmListSingle + func NewAlarmListSingleWithDefaults() *AlarmListSingle + func (o *AlarmListSingle) GetAttributes() AlarmListSingleAllOfAttributes + func (o *AlarmListSingle) GetAttributesOk() (*AlarmListSingleAllOfAttributes, bool) + func (o *AlarmListSingle) GetId() string + func (o *AlarmListSingle) GetIdOk() (*string, bool) + func (o *AlarmListSingle) GetObjectClass() string + func (o *AlarmListSingle) GetObjectClassOk() (*string, bool) + func (o *AlarmListSingle) GetObjectInstance() string + func (o *AlarmListSingle) GetObjectInstanceOk() (*string, bool) + func (o *AlarmListSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *AlarmListSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *AlarmListSingle) HasAttributes() bool + func (o *AlarmListSingle) HasObjectClass() bool + func (o *AlarmListSingle) HasObjectInstance() bool + func (o *AlarmListSingle) HasVsDataContainer() bool + func (o *AlarmListSingle) SetAttributes(v AlarmListSingleAllOfAttributes) + func (o *AlarmListSingle) SetId(v string) + func (o *AlarmListSingle) SetObjectClass(v string) + func (o *AlarmListSingle) SetObjectInstance(v string) + func (o *AlarmListSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o AlarmListSingle) MarshalJSON() ([]byte, error) + func (o AlarmListSingle) ToMap() (map[string]interface{}, error) + type AlarmListSingleAllOf struct + Attributes *AlarmListSingleAllOfAttributes + func NewAlarmListSingleAllOf() *AlarmListSingleAllOf + func NewAlarmListSingleAllOfWithDefaults() *AlarmListSingleAllOf + func (o *AlarmListSingleAllOf) GetAttributes() AlarmListSingleAllOfAttributes + func (o *AlarmListSingleAllOf) GetAttributesOk() (*AlarmListSingleAllOfAttributes, bool) + func (o *AlarmListSingleAllOf) HasAttributes() bool + func (o *AlarmListSingleAllOf) SetAttributes(v AlarmListSingleAllOfAttributes) + func (o AlarmListSingleAllOf) MarshalJSON() ([]byte, error) + func (o AlarmListSingleAllOf) ToMap() (map[string]interface{}, error) + type AlarmListSingleAllOfAttributes struct + AdministrativeState *AdministrativeState + AlarmRecords *map[string]AlarmRecord + LastModification *time.Time + NumOfAlarmRecords *int32 + OperationalState *OperationalState + func NewAlarmListSingleAllOfAttributes() *AlarmListSingleAllOfAttributes + func NewAlarmListSingleAllOfAttributesWithDefaults() *AlarmListSingleAllOfAttributes + func (o *AlarmListSingleAllOfAttributes) GetAdministrativeState() AdministrativeState + func (o *AlarmListSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool) + func (o *AlarmListSingleAllOfAttributes) GetAlarmRecords() map[string]AlarmRecord + func (o *AlarmListSingleAllOfAttributes) GetAlarmRecordsOk() (*map[string]AlarmRecord, bool) + func (o *AlarmListSingleAllOfAttributes) GetLastModification() time.Time + func (o *AlarmListSingleAllOfAttributes) GetLastModificationOk() (*time.Time, bool) + func (o *AlarmListSingleAllOfAttributes) GetNumOfAlarmRecords() int32 + func (o *AlarmListSingleAllOfAttributes) GetNumOfAlarmRecordsOk() (*int32, bool) + func (o *AlarmListSingleAllOfAttributes) GetOperationalState() OperationalState + func (o *AlarmListSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool) + func (o *AlarmListSingleAllOfAttributes) HasAdministrativeState() bool + func (o *AlarmListSingleAllOfAttributes) HasAlarmRecords() bool + func (o *AlarmListSingleAllOfAttributes) HasLastModification() bool + func (o *AlarmListSingleAllOfAttributes) HasNumOfAlarmRecords() bool + func (o *AlarmListSingleAllOfAttributes) HasOperationalState() bool + func (o *AlarmListSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState) + func (o *AlarmListSingleAllOfAttributes) SetAlarmRecords(v map[string]AlarmRecord) + func (o *AlarmListSingleAllOfAttributes) SetLastModification(v time.Time) + func (o *AlarmListSingleAllOfAttributes) SetNumOfAlarmRecords(v int32) + func (o *AlarmListSingleAllOfAttributes) SetOperationalState(v OperationalState) + func (o AlarmListSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o AlarmListSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type AlarmNotificationTypes string + const NOTIFY_ACK_STATE_CHANGED + const NOTIFY_ALARM_LIST_REBUILT + const NOTIFY_CHANGED_ALARM + const NOTIFY_CHANGED_ALARM_GENERAL + const NOTIFY_CLEARED_ALARM + const NOTIFY_COMMENTS + const NOTIFY_CORRELATED_NOTIFICATION_CHANGED + const NOTIFY_NEW_ALARM + const NOTIFY_POTENTIAL_FAULTY_ALARM_LIST + func NewAlarmNotificationTypesFromValue(v string) (*AlarmNotificationTypes, error) + func (v *AlarmNotificationTypes) UnmarshalJSON(src []byte) error + func (v AlarmNotificationTypes) IsValid() bool + func (v AlarmNotificationTypes) Ptr() *AlarmNotificationTypes + type AlarmRecord struct + AckState *AckState + AckSystemId *string + AckTime *time.Time + AckUserId *string + AdditionalInformation map[string]interface{} + AdditionalText *string + AlarmChangedTime *time.Time + AlarmClearedTime *time.Time + AlarmRaisedTime *time.Time + AlarmType *AlarmType + BackUpObject *string + BackedUpStatus *bool + ClearSystemId *string + ClearUserId *string + CorrelatedNotifications []CorrelatedNotification + MonitoredAttributes map[string]interface{} + NotificationId *int32 + ObjectInstance *string + PerceivedSeverity *PerceivedSeverity + ProbableCause *ProbableCause + ProposedRepairActions *string + RootCauseIndicator *bool + SecurityAlarmDetector *string + ServiceProvider *string + ServiceUser *string + SpecificProblem *SpecificProblem + StateChangeDefinition []map[string]interface{} + Thresholdinfo *ThresholdInfo1 + TrendIndication *TrendIndication + func NewAlarmRecord() *AlarmRecord + func NewAlarmRecordWithDefaults() *AlarmRecord + func (o *AlarmRecord) GetAckState() AckState + func (o *AlarmRecord) GetAckStateOk() (*AckState, bool) + func (o *AlarmRecord) GetAckSystemId() string + func (o *AlarmRecord) GetAckSystemIdOk() (*string, bool) + func (o *AlarmRecord) GetAckTime() time.Time + func (o *AlarmRecord) GetAckTimeOk() (*time.Time, bool) + func (o *AlarmRecord) GetAckUserId() string + func (o *AlarmRecord) GetAckUserIdOk() (*string, bool) + func (o *AlarmRecord) GetAdditionalInformation() map[string]interface{} + func (o *AlarmRecord) GetAdditionalInformationOk() (map[string]interface{}, bool) + func (o *AlarmRecord) GetAdditionalText() string + func (o *AlarmRecord) GetAdditionalTextOk() (*string, bool) + func (o *AlarmRecord) GetAlarmChangedTime() time.Time + func (o *AlarmRecord) GetAlarmChangedTimeOk() (*time.Time, bool) + func (o *AlarmRecord) GetAlarmClearedTime() time.Time + func (o *AlarmRecord) GetAlarmClearedTimeOk() (*time.Time, bool) + func (o *AlarmRecord) GetAlarmRaisedTime() time.Time + func (o *AlarmRecord) GetAlarmRaisedTimeOk() (*time.Time, bool) + func (o *AlarmRecord) GetAlarmType() AlarmType + func (o *AlarmRecord) GetAlarmTypeOk() (*AlarmType, bool) + func (o *AlarmRecord) GetBackUpObject() string + func (o *AlarmRecord) GetBackUpObjectOk() (*string, bool) + func (o *AlarmRecord) GetBackedUpStatus() bool + func (o *AlarmRecord) GetBackedUpStatusOk() (*bool, bool) + func (o *AlarmRecord) GetClearSystemId() string + func (o *AlarmRecord) GetClearSystemIdOk() (*string, bool) + func (o *AlarmRecord) GetClearUserId() string + func (o *AlarmRecord) GetClearUserIdOk() (*string, bool) + func (o *AlarmRecord) GetCorrelatedNotifications() []CorrelatedNotification + func (o *AlarmRecord) GetCorrelatedNotificationsOk() ([]CorrelatedNotification, bool) + func (o *AlarmRecord) GetMonitoredAttributes() map[string]interface{} + func (o *AlarmRecord) GetMonitoredAttributesOk() (map[string]interface{}, bool) + func (o *AlarmRecord) GetNotificationId() int32 + func (o *AlarmRecord) GetNotificationIdOk() (*int32, bool) + func (o *AlarmRecord) GetObjectInstance() string + func (o *AlarmRecord) GetObjectInstanceOk() (*string, bool) + func (o *AlarmRecord) GetPerceivedSeverity() PerceivedSeverity + func (o *AlarmRecord) GetPerceivedSeverityOk() (*PerceivedSeverity, bool) + func (o *AlarmRecord) GetProbableCause() ProbableCause + func (o *AlarmRecord) GetProbableCauseOk() (*ProbableCause, bool) + func (o *AlarmRecord) GetProposedRepairActions() string + func (o *AlarmRecord) GetProposedRepairActionsOk() (*string, bool) + func (o *AlarmRecord) GetRootCauseIndicator() bool + func (o *AlarmRecord) GetRootCauseIndicatorOk() (*bool, bool) + func (o *AlarmRecord) GetSecurityAlarmDetector() string + func (o *AlarmRecord) GetSecurityAlarmDetectorOk() (*string, bool) + func (o *AlarmRecord) GetServiceProvider() string + func (o *AlarmRecord) GetServiceProviderOk() (*string, bool) + func (o *AlarmRecord) GetServiceUser() string + func (o *AlarmRecord) GetServiceUserOk() (*string, bool) + func (o *AlarmRecord) GetSpecificProblem() SpecificProblem + func (o *AlarmRecord) GetSpecificProblemOk() (*SpecificProblem, bool) + func (o *AlarmRecord) GetStateChangeDefinition() []map[string]interface{} + func (o *AlarmRecord) GetStateChangeDefinitionOk() ([]map[string]interface{}, bool) + func (o *AlarmRecord) GetThresholdinfo() ThresholdInfo1 + func (o *AlarmRecord) GetThresholdinfoOk() (*ThresholdInfo1, bool) + func (o *AlarmRecord) GetTrendIndication() TrendIndication + func (o *AlarmRecord) GetTrendIndicationOk() (*TrendIndication, bool) + func (o *AlarmRecord) HasAckState() bool + func (o *AlarmRecord) HasAckSystemId() bool + func (o *AlarmRecord) HasAckTime() bool + func (o *AlarmRecord) HasAckUserId() bool + func (o *AlarmRecord) HasAdditionalInformation() bool + func (o *AlarmRecord) HasAdditionalText() bool + func (o *AlarmRecord) HasAlarmChangedTime() bool + func (o *AlarmRecord) HasAlarmClearedTime() bool + func (o *AlarmRecord) HasAlarmRaisedTime() bool + func (o *AlarmRecord) HasAlarmType() bool + func (o *AlarmRecord) HasBackUpObject() bool + func (o *AlarmRecord) HasBackedUpStatus() bool + func (o *AlarmRecord) HasClearSystemId() bool + func (o *AlarmRecord) HasClearUserId() bool + func (o *AlarmRecord) HasCorrelatedNotifications() bool + func (o *AlarmRecord) HasMonitoredAttributes() bool + func (o *AlarmRecord) HasNotificationId() bool + func (o *AlarmRecord) HasObjectInstance() bool + func (o *AlarmRecord) HasPerceivedSeverity() bool + func (o *AlarmRecord) HasProbableCause() bool + func (o *AlarmRecord) HasProposedRepairActions() bool + func (o *AlarmRecord) HasRootCauseIndicator() bool + func (o *AlarmRecord) HasSecurityAlarmDetector() bool + func (o *AlarmRecord) HasServiceProvider() bool + func (o *AlarmRecord) HasServiceUser() bool + func (o *AlarmRecord) HasSpecificProblem() bool + func (o *AlarmRecord) HasStateChangeDefinition() bool + func (o *AlarmRecord) HasThresholdinfo() bool + func (o *AlarmRecord) HasTrendIndication() bool + func (o *AlarmRecord) SetAckState(v AckState) + func (o *AlarmRecord) SetAckSystemId(v string) + func (o *AlarmRecord) SetAckTime(v time.Time) + func (o *AlarmRecord) SetAckUserId(v string) + func (o *AlarmRecord) SetAdditionalInformation(v map[string]interface{}) + func (o *AlarmRecord) SetAdditionalText(v string) + func (o *AlarmRecord) SetAlarmChangedTime(v time.Time) + func (o *AlarmRecord) SetAlarmClearedTime(v time.Time) + func (o *AlarmRecord) SetAlarmRaisedTime(v time.Time) + func (o *AlarmRecord) SetAlarmType(v AlarmType) + func (o *AlarmRecord) SetBackUpObject(v string) + func (o *AlarmRecord) SetBackedUpStatus(v bool) + func (o *AlarmRecord) SetClearSystemId(v string) + func (o *AlarmRecord) SetClearUserId(v string) + func (o *AlarmRecord) SetCorrelatedNotifications(v []CorrelatedNotification) + func (o *AlarmRecord) SetMonitoredAttributes(v map[string]interface{}) + func (o *AlarmRecord) SetNotificationId(v int32) + func (o *AlarmRecord) SetObjectInstance(v string) + func (o *AlarmRecord) SetPerceivedSeverity(v PerceivedSeverity) + func (o *AlarmRecord) SetProbableCause(v ProbableCause) + func (o *AlarmRecord) SetProposedRepairActions(v string) + func (o *AlarmRecord) SetRootCauseIndicator(v bool) + func (o *AlarmRecord) SetSecurityAlarmDetector(v string) + func (o *AlarmRecord) SetServiceProvider(v string) + func (o *AlarmRecord) SetServiceUser(v string) + func (o *AlarmRecord) SetSpecificProblem(v SpecificProblem) + func (o *AlarmRecord) SetStateChangeDefinition(v []map[string]interface{}) + func (o *AlarmRecord) SetThresholdinfo(v ThresholdInfo1) + func (o *AlarmRecord) SetTrendIndication(v TrendIndication) + func (o AlarmRecord) MarshalJSON() ([]byte, error) + func (o AlarmRecord) ToMap() (map[string]interface{}, error) + type AlarmType string + const COMMUNICATIONS_ALARM + const ENVIRONMENTAL_ALARM + const EQUIPMENT_ALARM + const INTEGRITY_VIOLATION + const OPERATIONAL_VIOLATION + const PHYSICAL_VIOLATION + const PROCESSING_ERROR_ALARM + const QUALITY_OF_SERVICE_ALARM + const SECURITY_SERVICE_OR_MECHANISM_VIOLATION + const TIME_DOMAIN_VIOLATION + func NewAlarmTypeFromValue(v string) (*AlarmType, error) + func (v *AlarmType) UnmarshalJSON(src []byte) error + func (v AlarmType) IsValid() bool + func (v AlarmType) Ptr() *AlarmType + type AmfFunctionSingle struct + Attributes *ManagedFunctionAttr + EPN11 []EPN11Single + EPN12 []EPN12Single + EPN14 []EPN14Single + EPN15 []EPN15Single + EPN17 []EPN17Single + EPN2 []EPN2Single + EPN20 []EPN20Single + EPN22 []EPN22Single + EPN26 []EPN26Single + EPN8 []EPN8Single + EP_NLG []EPNLGSingle + EP_NLS []EPNLSSingle + Id NullableString + ManagedNFService []ManagedNFServiceSingle + ObjectClass *string + ObjectInstance *string + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + VsDataContainer []VsDataContainerSingle + func NewAmfFunctionSingle(id NullableString) *AmfFunctionSingle + func NewAmfFunctionSingleWithDefaults() *AmfFunctionSingle + func (o *AmfFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *AmfFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *AmfFunctionSingle) GetEPN11() []EPN11Single + func (o *AmfFunctionSingle) GetEPN11Ok() ([]EPN11Single, bool) + func (o *AmfFunctionSingle) GetEPN12() []EPN12Single + func (o *AmfFunctionSingle) GetEPN12Ok() ([]EPN12Single, bool) + func (o *AmfFunctionSingle) GetEPN14() []EPN14Single + func (o *AmfFunctionSingle) GetEPN14Ok() ([]EPN14Single, bool) + func (o *AmfFunctionSingle) GetEPN15() []EPN15Single + func (o *AmfFunctionSingle) GetEPN15Ok() ([]EPN15Single, bool) + func (o *AmfFunctionSingle) GetEPN17() []EPN17Single + func (o *AmfFunctionSingle) GetEPN17Ok() ([]EPN17Single, bool) + func (o *AmfFunctionSingle) GetEPN2() []EPN2Single + func (o *AmfFunctionSingle) GetEPN20() []EPN20Single + func (o *AmfFunctionSingle) GetEPN20Ok() ([]EPN20Single, bool) + func (o *AmfFunctionSingle) GetEPN22() []EPN22Single + func (o *AmfFunctionSingle) GetEPN22Ok() ([]EPN22Single, bool) + func (o *AmfFunctionSingle) GetEPN26() []EPN26Single + func (o *AmfFunctionSingle) GetEPN26Ok() ([]EPN26Single, bool) + func (o *AmfFunctionSingle) GetEPN2Ok() ([]EPN2Single, bool) + func (o *AmfFunctionSingle) GetEPN8() []EPN8Single + func (o *AmfFunctionSingle) GetEPN8Ok() ([]EPN8Single, bool) + func (o *AmfFunctionSingle) GetEP_NLG() []EPNLGSingle + func (o *AmfFunctionSingle) GetEP_NLGOk() ([]EPNLGSingle, bool) + func (o *AmfFunctionSingle) GetEP_NLS() []EPNLSSingle + func (o *AmfFunctionSingle) GetEP_NLSOk() ([]EPNLSSingle, bool) + func (o *AmfFunctionSingle) GetId() string + func (o *AmfFunctionSingle) GetIdOk() (*string, bool) + func (o *AmfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle + func (o *AmfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool) + func (o *AmfFunctionSingle) GetObjectClass() string + func (o *AmfFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *AmfFunctionSingle) GetObjectInstance() string + func (o *AmfFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *AmfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle + func (o *AmfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *AmfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *AmfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *AmfFunctionSingle) GetTraceJob() []TraceJobSingle + func (o *AmfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *AmfFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *AmfFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *AmfFunctionSingle) HasAttributes() bool + func (o *AmfFunctionSingle) HasEPN11() bool + func (o *AmfFunctionSingle) HasEPN12() bool + func (o *AmfFunctionSingle) HasEPN14() bool + func (o *AmfFunctionSingle) HasEPN15() bool + func (o *AmfFunctionSingle) HasEPN17() bool + func (o *AmfFunctionSingle) HasEPN2() bool + func (o *AmfFunctionSingle) HasEPN20() bool + func (o *AmfFunctionSingle) HasEPN22() bool + func (o *AmfFunctionSingle) HasEPN26() bool + func (o *AmfFunctionSingle) HasEPN8() bool + func (o *AmfFunctionSingle) HasEP_NLG() bool + func (o *AmfFunctionSingle) HasEP_NLS() bool + func (o *AmfFunctionSingle) HasManagedNFService() bool + func (o *AmfFunctionSingle) HasObjectClass() bool + func (o *AmfFunctionSingle) HasObjectInstance() bool + func (o *AmfFunctionSingle) HasPerfMetricJob() bool + func (o *AmfFunctionSingle) HasThresholdMonitor() bool + func (o *AmfFunctionSingle) HasTraceJob() bool + func (o *AmfFunctionSingle) HasVsDataContainer() bool + func (o *AmfFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *AmfFunctionSingle) SetEPN11(v []EPN11Single) + func (o *AmfFunctionSingle) SetEPN12(v []EPN12Single) + func (o *AmfFunctionSingle) SetEPN14(v []EPN14Single) + func (o *AmfFunctionSingle) SetEPN15(v []EPN15Single) + func (o *AmfFunctionSingle) SetEPN17(v []EPN17Single) + func (o *AmfFunctionSingle) SetEPN2(v []EPN2Single) + func (o *AmfFunctionSingle) SetEPN20(v []EPN20Single) + func (o *AmfFunctionSingle) SetEPN22(v []EPN22Single) + func (o *AmfFunctionSingle) SetEPN26(v []EPN26Single) + func (o *AmfFunctionSingle) SetEPN8(v []EPN8Single) + func (o *AmfFunctionSingle) SetEP_NLG(v []EPNLGSingle) + func (o *AmfFunctionSingle) SetEP_NLS(v []EPNLSSingle) + func (o *AmfFunctionSingle) SetId(v string) + func (o *AmfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle) + func (o *AmfFunctionSingle) SetObjectClass(v string) + func (o *AmfFunctionSingle) SetObjectInstance(v string) + func (o *AmfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *AmfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *AmfFunctionSingle) SetTraceJob(v []TraceJobSingle) + func (o *AmfFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o AmfFunctionSingle) MarshalJSON() ([]byte, error) + func (o AmfFunctionSingle) ToMap() (map[string]interface{}, error) + type AmfFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewAmfFunctionSingleAllOf() *AmfFunctionSingleAllOf + func NewAmfFunctionSingleAllOfWithDefaults() *AmfFunctionSingleAllOf + func (o *AmfFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *AmfFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *AmfFunctionSingleAllOf) HasAttributes() bool + func (o *AmfFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o AmfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o AmfFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type AmfFunctionSingleAllOf1 struct + EPN11 []EPN11Single + EPN12 []EPN12Single + EPN14 []EPN14Single + EPN15 []EPN15Single + EPN17 []EPN17Single + EPN2 []EPN2Single + EPN20 []EPN20Single + EPN22 []EPN22Single + EPN26 []EPN26Single + EPN8 []EPN8Single + EP_NLG []EPNLGSingle + EP_NLS []EPNLSSingle + func NewAmfFunctionSingleAllOf1() *AmfFunctionSingleAllOf1 + func NewAmfFunctionSingleAllOf1WithDefaults() *AmfFunctionSingleAllOf1 + func (o *AmfFunctionSingleAllOf1) GetEPN11() []EPN11Single + func (o *AmfFunctionSingleAllOf1) GetEPN11Ok() ([]EPN11Single, bool) + func (o *AmfFunctionSingleAllOf1) GetEPN12() []EPN12Single + func (o *AmfFunctionSingleAllOf1) GetEPN12Ok() ([]EPN12Single, bool) + func (o *AmfFunctionSingleAllOf1) GetEPN14() []EPN14Single + func (o *AmfFunctionSingleAllOf1) GetEPN14Ok() ([]EPN14Single, bool) + func (o *AmfFunctionSingleAllOf1) GetEPN15() []EPN15Single + func (o *AmfFunctionSingleAllOf1) GetEPN15Ok() ([]EPN15Single, bool) + func (o *AmfFunctionSingleAllOf1) GetEPN17() []EPN17Single + func (o *AmfFunctionSingleAllOf1) GetEPN17Ok() ([]EPN17Single, bool) + func (o *AmfFunctionSingleAllOf1) GetEPN2() []EPN2Single + func (o *AmfFunctionSingleAllOf1) GetEPN20() []EPN20Single + func (o *AmfFunctionSingleAllOf1) GetEPN20Ok() ([]EPN20Single, bool) + func (o *AmfFunctionSingleAllOf1) GetEPN22() []EPN22Single + func (o *AmfFunctionSingleAllOf1) GetEPN22Ok() ([]EPN22Single, bool) + func (o *AmfFunctionSingleAllOf1) GetEPN26() []EPN26Single + func (o *AmfFunctionSingleAllOf1) GetEPN26Ok() ([]EPN26Single, bool) + func (o *AmfFunctionSingleAllOf1) GetEPN2Ok() ([]EPN2Single, bool) + func (o *AmfFunctionSingleAllOf1) GetEPN8() []EPN8Single + func (o *AmfFunctionSingleAllOf1) GetEPN8Ok() ([]EPN8Single, bool) + func (o *AmfFunctionSingleAllOf1) GetEP_NLG() []EPNLGSingle + func (o *AmfFunctionSingleAllOf1) GetEP_NLGOk() ([]EPNLGSingle, bool) + func (o *AmfFunctionSingleAllOf1) GetEP_NLS() []EPNLSSingle + func (o *AmfFunctionSingleAllOf1) GetEP_NLSOk() ([]EPNLSSingle, bool) + func (o *AmfFunctionSingleAllOf1) HasEPN11() bool + func (o *AmfFunctionSingleAllOf1) HasEPN12() bool + func (o *AmfFunctionSingleAllOf1) HasEPN14() bool + func (o *AmfFunctionSingleAllOf1) HasEPN15() bool + func (o *AmfFunctionSingleAllOf1) HasEPN17() bool + func (o *AmfFunctionSingleAllOf1) HasEPN2() bool + func (o *AmfFunctionSingleAllOf1) HasEPN20() bool + func (o *AmfFunctionSingleAllOf1) HasEPN22() bool + func (o *AmfFunctionSingleAllOf1) HasEPN26() bool + func (o *AmfFunctionSingleAllOf1) HasEPN8() bool + func (o *AmfFunctionSingleAllOf1) HasEP_NLG() bool + func (o *AmfFunctionSingleAllOf1) HasEP_NLS() bool + func (o *AmfFunctionSingleAllOf1) SetEPN11(v []EPN11Single) + func (o *AmfFunctionSingleAllOf1) SetEPN12(v []EPN12Single) + func (o *AmfFunctionSingleAllOf1) SetEPN14(v []EPN14Single) + func (o *AmfFunctionSingleAllOf1) SetEPN15(v []EPN15Single) + func (o *AmfFunctionSingleAllOf1) SetEPN17(v []EPN17Single) + func (o *AmfFunctionSingleAllOf1) SetEPN2(v []EPN2Single) + func (o *AmfFunctionSingleAllOf1) SetEPN20(v []EPN20Single) + func (o *AmfFunctionSingleAllOf1) SetEPN22(v []EPN22Single) + func (o *AmfFunctionSingleAllOf1) SetEPN26(v []EPN26Single) + func (o *AmfFunctionSingleAllOf1) SetEPN8(v []EPN8Single) + func (o *AmfFunctionSingleAllOf1) SetEP_NLG(v []EPNLGSingle) + func (o *AmfFunctionSingleAllOf1) SetEP_NLS(v []EPNLSSingle) + func (o AmfFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + func (o AmfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error) + type AmfFunctionSingleAllOfAttributes struct + AmfIdentifier *AmfIdentifier + AmfSetRef *string + BackupInfoAmfFailure []GUAMInfo + BackupInfoAmfRemoval []GUAMInfo + CNSIIdList []string + CommModelList []CommModel + GUAMIdList []GUAMInfo + InterPlmnFQDN *string + ManagedNFProfile *ManagedNFProfile + PLMNInfoList []PlmnInfo + PeeParametersList []PeeParameter + PriorityLabel *int32 + SBIFqdn *string + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + TaiList []Tai + TaiRangeList []TaiRange + UserLabel *string + VnfParametersList []VnfParameter + WeightFactor *int32 + func NewAmfFunctionSingleAllOfAttributes() *AmfFunctionSingleAllOfAttributes + func NewAmfFunctionSingleAllOfAttributesWithDefaults() *AmfFunctionSingleAllOfAttributes + func (o *AmfFunctionSingleAllOfAttributes) GetAmfIdentifier() AmfIdentifier + func (o *AmfFunctionSingleAllOfAttributes) GetAmfIdentifierOk() (*AmfIdentifier, bool) + func (o *AmfFunctionSingleAllOfAttributes) GetAmfSetRef() string + func (o *AmfFunctionSingleAllOfAttributes) GetAmfSetRefOk() (*string, bool) + func (o *AmfFunctionSingleAllOfAttributes) GetBackupInfoAmfFailure() []GUAMInfo + func (o *AmfFunctionSingleAllOfAttributes) GetBackupInfoAmfFailureOk() ([]GUAMInfo, bool) + func (o *AmfFunctionSingleAllOfAttributes) GetBackupInfoAmfRemoval() []GUAMInfo + func (o *AmfFunctionSingleAllOfAttributes) GetBackupInfoAmfRemovalOk() ([]GUAMInfo, bool) + func (o *AmfFunctionSingleAllOfAttributes) GetCNSIIdList() []string + func (o *AmfFunctionSingleAllOfAttributes) GetCNSIIdListOk() ([]string, bool) + func (o *AmfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel + func (o *AmfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool) + func (o *AmfFunctionSingleAllOfAttributes) GetGUAMIdList() []GUAMInfo + func (o *AmfFunctionSingleAllOfAttributes) GetGUAMIdListOk() ([]GUAMInfo, bool) + func (o *AmfFunctionSingleAllOfAttributes) GetInterPlmnFQDN() string + func (o *AmfFunctionSingleAllOfAttributes) GetInterPlmnFQDNOk() (*string, bool) + func (o *AmfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile + func (o *AmfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *AmfFunctionSingleAllOfAttributes) GetPLMNInfoList() []PlmnInfo + func (o *AmfFunctionSingleAllOfAttributes) GetPLMNInfoListOk() ([]PlmnInfo, bool) + func (o *AmfFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *AmfFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *AmfFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *AmfFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *AmfFunctionSingleAllOfAttributes) GetSBIFqdn() string + func (o *AmfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool) + func (o *AmfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *AmfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *AmfFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *AmfFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *AmfFunctionSingleAllOfAttributes) GetTaiList() []Tai + func (o *AmfFunctionSingleAllOfAttributes) GetTaiListOk() ([]Tai, bool) + func (o *AmfFunctionSingleAllOfAttributes) GetTaiRangeList() []TaiRange + func (o *AmfFunctionSingleAllOfAttributes) GetTaiRangeListOk() ([]TaiRange, bool) + func (o *AmfFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *AmfFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *AmfFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *AmfFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *AmfFunctionSingleAllOfAttributes) GetWeightFactor() int32 + func (o *AmfFunctionSingleAllOfAttributes) GetWeightFactorOk() (*int32, bool) + func (o *AmfFunctionSingleAllOfAttributes) HasAmfIdentifier() bool + func (o *AmfFunctionSingleAllOfAttributes) HasAmfSetRef() bool + func (o *AmfFunctionSingleAllOfAttributes) HasBackupInfoAmfFailure() bool + func (o *AmfFunctionSingleAllOfAttributes) HasBackupInfoAmfRemoval() bool + func (o *AmfFunctionSingleAllOfAttributes) HasCNSIIdList() bool + func (o *AmfFunctionSingleAllOfAttributes) HasCommModelList() bool + func (o *AmfFunctionSingleAllOfAttributes) HasGUAMIdList() bool + func (o *AmfFunctionSingleAllOfAttributes) HasInterPlmnFQDN() bool + func (o *AmfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool + func (o *AmfFunctionSingleAllOfAttributes) HasPLMNInfoList() bool + func (o *AmfFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *AmfFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *AmfFunctionSingleAllOfAttributes) HasSBIFqdn() bool + func (o *AmfFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *AmfFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *AmfFunctionSingleAllOfAttributes) HasTaiList() bool + func (o *AmfFunctionSingleAllOfAttributes) HasTaiRangeList() bool + func (o *AmfFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *AmfFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *AmfFunctionSingleAllOfAttributes) HasWeightFactor() bool + func (o *AmfFunctionSingleAllOfAttributes) SetAmfIdentifier(v AmfIdentifier) + func (o *AmfFunctionSingleAllOfAttributes) SetAmfSetRef(v string) + func (o *AmfFunctionSingleAllOfAttributes) SetBackupInfoAmfFailure(v []GUAMInfo) + func (o *AmfFunctionSingleAllOfAttributes) SetBackupInfoAmfRemoval(v []GUAMInfo) + func (o *AmfFunctionSingleAllOfAttributes) SetCNSIIdList(v []string) + func (o *AmfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel) + func (o *AmfFunctionSingleAllOfAttributes) SetGUAMIdList(v []GUAMInfo) + func (o *AmfFunctionSingleAllOfAttributes) SetInterPlmnFQDN(v string) + func (o *AmfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile) + func (o *AmfFunctionSingleAllOfAttributes) SetPLMNInfoList(v []PlmnInfo) + func (o *AmfFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *AmfFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *AmfFunctionSingleAllOfAttributes) SetSBIFqdn(v string) + func (o *AmfFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *AmfFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *AmfFunctionSingleAllOfAttributes) SetTaiList(v []Tai) + func (o *AmfFunctionSingleAllOfAttributes) SetTaiRangeList(v []TaiRange) + func (o *AmfFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *AmfFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o *AmfFunctionSingleAllOfAttributes) SetWeightFactor(v int32) + func (o AmfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o AmfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type AmfFunctionSingleAllOfAttributesAllOf struct + AmfIdentifier *AmfIdentifier + AmfSetRef *string + BackupInfoAmfFailure []GUAMInfo + BackupInfoAmfRemoval []GUAMInfo + CNSIIdList []string + CommModelList []CommModel + GUAMIdList []GUAMInfo + InterPlmnFQDN *string + ManagedNFProfile *ManagedNFProfile + PLMNInfoList []PlmnInfo + SBIFqdn *string + TaiList []Tai + TaiRangeList []TaiRange + WeightFactor *int32 + func NewAmfFunctionSingleAllOfAttributesAllOf() *AmfFunctionSingleAllOfAttributesAllOf + func NewAmfFunctionSingleAllOfAttributesAllOfWithDefaults() *AmfFunctionSingleAllOfAttributesAllOf + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetAmfIdentifier() AmfIdentifier + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetAmfIdentifierOk() (*AmfIdentifier, bool) + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetAmfSetRef() string + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetAmfSetRefOk() (*string, bool) + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetBackupInfoAmfFailure() []GUAMInfo + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetBackupInfoAmfFailureOk() ([]GUAMInfo, bool) + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetBackupInfoAmfRemoval() []GUAMInfo + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetBackupInfoAmfRemovalOk() ([]GUAMInfo, bool) + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList() []string + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk() ([]string, bool) + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool) + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetGUAMIdList() []GUAMInfo + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetGUAMIdListOk() ([]GUAMInfo, bool) + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetInterPlmnFQDN() string + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetInterPlmnFQDNOk() (*string, bool) + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList() []PlmnInfo + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk() ([]PlmnInfo, bool) + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool) + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetTaiList() []Tai + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetTaiListOk() ([]Tai, bool) + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetTaiRangeList() []TaiRange + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetTaiRangeListOk() ([]TaiRange, bool) + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetWeightFactor() int32 + func (o *AmfFunctionSingleAllOfAttributesAllOf) GetWeightFactorOk() (*int32, bool) + func (o *AmfFunctionSingleAllOfAttributesAllOf) HasAmfIdentifier() bool + func (o *AmfFunctionSingleAllOfAttributesAllOf) HasAmfSetRef() bool + func (o *AmfFunctionSingleAllOfAttributesAllOf) HasBackupInfoAmfFailure() bool + func (o *AmfFunctionSingleAllOfAttributesAllOf) HasBackupInfoAmfRemoval() bool + func (o *AmfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList() bool + func (o *AmfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool + func (o *AmfFunctionSingleAllOfAttributesAllOf) HasGUAMIdList() bool + func (o *AmfFunctionSingleAllOfAttributesAllOf) HasInterPlmnFQDN() bool + func (o *AmfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool + func (o *AmfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool + func (o *AmfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool + func (o *AmfFunctionSingleAllOfAttributesAllOf) HasTaiList() bool + func (o *AmfFunctionSingleAllOfAttributesAllOf) HasTaiRangeList() bool + func (o *AmfFunctionSingleAllOfAttributesAllOf) HasWeightFactor() bool + func (o *AmfFunctionSingleAllOfAttributesAllOf) SetAmfIdentifier(v AmfIdentifier) + func (o *AmfFunctionSingleAllOfAttributesAllOf) SetAmfSetRef(v string) + func (o *AmfFunctionSingleAllOfAttributesAllOf) SetBackupInfoAmfFailure(v []GUAMInfo) + func (o *AmfFunctionSingleAllOfAttributesAllOf) SetBackupInfoAmfRemoval(v []GUAMInfo) + func (o *AmfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList(v []string) + func (o *AmfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel) + func (o *AmfFunctionSingleAllOfAttributesAllOf) SetGUAMIdList(v []GUAMInfo) + func (o *AmfFunctionSingleAllOfAttributesAllOf) SetInterPlmnFQDN(v string) + func (o *AmfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile) + func (o *AmfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList(v []PlmnInfo) + func (o *AmfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string) + func (o *AmfFunctionSingleAllOfAttributesAllOf) SetTaiList(v []Tai) + func (o *AmfFunctionSingleAllOfAttributesAllOf) SetTaiRangeList(v []TaiRange) + func (o *AmfFunctionSingleAllOfAttributesAllOf) SetWeightFactor(v int32) + func (o AmfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o AmfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type AmfIdentifier struct + AmfPointer *int32 + AmfRegionId *int32 + AmfSetId *string + func NewAmfIdentifier() *AmfIdentifier + func NewAmfIdentifierWithDefaults() *AmfIdentifier + func (o *AmfIdentifier) GetAmfPointer() int32 + func (o *AmfIdentifier) GetAmfPointerOk() (*int32, bool) + func (o *AmfIdentifier) GetAmfRegionId() int32 + func (o *AmfIdentifier) GetAmfRegionIdOk() (*int32, bool) + func (o *AmfIdentifier) GetAmfSetId() string + func (o *AmfIdentifier) GetAmfSetIdOk() (*string, bool) + func (o *AmfIdentifier) HasAmfPointer() bool + func (o *AmfIdentifier) HasAmfRegionId() bool + func (o *AmfIdentifier) HasAmfSetId() bool + func (o *AmfIdentifier) SetAmfPointer(v int32) + func (o *AmfIdentifier) SetAmfRegionId(v int32) + func (o *AmfIdentifier) SetAmfSetId(v string) + func (o AmfIdentifier) MarshalJSON() ([]byte, error) + func (o AmfIdentifier) ToMap() (map[string]interface{}, error) + type AmfRegionSingle struct + Attributes *ManagedFunctionAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewAmfRegionSingle(id NullableString) *AmfRegionSingle + func NewAmfRegionSingleWithDefaults() *AmfRegionSingle + func (o *AmfRegionSingle) GetAttributes() ManagedFunctionAttr + func (o *AmfRegionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *AmfRegionSingle) GetId() string + func (o *AmfRegionSingle) GetIdOk() (*string, bool) + func (o *AmfRegionSingle) GetObjectClass() string + func (o *AmfRegionSingle) GetObjectClassOk() (*string, bool) + func (o *AmfRegionSingle) GetObjectInstance() string + func (o *AmfRegionSingle) GetObjectInstanceOk() (*string, bool) + func (o *AmfRegionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *AmfRegionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *AmfRegionSingle) HasAttributes() bool + func (o *AmfRegionSingle) HasObjectClass() bool + func (o *AmfRegionSingle) HasObjectInstance() bool + func (o *AmfRegionSingle) HasVsDataContainer() bool + func (o *AmfRegionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *AmfRegionSingle) SetId(v string) + func (o *AmfRegionSingle) SetObjectClass(v string) + func (o *AmfRegionSingle) SetObjectInstance(v string) + func (o *AmfRegionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o AmfRegionSingle) MarshalJSON() ([]byte, error) + func (o AmfRegionSingle) ToMap() (map[string]interface{}, error) + type AmfRegionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewAmfRegionSingleAllOf() *AmfRegionSingleAllOf + func NewAmfRegionSingleAllOfWithDefaults() *AmfRegionSingleAllOf + func (o *AmfRegionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *AmfRegionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *AmfRegionSingleAllOf) HasAttributes() bool + func (o *AmfRegionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o AmfRegionSingleAllOf) MarshalJSON() ([]byte, error) + func (o AmfRegionSingleAllOf) ToMap() (map[string]interface{}, error) + type AmfRegionSingleAllOfAttributes struct + AMFSetListRef []string + AmfRegionId *int32 + NRTACList []int32 + PeeParametersList []PeeParameter + PlmnIdList []PlmnId + PriorityLabel *int32 + SnssaiList []Snssai + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + VnfParametersList []VnfParameter + func NewAmfRegionSingleAllOfAttributes() *AmfRegionSingleAllOfAttributes + func NewAmfRegionSingleAllOfAttributesWithDefaults() *AmfRegionSingleAllOfAttributes + func (o *AmfRegionSingleAllOfAttributes) GetAMFSetListRef() []string + func (o *AmfRegionSingleAllOfAttributes) GetAMFSetListRefOk() ([]string, bool) + func (o *AmfRegionSingleAllOfAttributes) GetAmfRegionId() int32 + func (o *AmfRegionSingleAllOfAttributes) GetAmfRegionIdOk() (*int32, bool) + func (o *AmfRegionSingleAllOfAttributes) GetNRTACList() []int32 + func (o *AmfRegionSingleAllOfAttributes) GetNRTACListOk() ([]int32, bool) + func (o *AmfRegionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *AmfRegionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *AmfRegionSingleAllOfAttributes) GetPlmnIdList() []PlmnId + func (o *AmfRegionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool) + func (o *AmfRegionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *AmfRegionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *AmfRegionSingleAllOfAttributes) GetSnssaiList() []Snssai + func (o *AmfRegionSingleAllOfAttributes) GetSnssaiListOk() ([]Snssai, bool) + func (o *AmfRegionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *AmfRegionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *AmfRegionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *AmfRegionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *AmfRegionSingleAllOfAttributes) GetUserLabel() string + func (o *AmfRegionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *AmfRegionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *AmfRegionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *AmfRegionSingleAllOfAttributes) HasAMFSetListRef() bool + func (o *AmfRegionSingleAllOfAttributes) HasAmfRegionId() bool + func (o *AmfRegionSingleAllOfAttributes) HasNRTACList() bool + func (o *AmfRegionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *AmfRegionSingleAllOfAttributes) HasPlmnIdList() bool + func (o *AmfRegionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *AmfRegionSingleAllOfAttributes) HasSnssaiList() bool + func (o *AmfRegionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *AmfRegionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *AmfRegionSingleAllOfAttributes) HasUserLabel() bool + func (o *AmfRegionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *AmfRegionSingleAllOfAttributes) SetAMFSetListRef(v []string) + func (o *AmfRegionSingleAllOfAttributes) SetAmfRegionId(v int32) + func (o *AmfRegionSingleAllOfAttributes) SetNRTACList(v []int32) + func (o *AmfRegionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *AmfRegionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId) + func (o *AmfRegionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *AmfRegionSingleAllOfAttributes) SetSnssaiList(v []Snssai) + func (o *AmfRegionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *AmfRegionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *AmfRegionSingleAllOfAttributes) SetUserLabel(v string) + func (o *AmfRegionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o AmfRegionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o AmfRegionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type AmfRegionSingleAllOfAttributesAllOf struct + AMFSetListRef []string + AmfRegionId *int32 + NRTACList []int32 + PlmnIdList []PlmnId + SnssaiList []Snssai + func NewAmfRegionSingleAllOfAttributesAllOf() *AmfRegionSingleAllOfAttributesAllOf + func NewAmfRegionSingleAllOfAttributesAllOfWithDefaults() *AmfRegionSingleAllOfAttributesAllOf + func (o *AmfRegionSingleAllOfAttributesAllOf) GetAMFSetListRef() []string + func (o *AmfRegionSingleAllOfAttributesAllOf) GetAMFSetListRefOk() ([]string, bool) + func (o *AmfRegionSingleAllOfAttributesAllOf) GetAmfRegionId() int32 + func (o *AmfRegionSingleAllOfAttributesAllOf) GetAmfRegionIdOk() (*int32, bool) + func (o *AmfRegionSingleAllOfAttributesAllOf) GetNRTACList() []int32 + func (o *AmfRegionSingleAllOfAttributesAllOf) GetNRTACListOk() ([]int32, bool) + func (o *AmfRegionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId + func (o *AmfRegionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool) + func (o *AmfRegionSingleAllOfAttributesAllOf) GetSnssaiList() []Snssai + func (o *AmfRegionSingleAllOfAttributesAllOf) GetSnssaiListOk() ([]Snssai, bool) + func (o *AmfRegionSingleAllOfAttributesAllOf) HasAMFSetListRef() bool + func (o *AmfRegionSingleAllOfAttributesAllOf) HasAmfRegionId() bool + func (o *AmfRegionSingleAllOfAttributesAllOf) HasNRTACList() bool + func (o *AmfRegionSingleAllOfAttributesAllOf) HasPlmnIdList() bool + func (o *AmfRegionSingleAllOfAttributesAllOf) HasSnssaiList() bool + func (o *AmfRegionSingleAllOfAttributesAllOf) SetAMFSetListRef(v []string) + func (o *AmfRegionSingleAllOfAttributesAllOf) SetAmfRegionId(v int32) + func (o *AmfRegionSingleAllOfAttributesAllOf) SetNRTACList(v []int32) + func (o *AmfRegionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId) + func (o *AmfRegionSingleAllOfAttributesAllOf) SetSnssaiList(v []Snssai) + func (o AmfRegionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o AmfRegionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type AmfSetSingle struct + Attributes *ManagedFunctionAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewAmfSetSingle(id NullableString) *AmfSetSingle + func NewAmfSetSingleWithDefaults() *AmfSetSingle + func (o *AmfSetSingle) GetAttributes() ManagedFunctionAttr + func (o *AmfSetSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *AmfSetSingle) GetId() string + func (o *AmfSetSingle) GetIdOk() (*string, bool) + func (o *AmfSetSingle) GetObjectClass() string + func (o *AmfSetSingle) GetObjectClassOk() (*string, bool) + func (o *AmfSetSingle) GetObjectInstance() string + func (o *AmfSetSingle) GetObjectInstanceOk() (*string, bool) + func (o *AmfSetSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *AmfSetSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *AmfSetSingle) HasAttributes() bool + func (o *AmfSetSingle) HasObjectClass() bool + func (o *AmfSetSingle) HasObjectInstance() bool + func (o *AmfSetSingle) HasVsDataContainer() bool + func (o *AmfSetSingle) SetAttributes(v ManagedFunctionAttr) + func (o *AmfSetSingle) SetId(v string) + func (o *AmfSetSingle) SetObjectClass(v string) + func (o *AmfSetSingle) SetObjectInstance(v string) + func (o *AmfSetSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o AmfSetSingle) MarshalJSON() ([]byte, error) + func (o AmfSetSingle) ToMap() (map[string]interface{}, error) + type AmfSetSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewAmfSetSingleAllOf() *AmfSetSingleAllOf + func NewAmfSetSingleAllOfWithDefaults() *AmfSetSingleAllOf + func (o *AmfSetSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *AmfSetSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *AmfSetSingleAllOf) HasAttributes() bool + func (o *AmfSetSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o AmfSetSingleAllOf) MarshalJSON() ([]byte, error) + func (o AmfSetSingleAllOf) ToMap() (map[string]interface{}, error) + type AmfSetSingleAllOfAttributes struct + AMFRegionRef *string + AMFSetMemberList []string + AmfSetId *string + NRTACList []int32 + PeeParametersList []PeeParameter + PlmnIdList []PlmnId + PriorityLabel *int32 + SnssaiList []Snssai + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + VnfParametersList []VnfParameter + func NewAmfSetSingleAllOfAttributes() *AmfSetSingleAllOfAttributes + func NewAmfSetSingleAllOfAttributesWithDefaults() *AmfSetSingleAllOfAttributes + func (o *AmfSetSingleAllOfAttributes) GetAMFRegionRef() string + func (o *AmfSetSingleAllOfAttributes) GetAMFRegionRefOk() (*string, bool) + func (o *AmfSetSingleAllOfAttributes) GetAMFSetMemberList() []string + func (o *AmfSetSingleAllOfAttributes) GetAMFSetMemberListOk() ([]string, bool) + func (o *AmfSetSingleAllOfAttributes) GetAmfSetId() string + func (o *AmfSetSingleAllOfAttributes) GetAmfSetIdOk() (*string, bool) + func (o *AmfSetSingleAllOfAttributes) GetNRTACList() []int32 + func (o *AmfSetSingleAllOfAttributes) GetNRTACListOk() ([]int32, bool) + func (o *AmfSetSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *AmfSetSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *AmfSetSingleAllOfAttributes) GetPlmnIdList() []PlmnId + func (o *AmfSetSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool) + func (o *AmfSetSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *AmfSetSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *AmfSetSingleAllOfAttributes) GetSnssaiList() []Snssai + func (o *AmfSetSingleAllOfAttributes) GetSnssaiListOk() ([]Snssai, bool) + func (o *AmfSetSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *AmfSetSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *AmfSetSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *AmfSetSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *AmfSetSingleAllOfAttributes) GetUserLabel() string + func (o *AmfSetSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *AmfSetSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *AmfSetSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *AmfSetSingleAllOfAttributes) HasAMFRegionRef() bool + func (o *AmfSetSingleAllOfAttributes) HasAMFSetMemberList() bool + func (o *AmfSetSingleAllOfAttributes) HasAmfSetId() bool + func (o *AmfSetSingleAllOfAttributes) HasNRTACList() bool + func (o *AmfSetSingleAllOfAttributes) HasPeeParametersList() bool + func (o *AmfSetSingleAllOfAttributes) HasPlmnIdList() bool + func (o *AmfSetSingleAllOfAttributes) HasPriorityLabel() bool + func (o *AmfSetSingleAllOfAttributes) HasSnssaiList() bool + func (o *AmfSetSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *AmfSetSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *AmfSetSingleAllOfAttributes) HasUserLabel() bool + func (o *AmfSetSingleAllOfAttributes) HasVnfParametersList() bool + func (o *AmfSetSingleAllOfAttributes) SetAMFRegionRef(v string) + func (o *AmfSetSingleAllOfAttributes) SetAMFSetMemberList(v []string) + func (o *AmfSetSingleAllOfAttributes) SetAmfSetId(v string) + func (o *AmfSetSingleAllOfAttributes) SetNRTACList(v []int32) + func (o *AmfSetSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *AmfSetSingleAllOfAttributes) SetPlmnIdList(v []PlmnId) + func (o *AmfSetSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *AmfSetSingleAllOfAttributes) SetSnssaiList(v []Snssai) + func (o *AmfSetSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *AmfSetSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *AmfSetSingleAllOfAttributes) SetUserLabel(v string) + func (o *AmfSetSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o AmfSetSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o AmfSetSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type AmfSetSingleAllOfAttributesAllOf struct + AMFRegionRef *string + AMFSetMemberList []string + AmfSetId *string + NRTACList []int32 + PlmnIdList []PlmnId + SnssaiList []Snssai + func NewAmfSetSingleAllOfAttributesAllOf() *AmfSetSingleAllOfAttributesAllOf + func NewAmfSetSingleAllOfAttributesAllOfWithDefaults() *AmfSetSingleAllOfAttributesAllOf + func (o *AmfSetSingleAllOfAttributesAllOf) GetAMFRegionRef() string + func (o *AmfSetSingleAllOfAttributesAllOf) GetAMFRegionRefOk() (*string, bool) + func (o *AmfSetSingleAllOfAttributesAllOf) GetAMFSetMemberList() []string + func (o *AmfSetSingleAllOfAttributesAllOf) GetAMFSetMemberListOk() ([]string, bool) + func (o *AmfSetSingleAllOfAttributesAllOf) GetAmfSetId() string + func (o *AmfSetSingleAllOfAttributesAllOf) GetAmfSetIdOk() (*string, bool) + func (o *AmfSetSingleAllOfAttributesAllOf) GetNRTACList() []int32 + func (o *AmfSetSingleAllOfAttributesAllOf) GetNRTACListOk() ([]int32, bool) + func (o *AmfSetSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId + func (o *AmfSetSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool) + func (o *AmfSetSingleAllOfAttributesAllOf) GetSnssaiList() []Snssai + func (o *AmfSetSingleAllOfAttributesAllOf) GetSnssaiListOk() ([]Snssai, bool) + func (o *AmfSetSingleAllOfAttributesAllOf) HasAMFRegionRef() bool + func (o *AmfSetSingleAllOfAttributesAllOf) HasAMFSetMemberList() bool + func (o *AmfSetSingleAllOfAttributesAllOf) HasAmfSetId() bool + func (o *AmfSetSingleAllOfAttributesAllOf) HasNRTACList() bool + func (o *AmfSetSingleAllOfAttributesAllOf) HasPlmnIdList() bool + func (o *AmfSetSingleAllOfAttributesAllOf) HasSnssaiList() bool + func (o *AmfSetSingleAllOfAttributesAllOf) SetAMFRegionRef(v string) + func (o *AmfSetSingleAllOfAttributesAllOf) SetAMFSetMemberList(v []string) + func (o *AmfSetSingleAllOfAttributesAllOf) SetAmfSetId(v string) + func (o *AmfSetSingleAllOfAttributesAllOf) SetNRTACList(v []int32) + func (o *AmfSetSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId) + func (o *AmfSetSingleAllOfAttributesAllOf) SetSnssaiList(v []Snssai) + func (o AmfSetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o AmfSetSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type AnonymizationOfMdtDataType string + const NO_IDENTITY + const TAC_OF_IMEI + func NewAnonymizationOfMdtDataTypeFromValue(v string) (*AnonymizationOfMdtDataType, error) + func (v *AnonymizationOfMdtDataType) UnmarshalJSON(src []byte) error + func (v AnonymizationOfMdtDataType) IsValid() bool + func (v AnonymizationOfMdtDataType) Ptr() *AnonymizationOfMdtDataType + type AreaConfig struct + FreqInfo *FreqInfo + PciList []int32 + func NewAreaConfig() *AreaConfig + func NewAreaConfigWithDefaults() *AreaConfig + func (o *AreaConfig) GetFreqInfo() FreqInfo + func (o *AreaConfig) GetFreqInfoOk() (*FreqInfo, bool) + func (o *AreaConfig) GetPciList() []int32 + func (o *AreaConfig) GetPciListOk() ([]int32, bool) + func (o *AreaConfig) HasFreqInfo() bool + func (o *AreaConfig) HasPciList() bool + func (o *AreaConfig) SetFreqInfo(v FreqInfo) + func (o *AreaConfig) SetPciList(v []int32) + func (o AreaConfig) MarshalJSON() ([]byte, error) + func (o AreaConfig) ToMap() (map[string]interface{}, error) + type AreaOfInterest struct + ArrayOfEutraCellId *[]EutraCellId + ArrayOfNrCellId *[]NrCellId + ArrayOfTai1 *[]Tai1 + ArrayOfUtraCellId *[]UtraCellId + GeoAreaToCellMapping *GeoAreaToCellMapping + func ArrayOfEutraCellIdAsAreaOfInterest(v *[]EutraCellId) AreaOfInterest + func ArrayOfNrCellIdAsAreaOfInterest(v *[]NrCellId) AreaOfInterest + func ArrayOfTai1AsAreaOfInterest(v *[]Tai1) AreaOfInterest + func ArrayOfUtraCellIdAsAreaOfInterest(v *[]UtraCellId) AreaOfInterest + func GeoAreaToCellMappingAsAreaOfInterest(v *GeoAreaToCellMapping) AreaOfInterest + func (dst *AreaOfInterest) UnmarshalJSON(data []byte) error + func (obj *AreaOfInterest) GetActualInstance() interface{} + func (src AreaOfInterest) MarshalJSON() ([]byte, error) + type AreaScope struct + ArrayOfEutraCellId *[]EutraCellId + ArrayOfNrCellId *[]NrCellId + ArrayOfString *[]string + ArrayOfTai *[]Tai + func ArrayOfEutraCellIdAsAreaScope(v *[]EutraCellId) AreaScope + func ArrayOfNrCellIdAsAreaScope(v *[]NrCellId) AreaScope + func ArrayOfStringAsAreaScope(v *[]string) AreaScope + func ArrayOfTaiAsAreaScope(v *[]Tai) AreaScope + func (dst *AreaScope) UnmarshalJSON(data []byte) error + func (obj *AreaScope) GetActualInstance() interface{} + func (src AreaScope) MarshalJSON() ([]byte, error) + type Arp struct + PreemptCap PreemptionCapability + PreemptVuln PreemptionVulnerability + PriorityLevel NullableInt32 + func NewArp(priorityLevel NullableInt32, preemptCap PreemptionCapability, ...) *Arp + func NewArpWithDefaults() *Arp + func (o *Arp) GetPreemptCap() PreemptionCapability + func (o *Arp) GetPreemptCapOk() (*PreemptionCapability, bool) + func (o *Arp) GetPreemptVuln() PreemptionVulnerability + func (o *Arp) GetPreemptVulnOk() (*PreemptionVulnerability, bool) + func (o *Arp) GetPriorityLevel() int32 + func (o *Arp) GetPriorityLevelOk() (*int32, bool) + func (o *Arp) SetPreemptCap(v PreemptionCapability) + func (o *Arp) SetPreemptVuln(v PreemptionVulnerability) + func (o *Arp) SetPriorityLevel(v int32) + func (o Arp) MarshalJSON() ([]byte, error) + func (o Arp) ToMap() (map[string]interface{}, error) + type AtsssCapability struct + AtsssLL *bool + Mptcp *bool + RttWithoutPmf *bool + func NewAtsssCapability() *AtsssCapability + func NewAtsssCapabilityWithDefaults() *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) SetAtsssLL(v bool) + func (o *AtsssCapability) SetMptcp(v bool) + func (o *AtsssCapability) SetRttWithoutPmf(v bool) + func (o AtsssCapability) MarshalJSON() ([]byte, error) + func (o AtsssCapability) ToMap() (map[string]interface{}, error) + type AusfFunctionSingle struct + Attributes *ManagedFunctionAttr + EPN12 []EPN12Single + EPN13 []EPN13Single + Id NullableString + ManagedNFService []ManagedNFServiceSingle + ObjectClass *string + ObjectInstance *string + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + VsDataContainer []VsDataContainerSingle + func NewAusfFunctionSingle(id NullableString) *AusfFunctionSingle + func NewAusfFunctionSingleWithDefaults() *AusfFunctionSingle + func (o *AusfFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *AusfFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *AusfFunctionSingle) GetEPN12() []EPN12Single + func (o *AusfFunctionSingle) GetEPN12Ok() ([]EPN12Single, bool) + func (o *AusfFunctionSingle) GetEPN13() []EPN13Single + func (o *AusfFunctionSingle) GetEPN13Ok() ([]EPN13Single, bool) + func (o *AusfFunctionSingle) GetId() string + func (o *AusfFunctionSingle) GetIdOk() (*string, bool) + func (o *AusfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle + func (o *AusfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool) + func (o *AusfFunctionSingle) GetObjectClass() string + func (o *AusfFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *AusfFunctionSingle) GetObjectInstance() string + func (o *AusfFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *AusfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle + func (o *AusfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *AusfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *AusfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *AusfFunctionSingle) GetTraceJob() []TraceJobSingle + func (o *AusfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *AusfFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *AusfFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *AusfFunctionSingle) HasAttributes() bool + func (o *AusfFunctionSingle) HasEPN12() bool + func (o *AusfFunctionSingle) HasEPN13() bool + func (o *AusfFunctionSingle) HasManagedNFService() bool + func (o *AusfFunctionSingle) HasObjectClass() bool + func (o *AusfFunctionSingle) HasObjectInstance() bool + func (o *AusfFunctionSingle) HasPerfMetricJob() bool + func (o *AusfFunctionSingle) HasThresholdMonitor() bool + func (o *AusfFunctionSingle) HasTraceJob() bool + func (o *AusfFunctionSingle) HasVsDataContainer() bool + func (o *AusfFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *AusfFunctionSingle) SetEPN12(v []EPN12Single) + func (o *AusfFunctionSingle) SetEPN13(v []EPN13Single) + func (o *AusfFunctionSingle) SetId(v string) + func (o *AusfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle) + func (o *AusfFunctionSingle) SetObjectClass(v string) + func (o *AusfFunctionSingle) SetObjectInstance(v string) + func (o *AusfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *AusfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *AusfFunctionSingle) SetTraceJob(v []TraceJobSingle) + func (o *AusfFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o AusfFunctionSingle) MarshalJSON() ([]byte, error) + func (o AusfFunctionSingle) ToMap() (map[string]interface{}, error) + type AusfFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewAusfFunctionSingleAllOf() *AusfFunctionSingleAllOf + func NewAusfFunctionSingleAllOfWithDefaults() *AusfFunctionSingleAllOf + func (o *AusfFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *AusfFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *AusfFunctionSingleAllOf) HasAttributes() bool + func (o *AusfFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o AusfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o AusfFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type AusfFunctionSingleAllOf1 struct + EPN12 []EPN12Single + EPN13 []EPN13Single + func NewAusfFunctionSingleAllOf1() *AusfFunctionSingleAllOf1 + func NewAusfFunctionSingleAllOf1WithDefaults() *AusfFunctionSingleAllOf1 + func (o *AusfFunctionSingleAllOf1) GetEPN12() []EPN12Single + func (o *AusfFunctionSingleAllOf1) GetEPN12Ok() ([]EPN12Single, bool) + func (o *AusfFunctionSingleAllOf1) GetEPN13() []EPN13Single + func (o *AusfFunctionSingleAllOf1) GetEPN13Ok() ([]EPN13Single, bool) + func (o *AusfFunctionSingleAllOf1) HasEPN12() bool + func (o *AusfFunctionSingleAllOf1) HasEPN13() bool + func (o *AusfFunctionSingleAllOf1) SetEPN12(v []EPN12Single) + func (o *AusfFunctionSingleAllOf1) SetEPN13(v []EPN13Single) + func (o AusfFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + func (o AusfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error) + type AusfFunctionSingleAllOfAttributes struct + AusfInfo *AusfInfo + CommModelList []CommModel + ManagedNFProfile *ManagedNFProfile + PeeParametersList []PeeParameter + PlmnInfoList []PlmnInfo + PriorityLabel *int32 + SBIFqdn *string + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + VnfParametersList []VnfParameter + func NewAusfFunctionSingleAllOfAttributes() *AusfFunctionSingleAllOfAttributes + func NewAusfFunctionSingleAllOfAttributesWithDefaults() *AusfFunctionSingleAllOfAttributes + func (o *AusfFunctionSingleAllOfAttributes) GetAusfInfo() AusfInfo + func (o *AusfFunctionSingleAllOfAttributes) GetAusfInfoOk() (*AusfInfo, bool) + func (o *AusfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel + func (o *AusfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool) + func (o *AusfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile + func (o *AusfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *AusfFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *AusfFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *AusfFunctionSingleAllOfAttributes) GetPlmnInfoList() []PlmnInfo + func (o *AusfFunctionSingleAllOfAttributes) GetPlmnInfoListOk() ([]PlmnInfo, bool) + func (o *AusfFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *AusfFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *AusfFunctionSingleAllOfAttributes) GetSBIFqdn() string + func (o *AusfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool) + func (o *AusfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *AusfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *AusfFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *AusfFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *AusfFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *AusfFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *AusfFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *AusfFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *AusfFunctionSingleAllOfAttributes) HasAusfInfo() bool + func (o *AusfFunctionSingleAllOfAttributes) HasCommModelList() bool + func (o *AusfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool + func (o *AusfFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *AusfFunctionSingleAllOfAttributes) HasPlmnInfoList() bool + func (o *AusfFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *AusfFunctionSingleAllOfAttributes) HasSBIFqdn() bool + func (o *AusfFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *AusfFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *AusfFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *AusfFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *AusfFunctionSingleAllOfAttributes) SetAusfInfo(v AusfInfo) + func (o *AusfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel) + func (o *AusfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile) + func (o *AusfFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *AusfFunctionSingleAllOfAttributes) SetPlmnInfoList(v []PlmnInfo) + func (o *AusfFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *AusfFunctionSingleAllOfAttributes) SetSBIFqdn(v string) + func (o *AusfFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *AusfFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *AusfFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *AusfFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o AusfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o AusfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type AusfFunctionSingleAllOfAttributesAllOf struct + AusfInfo *AusfInfo + CommModelList []CommModel + ManagedNFProfile *ManagedNFProfile + PlmnInfoList []PlmnInfo + SBIFqdn *string + func NewAusfFunctionSingleAllOfAttributesAllOf() *AusfFunctionSingleAllOfAttributesAllOf + func NewAusfFunctionSingleAllOfAttributesAllOfWithDefaults() *AusfFunctionSingleAllOfAttributesAllOf + func (o *AusfFunctionSingleAllOfAttributesAllOf) GetAusfInfo() AusfInfo + func (o *AusfFunctionSingleAllOfAttributesAllOf) GetAusfInfoOk() (*AusfInfo, bool) + func (o *AusfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel + func (o *AusfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool) + func (o *AusfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile + func (o *AusfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *AusfFunctionSingleAllOfAttributesAllOf) GetPlmnInfoList() []PlmnInfo + func (o *AusfFunctionSingleAllOfAttributesAllOf) GetPlmnInfoListOk() ([]PlmnInfo, bool) + func (o *AusfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string + func (o *AusfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool) + func (o *AusfFunctionSingleAllOfAttributesAllOf) HasAusfInfo() bool + func (o *AusfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool + func (o *AusfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool + func (o *AusfFunctionSingleAllOfAttributesAllOf) HasPlmnInfoList() bool + func (o *AusfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool + func (o *AusfFunctionSingleAllOfAttributesAllOf) SetAusfInfo(v AusfInfo) + func (o *AusfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel) + func (o *AusfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile) + func (o *AusfFunctionSingleAllOfAttributesAllOf) SetPlmnInfoList(v []PlmnInfo) + func (o *AusfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string) + func (o AusfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o AusfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type AusfInfo struct + NFSrvGroupId *string + RoutingIndicators []string + SuciInfos []SuciInfo + SupiRanges []SupiRange + func NewAusfInfo() *AusfInfo + func NewAusfInfoWithDefaults() *AusfInfo + func (o *AusfInfo) GetNFSrvGroupId() string + func (o *AusfInfo) GetNFSrvGroupIdOk() (*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) HasNFSrvGroupId() bool + func (o *AusfInfo) HasRoutingIndicators() bool + func (o *AusfInfo) HasSuciInfos() bool + func (o *AusfInfo) HasSupiRanges() bool + func (o *AusfInfo) SetNFSrvGroupId(v string) + func (o *AusfInfo) SetRoutingIndicators(v []string) + func (o *AusfInfo) SetSuciInfos(v []SuciInfo) + func (o *AusfInfo) SetSupiRanges(v []SupiRange) + func (o AusfInfo) MarshalJSON() ([]byte, error) + func (o AusfInfo) ToMap() (map[string]interface{}, error) + type BasicAuth struct + Password string + UserName string + type CmNotificationTypes string + const NOTIFY_MOI_ATTRIBUTE_VALUE_CHANGES + const NOTIFY_MOI_CHANGES + const NOTIFY_MOI_CREATION + const NOTIFY_MOI_DELETION + func NewCmNotificationTypesFromValue(v string) (*CmNotificationTypes, error) + func (v *CmNotificationTypes) UnmarshalJSON(src []byte) error + func (v CmNotificationTypes) IsValid() bool + func (v CmNotificationTypes) Ptr() *CmNotificationTypes + type CollectionPeriodM6LteType string + func NewCollectionPeriodM6LteTypeFromValue(v string) (*CollectionPeriodM6LteType, error) + func (v *CollectionPeriodM6LteType) UnmarshalJSON(src []byte) error + func (v CollectionPeriodM6LteType) IsValid() bool + func (v CollectionPeriodM6LteType) Ptr() *CollectionPeriodM6LteType + type CollectionPeriodM6NrType string + func NewCollectionPeriodM6NrTypeFromValue(v string) (*CollectionPeriodM6NrType, error) + func (v *CollectionPeriodM6NrType) UnmarshalJSON(src []byte) error + func (v CollectionPeriodM6NrType) IsValid() bool + func (v CollectionPeriodM6NrType) Ptr() *CollectionPeriodM6NrType + type CollectionPeriodRrmLteType string + func NewCollectionPeriodRrmLteTypeFromValue(v string) (*CollectionPeriodRrmLteType, error) + func (v *CollectionPeriodRrmLteType) UnmarshalJSON(src []byte) error + func (v CollectionPeriodRrmLteType) IsValid() bool + func (v CollectionPeriodRrmLteType) Ptr() *CollectionPeriodRrmLteType + type CollectionPeriodRrmNrType string + func NewCollectionPeriodRrmNrTypeFromValue(v string) (*CollectionPeriodRrmNrType, error) + func (v *CollectionPeriodRrmNrType) UnmarshalJSON(src []byte) error + func (v CollectionPeriodRrmNrType) IsValid() bool + func (v CollectionPeriodRrmNrType) Ptr() *CollectionPeriodRrmNrType + type CollectionPeriodRrmUmtsType string + func NewCollectionPeriodRrmUmtsTypeFromValue(v string) (*CollectionPeriodRrmUmtsType, error) + func (v *CollectionPeriodRrmUmtsType) UnmarshalJSON(src []byte) error + func (v CollectionPeriodRrmUmtsType) IsValid() bool + func (v CollectionPeriodRrmUmtsType) Ptr() *CollectionPeriodRrmUmtsType + type CommModel struct + CommModelConfiguration *string + CommModelType *CommModelType + GroupId *int32 + TargetNFServiceList []string + func NewCommModel() *CommModel + func NewCommModelWithDefaults() *CommModel + func (o *CommModel) GetCommModelConfiguration() string + func (o *CommModel) GetCommModelConfigurationOk() (*string, bool) + func (o *CommModel) GetCommModelType() CommModelType + func (o *CommModel) GetCommModelTypeOk() (*CommModelType, bool) + func (o *CommModel) GetGroupId() int32 + func (o *CommModel) GetGroupIdOk() (*int32, bool) + func (o *CommModel) GetTargetNFServiceList() []string + func (o *CommModel) GetTargetNFServiceListOk() ([]string, bool) + func (o *CommModel) HasCommModelConfiguration() bool + func (o *CommModel) HasCommModelType() bool + func (o *CommModel) HasGroupId() bool + func (o *CommModel) HasTargetNFServiceList() bool + func (o *CommModel) SetCommModelConfiguration(v string) + func (o *CommModel) SetCommModelType(v CommModelType) + func (o *CommModel) SetGroupId(v int32) + func (o *CommModel) SetTargetNFServiceList(v []string) + func (o CommModel) MarshalJSON() ([]byte, error) + func (o CommModel) ToMap() (map[string]interface{}, error) + type CommModelType string + const DIRECT_COMMUNICATION_WITH_NRF + const DIRECT_COMMUNICATION_WO_NRF + const INDIRECT_COMMUNICATION_WITH_DEDICATED_DISCOVERY + const INDIRECT_COMMUNICATION_WO_DEDICATED_DISCOVERY + func NewCommModelTypeFromValue(v string) (*CommModelType, error) + func (v *CommModelType) UnmarshalJSON(src []byte) error + func (v CommModelType) IsValid() bool + func (v CommModelType) Ptr() *CommModelType + type ConditionData struct + AccessType *AccessType + ActivationTime NullableTime + CondId string + DeactivationTime NullableTime + RatType *RatType + func NewConditionData(condId string) *ConditionData + func NewConditionDataWithDefaults() *ConditionData + func (o *ConditionData) GetAccessType() AccessType + func (o *ConditionData) GetAccessTypeOk() (*AccessType, bool) + func (o *ConditionData) GetActivationTime() time.Time + func (o *ConditionData) GetActivationTimeOk() (*time.Time, bool) + func (o *ConditionData) GetCondId() string + func (o *ConditionData) GetCondIdOk() (*string, bool) + func (o *ConditionData) GetDeactivationTime() time.Time + func (o *ConditionData) GetDeactivationTimeOk() (*time.Time, bool) + func (o *ConditionData) GetRatType() RatType + func (o *ConditionData) GetRatTypeOk() (*RatType, bool) + func (o *ConditionData) HasAccessType() bool + func (o *ConditionData) HasActivationTime() bool + func (o *ConditionData) HasDeactivationTime() bool + func (o *ConditionData) HasRatType() bool + func (o *ConditionData) SetAccessType(v AccessType) + func (o *ConditionData) SetActivationTime(v time.Time) + func (o *ConditionData) SetActivationTimeNil() + func (o *ConditionData) SetCondId(v string) + func (o *ConditionData) SetDeactivationTime(v time.Time) + func (o *ConditionData) SetDeactivationTimeNil() + func (o *ConditionData) SetRatType(v RatType) + func (o *ConditionData) UnsetActivationTime() + func (o *ConditionData) UnsetDeactivationTime() + func (o ConditionData) MarshalJSON() ([]byte, error) + func (o ConditionData) ToMap() (map[string]interface{}, error) + type Configurable5QISetSingle struct + Attributes *interface{} + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewConfigurable5QISetSingle(id NullableString) *Configurable5QISetSingle + func NewConfigurable5QISetSingleWithDefaults() *Configurable5QISetSingle + func (o *Configurable5QISetSingle) GetAttributes() interface{} + func (o *Configurable5QISetSingle) GetAttributesOk() (*interface{}, bool) + func (o *Configurable5QISetSingle) GetId() string + func (o *Configurable5QISetSingle) GetIdOk() (*string, bool) + func (o *Configurable5QISetSingle) GetObjectClass() string + func (o *Configurable5QISetSingle) GetObjectClassOk() (*string, bool) + func (o *Configurable5QISetSingle) GetObjectInstance() string + func (o *Configurable5QISetSingle) GetObjectInstanceOk() (*string, bool) + func (o *Configurable5QISetSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *Configurable5QISetSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *Configurable5QISetSingle) HasAttributes() bool + func (o *Configurable5QISetSingle) HasObjectClass() bool + func (o *Configurable5QISetSingle) HasObjectInstance() bool + func (o *Configurable5QISetSingle) HasVsDataContainer() bool + func (o *Configurable5QISetSingle) SetAttributes(v interface{}) + func (o *Configurable5QISetSingle) SetId(v string) + func (o *Configurable5QISetSingle) SetObjectClass(v string) + func (o *Configurable5QISetSingle) SetObjectInstance(v string) + func (o *Configurable5QISetSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o Configurable5QISetSingle) MarshalJSON() ([]byte, error) + func (o Configurable5QISetSingle) ToMap() (map[string]interface{}, error) + type Configurable5QISetSingleAllOf struct + Attributes *interface{} + func NewConfigurable5QISetSingleAllOf() *Configurable5QISetSingleAllOf + func NewConfigurable5QISetSingleAllOfWithDefaults() *Configurable5QISetSingleAllOf + func (o *Configurable5QISetSingleAllOf) GetAttributes() interface{} + func (o *Configurable5QISetSingleAllOf) GetAttributesOk() (*interface{}, bool) + func (o *Configurable5QISetSingleAllOf) HasAttributes() bool + func (o *Configurable5QISetSingleAllOf) SetAttributes(v interface{}) + func (o Configurable5QISetSingleAllOf) MarshalJSON() ([]byte, error) + func (o Configurable5QISetSingleAllOf) ToMap() (map[string]interface{}, error) + type Configurable5QISetSingleAllOfAttributes struct + Configurable5QIs []FiveQICharacteristicsSingle + func NewConfigurable5QISetSingleAllOfAttributes() *Configurable5QISetSingleAllOfAttributes + func NewConfigurable5QISetSingleAllOfAttributesWithDefaults() *Configurable5QISetSingleAllOfAttributes + func (o *Configurable5QISetSingleAllOfAttributes) GetConfigurable5QIs() []FiveQICharacteristicsSingle + func (o *Configurable5QISetSingleAllOfAttributes) GetConfigurable5QIsOk() ([]FiveQICharacteristicsSingle, bool) + func (o *Configurable5QISetSingleAllOfAttributes) HasConfigurable5QIs() bool + func (o *Configurable5QISetSingleAllOfAttributes) SetConfigurable5QIs(v []FiveQICharacteristicsSingle) + func (o Configurable5QISetSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o Configurable5QISetSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type Configurable5QISetSingleAllOfAttributesAllOf struct + Configurable5QIs []FiveQICharacteristicsSingle + func NewConfigurable5QISetSingleAllOfAttributesAllOf() *Configurable5QISetSingleAllOfAttributesAllOf + func NewConfigurable5QISetSingleAllOfAttributesAllOfWithDefaults() *Configurable5QISetSingleAllOfAttributesAllOf + func (o *Configurable5QISetSingleAllOfAttributesAllOf) GetConfigurable5QIs() []FiveQICharacteristicsSingle + func (o *Configurable5QISetSingleAllOfAttributesAllOf) GetConfigurable5QIsOk() ([]FiveQICharacteristicsSingle, bool) + func (o *Configurable5QISetSingleAllOfAttributesAllOf) HasConfigurable5QIs() bool + func (o *Configurable5QISetSingleAllOfAttributesAllOf) SetConfigurable5QIs(v []FiveQICharacteristicsSingle) + func (o Configurable5QISetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o Configurable5QISetSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type CorrelatedNotification struct + NotificationIds []int32 + SourceObjectInstance string + func NewCorrelatedNotification(sourceObjectInstance string, notificationIds []int32) *CorrelatedNotification + func NewCorrelatedNotificationWithDefaults() *CorrelatedNotification + func (o *CorrelatedNotification) GetNotificationIds() []int32 + func (o *CorrelatedNotification) GetNotificationIdsOk() ([]int32, bool) + func (o *CorrelatedNotification) GetSourceObjectInstance() string + func (o *CorrelatedNotification) GetSourceObjectInstanceOk() (*string, bool) + func (o *CorrelatedNotification) SetNotificationIds(v []int32) + func (o *CorrelatedNotification) SetSourceObjectInstance(v string) + func (o CorrelatedNotification) MarshalJSON() ([]byte, error) + func (o CorrelatedNotification) ToMap() (map[string]interface{}, error) + type DDNMFFunctionSingle struct + Attributes *ManagedFunctionAttr + EPNpc4 []EPNpc4Single + EPNpc6 []EPNpc6Single + EPNpc7 []EPNpc7Single + EPNpc8 []EPNpc8Single + Id NullableString + ManagedNFService []ManagedNFServiceSingle + ObjectClass *string + ObjectInstance *string + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + VsDataContainer []VsDataContainerSingle + func NewDDNMFFunctionSingle(id NullableString) *DDNMFFunctionSingle + func NewDDNMFFunctionSingleWithDefaults() *DDNMFFunctionSingle + func (o *DDNMFFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *DDNMFFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *DDNMFFunctionSingle) GetEPNpc4() []EPNpc4Single + func (o *DDNMFFunctionSingle) GetEPNpc4Ok() ([]EPNpc4Single, bool) + func (o *DDNMFFunctionSingle) GetEPNpc6() []EPNpc6Single + func (o *DDNMFFunctionSingle) GetEPNpc6Ok() ([]EPNpc6Single, bool) + func (o *DDNMFFunctionSingle) GetEPNpc7() []EPNpc7Single + func (o *DDNMFFunctionSingle) GetEPNpc7Ok() ([]EPNpc7Single, bool) + func (o *DDNMFFunctionSingle) GetEPNpc8() []EPNpc8Single + func (o *DDNMFFunctionSingle) GetEPNpc8Ok() ([]EPNpc8Single, bool) + func (o *DDNMFFunctionSingle) GetId() string + func (o *DDNMFFunctionSingle) GetIdOk() (*string, bool) + func (o *DDNMFFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle + func (o *DDNMFFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool) + func (o *DDNMFFunctionSingle) GetObjectClass() string + func (o *DDNMFFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *DDNMFFunctionSingle) GetObjectInstance() string + func (o *DDNMFFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *DDNMFFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle + func (o *DDNMFFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *DDNMFFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *DDNMFFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *DDNMFFunctionSingle) GetTraceJob() []TraceJobSingle + func (o *DDNMFFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *DDNMFFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *DDNMFFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *DDNMFFunctionSingle) HasAttributes() bool + func (o *DDNMFFunctionSingle) HasEPNpc4() bool + func (o *DDNMFFunctionSingle) HasEPNpc6() bool + func (o *DDNMFFunctionSingle) HasEPNpc7() bool + func (o *DDNMFFunctionSingle) HasEPNpc8() bool + func (o *DDNMFFunctionSingle) HasManagedNFService() bool + func (o *DDNMFFunctionSingle) HasObjectClass() bool + func (o *DDNMFFunctionSingle) HasObjectInstance() bool + func (o *DDNMFFunctionSingle) HasPerfMetricJob() bool + func (o *DDNMFFunctionSingle) HasThresholdMonitor() bool + func (o *DDNMFFunctionSingle) HasTraceJob() bool + func (o *DDNMFFunctionSingle) HasVsDataContainer() bool + func (o *DDNMFFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *DDNMFFunctionSingle) SetEPNpc4(v []EPNpc4Single) + func (o *DDNMFFunctionSingle) SetEPNpc6(v []EPNpc6Single) + func (o *DDNMFFunctionSingle) SetEPNpc7(v []EPNpc7Single) + func (o *DDNMFFunctionSingle) SetEPNpc8(v []EPNpc8Single) + func (o *DDNMFFunctionSingle) SetId(v string) + func (o *DDNMFFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle) + func (o *DDNMFFunctionSingle) SetObjectClass(v string) + func (o *DDNMFFunctionSingle) SetObjectInstance(v string) + func (o *DDNMFFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *DDNMFFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *DDNMFFunctionSingle) SetTraceJob(v []TraceJobSingle) + func (o *DDNMFFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o DDNMFFunctionSingle) MarshalJSON() ([]byte, error) + func (o DDNMFFunctionSingle) ToMap() (map[string]interface{}, error) + type DDNMFFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewDDNMFFunctionSingleAllOf() *DDNMFFunctionSingleAllOf + func NewDDNMFFunctionSingleAllOfWithDefaults() *DDNMFFunctionSingleAllOf + func (o *DDNMFFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *DDNMFFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *DDNMFFunctionSingleAllOf) HasAttributes() bool + func (o *DDNMFFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o DDNMFFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o DDNMFFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type DDNMFFunctionSingleAllOf1 struct + EPNpc4 []EPNpc4Single + EPNpc6 []EPNpc6Single + EPNpc7 []EPNpc7Single + EPNpc8 []EPNpc8Single + func NewDDNMFFunctionSingleAllOf1() *DDNMFFunctionSingleAllOf1 + func NewDDNMFFunctionSingleAllOf1WithDefaults() *DDNMFFunctionSingleAllOf1 + func (o *DDNMFFunctionSingleAllOf1) GetEPNpc4() []EPNpc4Single + func (o *DDNMFFunctionSingleAllOf1) GetEPNpc4Ok() ([]EPNpc4Single, bool) + func (o *DDNMFFunctionSingleAllOf1) GetEPNpc6() []EPNpc6Single + func (o *DDNMFFunctionSingleAllOf1) GetEPNpc6Ok() ([]EPNpc6Single, bool) + func (o *DDNMFFunctionSingleAllOf1) GetEPNpc7() []EPNpc7Single + func (o *DDNMFFunctionSingleAllOf1) GetEPNpc7Ok() ([]EPNpc7Single, bool) + func (o *DDNMFFunctionSingleAllOf1) GetEPNpc8() []EPNpc8Single + func (o *DDNMFFunctionSingleAllOf1) GetEPNpc8Ok() ([]EPNpc8Single, bool) + func (o *DDNMFFunctionSingleAllOf1) HasEPNpc4() bool + func (o *DDNMFFunctionSingleAllOf1) HasEPNpc6() bool + func (o *DDNMFFunctionSingleAllOf1) HasEPNpc7() bool + func (o *DDNMFFunctionSingleAllOf1) HasEPNpc8() bool + func (o *DDNMFFunctionSingleAllOf1) SetEPNpc4(v []EPNpc4Single) + func (o *DDNMFFunctionSingleAllOf1) SetEPNpc6(v []EPNpc6Single) + func (o *DDNMFFunctionSingleAllOf1) SetEPNpc7(v []EPNpc7Single) + func (o *DDNMFFunctionSingleAllOf1) SetEPNpc8(v []EPNpc8Single) + func (o DDNMFFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + func (o DDNMFFunctionSingleAllOf1) ToMap() (map[string]interface{}, error) + type DDNMFFunctionSingleAllOfAttributes struct + CommModelList []CommModel + ManagedNFProfile *ManagedNFProfile + PeeParametersList []PeeParameter + PlmnId *PlmnId + PriorityLabel *int32 + SBIFqdn *string + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + VnfParametersList []VnfParameter + func NewDDNMFFunctionSingleAllOfAttributes() *DDNMFFunctionSingleAllOfAttributes + func NewDDNMFFunctionSingleAllOfAttributesWithDefaults() *DDNMFFunctionSingleAllOfAttributes + func (o *DDNMFFunctionSingleAllOfAttributes) GetCommModelList() []CommModel + func (o *DDNMFFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool) + func (o *DDNMFFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile + func (o *DDNMFFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *DDNMFFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *DDNMFFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *DDNMFFunctionSingleAllOfAttributes) GetPlmnId() PlmnId + func (o *DDNMFFunctionSingleAllOfAttributes) GetPlmnIdOk() (*PlmnId, bool) + func (o *DDNMFFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *DDNMFFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *DDNMFFunctionSingleAllOfAttributes) GetSBIFqdn() string + func (o *DDNMFFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool) + func (o *DDNMFFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *DDNMFFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *DDNMFFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *DDNMFFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *DDNMFFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *DDNMFFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *DDNMFFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *DDNMFFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *DDNMFFunctionSingleAllOfAttributes) HasCommModelList() bool + func (o *DDNMFFunctionSingleAllOfAttributes) HasManagedNFProfile() bool + func (o *DDNMFFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *DDNMFFunctionSingleAllOfAttributes) HasPlmnId() bool + func (o *DDNMFFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *DDNMFFunctionSingleAllOfAttributes) HasSBIFqdn() bool + func (o *DDNMFFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *DDNMFFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *DDNMFFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *DDNMFFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *DDNMFFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel) + func (o *DDNMFFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile) + func (o *DDNMFFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *DDNMFFunctionSingleAllOfAttributes) SetPlmnId(v PlmnId) + func (o *DDNMFFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *DDNMFFunctionSingleAllOfAttributes) SetSBIFqdn(v string) + func (o *DDNMFFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *DDNMFFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *DDNMFFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *DDNMFFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o DDNMFFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o DDNMFFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type DDNMFFunctionSingleAllOfAttributesAllOf struct + CommModelList []CommModel + ManagedNFProfile *ManagedNFProfile + PlmnId *PlmnId + SBIFqdn *string + func NewDDNMFFunctionSingleAllOfAttributesAllOf() *DDNMFFunctionSingleAllOfAttributesAllOf + func NewDDNMFFunctionSingleAllOfAttributesAllOfWithDefaults() *DDNMFFunctionSingleAllOfAttributesAllOf + func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel + func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool) + func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile + func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetPlmnId() PlmnId + func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk() (*PlmnId, bool) + func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string + func (o *DDNMFFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool) + func (o *DDNMFFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool + func (o *DDNMFFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool + func (o *DDNMFFunctionSingleAllOfAttributesAllOf) HasPlmnId() bool + func (o *DDNMFFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool + func (o *DDNMFFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel) + func (o *DDNMFFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile) + func (o *DDNMFFunctionSingleAllOfAttributesAllOf) SetPlmnId(v PlmnId) + func (o *DDNMFFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string) + func (o DDNMFFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o DDNMFFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type DefaultNotificationSubscription struct + Binding *string + CallbackURI *string + N1MessageClass *bool + N2InfroamtionClass *bool + NotificationType *NotificationType + Versions *string + func NewDefaultNotificationSubscription() *DefaultNotificationSubscription + func NewDefaultNotificationSubscriptionWithDefaults() *DefaultNotificationSubscription + 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() bool + func (o *DefaultNotificationSubscription) GetN1MessageClassOk() (*bool, bool) + func (o *DefaultNotificationSubscription) GetN2InfroamtionClass() bool + func (o *DefaultNotificationSubscription) GetN2InfroamtionClassOk() (*bool, bool) + func (o *DefaultNotificationSubscription) GetNotificationType() NotificationType + func (o *DefaultNotificationSubscription) GetNotificationTypeOk() (*NotificationType, bool) + func (o *DefaultNotificationSubscription) GetVersions() string + func (o *DefaultNotificationSubscription) GetVersionsOk() (*string, bool) + func (o *DefaultNotificationSubscription) HasBinding() bool + func (o *DefaultNotificationSubscription) HasCallbackURI() bool + func (o *DefaultNotificationSubscription) HasN1MessageClass() bool + func (o *DefaultNotificationSubscription) HasN2InfroamtionClass() bool + func (o *DefaultNotificationSubscription) HasNotificationType() bool + func (o *DefaultNotificationSubscription) HasVersions() bool + func (o *DefaultNotificationSubscription) SetBinding(v string) + func (o *DefaultNotificationSubscription) SetCallbackURI(v string) + func (o *DefaultNotificationSubscription) SetN1MessageClass(v bool) + func (o *DefaultNotificationSubscription) SetN2InfroamtionClass(v bool) + func (o *DefaultNotificationSubscription) SetNotificationType(v NotificationType) + func (o *DefaultNotificationSubscription) SetVersions(v string) + func (o DefaultNotificationSubscription) MarshalJSON() ([]byte, error) + func (o DefaultNotificationSubscription) ToMap() (map[string]interface{}, error) + type DnaiChangeType struct + DnaiChangeTypeAnyOf *DnaiChangeTypeAnyOf + String *string + func (dst *DnaiChangeType) UnmarshalJSON(data []byte) error + func (src *DnaiChangeType) MarshalJSON() ([]byte, error) + type DnaiChangeTypeAnyOf string + const EARLY + const EARLY_LATE + const LATE + func NewDnaiChangeTypeAnyOfFromValue(v string) (*DnaiChangeTypeAnyOf, error) + func (v *DnaiChangeTypeAnyOf) UnmarshalJSON(src []byte) error + func (v DnaiChangeTypeAnyOf) IsValid() bool + func (v DnaiChangeTypeAnyOf) Ptr() *DnaiChangeTypeAnyOf + type DnnInfoItem struct + Dnn DnnInfoItemDnn + func NewDnnInfoItem(dnn DnnInfoItemDnn) *DnnInfoItem + func NewDnnInfoItemWithDefaults() *DnnInfoItem + func (o *DnnInfoItem) GetDnn() DnnInfoItemDnn + func (o *DnnInfoItem) GetDnnOk() (*DnnInfoItemDnn, bool) + func (o *DnnInfoItem) SetDnn(v DnnInfoItemDnn) + func (o DnnInfoItem) MarshalJSON() ([]byte, error) + func (o DnnInfoItem) ToMap() (map[string]interface{}, error) + type DnnInfoItemDnn struct + String *string + func (dst *DnnInfoItemDnn) UnmarshalJSON(data []byte) error + func (src *DnnInfoItemDnn) MarshalJSON() ([]byte, error) + type DnnSmfInfoItem struct + DnaiList []string + Dnn *string + func NewDnnSmfInfoItem() *DnnSmfInfoItem + func NewDnnSmfInfoItemWithDefaults() *DnnSmfInfoItem + func (o *DnnSmfInfoItem) GetDnaiList() []string + func (o *DnnSmfInfoItem) GetDnaiListOk() ([]string, bool) + func (o *DnnSmfInfoItem) GetDnn() string + func (o *DnnSmfInfoItem) GetDnnOk() (*string, bool) + func (o *DnnSmfInfoItem) HasDnaiList() bool + func (o *DnnSmfInfoItem) HasDnn() bool + func (o *DnnSmfInfoItem) SetDnaiList(v []string) + func (o *DnnSmfInfoItem) SetDnn(v string) + func (o DnnSmfInfoItem) MarshalJSON() ([]byte, error) + func (o DnnSmfInfoItem) ToMap() (map[string]interface{}, error) + type Dynamic5QISetSingle struct + Attributes *interface{} + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewDynamic5QISetSingle(id NullableString) *Dynamic5QISetSingle + func NewDynamic5QISetSingleWithDefaults() *Dynamic5QISetSingle + func (o *Dynamic5QISetSingle) GetAttributes() interface{} + func (o *Dynamic5QISetSingle) GetAttributesOk() (*interface{}, bool) + func (o *Dynamic5QISetSingle) GetId() string + func (o *Dynamic5QISetSingle) GetIdOk() (*string, bool) + func (o *Dynamic5QISetSingle) GetObjectClass() string + func (o *Dynamic5QISetSingle) GetObjectClassOk() (*string, bool) + func (o *Dynamic5QISetSingle) GetObjectInstance() string + func (o *Dynamic5QISetSingle) GetObjectInstanceOk() (*string, bool) + func (o *Dynamic5QISetSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *Dynamic5QISetSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *Dynamic5QISetSingle) HasAttributes() bool + func (o *Dynamic5QISetSingle) HasObjectClass() bool + func (o *Dynamic5QISetSingle) HasObjectInstance() bool + func (o *Dynamic5QISetSingle) HasVsDataContainer() bool + func (o *Dynamic5QISetSingle) SetAttributes(v interface{}) + func (o *Dynamic5QISetSingle) SetId(v string) + func (o *Dynamic5QISetSingle) SetObjectClass(v string) + func (o *Dynamic5QISetSingle) SetObjectInstance(v string) + func (o *Dynamic5QISetSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o Dynamic5QISetSingle) MarshalJSON() ([]byte, error) + func (o Dynamic5QISetSingle) ToMap() (map[string]interface{}, error) + type Dynamic5QISetSingleAllOf struct + Attributes *interface{} + func NewDynamic5QISetSingleAllOf() *Dynamic5QISetSingleAllOf + func NewDynamic5QISetSingleAllOfWithDefaults() *Dynamic5QISetSingleAllOf + func (o *Dynamic5QISetSingleAllOf) GetAttributes() interface{} + func (o *Dynamic5QISetSingleAllOf) GetAttributesOk() (*interface{}, bool) + func (o *Dynamic5QISetSingleAllOf) HasAttributes() bool + func (o *Dynamic5QISetSingleAllOf) SetAttributes(v interface{}) + func (o Dynamic5QISetSingleAllOf) MarshalJSON() ([]byte, error) + func (o Dynamic5QISetSingleAllOf) ToMap() (map[string]interface{}, error) + type Dynamic5QISetSingleAllOfAttributes struct + Dynamic5QIs []FiveQICharacteristicsSingle + func NewDynamic5QISetSingleAllOfAttributes() *Dynamic5QISetSingleAllOfAttributes + func NewDynamic5QISetSingleAllOfAttributesWithDefaults() *Dynamic5QISetSingleAllOfAttributes + func (o *Dynamic5QISetSingleAllOfAttributes) GetDynamic5QIs() []FiveQICharacteristicsSingle + func (o *Dynamic5QISetSingleAllOfAttributes) GetDynamic5QIsOk() ([]FiveQICharacteristicsSingle, bool) + func (o *Dynamic5QISetSingleAllOfAttributes) HasDynamic5QIs() bool + func (o *Dynamic5QISetSingleAllOfAttributes) SetDynamic5QIs(v []FiveQICharacteristicsSingle) + func (o Dynamic5QISetSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o Dynamic5QISetSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type Dynamic5QISetSingleAllOfAttributesAllOf struct + Dynamic5QIs []FiveQICharacteristicsSingle + func NewDynamic5QISetSingleAllOfAttributesAllOf() *Dynamic5QISetSingleAllOfAttributesAllOf + func NewDynamic5QISetSingleAllOfAttributesAllOfWithDefaults() *Dynamic5QISetSingleAllOfAttributesAllOf + func (o *Dynamic5QISetSingleAllOfAttributesAllOf) GetDynamic5QIs() []FiveQICharacteristicsSingle + func (o *Dynamic5QISetSingleAllOfAttributesAllOf) GetDynamic5QIsOk() ([]FiveQICharacteristicsSingle, bool) + func (o *Dynamic5QISetSingleAllOfAttributesAllOf) HasDynamic5QIs() bool + func (o *Dynamic5QISetSingleAllOfAttributesAllOf) SetDynamic5QIs(v []FiveQICharacteristicsSingle) + func (o Dynamic5QISetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o Dynamic5QISetSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type EASDFFunctionSingle struct + Attributes *ManagedFunctionAttr + EPN88 []EPN88Single + Id NullableString + ManagedNFService []ManagedNFServiceSingle + ObjectClass *string + ObjectInstance *string + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + VsDataContainer []VsDataContainerSingle + func NewEASDFFunctionSingle(id NullableString) *EASDFFunctionSingle + func NewEASDFFunctionSingleWithDefaults() *EASDFFunctionSingle + func (o *EASDFFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *EASDFFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *EASDFFunctionSingle) GetEPN88() []EPN88Single + func (o *EASDFFunctionSingle) GetEPN88Ok() ([]EPN88Single, bool) + func (o *EASDFFunctionSingle) GetId() string + func (o *EASDFFunctionSingle) GetIdOk() (*string, bool) + func (o *EASDFFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle + func (o *EASDFFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool) + func (o *EASDFFunctionSingle) GetObjectClass() string + func (o *EASDFFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *EASDFFunctionSingle) GetObjectInstance() string + func (o *EASDFFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *EASDFFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle + func (o *EASDFFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *EASDFFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *EASDFFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *EASDFFunctionSingle) GetTraceJob() []TraceJobSingle + func (o *EASDFFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *EASDFFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *EASDFFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EASDFFunctionSingle) HasAttributes() bool + func (o *EASDFFunctionSingle) HasEPN88() bool + func (o *EASDFFunctionSingle) HasManagedNFService() bool + func (o *EASDFFunctionSingle) HasObjectClass() bool + func (o *EASDFFunctionSingle) HasObjectInstance() bool + func (o *EASDFFunctionSingle) HasPerfMetricJob() bool + func (o *EASDFFunctionSingle) HasThresholdMonitor() bool + func (o *EASDFFunctionSingle) HasTraceJob() bool + func (o *EASDFFunctionSingle) HasVsDataContainer() bool + func (o *EASDFFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *EASDFFunctionSingle) SetEPN88(v []EPN88Single) + func (o *EASDFFunctionSingle) SetId(v string) + func (o *EASDFFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle) + func (o *EASDFFunctionSingle) SetObjectClass(v string) + func (o *EASDFFunctionSingle) SetObjectInstance(v string) + func (o *EASDFFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *EASDFFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *EASDFFunctionSingle) SetTraceJob(v []TraceJobSingle) + func (o *EASDFFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o EASDFFunctionSingle) MarshalJSON() ([]byte, error) + func (o EASDFFunctionSingle) ToMap() (map[string]interface{}, error) + type EASDFFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewEASDFFunctionSingleAllOf() *EASDFFunctionSingleAllOf + func NewEASDFFunctionSingleAllOfWithDefaults() *EASDFFunctionSingleAllOf + func (o *EASDFFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *EASDFFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *EASDFFunctionSingleAllOf) HasAttributes() bool + func (o *EASDFFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o EASDFFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o EASDFFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type EASDFFunctionSingleAllOf1 struct + EPN88 []EPN88Single + func NewEASDFFunctionSingleAllOf1() *EASDFFunctionSingleAllOf1 + func NewEASDFFunctionSingleAllOf1WithDefaults() *EASDFFunctionSingleAllOf1 + func (o *EASDFFunctionSingleAllOf1) GetEPN88() []EPN88Single + func (o *EASDFFunctionSingleAllOf1) GetEPN88Ok() ([]EPN88Single, bool) + func (o *EASDFFunctionSingleAllOf1) HasEPN88() bool + func (o *EASDFFunctionSingleAllOf1) SetEPN88(v []EPN88Single) + func (o EASDFFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + func (o EASDFFunctionSingleAllOf1) ToMap() (map[string]interface{}, error) + type EASDFFunctionSingleAllOfAttributes struct + ManagedNFProfile *ManagedNFProfile + PeeParametersList []PeeParameter + PlmnId *PlmnId + PriorityLabel *int32 + SBIFqdn *string + ServerAddr *string + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + VnfParametersList []VnfParameter + func NewEASDFFunctionSingleAllOfAttributes() *EASDFFunctionSingleAllOfAttributes + func NewEASDFFunctionSingleAllOfAttributesWithDefaults() *EASDFFunctionSingleAllOfAttributes + func (o *EASDFFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile + func (o *EASDFFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *EASDFFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *EASDFFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *EASDFFunctionSingleAllOfAttributes) GetPlmnId() PlmnId + func (o *EASDFFunctionSingleAllOfAttributes) GetPlmnIdOk() (*PlmnId, bool) + func (o *EASDFFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *EASDFFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *EASDFFunctionSingleAllOfAttributes) GetSBIFqdn() string + func (o *EASDFFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool) + func (o *EASDFFunctionSingleAllOfAttributes) GetServerAddr() string + func (o *EASDFFunctionSingleAllOfAttributes) GetServerAddrOk() (*string, bool) + func (o *EASDFFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *EASDFFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *EASDFFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *EASDFFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *EASDFFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *EASDFFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *EASDFFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *EASDFFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *EASDFFunctionSingleAllOfAttributes) HasManagedNFProfile() bool + func (o *EASDFFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *EASDFFunctionSingleAllOfAttributes) HasPlmnId() bool + func (o *EASDFFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *EASDFFunctionSingleAllOfAttributes) HasSBIFqdn() bool + func (o *EASDFFunctionSingleAllOfAttributes) HasServerAddr() bool + func (o *EASDFFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *EASDFFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *EASDFFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *EASDFFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *EASDFFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile) + func (o *EASDFFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *EASDFFunctionSingleAllOfAttributes) SetPlmnId(v PlmnId) + func (o *EASDFFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *EASDFFunctionSingleAllOfAttributes) SetSBIFqdn(v string) + func (o *EASDFFunctionSingleAllOfAttributes) SetServerAddr(v string) + func (o *EASDFFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *EASDFFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *EASDFFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *EASDFFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o EASDFFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o EASDFFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type EASDFFunctionSingleAllOfAttributesAllOf struct + ManagedNFProfile *ManagedNFProfile + PlmnId *PlmnId + SBIFqdn *string + ServerAddr *string + func NewEASDFFunctionSingleAllOfAttributesAllOf() *EASDFFunctionSingleAllOfAttributesAllOf + func NewEASDFFunctionSingleAllOfAttributesAllOfWithDefaults() *EASDFFunctionSingleAllOfAttributesAllOf + func (o *EASDFFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile + func (o *EASDFFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *EASDFFunctionSingleAllOfAttributesAllOf) GetPlmnId() PlmnId + func (o *EASDFFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk() (*PlmnId, bool) + func (o *EASDFFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string + func (o *EASDFFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool) + func (o *EASDFFunctionSingleAllOfAttributesAllOf) GetServerAddr() string + func (o *EASDFFunctionSingleAllOfAttributesAllOf) GetServerAddrOk() (*string, bool) + func (o *EASDFFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool + func (o *EASDFFunctionSingleAllOfAttributesAllOf) HasPlmnId() bool + func (o *EASDFFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool + func (o *EASDFFunctionSingleAllOfAttributesAllOf) HasServerAddr() bool + func (o *EASDFFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile) + func (o *EASDFFunctionSingleAllOfAttributesAllOf) SetPlmnId(v PlmnId) + func (o *EASDFFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string) + func (o *EASDFFunctionSingleAllOfAttributesAllOf) SetServerAddr(v string) + func (o EASDFFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o EASDFFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type EPMAPSMSCSingle struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPMAPSMSCSingle(id NullableString) *EPMAPSMSCSingle + func NewEPMAPSMSCSingleWithDefaults() *EPMAPSMSCSingle + func (o *EPMAPSMSCSingle) GetAttributes() EPRPAttr + func (o *EPMAPSMSCSingle) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPMAPSMSCSingle) GetId() string + func (o *EPMAPSMSCSingle) GetIdOk() (*string, bool) + func (o *EPMAPSMSCSingle) GetObjectClass() string + func (o *EPMAPSMSCSingle) GetObjectClassOk() (*string, bool) + func (o *EPMAPSMSCSingle) GetObjectInstance() string + func (o *EPMAPSMSCSingle) GetObjectInstanceOk() (*string, bool) + func (o *EPMAPSMSCSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *EPMAPSMSCSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPMAPSMSCSingle) HasAttributes() bool + func (o *EPMAPSMSCSingle) HasObjectClass() bool + func (o *EPMAPSMSCSingle) HasObjectInstance() bool + func (o *EPMAPSMSCSingle) HasVsDataContainer() bool + func (o *EPMAPSMSCSingle) SetAttributes(v EPRPAttr) + func (o *EPMAPSMSCSingle) SetId(v string) + func (o *EPMAPSMSCSingle) SetObjectClass(v string) + func (o *EPMAPSMSCSingle) SetObjectInstance(v string) + func (o *EPMAPSMSCSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPMAPSMSCSingle) MarshalJSON() ([]byte, error) + func (o EPMAPSMSCSingle) ToMap() (map[string]interface{}, error) + type EPN10Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN10Single(id NullableString) *EPN10Single + func NewEPN10SingleWithDefaults() *EPN10Single + func (o *EPN10Single) GetAttributes() EPRPAttr + func (o *EPN10Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN10Single) GetId() string + func (o *EPN10Single) GetIdOk() (*string, bool) + func (o *EPN10Single) GetObjectClass() string + func (o *EPN10Single) GetObjectClassOk() (*string, bool) + func (o *EPN10Single) GetObjectInstance() string + func (o *EPN10Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN10Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN10Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN10Single) HasAttributes() bool + func (o *EPN10Single) HasObjectClass() bool + func (o *EPN10Single) HasObjectInstance() bool + func (o *EPN10Single) HasVsDataContainer() bool + func (o *EPN10Single) SetAttributes(v EPRPAttr) + func (o *EPN10Single) SetId(v string) + func (o *EPN10Single) SetObjectClass(v string) + func (o *EPN10Single) SetObjectInstance(v string) + func (o *EPN10Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN10Single) MarshalJSON() ([]byte, error) + func (o EPN10Single) ToMap() (map[string]interface{}, error) + type EPN11Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN11Single(id NullableString) *EPN11Single + func NewEPN11SingleWithDefaults() *EPN11Single + func (o *EPN11Single) GetAttributes() EPRPAttr + func (o *EPN11Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN11Single) GetId() string + func (o *EPN11Single) GetIdOk() (*string, bool) + func (o *EPN11Single) GetObjectClass() string + func (o *EPN11Single) GetObjectClassOk() (*string, bool) + func (o *EPN11Single) GetObjectInstance() string + func (o *EPN11Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN11Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN11Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN11Single) HasAttributes() bool + func (o *EPN11Single) HasObjectClass() bool + func (o *EPN11Single) HasObjectInstance() bool + func (o *EPN11Single) HasVsDataContainer() bool + func (o *EPN11Single) SetAttributes(v EPRPAttr) + func (o *EPN11Single) SetId(v string) + func (o *EPN11Single) SetObjectClass(v string) + func (o *EPN11Single) SetObjectInstance(v string) + func (o *EPN11Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN11Single) MarshalJSON() ([]byte, error) + func (o EPN11Single) ToMap() (map[string]interface{}, error) + type EPN12Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN12Single(id NullableString) *EPN12Single + func NewEPN12SingleWithDefaults() *EPN12Single + func (o *EPN12Single) GetAttributes() EPRPAttr + func (o *EPN12Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN12Single) GetId() string + func (o *EPN12Single) GetIdOk() (*string, bool) + func (o *EPN12Single) GetObjectClass() string + func (o *EPN12Single) GetObjectClassOk() (*string, bool) + func (o *EPN12Single) GetObjectInstance() string + func (o *EPN12Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN12Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN12Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN12Single) HasAttributes() bool + func (o *EPN12Single) HasObjectClass() bool + func (o *EPN12Single) HasObjectInstance() bool + func (o *EPN12Single) HasVsDataContainer() bool + func (o *EPN12Single) SetAttributes(v EPRPAttr) + func (o *EPN12Single) SetId(v string) + func (o *EPN12Single) SetObjectClass(v string) + func (o *EPN12Single) SetObjectInstance(v string) + func (o *EPN12Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN12Single) MarshalJSON() ([]byte, error) + func (o EPN12Single) ToMap() (map[string]interface{}, error) + type EPN13Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN13Single(id NullableString) *EPN13Single + func NewEPN13SingleWithDefaults() *EPN13Single + func (o *EPN13Single) GetAttributes() EPRPAttr + func (o *EPN13Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN13Single) GetId() string + func (o *EPN13Single) GetIdOk() (*string, bool) + func (o *EPN13Single) GetObjectClass() string + func (o *EPN13Single) GetObjectClassOk() (*string, bool) + func (o *EPN13Single) GetObjectInstance() string + func (o *EPN13Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN13Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN13Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN13Single) HasAttributes() bool + func (o *EPN13Single) HasObjectClass() bool + func (o *EPN13Single) HasObjectInstance() bool + func (o *EPN13Single) HasVsDataContainer() bool + func (o *EPN13Single) SetAttributes(v EPRPAttr) + func (o *EPN13Single) SetId(v string) + func (o *EPN13Single) SetObjectClass(v string) + func (o *EPN13Single) SetObjectInstance(v string) + func (o *EPN13Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN13Single) MarshalJSON() ([]byte, error) + func (o EPN13Single) ToMap() (map[string]interface{}, error) + type EPN14Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN14Single(id NullableString) *EPN14Single + func NewEPN14SingleWithDefaults() *EPN14Single + func (o *EPN14Single) GetAttributes() EPRPAttr + func (o *EPN14Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN14Single) GetId() string + func (o *EPN14Single) GetIdOk() (*string, bool) + func (o *EPN14Single) GetObjectClass() string + func (o *EPN14Single) GetObjectClassOk() (*string, bool) + func (o *EPN14Single) GetObjectInstance() string + func (o *EPN14Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN14Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN14Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN14Single) HasAttributes() bool + func (o *EPN14Single) HasObjectClass() bool + func (o *EPN14Single) HasObjectInstance() bool + func (o *EPN14Single) HasVsDataContainer() bool + func (o *EPN14Single) SetAttributes(v EPRPAttr) + func (o *EPN14Single) SetId(v string) + func (o *EPN14Single) SetObjectClass(v string) + func (o *EPN14Single) SetObjectInstance(v string) + func (o *EPN14Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN14Single) MarshalJSON() ([]byte, error) + func (o EPN14Single) ToMap() (map[string]interface{}, error) + type EPN15Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN15Single(id NullableString) *EPN15Single + func NewEPN15SingleWithDefaults() *EPN15Single + func (o *EPN15Single) GetAttributes() EPRPAttr + func (o *EPN15Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN15Single) GetId() string + func (o *EPN15Single) GetIdOk() (*string, bool) + func (o *EPN15Single) GetObjectClass() string + func (o *EPN15Single) GetObjectClassOk() (*string, bool) + func (o *EPN15Single) GetObjectInstance() string + func (o *EPN15Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN15Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN15Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN15Single) HasAttributes() bool + func (o *EPN15Single) HasObjectClass() bool + func (o *EPN15Single) HasObjectInstance() bool + func (o *EPN15Single) HasVsDataContainer() bool + func (o *EPN15Single) SetAttributes(v EPRPAttr) + func (o *EPN15Single) SetId(v string) + func (o *EPN15Single) SetObjectClass(v string) + func (o *EPN15Single) SetObjectInstance(v string) + func (o *EPN15Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN15Single) MarshalJSON() ([]byte, error) + func (o EPN15Single) ToMap() (map[string]interface{}, error) + type EPN16Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN16Single(id NullableString) *EPN16Single + func NewEPN16SingleWithDefaults() *EPN16Single + func (o *EPN16Single) GetAttributes() EPRPAttr + func (o *EPN16Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN16Single) GetId() string + func (o *EPN16Single) GetIdOk() (*string, bool) + func (o *EPN16Single) GetObjectClass() string + func (o *EPN16Single) GetObjectClassOk() (*string, bool) + func (o *EPN16Single) GetObjectInstance() string + func (o *EPN16Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN16Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN16Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN16Single) HasAttributes() bool + func (o *EPN16Single) HasObjectClass() bool + func (o *EPN16Single) HasObjectInstance() bool + func (o *EPN16Single) HasVsDataContainer() bool + func (o *EPN16Single) SetAttributes(v EPRPAttr) + func (o *EPN16Single) SetId(v string) + func (o *EPN16Single) SetObjectClass(v string) + func (o *EPN16Single) SetObjectInstance(v string) + func (o *EPN16Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN16Single) MarshalJSON() ([]byte, error) + func (o EPN16Single) ToMap() (map[string]interface{}, error) + type EPN17Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN17Single(id NullableString) *EPN17Single + func NewEPN17SingleWithDefaults() *EPN17Single + func (o *EPN17Single) GetAttributes() EPRPAttr + func (o *EPN17Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN17Single) GetId() string + func (o *EPN17Single) GetIdOk() (*string, bool) + func (o *EPN17Single) GetObjectClass() string + func (o *EPN17Single) GetObjectClassOk() (*string, bool) + func (o *EPN17Single) GetObjectInstance() string + func (o *EPN17Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN17Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN17Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN17Single) HasAttributes() bool + func (o *EPN17Single) HasObjectClass() bool + func (o *EPN17Single) HasObjectInstance() bool + func (o *EPN17Single) HasVsDataContainer() bool + func (o *EPN17Single) SetAttributes(v EPRPAttr) + func (o *EPN17Single) SetId(v string) + func (o *EPN17Single) SetObjectClass(v string) + func (o *EPN17Single) SetObjectInstance(v string) + func (o *EPN17Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN17Single) MarshalJSON() ([]byte, error) + func (o EPN17Single) ToMap() (map[string]interface{}, error) + type EPN20Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN20Single(id NullableString) *EPN20Single + func NewEPN20SingleWithDefaults() *EPN20Single + func (o *EPN20Single) GetAttributes() EPRPAttr + func (o *EPN20Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN20Single) GetId() string + func (o *EPN20Single) GetIdOk() (*string, bool) + func (o *EPN20Single) GetObjectClass() string + func (o *EPN20Single) GetObjectClassOk() (*string, bool) + func (o *EPN20Single) GetObjectInstance() string + func (o *EPN20Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN20Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN20Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN20Single) HasAttributes() bool + func (o *EPN20Single) HasObjectClass() bool + func (o *EPN20Single) HasObjectInstance() bool + func (o *EPN20Single) HasVsDataContainer() bool + func (o *EPN20Single) SetAttributes(v EPRPAttr) + func (o *EPN20Single) SetId(v string) + func (o *EPN20Single) SetObjectClass(v string) + func (o *EPN20Single) SetObjectInstance(v string) + func (o *EPN20Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN20Single) MarshalJSON() ([]byte, error) + func (o EPN20Single) ToMap() (map[string]interface{}, error) + type EPN21Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN21Single(id NullableString) *EPN21Single + func NewEPN21SingleWithDefaults() *EPN21Single + func (o *EPN21Single) GetAttributes() EPRPAttr + func (o *EPN21Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN21Single) GetId() string + func (o *EPN21Single) GetIdOk() (*string, bool) + func (o *EPN21Single) GetObjectClass() string + func (o *EPN21Single) GetObjectClassOk() (*string, bool) + func (o *EPN21Single) GetObjectInstance() string + func (o *EPN21Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN21Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN21Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN21Single) HasAttributes() bool + func (o *EPN21Single) HasObjectClass() bool + func (o *EPN21Single) HasObjectInstance() bool + func (o *EPN21Single) HasVsDataContainer() bool + func (o *EPN21Single) SetAttributes(v EPRPAttr) + func (o *EPN21Single) SetId(v string) + func (o *EPN21Single) SetObjectClass(v string) + func (o *EPN21Single) SetObjectInstance(v string) + func (o *EPN21Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN21Single) MarshalJSON() ([]byte, error) + func (o EPN21Single) ToMap() (map[string]interface{}, error) + type EPN22Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN22Single(id NullableString) *EPN22Single + func NewEPN22SingleWithDefaults() *EPN22Single + func (o *EPN22Single) GetAttributes() EPRPAttr + func (o *EPN22Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN22Single) GetId() string + func (o *EPN22Single) GetIdOk() (*string, bool) + func (o *EPN22Single) GetObjectClass() string + func (o *EPN22Single) GetObjectClassOk() (*string, bool) + func (o *EPN22Single) GetObjectInstance() string + func (o *EPN22Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN22Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN22Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN22Single) HasAttributes() bool + func (o *EPN22Single) HasObjectClass() bool + func (o *EPN22Single) HasObjectInstance() bool + func (o *EPN22Single) HasVsDataContainer() bool + func (o *EPN22Single) SetAttributes(v EPRPAttr) + func (o *EPN22Single) SetId(v string) + func (o *EPN22Single) SetObjectClass(v string) + func (o *EPN22Single) SetObjectInstance(v string) + func (o *EPN22Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN22Single) MarshalJSON() ([]byte, error) + func (o EPN22Single) ToMap() (map[string]interface{}, error) + type EPN26Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN26Single(id NullableString) *EPN26Single + func NewEPN26SingleWithDefaults() *EPN26Single + func (o *EPN26Single) GetAttributes() EPRPAttr + func (o *EPN26Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN26Single) GetId() string + func (o *EPN26Single) GetIdOk() (*string, bool) + func (o *EPN26Single) GetObjectClass() string + func (o *EPN26Single) GetObjectClassOk() (*string, bool) + func (o *EPN26Single) GetObjectInstance() string + func (o *EPN26Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN26Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN26Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN26Single) HasAttributes() bool + func (o *EPN26Single) HasObjectClass() bool + func (o *EPN26Single) HasObjectInstance() bool + func (o *EPN26Single) HasVsDataContainer() bool + func (o *EPN26Single) SetAttributes(v EPRPAttr) + func (o *EPN26Single) SetId(v string) + func (o *EPN26Single) SetObjectClass(v string) + func (o *EPN26Single) SetObjectInstance(v string) + func (o *EPN26Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN26Single) MarshalJSON() ([]byte, error) + func (o EPN26Single) ToMap() (map[string]interface{}, error) + type EPN27Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN27Single(id NullableString) *EPN27Single + func NewEPN27SingleWithDefaults() *EPN27Single + func (o *EPN27Single) GetAttributes() EPRPAttr + func (o *EPN27Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN27Single) GetId() string + func (o *EPN27Single) GetIdOk() (*string, bool) + func (o *EPN27Single) GetObjectClass() string + func (o *EPN27Single) GetObjectClassOk() (*string, bool) + func (o *EPN27Single) GetObjectInstance() string + func (o *EPN27Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN27Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN27Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN27Single) HasAttributes() bool + func (o *EPN27Single) HasObjectClass() bool + func (o *EPN27Single) HasObjectInstance() bool + func (o *EPN27Single) HasVsDataContainer() bool + func (o *EPN27Single) SetAttributes(v EPRPAttr) + func (o *EPN27Single) SetId(v string) + func (o *EPN27Single) SetObjectClass(v string) + func (o *EPN27Single) SetObjectInstance(v string) + func (o *EPN27Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN27Single) MarshalJSON() ([]byte, error) + func (o EPN27Single) ToMap() (map[string]interface{}, error) + type EPN2Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN2Single(id NullableString) *EPN2Single + func NewEPN2SingleWithDefaults() *EPN2Single + func (o *EPN2Single) GetAttributes() EPRPAttr + func (o *EPN2Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN2Single) GetId() string + func (o *EPN2Single) GetIdOk() (*string, bool) + func (o *EPN2Single) GetObjectClass() string + func (o *EPN2Single) GetObjectClassOk() (*string, bool) + func (o *EPN2Single) GetObjectInstance() string + func (o *EPN2Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN2Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN2Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN2Single) HasAttributes() bool + func (o *EPN2Single) HasObjectClass() bool + func (o *EPN2Single) HasObjectInstance() bool + func (o *EPN2Single) HasVsDataContainer() bool + func (o *EPN2Single) SetAttributes(v EPRPAttr) + func (o *EPN2Single) SetId(v string) + func (o *EPN2Single) SetObjectClass(v string) + func (o *EPN2Single) SetObjectInstance(v string) + func (o *EPN2Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN2Single) MarshalJSON() ([]byte, error) + func (o EPN2Single) ToMap() (map[string]interface{}, error) + type EPN2SingleAllOf struct + Attributes *EPRPAttr + func NewEPN2SingleAllOf() *EPN2SingleAllOf + func NewEPN2SingleAllOfWithDefaults() *EPN2SingleAllOf + func (o *EPN2SingleAllOf) GetAttributes() EPRPAttr + func (o *EPN2SingleAllOf) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN2SingleAllOf) HasAttributes() bool + func (o *EPN2SingleAllOf) SetAttributes(v EPRPAttr) + func (o EPN2SingleAllOf) MarshalJSON() ([]byte, error) + func (o EPN2SingleAllOf) ToMap() (map[string]interface{}, error) + type EPN2SingleAllOfAttributes struct + FarEndEntity *string + LocalAddress *LocalAddress + RemoteAddress *RemoteAddress + SupportedPerfMetricGroups []SupportedPerfMetricGroup + UserLabel *string + func NewEPN2SingleAllOfAttributes() *EPN2SingleAllOfAttributes + func NewEPN2SingleAllOfAttributesWithDefaults() *EPN2SingleAllOfAttributes + func (o *EPN2SingleAllOfAttributes) GetFarEndEntity() string + func (o *EPN2SingleAllOfAttributes) GetFarEndEntityOk() (*string, bool) + func (o *EPN2SingleAllOfAttributes) GetLocalAddress() LocalAddress + func (o *EPN2SingleAllOfAttributes) GetLocalAddressOk() (*LocalAddress, bool) + func (o *EPN2SingleAllOfAttributes) GetRemoteAddress() RemoteAddress + func (o *EPN2SingleAllOfAttributes) GetRemoteAddressOk() (*RemoteAddress, bool) + func (o *EPN2SingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *EPN2SingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *EPN2SingleAllOfAttributes) GetUserLabel() string + func (o *EPN2SingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *EPN2SingleAllOfAttributes) HasFarEndEntity() bool + func (o *EPN2SingleAllOfAttributes) HasLocalAddress() bool + func (o *EPN2SingleAllOfAttributes) HasRemoteAddress() bool + func (o *EPN2SingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *EPN2SingleAllOfAttributes) HasUserLabel() bool + func (o *EPN2SingleAllOfAttributes) SetFarEndEntity(v string) + func (o *EPN2SingleAllOfAttributes) SetLocalAddress(v LocalAddress) + func (o *EPN2SingleAllOfAttributes) SetRemoteAddress(v RemoteAddress) + func (o *EPN2SingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *EPN2SingleAllOfAttributes) SetUserLabel(v string) + func (o EPN2SingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o EPN2SingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type EPN2SingleAllOfAttributesAllOf struct + LocalAddress *LocalAddress + RemoteAddress *RemoteAddress + func NewEPN2SingleAllOfAttributesAllOf() *EPN2SingleAllOfAttributesAllOf + func NewEPN2SingleAllOfAttributesAllOfWithDefaults() *EPN2SingleAllOfAttributesAllOf + func (o *EPN2SingleAllOfAttributesAllOf) GetLocalAddress() LocalAddress + func (o *EPN2SingleAllOfAttributesAllOf) GetLocalAddressOk() (*LocalAddress, bool) + func (o *EPN2SingleAllOfAttributesAllOf) GetRemoteAddress() RemoteAddress + func (o *EPN2SingleAllOfAttributesAllOf) GetRemoteAddressOk() (*RemoteAddress, bool) + func (o *EPN2SingleAllOfAttributesAllOf) HasLocalAddress() bool + func (o *EPN2SingleAllOfAttributesAllOf) HasRemoteAddress() bool + func (o *EPN2SingleAllOfAttributesAllOf) SetLocalAddress(v LocalAddress) + func (o *EPN2SingleAllOfAttributesAllOf) SetRemoteAddress(v RemoteAddress) + func (o EPN2SingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o EPN2SingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type EPN31Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN31Single(id NullableString) *EPN31Single + func NewEPN31SingleWithDefaults() *EPN31Single + func (o *EPN31Single) GetAttributes() EPRPAttr + func (o *EPN31Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN31Single) GetId() string + func (o *EPN31Single) GetIdOk() (*string, bool) + func (o *EPN31Single) GetObjectClass() string + func (o *EPN31Single) GetObjectClassOk() (*string, bool) + func (o *EPN31Single) GetObjectInstance() string + func (o *EPN31Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN31Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN31Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN31Single) HasAttributes() bool + func (o *EPN31Single) HasObjectClass() bool + func (o *EPN31Single) HasObjectInstance() bool + func (o *EPN31Single) HasVsDataContainer() bool + func (o *EPN31Single) SetAttributes(v EPRPAttr) + func (o *EPN31Single) SetId(v string) + func (o *EPN31Single) SetObjectClass(v string) + func (o *EPN31Single) SetObjectInstance(v string) + func (o *EPN31Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN31Single) MarshalJSON() ([]byte, error) + func (o EPN31Single) ToMap() (map[string]interface{}, error) + type EPN32Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN32Single(id NullableString) *EPN32Single + func NewEPN32SingleWithDefaults() *EPN32Single + func (o *EPN32Single) GetAttributes() EPRPAttr + func (o *EPN32Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN32Single) GetId() string + func (o *EPN32Single) GetIdOk() (*string, bool) + func (o *EPN32Single) GetObjectClass() string + func (o *EPN32Single) GetObjectClassOk() (*string, bool) + func (o *EPN32Single) GetObjectInstance() string + func (o *EPN32Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN32Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN32Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN32Single) HasAttributes() bool + func (o *EPN32Single) HasObjectClass() bool + func (o *EPN32Single) HasObjectInstance() bool + func (o *EPN32Single) HasVsDataContainer() bool + func (o *EPN32Single) SetAttributes(v EPRPAttr) + func (o *EPN32Single) SetId(v string) + func (o *EPN32Single) SetObjectClass(v string) + func (o *EPN32Single) SetObjectInstance(v string) + func (o *EPN32Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN32Single) MarshalJSON() ([]byte, error) + func (o EPN32Single) ToMap() (map[string]interface{}, error) + type EPN32SingleAllOf struct + Attributes *EPRPAttr + func NewEPN32SingleAllOf() *EPN32SingleAllOf + func NewEPN32SingleAllOfWithDefaults() *EPN32SingleAllOf + func (o *EPN32SingleAllOf) GetAttributes() EPRPAttr + func (o *EPN32SingleAllOf) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN32SingleAllOf) HasAttributes() bool + func (o *EPN32SingleAllOf) SetAttributes(v EPRPAttr) + func (o EPN32SingleAllOf) MarshalJSON() ([]byte, error) + func (o EPN32SingleAllOf) ToMap() (map[string]interface{}, error) + type EPN32SingleAllOfAttributes struct + FarEndEntity *string + N32cParas *string + N32fPolicy *string + RemotePlmnId *PlmnId + RemoteSeppAddress *HostAddr + RemoteSeppId *int32 + SupportedPerfMetricGroups []SupportedPerfMetricGroup + UserLabel *string + WithIPX *bool + func NewEPN32SingleAllOfAttributes() *EPN32SingleAllOfAttributes + func NewEPN32SingleAllOfAttributesWithDefaults() *EPN32SingleAllOfAttributes + func (o *EPN32SingleAllOfAttributes) GetFarEndEntity() string + func (o *EPN32SingleAllOfAttributes) GetFarEndEntityOk() (*string, bool) + func (o *EPN32SingleAllOfAttributes) GetN32cParas() string + func (o *EPN32SingleAllOfAttributes) GetN32cParasOk() (*string, bool) + func (o *EPN32SingleAllOfAttributes) GetN32fPolicy() string + func (o *EPN32SingleAllOfAttributes) GetN32fPolicyOk() (*string, bool) + func (o *EPN32SingleAllOfAttributes) GetRemotePlmnId() PlmnId + func (o *EPN32SingleAllOfAttributes) GetRemotePlmnIdOk() (*PlmnId, bool) + func (o *EPN32SingleAllOfAttributes) GetRemoteSeppAddress() HostAddr + func (o *EPN32SingleAllOfAttributes) GetRemoteSeppAddressOk() (*HostAddr, bool) + func (o *EPN32SingleAllOfAttributes) GetRemoteSeppId() int32 + func (o *EPN32SingleAllOfAttributes) GetRemoteSeppIdOk() (*int32, bool) + func (o *EPN32SingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *EPN32SingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *EPN32SingleAllOfAttributes) GetUserLabel() string + func (o *EPN32SingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *EPN32SingleAllOfAttributes) GetWithIPX() bool + func (o *EPN32SingleAllOfAttributes) GetWithIPXOk() (*bool, bool) + func (o *EPN32SingleAllOfAttributes) HasFarEndEntity() bool + func (o *EPN32SingleAllOfAttributes) HasN32cParas() bool + func (o *EPN32SingleAllOfAttributes) HasN32fPolicy() bool + func (o *EPN32SingleAllOfAttributes) HasRemotePlmnId() bool + func (o *EPN32SingleAllOfAttributes) HasRemoteSeppAddress() bool + func (o *EPN32SingleAllOfAttributes) HasRemoteSeppId() bool + func (o *EPN32SingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *EPN32SingleAllOfAttributes) HasUserLabel() bool + func (o *EPN32SingleAllOfAttributes) HasWithIPX() bool + func (o *EPN32SingleAllOfAttributes) SetFarEndEntity(v string) + func (o *EPN32SingleAllOfAttributes) SetN32cParas(v string) + func (o *EPN32SingleAllOfAttributes) SetN32fPolicy(v string) + func (o *EPN32SingleAllOfAttributes) SetRemotePlmnId(v PlmnId) + func (o *EPN32SingleAllOfAttributes) SetRemoteSeppAddress(v HostAddr) + func (o *EPN32SingleAllOfAttributes) SetRemoteSeppId(v int32) + func (o *EPN32SingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *EPN32SingleAllOfAttributes) SetUserLabel(v string) + func (o *EPN32SingleAllOfAttributes) SetWithIPX(v bool) + func (o EPN32SingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o EPN32SingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type EPN32SingleAllOfAttributesAllOf struct + N32cParas *string + N32fPolicy *string + RemotePlmnId *PlmnId + RemoteSeppAddress *HostAddr + RemoteSeppId *int32 + WithIPX *bool + func NewEPN32SingleAllOfAttributesAllOf() *EPN32SingleAllOfAttributesAllOf + func NewEPN32SingleAllOfAttributesAllOfWithDefaults() *EPN32SingleAllOfAttributesAllOf + func (o *EPN32SingleAllOfAttributesAllOf) GetN32cParas() string + func (o *EPN32SingleAllOfAttributesAllOf) GetN32cParasOk() (*string, bool) + func (o *EPN32SingleAllOfAttributesAllOf) GetN32fPolicy() string + func (o *EPN32SingleAllOfAttributesAllOf) GetN32fPolicyOk() (*string, bool) + func (o *EPN32SingleAllOfAttributesAllOf) GetRemotePlmnId() PlmnId + func (o *EPN32SingleAllOfAttributesAllOf) GetRemotePlmnIdOk() (*PlmnId, bool) + func (o *EPN32SingleAllOfAttributesAllOf) GetRemoteSeppAddress() HostAddr + func (o *EPN32SingleAllOfAttributesAllOf) GetRemoteSeppAddressOk() (*HostAddr, bool) + func (o *EPN32SingleAllOfAttributesAllOf) GetRemoteSeppId() int32 + func (o *EPN32SingleAllOfAttributesAllOf) GetRemoteSeppIdOk() (*int32, bool) + func (o *EPN32SingleAllOfAttributesAllOf) GetWithIPX() bool + func (o *EPN32SingleAllOfAttributesAllOf) GetWithIPXOk() (*bool, bool) + func (o *EPN32SingleAllOfAttributesAllOf) HasN32cParas() bool + func (o *EPN32SingleAllOfAttributesAllOf) HasN32fPolicy() bool + func (o *EPN32SingleAllOfAttributesAllOf) HasRemotePlmnId() bool + func (o *EPN32SingleAllOfAttributesAllOf) HasRemoteSeppAddress() bool + func (o *EPN32SingleAllOfAttributesAllOf) HasRemoteSeppId() bool + func (o *EPN32SingleAllOfAttributesAllOf) HasWithIPX() bool + func (o *EPN32SingleAllOfAttributesAllOf) SetN32cParas(v string) + func (o *EPN32SingleAllOfAttributesAllOf) SetN32fPolicy(v string) + func (o *EPN32SingleAllOfAttributesAllOf) SetRemotePlmnId(v PlmnId) + func (o *EPN32SingleAllOfAttributesAllOf) SetRemoteSeppAddress(v HostAddr) + func (o *EPN32SingleAllOfAttributesAllOf) SetRemoteSeppId(v int32) + func (o *EPN32SingleAllOfAttributesAllOf) SetWithIPX(v bool) + func (o EPN32SingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o EPN32SingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type EPN33Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN33Single(id NullableString) *EPN33Single + func NewEPN33SingleWithDefaults() *EPN33Single + func (o *EPN33Single) GetAttributes() EPRPAttr + func (o *EPN33Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN33Single) GetId() string + func (o *EPN33Single) GetIdOk() (*string, bool) + func (o *EPN33Single) GetObjectClass() string + func (o *EPN33Single) GetObjectClassOk() (*string, bool) + func (o *EPN33Single) GetObjectInstance() string + func (o *EPN33Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN33Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN33Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN33Single) HasAttributes() bool + func (o *EPN33Single) HasObjectClass() bool + func (o *EPN33Single) HasObjectInstance() bool + func (o *EPN33Single) HasVsDataContainer() bool + func (o *EPN33Single) SetAttributes(v EPRPAttr) + func (o *EPN33Single) SetId(v string) + func (o *EPN33Single) SetObjectClass(v string) + func (o *EPN33Single) SetObjectInstance(v string) + func (o *EPN33Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN33Single) MarshalJSON() ([]byte, error) + func (o EPN33Single) ToMap() (map[string]interface{}, error) + type EPN3Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN3Single(id NullableString) *EPN3Single + func NewEPN3SingleWithDefaults() *EPN3Single + func (o *EPN3Single) GetAttributes() EPRPAttr + func (o *EPN3Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN3Single) GetId() string + func (o *EPN3Single) GetIdOk() (*string, bool) + func (o *EPN3Single) GetObjectClass() string + func (o *EPN3Single) GetObjectClassOk() (*string, bool) + func (o *EPN3Single) GetObjectInstance() string + func (o *EPN3Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN3Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN3Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN3Single) HasAttributes() bool + func (o *EPN3Single) HasObjectClass() bool + func (o *EPN3Single) HasObjectInstance() bool + func (o *EPN3Single) HasVsDataContainer() bool + func (o *EPN3Single) SetAttributes(v EPRPAttr) + func (o *EPN3Single) SetId(v string) + func (o *EPN3Single) SetObjectClass(v string) + func (o *EPN3Single) SetObjectInstance(v string) + func (o *EPN3Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN3Single) MarshalJSON() ([]byte, error) + func (o EPN3Single) ToMap() (map[string]interface{}, error) + type EPN3SingleAllOf struct + Attributes *EPRPAttr + func NewEPN3SingleAllOf() *EPN3SingleAllOf + func NewEPN3SingleAllOfWithDefaults() *EPN3SingleAllOf + func (o *EPN3SingleAllOf) GetAttributes() EPRPAttr + func (o *EPN3SingleAllOf) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN3SingleAllOf) HasAttributes() bool + func (o *EPN3SingleAllOf) SetAttributes(v EPRPAttr) + func (o EPN3SingleAllOf) MarshalJSON() ([]byte, error) + func (o EPN3SingleAllOf) ToMap() (map[string]interface{}, error) + type EPN3SingleAllOfAttributes struct + EpTransportRefs []string + FarEndEntity *string + LocalAddress *LocalAddress + RemoteAddress *RemoteAddress + SupportedPerfMetricGroups []SupportedPerfMetricGroup + UserLabel *string + func NewEPN3SingleAllOfAttributes() *EPN3SingleAllOfAttributes + func NewEPN3SingleAllOfAttributesWithDefaults() *EPN3SingleAllOfAttributes + func (o *EPN3SingleAllOfAttributes) GetEpTransportRefs() []string + func (o *EPN3SingleAllOfAttributes) GetEpTransportRefsOk() ([]string, bool) + func (o *EPN3SingleAllOfAttributes) GetFarEndEntity() string + func (o *EPN3SingleAllOfAttributes) GetFarEndEntityOk() (*string, bool) + func (o *EPN3SingleAllOfAttributes) GetLocalAddress() LocalAddress + func (o *EPN3SingleAllOfAttributes) GetLocalAddressOk() (*LocalAddress, bool) + func (o *EPN3SingleAllOfAttributes) GetRemoteAddress() RemoteAddress + func (o *EPN3SingleAllOfAttributes) GetRemoteAddressOk() (*RemoteAddress, bool) + func (o *EPN3SingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *EPN3SingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *EPN3SingleAllOfAttributes) GetUserLabel() string + func (o *EPN3SingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *EPN3SingleAllOfAttributes) HasEpTransportRefs() bool + func (o *EPN3SingleAllOfAttributes) HasFarEndEntity() bool + func (o *EPN3SingleAllOfAttributes) HasLocalAddress() bool + func (o *EPN3SingleAllOfAttributes) HasRemoteAddress() bool + func (o *EPN3SingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *EPN3SingleAllOfAttributes) HasUserLabel() bool + func (o *EPN3SingleAllOfAttributes) SetEpTransportRefs(v []string) + func (o *EPN3SingleAllOfAttributes) SetFarEndEntity(v string) + func (o *EPN3SingleAllOfAttributes) SetLocalAddress(v LocalAddress) + func (o *EPN3SingleAllOfAttributes) SetRemoteAddress(v RemoteAddress) + func (o *EPN3SingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *EPN3SingleAllOfAttributes) SetUserLabel(v string) + func (o EPN3SingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o EPN3SingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type EPN3SingleAllOfAttributesAllOf struct + EpTransportRefs []string + LocalAddress *LocalAddress + RemoteAddress *RemoteAddress + func NewEPN3SingleAllOfAttributesAllOf() *EPN3SingleAllOfAttributesAllOf + func NewEPN3SingleAllOfAttributesAllOfWithDefaults() *EPN3SingleAllOfAttributesAllOf + func (o *EPN3SingleAllOfAttributesAllOf) GetEpTransportRefs() []string + func (o *EPN3SingleAllOfAttributesAllOf) GetEpTransportRefsOk() ([]string, bool) + func (o *EPN3SingleAllOfAttributesAllOf) GetLocalAddress() LocalAddress + func (o *EPN3SingleAllOfAttributesAllOf) GetLocalAddressOk() (*LocalAddress, bool) + func (o *EPN3SingleAllOfAttributesAllOf) GetRemoteAddress() RemoteAddress + func (o *EPN3SingleAllOfAttributesAllOf) GetRemoteAddressOk() (*RemoteAddress, bool) + func (o *EPN3SingleAllOfAttributesAllOf) HasEpTransportRefs() bool + func (o *EPN3SingleAllOfAttributesAllOf) HasLocalAddress() bool + func (o *EPN3SingleAllOfAttributesAllOf) HasRemoteAddress() bool + func (o *EPN3SingleAllOfAttributesAllOf) SetEpTransportRefs(v []string) + func (o *EPN3SingleAllOfAttributesAllOf) SetLocalAddress(v LocalAddress) + func (o *EPN3SingleAllOfAttributesAllOf) SetRemoteAddress(v RemoteAddress) + func (o EPN3SingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o EPN3SingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type EPN4Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN4Single(id NullableString) *EPN4Single + func NewEPN4SingleWithDefaults() *EPN4Single + func (o *EPN4Single) GetAttributes() EPRPAttr + func (o *EPN4Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN4Single) GetId() string + func (o *EPN4Single) GetIdOk() (*string, bool) + func (o *EPN4Single) GetObjectClass() string + func (o *EPN4Single) GetObjectClassOk() (*string, bool) + func (o *EPN4Single) GetObjectInstance() string + func (o *EPN4Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN4Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN4Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN4Single) HasAttributes() bool + func (o *EPN4Single) HasObjectClass() bool + func (o *EPN4Single) HasObjectInstance() bool + func (o *EPN4Single) HasVsDataContainer() bool + func (o *EPN4Single) SetAttributes(v EPRPAttr) + func (o *EPN4Single) SetId(v string) + func (o *EPN4Single) SetObjectClass(v string) + func (o *EPN4Single) SetObjectInstance(v string) + func (o *EPN4Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN4Single) MarshalJSON() ([]byte, error) + func (o EPN4Single) ToMap() (map[string]interface{}, error) + type EPN5Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN5Single(id NullableString) *EPN5Single + func NewEPN5SingleWithDefaults() *EPN5Single + func (o *EPN5Single) GetAttributes() EPRPAttr + func (o *EPN5Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN5Single) GetId() string + func (o *EPN5Single) GetIdOk() (*string, bool) + func (o *EPN5Single) GetObjectClass() string + func (o *EPN5Single) GetObjectClassOk() (*string, bool) + func (o *EPN5Single) GetObjectInstance() string + func (o *EPN5Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN5Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN5Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN5Single) HasAttributes() bool + func (o *EPN5Single) HasObjectClass() bool + func (o *EPN5Single) HasObjectInstance() bool + func (o *EPN5Single) HasVsDataContainer() bool + func (o *EPN5Single) SetAttributes(v EPRPAttr) + func (o *EPN5Single) SetId(v string) + func (o *EPN5Single) SetObjectClass(v string) + func (o *EPN5Single) SetObjectInstance(v string) + func (o *EPN5Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN5Single) MarshalJSON() ([]byte, error) + func (o EPN5Single) ToMap() (map[string]interface{}, error) + type EPN60Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN60Single(id NullableString) *EPN60Single + func NewEPN60SingleWithDefaults() *EPN60Single + func (o *EPN60Single) GetAttributes() EPRPAttr + func (o *EPN60Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN60Single) GetId() string + func (o *EPN60Single) GetIdOk() (*string, bool) + func (o *EPN60Single) GetObjectClass() string + func (o *EPN60Single) GetObjectClassOk() (*string, bool) + func (o *EPN60Single) GetObjectInstance() string + func (o *EPN60Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN60Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN60Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN60Single) HasAttributes() bool + func (o *EPN60Single) HasObjectClass() bool + func (o *EPN60Single) HasObjectInstance() bool + func (o *EPN60Single) HasVsDataContainer() bool + func (o *EPN60Single) SetAttributes(v EPRPAttr) + func (o *EPN60Single) SetId(v string) + func (o *EPN60Single) SetObjectClass(v string) + func (o *EPN60Single) SetObjectInstance(v string) + func (o *EPN60Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN60Single) MarshalJSON() ([]byte, error) + func (o EPN60Single) ToMap() (map[string]interface{}, error) + type EPN6Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN6Single(id NullableString) *EPN6Single + func NewEPN6SingleWithDefaults() *EPN6Single + func (o *EPN6Single) GetAttributes() EPRPAttr + func (o *EPN6Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN6Single) GetId() string + func (o *EPN6Single) GetIdOk() (*string, bool) + func (o *EPN6Single) GetObjectClass() string + func (o *EPN6Single) GetObjectClassOk() (*string, bool) + func (o *EPN6Single) GetObjectInstance() string + func (o *EPN6Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN6Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN6Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN6Single) HasAttributes() bool + func (o *EPN6Single) HasObjectClass() bool + func (o *EPN6Single) HasObjectInstance() bool + func (o *EPN6Single) HasVsDataContainer() bool + func (o *EPN6Single) SetAttributes(v EPRPAttr) + func (o *EPN6Single) SetId(v string) + func (o *EPN6Single) SetObjectClass(v string) + func (o *EPN6Single) SetObjectInstance(v string) + func (o *EPN6Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN6Single) MarshalJSON() ([]byte, error) + func (o EPN6Single) ToMap() (map[string]interface{}, error) + type EPN7Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN7Single(id NullableString) *EPN7Single + func NewEPN7SingleWithDefaults() *EPN7Single + func (o *EPN7Single) GetAttributes() EPRPAttr + func (o *EPN7Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN7Single) GetId() string + func (o *EPN7Single) GetIdOk() (*string, bool) + func (o *EPN7Single) GetObjectClass() string + func (o *EPN7Single) GetObjectClassOk() (*string, bool) + func (o *EPN7Single) GetObjectInstance() string + func (o *EPN7Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN7Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN7Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN7Single) HasAttributes() bool + func (o *EPN7Single) HasObjectClass() bool + func (o *EPN7Single) HasObjectInstance() bool + func (o *EPN7Single) HasVsDataContainer() bool + func (o *EPN7Single) SetAttributes(v EPRPAttr) + func (o *EPN7Single) SetId(v string) + func (o *EPN7Single) SetObjectClass(v string) + func (o *EPN7Single) SetObjectInstance(v string) + func (o *EPN7Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN7Single) MarshalJSON() ([]byte, error) + func (o EPN7Single) ToMap() (map[string]interface{}, error) + type EPN88Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN88Single(id NullableString) *EPN88Single + func NewEPN88SingleWithDefaults() *EPN88Single + func (o *EPN88Single) GetAttributes() EPRPAttr + func (o *EPN88Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN88Single) GetId() string + func (o *EPN88Single) GetIdOk() (*string, bool) + func (o *EPN88Single) GetObjectClass() string + func (o *EPN88Single) GetObjectClassOk() (*string, bool) + func (o *EPN88Single) GetObjectInstance() string + func (o *EPN88Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN88Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN88Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN88Single) HasAttributes() bool + func (o *EPN88Single) HasObjectClass() bool + func (o *EPN88Single) HasObjectInstance() bool + func (o *EPN88Single) HasVsDataContainer() bool + func (o *EPN88Single) SetAttributes(v EPRPAttr) + func (o *EPN88Single) SetId(v string) + func (o *EPN88Single) SetObjectClass(v string) + func (o *EPN88Single) SetObjectInstance(v string) + func (o *EPN88Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN88Single) MarshalJSON() ([]byte, error) + func (o EPN88Single) ToMap() (map[string]interface{}, error) + type EPN8Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN8Single(id NullableString) *EPN8Single + func NewEPN8SingleWithDefaults() *EPN8Single + func (o *EPN8Single) GetAttributes() EPRPAttr + func (o *EPN8Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN8Single) GetId() string + func (o *EPN8Single) GetIdOk() (*string, bool) + func (o *EPN8Single) GetObjectClass() string + func (o *EPN8Single) GetObjectClassOk() (*string, bool) + func (o *EPN8Single) GetObjectInstance() string + func (o *EPN8Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN8Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN8Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN8Single) HasAttributes() bool + func (o *EPN8Single) HasObjectClass() bool + func (o *EPN8Single) HasObjectInstance() bool + func (o *EPN8Single) HasVsDataContainer() bool + func (o *EPN8Single) SetAttributes(v EPRPAttr) + func (o *EPN8Single) SetId(v string) + func (o *EPN8Single) SetObjectClass(v string) + func (o *EPN8Single) SetObjectInstance(v string) + func (o *EPN8Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN8Single) MarshalJSON() ([]byte, error) + func (o EPN8Single) ToMap() (map[string]interface{}, error) + type EPN9Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPN9Single(id NullableString) *EPN9Single + func NewEPN9SingleWithDefaults() *EPN9Single + func (o *EPN9Single) GetAttributes() EPRPAttr + func (o *EPN9Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPN9Single) GetId() string + func (o *EPN9Single) GetIdOk() (*string, bool) + func (o *EPN9Single) GetObjectClass() string + func (o *EPN9Single) GetObjectClassOk() (*string, bool) + func (o *EPN9Single) GetObjectInstance() string + func (o *EPN9Single) GetObjectInstanceOk() (*string, bool) + func (o *EPN9Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPN9Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPN9Single) HasAttributes() bool + func (o *EPN9Single) HasObjectClass() bool + func (o *EPN9Single) HasObjectInstance() bool + func (o *EPN9Single) HasVsDataContainer() bool + func (o *EPN9Single) SetAttributes(v EPRPAttr) + func (o *EPN9Single) SetId(v string) + func (o *EPN9Single) SetObjectClass(v string) + func (o *EPN9Single) SetObjectInstance(v string) + func (o *EPN9Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPN9Single) MarshalJSON() ([]byte, error) + func (o EPN9Single) ToMap() (map[string]interface{}, error) + type EPNLGSingle struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPNLGSingle(id NullableString) *EPNLGSingle + func NewEPNLGSingleWithDefaults() *EPNLGSingle + func (o *EPNLGSingle) GetAttributes() EPRPAttr + func (o *EPNLGSingle) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPNLGSingle) GetId() string + func (o *EPNLGSingle) GetIdOk() (*string, bool) + func (o *EPNLGSingle) GetObjectClass() string + func (o *EPNLGSingle) GetObjectClassOk() (*string, bool) + func (o *EPNLGSingle) GetObjectInstance() string + func (o *EPNLGSingle) GetObjectInstanceOk() (*string, bool) + func (o *EPNLGSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *EPNLGSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPNLGSingle) HasAttributes() bool + func (o *EPNLGSingle) HasObjectClass() bool + func (o *EPNLGSingle) HasObjectInstance() bool + func (o *EPNLGSingle) HasVsDataContainer() bool + func (o *EPNLGSingle) SetAttributes(v EPRPAttr) + func (o *EPNLGSingle) SetId(v string) + func (o *EPNLGSingle) SetObjectClass(v string) + func (o *EPNLGSingle) SetObjectInstance(v string) + func (o *EPNLGSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPNLGSingle) MarshalJSON() ([]byte, error) + func (o EPNLGSingle) ToMap() (map[string]interface{}, error) + type EPNLSSingle struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPNLSSingle(id NullableString) *EPNLSSingle + func NewEPNLSSingleWithDefaults() *EPNLSSingle + func (o *EPNLSSingle) GetAttributes() EPRPAttr + func (o *EPNLSSingle) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPNLSSingle) GetId() string + func (o *EPNLSSingle) GetIdOk() (*string, bool) + func (o *EPNLSSingle) GetObjectClass() string + func (o *EPNLSSingle) GetObjectClassOk() (*string, bool) + func (o *EPNLSSingle) GetObjectInstance() string + func (o *EPNLSSingle) GetObjectInstanceOk() (*string, bool) + func (o *EPNLSSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *EPNLSSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPNLSSingle) HasAttributes() bool + func (o *EPNLSSingle) HasObjectClass() bool + func (o *EPNLSSingle) HasObjectInstance() bool + func (o *EPNLSSingle) HasVsDataContainer() bool + func (o *EPNLSSingle) SetAttributes(v EPRPAttr) + func (o *EPNLSSingle) SetId(v string) + func (o *EPNLSSingle) SetObjectClass(v string) + func (o *EPNLSSingle) SetObjectInstance(v string) + func (o *EPNLSSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPNLSSingle) MarshalJSON() ([]byte, error) + func (o EPNLSSingle) ToMap() (map[string]interface{}, error) + type EPNpc4Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPNpc4Single(id NullableString) *EPNpc4Single + func NewEPNpc4SingleWithDefaults() *EPNpc4Single + func (o *EPNpc4Single) GetAttributes() EPRPAttr + func (o *EPNpc4Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPNpc4Single) GetId() string + func (o *EPNpc4Single) GetIdOk() (*string, bool) + func (o *EPNpc4Single) GetObjectClass() string + func (o *EPNpc4Single) GetObjectClassOk() (*string, bool) + func (o *EPNpc4Single) GetObjectInstance() string + func (o *EPNpc4Single) GetObjectInstanceOk() (*string, bool) + func (o *EPNpc4Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPNpc4Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPNpc4Single) HasAttributes() bool + func (o *EPNpc4Single) HasObjectClass() bool + func (o *EPNpc4Single) HasObjectInstance() bool + func (o *EPNpc4Single) HasVsDataContainer() bool + func (o *EPNpc4Single) SetAttributes(v EPRPAttr) + func (o *EPNpc4Single) SetId(v string) + func (o *EPNpc4Single) SetObjectClass(v string) + func (o *EPNpc4Single) SetObjectInstance(v string) + func (o *EPNpc4Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPNpc4Single) MarshalJSON() ([]byte, error) + func (o EPNpc4Single) ToMap() (map[string]interface{}, error) + type EPNpc6Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPNpc6Single(id NullableString) *EPNpc6Single + func NewEPNpc6SingleWithDefaults() *EPNpc6Single + func (o *EPNpc6Single) GetAttributes() EPRPAttr + func (o *EPNpc6Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPNpc6Single) GetId() string + func (o *EPNpc6Single) GetIdOk() (*string, bool) + func (o *EPNpc6Single) GetObjectClass() string + func (o *EPNpc6Single) GetObjectClassOk() (*string, bool) + func (o *EPNpc6Single) GetObjectInstance() string + func (o *EPNpc6Single) GetObjectInstanceOk() (*string, bool) + func (o *EPNpc6Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPNpc6Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPNpc6Single) HasAttributes() bool + func (o *EPNpc6Single) HasObjectClass() bool + func (o *EPNpc6Single) HasObjectInstance() bool + func (o *EPNpc6Single) HasVsDataContainer() bool + func (o *EPNpc6Single) SetAttributes(v EPRPAttr) + func (o *EPNpc6Single) SetId(v string) + func (o *EPNpc6Single) SetObjectClass(v string) + func (o *EPNpc6Single) SetObjectInstance(v string) + func (o *EPNpc6Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPNpc6Single) MarshalJSON() ([]byte, error) + func (o EPNpc6Single) ToMap() (map[string]interface{}, error) + type EPNpc7Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPNpc7Single(id NullableString) *EPNpc7Single + func NewEPNpc7SingleWithDefaults() *EPNpc7Single + func (o *EPNpc7Single) GetAttributes() EPRPAttr + func (o *EPNpc7Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPNpc7Single) GetId() string + func (o *EPNpc7Single) GetIdOk() (*string, bool) + func (o *EPNpc7Single) GetObjectClass() string + func (o *EPNpc7Single) GetObjectClassOk() (*string, bool) + func (o *EPNpc7Single) GetObjectInstance() string + func (o *EPNpc7Single) GetObjectInstanceOk() (*string, bool) + func (o *EPNpc7Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPNpc7Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPNpc7Single) HasAttributes() bool + func (o *EPNpc7Single) HasObjectClass() bool + func (o *EPNpc7Single) HasObjectInstance() bool + func (o *EPNpc7Single) HasVsDataContainer() bool + func (o *EPNpc7Single) SetAttributes(v EPRPAttr) + func (o *EPNpc7Single) SetId(v string) + func (o *EPNpc7Single) SetObjectClass(v string) + func (o *EPNpc7Single) SetObjectInstance(v string) + func (o *EPNpc7Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPNpc7Single) MarshalJSON() ([]byte, error) + func (o EPNpc7Single) ToMap() (map[string]interface{}, error) + type EPNpc8Single struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPNpc8Single(id NullableString) *EPNpc8Single + func NewEPNpc8SingleWithDefaults() *EPNpc8Single + func (o *EPNpc8Single) GetAttributes() EPRPAttr + func (o *EPNpc8Single) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPNpc8Single) GetId() string + func (o *EPNpc8Single) GetIdOk() (*string, bool) + func (o *EPNpc8Single) GetObjectClass() string + func (o *EPNpc8Single) GetObjectClassOk() (*string, bool) + func (o *EPNpc8Single) GetObjectInstance() string + func (o *EPNpc8Single) GetObjectInstanceOk() (*string, bool) + func (o *EPNpc8Single) GetVsDataContainer() []VsDataContainerSingle + func (o *EPNpc8Single) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPNpc8Single) HasAttributes() bool + func (o *EPNpc8Single) HasObjectClass() bool + func (o *EPNpc8Single) HasObjectInstance() bool + func (o *EPNpc8Single) HasVsDataContainer() bool + func (o *EPNpc8Single) SetAttributes(v EPRPAttr) + func (o *EPNpc8Single) SetId(v string) + func (o *EPNpc8Single) SetObjectClass(v string) + func (o *EPNpc8Single) SetObjectInstance(v string) + func (o *EPNpc8Single) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPNpc8Single) MarshalJSON() ([]byte, error) + func (o EPNpc8Single) ToMap() (map[string]interface{}, error) + type EPRPAttr struct + FarEndEntity *string + SupportedPerfMetricGroups []SupportedPerfMetricGroup + UserLabel *string + func NewEPRPAttr() *EPRPAttr + func NewEPRPAttrWithDefaults() *EPRPAttr + func (o *EPRPAttr) GetFarEndEntity() string + func (o *EPRPAttr) GetFarEndEntityOk() (*string, bool) + func (o *EPRPAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *EPRPAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *EPRPAttr) GetUserLabel() string + func (o *EPRPAttr) GetUserLabelOk() (*string, bool) + func (o *EPRPAttr) HasFarEndEntity() bool + func (o *EPRPAttr) HasSupportedPerfMetricGroups() bool + func (o *EPRPAttr) HasUserLabel() bool + func (o *EPRPAttr) SetFarEndEntity(v string) + func (o *EPRPAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *EPRPAttr) SetUserLabel(v string) + func (o EPRPAttr) MarshalJSON() ([]byte, error) + func (o EPRPAttr) ToMap() (map[string]interface{}, error) + type EPRxSingle struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPRxSingle(id NullableString) *EPRxSingle + func NewEPRxSingleWithDefaults() *EPRxSingle + func (o *EPRxSingle) GetAttributes() EPRPAttr + func (o *EPRxSingle) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPRxSingle) GetId() string + func (o *EPRxSingle) GetIdOk() (*string, bool) + func (o *EPRxSingle) GetObjectClass() string + func (o *EPRxSingle) GetObjectClassOk() (*string, bool) + func (o *EPRxSingle) GetObjectInstance() string + func (o *EPRxSingle) GetObjectInstanceOk() (*string, bool) + func (o *EPRxSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *EPRxSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPRxSingle) HasAttributes() bool + func (o *EPRxSingle) HasObjectClass() bool + func (o *EPRxSingle) HasObjectInstance() bool + func (o *EPRxSingle) HasVsDataContainer() bool + func (o *EPRxSingle) SetAttributes(v EPRPAttr) + func (o *EPRxSingle) SetId(v string) + func (o *EPRxSingle) SetObjectClass(v string) + func (o *EPRxSingle) SetObjectInstance(v string) + func (o *EPRxSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPRxSingle) MarshalJSON() ([]byte, error) + func (o EPRxSingle) ToMap() (map[string]interface{}, error) + type EPS5CSingle struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPS5CSingle(id NullableString) *EPS5CSingle + func NewEPS5CSingleWithDefaults() *EPS5CSingle + func (o *EPS5CSingle) GetAttributes() EPRPAttr + func (o *EPS5CSingle) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPS5CSingle) GetId() string + func (o *EPS5CSingle) GetIdOk() (*string, bool) + func (o *EPS5CSingle) GetObjectClass() string + func (o *EPS5CSingle) GetObjectClassOk() (*string, bool) + func (o *EPS5CSingle) GetObjectInstance() string + func (o *EPS5CSingle) GetObjectInstanceOk() (*string, bool) + func (o *EPS5CSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *EPS5CSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPS5CSingle) HasAttributes() bool + func (o *EPS5CSingle) HasObjectClass() bool + func (o *EPS5CSingle) HasObjectInstance() bool + func (o *EPS5CSingle) HasVsDataContainer() bool + func (o *EPS5CSingle) SetAttributes(v EPRPAttr) + func (o *EPS5CSingle) SetId(v string) + func (o *EPS5CSingle) SetObjectClass(v string) + func (o *EPS5CSingle) SetObjectInstance(v string) + func (o *EPS5CSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPS5CSingle) MarshalJSON() ([]byte, error) + func (o EPS5CSingle) ToMap() (map[string]interface{}, error) + type EPS5USingle struct + Attributes *EPRPAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEPS5USingle(id NullableString) *EPS5USingle + func NewEPS5USingleWithDefaults() *EPS5USingle + func (o *EPS5USingle) GetAttributes() EPRPAttr + func (o *EPS5USingle) GetAttributesOk() (*EPRPAttr, bool) + func (o *EPS5USingle) GetId() string + func (o *EPS5USingle) GetIdOk() (*string, bool) + func (o *EPS5USingle) GetObjectClass() string + func (o *EPS5USingle) GetObjectClassOk() (*string, bool) + func (o *EPS5USingle) GetObjectInstance() string + func (o *EPS5USingle) GetObjectInstanceOk() (*string, bool) + func (o *EPS5USingle) GetVsDataContainer() []VsDataContainerSingle + func (o *EPS5USingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EPS5USingle) HasAttributes() bool + func (o *EPS5USingle) HasObjectClass() bool + func (o *EPS5USingle) HasObjectInstance() bool + func (o *EPS5USingle) HasVsDataContainer() bool + func (o *EPS5USingle) SetAttributes(v EPRPAttr) + func (o *EPS5USingle) SetId(v string) + func (o *EPS5USingle) SetObjectClass(v string) + func (o *EPS5USingle) SetObjectInstance(v string) + func (o *EPS5USingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o EPS5USingle) MarshalJSON() ([]byte, error) + func (o EPS5USingle) ToMap() (map[string]interface{}, error) + type EcmConnectionInfoSingle struct + Attributes *interface{} + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewEcmConnectionInfoSingle(id NullableString) *EcmConnectionInfoSingle + func NewEcmConnectionInfoSingleWithDefaults() *EcmConnectionInfoSingle + func (o *EcmConnectionInfoSingle) GetAttributes() interface{} + func (o *EcmConnectionInfoSingle) GetAttributesOk() (*interface{}, bool) + func (o *EcmConnectionInfoSingle) GetId() string + func (o *EcmConnectionInfoSingle) GetIdOk() (*string, bool) + func (o *EcmConnectionInfoSingle) GetObjectClass() string + func (o *EcmConnectionInfoSingle) GetObjectClassOk() (*string, bool) + func (o *EcmConnectionInfoSingle) GetObjectInstance() string + func (o *EcmConnectionInfoSingle) GetObjectInstanceOk() (*string, bool) + func (o *EcmConnectionInfoSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *EcmConnectionInfoSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *EcmConnectionInfoSingle) HasAttributes() bool + func (o *EcmConnectionInfoSingle) HasObjectClass() bool + func (o *EcmConnectionInfoSingle) HasObjectInstance() bool + func (o *EcmConnectionInfoSingle) HasVsDataContainer() bool + func (o *EcmConnectionInfoSingle) SetAttributes(v interface{}) + func (o *EcmConnectionInfoSingle) SetId(v string) + func (o *EcmConnectionInfoSingle) SetObjectClass(v string) + func (o *EcmConnectionInfoSingle) SetObjectInstance(v string) + func (o *EcmConnectionInfoSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o EcmConnectionInfoSingle) MarshalJSON() ([]byte, error) + func (o EcmConnectionInfoSingle) ToMap() (map[string]interface{}, error) + type EcmConnectionInfoSingleAllOf struct + Attributes *interface{} + func NewEcmConnectionInfoSingleAllOf() *EcmConnectionInfoSingleAllOf + func NewEcmConnectionInfoSingleAllOfWithDefaults() *EcmConnectionInfoSingleAllOf + func (o *EcmConnectionInfoSingleAllOf) GetAttributes() interface{} + func (o *EcmConnectionInfoSingleAllOf) GetAttributesOk() (*interface{}, bool) + func (o *EcmConnectionInfoSingleAllOf) HasAttributes() bool + func (o *EcmConnectionInfoSingleAllOf) SetAttributes(v interface{}) + func (o EcmConnectionInfoSingleAllOf) MarshalJSON() ([]byte, error) + func (o EcmConnectionInfoSingleAllOf) ToMap() (map[string]interface{}, error) + type EcmConnectionInfoSingleAllOfAttributes struct + EASIpAddress *string + EASServiceArea *ServingLocation + ECSIpAddress *string + EDNServiceArea *ServingLocation + EESIpAddress *string + EESServiceArea *ServingLocation + EcmConnectionType *string + EdnIdentifier *string + UPFConnectionInfo *UPFConnectionInfo + Var5GCNfConnEcmInfoList []Model5GCNfConnEcmInfo + func NewEcmConnectionInfoSingleAllOfAttributes() *EcmConnectionInfoSingleAllOfAttributes + func NewEcmConnectionInfoSingleAllOfAttributesWithDefaults() *EcmConnectionInfoSingleAllOfAttributes + func (o *EcmConnectionInfoSingleAllOfAttributes) GetEASIpAddress() string + func (o *EcmConnectionInfoSingleAllOfAttributes) GetEASIpAddressOk() (*string, bool) + func (o *EcmConnectionInfoSingleAllOfAttributes) GetEASServiceArea() ServingLocation + func (o *EcmConnectionInfoSingleAllOfAttributes) GetEASServiceAreaOk() (*ServingLocation, bool) + func (o *EcmConnectionInfoSingleAllOfAttributes) GetECSIpAddress() string + func (o *EcmConnectionInfoSingleAllOfAttributes) GetECSIpAddressOk() (*string, bool) + func (o *EcmConnectionInfoSingleAllOfAttributes) GetEDNServiceArea() ServingLocation + func (o *EcmConnectionInfoSingleAllOfAttributes) GetEDNServiceAreaOk() (*ServingLocation, bool) + func (o *EcmConnectionInfoSingleAllOfAttributes) GetEESIpAddress() string + func (o *EcmConnectionInfoSingleAllOfAttributes) GetEESIpAddressOk() (*string, bool) + func (o *EcmConnectionInfoSingleAllOfAttributes) GetEESServiceArea() ServingLocation + func (o *EcmConnectionInfoSingleAllOfAttributes) GetEESServiceAreaOk() (*ServingLocation, bool) + func (o *EcmConnectionInfoSingleAllOfAttributes) GetEcmConnectionType() string + func (o *EcmConnectionInfoSingleAllOfAttributes) GetEcmConnectionTypeOk() (*string, bool) + func (o *EcmConnectionInfoSingleAllOfAttributes) GetEdnIdentifier() string + func (o *EcmConnectionInfoSingleAllOfAttributes) GetEdnIdentifierOk() (*string, bool) + func (o *EcmConnectionInfoSingleAllOfAttributes) GetUPFConnectionInfo() UPFConnectionInfo + func (o *EcmConnectionInfoSingleAllOfAttributes) GetUPFConnectionInfoOk() (*UPFConnectionInfo, bool) + func (o *EcmConnectionInfoSingleAllOfAttributes) GetVar5GCNfConnEcmInfoList() []Model5GCNfConnEcmInfo + func (o *EcmConnectionInfoSingleAllOfAttributes) GetVar5GCNfConnEcmInfoListOk() ([]Model5GCNfConnEcmInfo, bool) + func (o *EcmConnectionInfoSingleAllOfAttributes) HasEASIpAddress() bool + func (o *EcmConnectionInfoSingleAllOfAttributes) HasEASServiceArea() bool + func (o *EcmConnectionInfoSingleAllOfAttributes) HasECSIpAddress() bool + func (o *EcmConnectionInfoSingleAllOfAttributes) HasEDNServiceArea() bool + func (o *EcmConnectionInfoSingleAllOfAttributes) HasEESIpAddress() bool + func (o *EcmConnectionInfoSingleAllOfAttributes) HasEESServiceArea() bool + func (o *EcmConnectionInfoSingleAllOfAttributes) HasEcmConnectionType() bool + func (o *EcmConnectionInfoSingleAllOfAttributes) HasEdnIdentifier() bool + func (o *EcmConnectionInfoSingleAllOfAttributes) HasUPFConnectionInfo() bool + func (o *EcmConnectionInfoSingleAllOfAttributes) HasVar5GCNfConnEcmInfoList() bool + func (o *EcmConnectionInfoSingleAllOfAttributes) SetEASIpAddress(v string) + func (o *EcmConnectionInfoSingleAllOfAttributes) SetEASServiceArea(v ServingLocation) + func (o *EcmConnectionInfoSingleAllOfAttributes) SetECSIpAddress(v string) + func (o *EcmConnectionInfoSingleAllOfAttributes) SetEDNServiceArea(v ServingLocation) + func (o *EcmConnectionInfoSingleAllOfAttributes) SetEESIpAddress(v string) + func (o *EcmConnectionInfoSingleAllOfAttributes) SetEESServiceArea(v ServingLocation) + func (o *EcmConnectionInfoSingleAllOfAttributes) SetEcmConnectionType(v string) + func (o *EcmConnectionInfoSingleAllOfAttributes) SetEdnIdentifier(v string) + func (o *EcmConnectionInfoSingleAllOfAttributes) SetUPFConnectionInfo(v UPFConnectionInfo) + func (o *EcmConnectionInfoSingleAllOfAttributes) SetVar5GCNfConnEcmInfoList(v []Model5GCNfConnEcmInfo) + func (o EcmConnectionInfoSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o EcmConnectionInfoSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type EcmConnectionInfoSingleAllOfAttributesAllOf struct + EASIpAddress *string + EASServiceArea *ServingLocation + ECSIpAddress *string + EDNServiceArea *ServingLocation + EESIpAddress *string + EESServiceArea *ServingLocation + EcmConnectionType *string + EdnIdentifier *string + UPFConnectionInfo *UPFConnectionInfo + Var5GCNfConnEcmInfoList []Model5GCNfConnEcmInfo + func NewEcmConnectionInfoSingleAllOfAttributesAllOf() *EcmConnectionInfoSingleAllOfAttributesAllOf + func NewEcmConnectionInfoSingleAllOfAttributesAllOfWithDefaults() *EcmConnectionInfoSingleAllOfAttributesAllOf + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEASIpAddress() string + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEASIpAddressOk() (*string, bool) + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEASServiceArea() ServingLocation + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEASServiceAreaOk() (*ServingLocation, bool) + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetECSIpAddress() string + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetECSIpAddressOk() (*string, bool) + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEDNServiceArea() ServingLocation + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEDNServiceAreaOk() (*ServingLocation, bool) + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEESIpAddress() string + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEESIpAddressOk() (*string, bool) + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEESServiceArea() ServingLocation + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEESServiceAreaOk() (*ServingLocation, bool) + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEcmConnectionType() string + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEcmConnectionTypeOk() (*string, bool) + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEdnIdentifier() string + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetEdnIdentifierOk() (*string, bool) + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetUPFConnectionInfo() UPFConnectionInfo + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetUPFConnectionInfoOk() (*UPFConnectionInfo, bool) + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetVar5GCNfConnEcmInfoList() []Model5GCNfConnEcmInfo + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) GetVar5GCNfConnEcmInfoListOk() ([]Model5GCNfConnEcmInfo, bool) + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEASIpAddress() bool + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEASServiceArea() bool + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasECSIpAddress() bool + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEDNServiceArea() bool + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEESIpAddress() bool + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEESServiceArea() bool + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEcmConnectionType() bool + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasEdnIdentifier() bool + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasUPFConnectionInfo() bool + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) HasVar5GCNfConnEcmInfoList() bool + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetEASIpAddress(v string) + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetEASServiceArea(v ServingLocation) + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetECSIpAddress(v string) + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetEDNServiceArea(v ServingLocation) + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetEESIpAddress(v string) + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetEESServiceArea(v ServingLocation) + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetEcmConnectionType(v string) + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetEdnIdentifier(v string) + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetUPFConnectionInfo(v UPFConnectionInfo) + func (o *EcmConnectionInfoSingleAllOfAttributesAllOf) SetVar5GCNfConnEcmInfoList(v []Model5GCNfConnEcmInfo) + func (o EcmConnectionInfoSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o EcmConnectionInfoSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type EthFlowDescription struct + DestMacAddr *string + DestMacAddrEnd *string + EthType string + FDesc *string + FDir *FlowDirection + SourceMacAddr *string + SrcMacAddrEnd *string + VlanTags []string + func NewEthFlowDescription(ethType string) *EthFlowDescription + func NewEthFlowDescriptionWithDefaults() *EthFlowDescription + func (o *EthFlowDescription) GetDestMacAddr() string + func (o *EthFlowDescription) GetDestMacAddrEnd() string + func (o *EthFlowDescription) GetDestMacAddrEndOk() (*string, bool) + func (o *EthFlowDescription) GetDestMacAddrOk() (*string, bool) + func (o *EthFlowDescription) GetEthType() string + func (o *EthFlowDescription) GetEthTypeOk() (*string, bool) + func (o *EthFlowDescription) GetFDesc() string + func (o *EthFlowDescription) GetFDescOk() (*string, bool) + func (o *EthFlowDescription) GetFDir() FlowDirection + func (o *EthFlowDescription) GetFDirOk() (*FlowDirection, bool) + func (o *EthFlowDescription) GetSourceMacAddr() string + func (o *EthFlowDescription) GetSourceMacAddrOk() (*string, bool) + func (o *EthFlowDescription) GetSrcMacAddrEnd() string + func (o *EthFlowDescription) GetSrcMacAddrEndOk() (*string, bool) + func (o *EthFlowDescription) GetVlanTags() []string + func (o *EthFlowDescription) GetVlanTagsOk() ([]string, bool) + func (o *EthFlowDescription) HasDestMacAddr() bool + func (o *EthFlowDescription) HasDestMacAddrEnd() bool + func (o *EthFlowDescription) HasFDesc() bool + func (o *EthFlowDescription) HasFDir() bool + func (o *EthFlowDescription) HasSourceMacAddr() bool + func (o *EthFlowDescription) HasSrcMacAddrEnd() bool + func (o *EthFlowDescription) HasVlanTags() bool + func (o *EthFlowDescription) SetDestMacAddr(v string) + func (o *EthFlowDescription) SetDestMacAddrEnd(v string) + func (o *EthFlowDescription) SetEthType(v string) + func (o *EthFlowDescription) SetFDesc(v string) + func (o *EthFlowDescription) SetFDir(v FlowDirection) + func (o *EthFlowDescription) SetSourceMacAddr(v string) + func (o *EthFlowDescription) SetSrcMacAddrEnd(v string) + func (o *EthFlowDescription) SetVlanTags(v []string) + func (o EthFlowDescription) MarshalJSON() ([]byte, error) + func (o EthFlowDescription) ToMap() (map[string]interface{}, error) + type EventId struct + EventIdAnyOf *EventIdAnyOf + String *string + func (dst *EventId) UnmarshalJSON(data []byte) error + func (src *EventId) MarshalJSON() ([]byte, error) + type EventIdAnyOf string + const ABNORMAL_BEHAVIOUR + const DN_PERFORMANCE + const LOAD_LEVEL_INFORMATION + const NETWORK_PERFORMANCE + const NF_LOAD + const NSI_LOAD_LEVEL + const QOS_SUSTAINABILITY + const RED_TRANS_EXP + const SERVICE_EXPERIENCE + const SM_CONGESTION + const UE_COMMUNICATION + const WLAN_PERFORMANCE + func NewEventIdAnyOfFromValue(v string) (*EventIdAnyOf, error) + func (v *EventIdAnyOf) UnmarshalJSON(src []byte) error + func (v EventIdAnyOf) IsValid() bool + func (v EventIdAnyOf) Ptr() *EventIdAnyOf + type EventListForEventTriggeredMeasurementType string + const A2_EVENT + const OUT_OF_COVERAGE + func NewEventListForEventTriggeredMeasurementTypeFromValue(v string) (*EventListForEventTriggeredMeasurementType, error) + func (v *EventListForEventTriggeredMeasurementType) UnmarshalJSON(src []byte) error + func (v EventListForEventTriggeredMeasurementType) IsValid() bool + func (v EventListForEventTriggeredMeasurementType) Ptr() *EventListForEventTriggeredMeasurementType + type EventThresholdL1Type struct + RSRP *int32 + RSRQ *int32 + func NewEventThresholdL1Type() *EventThresholdL1Type + func NewEventThresholdL1TypeWithDefaults() *EventThresholdL1Type + func (o *EventThresholdL1Type) GetRSRP() int32 + func (o *EventThresholdL1Type) GetRSRPOk() (*int32, bool) + func (o *EventThresholdL1Type) GetRSRQ() int32 + func (o *EventThresholdL1Type) GetRSRQOk() (*int32, bool) + func (o *EventThresholdL1Type) HasRSRP() bool + func (o *EventThresholdL1Type) HasRSRQ() bool + func (o *EventThresholdL1Type) SetRSRP(v int32) + func (o *EventThresholdL1Type) SetRSRQ(v int32) + func (o EventThresholdL1Type) MarshalJSON() ([]byte, error) + func (o EventThresholdL1Type) ToMap() (map[string]interface{}, error) + type EventThresholdType struct + EventThreshold1F *EventThresholdTypeEventThreshold1F + EventThreshold1I *int32 + EventThresholdRSRP *EventThresholdTypeEventThresholdRSRP + EventThresholdRSRQ *EventThresholdTypeEventThresholdRSRQ + func NewEventThresholdType() *EventThresholdType + func NewEventThresholdTypeWithDefaults() *EventThresholdType + func (o *EventThresholdType) GetEventThreshold1F() EventThresholdTypeEventThreshold1F + func (o *EventThresholdType) GetEventThreshold1FOk() (*EventThresholdTypeEventThreshold1F, bool) + func (o *EventThresholdType) GetEventThreshold1I() int32 + func (o *EventThresholdType) GetEventThreshold1IOk() (*int32, bool) + func (o *EventThresholdType) GetEventThresholdRSRP() EventThresholdTypeEventThresholdRSRP + func (o *EventThresholdType) GetEventThresholdRSRPOk() (*EventThresholdTypeEventThresholdRSRP, bool) + func (o *EventThresholdType) GetEventThresholdRSRQ() EventThresholdTypeEventThresholdRSRQ + func (o *EventThresholdType) GetEventThresholdRSRQOk() (*EventThresholdTypeEventThresholdRSRQ, bool) + func (o *EventThresholdType) HasEventThreshold1F() bool + func (o *EventThresholdType) HasEventThreshold1I() bool + func (o *EventThresholdType) HasEventThresholdRSRP() bool + func (o *EventThresholdType) HasEventThresholdRSRQ() bool + func (o *EventThresholdType) SetEventThreshold1F(v EventThresholdTypeEventThreshold1F) + func (o *EventThresholdType) SetEventThreshold1I(v int32) + func (o *EventThresholdType) SetEventThresholdRSRP(v EventThresholdTypeEventThresholdRSRP) + func (o *EventThresholdType) SetEventThresholdRSRQ(v EventThresholdTypeEventThresholdRSRQ) + func (o EventThresholdType) MarshalJSON() ([]byte, error) + func (o EventThresholdType) ToMap() (map[string]interface{}, error) + type EventThresholdTypeEventThreshold1F struct + CPICHEcNo *int32 + CPICH_RSCP *int32 + PathLoss *int32 + func NewEventThresholdTypeEventThreshold1F() *EventThresholdTypeEventThreshold1F + func NewEventThresholdTypeEventThreshold1FWithDefaults() *EventThresholdTypeEventThreshold1F + func (o *EventThresholdTypeEventThreshold1F) GetCPICHEcNo() int32 + func (o *EventThresholdTypeEventThreshold1F) GetCPICHEcNoOk() (*int32, bool) + func (o *EventThresholdTypeEventThreshold1F) GetCPICH_RSCP() int32 + func (o *EventThresholdTypeEventThreshold1F) GetCPICH_RSCPOk() (*int32, bool) + func (o *EventThresholdTypeEventThreshold1F) GetPathLoss() int32 + func (o *EventThresholdTypeEventThreshold1F) GetPathLossOk() (*int32, bool) + func (o *EventThresholdTypeEventThreshold1F) HasCPICHEcNo() bool + func (o *EventThresholdTypeEventThreshold1F) HasCPICH_RSCP() bool + func (o *EventThresholdTypeEventThreshold1F) HasPathLoss() bool + func (o *EventThresholdTypeEventThreshold1F) SetCPICHEcNo(v int32) + func (o *EventThresholdTypeEventThreshold1F) SetCPICH_RSCP(v int32) + func (o *EventThresholdTypeEventThreshold1F) SetPathLoss(v int32) + func (o EventThresholdTypeEventThreshold1F) MarshalJSON() ([]byte, error) + func (o EventThresholdTypeEventThreshold1F) ToMap() (map[string]interface{}, error) + type EventThresholdTypeEventThresholdRSRP struct + Int32 *int32 + func Int32AsEventThresholdTypeEventThresholdRSRP(v *int32) EventThresholdTypeEventThresholdRSRP + func (dst *EventThresholdTypeEventThresholdRSRP) UnmarshalJSON(data []byte) error + func (obj *EventThresholdTypeEventThresholdRSRP) GetActualInstance() interface{} + func (src EventThresholdTypeEventThresholdRSRP) MarshalJSON() ([]byte, error) + type EventThresholdTypeEventThresholdRSRQ struct + Int32 *int32 + func Int32AsEventThresholdTypeEventThresholdRSRQ(v *int32) EventThresholdTypeEventThresholdRSRQ + func (dst *EventThresholdTypeEventThresholdRSRQ) UnmarshalJSON(data []byte) error + func (obj *EventThresholdTypeEventThresholdRSRQ) GetActualInstance() interface{} + func (src EventThresholdTypeEventThresholdRSRQ) MarshalJSON() ([]byte, error) + type ExtSnssai struct + Sd *string + SdRanges []SdRange + Sst int32 + WildcardSd *bool + func NewExtSnssai(sst int32) *ExtSnssai + func NewExtSnssaiWithDefaults() *ExtSnssai + func (o *ExtSnssai) GetSd() string + func (o *ExtSnssai) GetSdOk() (*string, bool) + func (o *ExtSnssai) GetSdRanges() []SdRange + func (o *ExtSnssai) GetSdRangesOk() ([]SdRange, bool) + func (o *ExtSnssai) GetSst() int32 + func (o *ExtSnssai) GetSstOk() (*int32, bool) + func (o *ExtSnssai) GetWildcardSd() bool + func (o *ExtSnssai) GetWildcardSdOk() (*bool, bool) + func (o *ExtSnssai) HasSd() bool + func (o *ExtSnssai) HasSdRanges() bool + func (o *ExtSnssai) HasWildcardSd() bool + func (o *ExtSnssai) SetSd(v string) + func (o *ExtSnssai) SetSdRanges(v []SdRange) + func (o *ExtSnssai) SetSst(v int32) + func (o *ExtSnssai) SetWildcardSd(v bool) + func (o ExtSnssai) MarshalJSON() ([]byte, error) + func (o ExtSnssai) ToMap() (map[string]interface{}, error) + type ExternalAmfFunctionSingle struct + Attributes *ManagedFunctionAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewExternalAmfFunctionSingle(id NullableString) *ExternalAmfFunctionSingle + func NewExternalAmfFunctionSingleWithDefaults() *ExternalAmfFunctionSingle + func (o *ExternalAmfFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *ExternalAmfFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *ExternalAmfFunctionSingle) GetId() string + func (o *ExternalAmfFunctionSingle) GetIdOk() (*string, bool) + func (o *ExternalAmfFunctionSingle) GetObjectClass() string + func (o *ExternalAmfFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *ExternalAmfFunctionSingle) GetObjectInstance() string + func (o *ExternalAmfFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *ExternalAmfFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *ExternalAmfFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *ExternalAmfFunctionSingle) HasAttributes() bool + func (o *ExternalAmfFunctionSingle) HasObjectClass() bool + func (o *ExternalAmfFunctionSingle) HasObjectInstance() bool + func (o *ExternalAmfFunctionSingle) HasVsDataContainer() bool + func (o *ExternalAmfFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *ExternalAmfFunctionSingle) SetId(v string) + func (o *ExternalAmfFunctionSingle) SetObjectClass(v string) + func (o *ExternalAmfFunctionSingle) SetObjectInstance(v string) + func (o *ExternalAmfFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o ExternalAmfFunctionSingle) MarshalJSON() ([]byte, error) + func (o ExternalAmfFunctionSingle) ToMap() (map[string]interface{}, error) + type ExternalAmfFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewExternalAmfFunctionSingleAllOf() *ExternalAmfFunctionSingleAllOf + func NewExternalAmfFunctionSingleAllOfWithDefaults() *ExternalAmfFunctionSingleAllOf + func (o *ExternalAmfFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *ExternalAmfFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *ExternalAmfFunctionSingleAllOf) HasAttributes() bool + func (o *ExternalAmfFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o ExternalAmfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o ExternalAmfFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type ExternalAmfFunctionSingleAllOfAttributes struct + AmfIdentifier *AmfIdentifier + PeeParametersList []PeeParameter + PlmnIdList []PlmnId + PriorityLabel *int32 + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + VnfParametersList []VnfParameter + func NewExternalAmfFunctionSingleAllOfAttributes() *ExternalAmfFunctionSingleAllOfAttributes + func NewExternalAmfFunctionSingleAllOfAttributesWithDefaults() *ExternalAmfFunctionSingleAllOfAttributes + func (o *ExternalAmfFunctionSingleAllOfAttributes) GetAmfIdentifier() AmfIdentifier + func (o *ExternalAmfFunctionSingleAllOfAttributes) GetAmfIdentifierOk() (*AmfIdentifier, bool) + func (o *ExternalAmfFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *ExternalAmfFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *ExternalAmfFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId + func (o *ExternalAmfFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool) + func (o *ExternalAmfFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *ExternalAmfFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *ExternalAmfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *ExternalAmfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *ExternalAmfFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *ExternalAmfFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *ExternalAmfFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *ExternalAmfFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *ExternalAmfFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *ExternalAmfFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *ExternalAmfFunctionSingleAllOfAttributes) HasAmfIdentifier() bool + func (o *ExternalAmfFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *ExternalAmfFunctionSingleAllOfAttributes) HasPlmnIdList() bool + func (o *ExternalAmfFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *ExternalAmfFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *ExternalAmfFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *ExternalAmfFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *ExternalAmfFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *ExternalAmfFunctionSingleAllOfAttributes) SetAmfIdentifier(v AmfIdentifier) + func (o *ExternalAmfFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *ExternalAmfFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId) + func (o *ExternalAmfFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *ExternalAmfFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *ExternalAmfFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *ExternalAmfFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *ExternalAmfFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o ExternalAmfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o ExternalAmfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type ExternalAmfFunctionSingleAllOfAttributesAllOf struct + AmfIdentifier *AmfIdentifier + PlmnIdList []PlmnId + func NewExternalAmfFunctionSingleAllOfAttributesAllOf() *ExternalAmfFunctionSingleAllOfAttributesAllOf + func NewExternalAmfFunctionSingleAllOfAttributesAllOfWithDefaults() *ExternalAmfFunctionSingleAllOfAttributesAllOf + func (o *ExternalAmfFunctionSingleAllOfAttributesAllOf) GetAmfIdentifier() AmfIdentifier + func (o *ExternalAmfFunctionSingleAllOfAttributesAllOf) GetAmfIdentifierOk() (*AmfIdentifier, bool) + func (o *ExternalAmfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId + func (o *ExternalAmfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool) + func (o *ExternalAmfFunctionSingleAllOfAttributesAllOf) HasAmfIdentifier() bool + func (o *ExternalAmfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool + func (o *ExternalAmfFunctionSingleAllOfAttributesAllOf) SetAmfIdentifier(v AmfIdentifier) + func (o *ExternalAmfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId) + func (o ExternalAmfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o ExternalAmfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type ExternalNrfFunctionSingle struct + Attributes *ManagedFunctionAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewExternalNrfFunctionSingle(id NullableString) *ExternalNrfFunctionSingle + func NewExternalNrfFunctionSingleWithDefaults() *ExternalNrfFunctionSingle + func (o *ExternalNrfFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *ExternalNrfFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *ExternalNrfFunctionSingle) GetId() string + func (o *ExternalNrfFunctionSingle) GetIdOk() (*string, bool) + func (o *ExternalNrfFunctionSingle) GetObjectClass() string + func (o *ExternalNrfFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *ExternalNrfFunctionSingle) GetObjectInstance() string + func (o *ExternalNrfFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *ExternalNrfFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *ExternalNrfFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *ExternalNrfFunctionSingle) HasAttributes() bool + func (o *ExternalNrfFunctionSingle) HasObjectClass() bool + func (o *ExternalNrfFunctionSingle) HasObjectInstance() bool + func (o *ExternalNrfFunctionSingle) HasVsDataContainer() bool + func (o *ExternalNrfFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *ExternalNrfFunctionSingle) SetId(v string) + func (o *ExternalNrfFunctionSingle) SetObjectClass(v string) + func (o *ExternalNrfFunctionSingle) SetObjectInstance(v string) + func (o *ExternalNrfFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o ExternalNrfFunctionSingle) MarshalJSON() ([]byte, error) + func (o ExternalNrfFunctionSingle) ToMap() (map[string]interface{}, error) + type ExternalNrfFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewExternalNrfFunctionSingleAllOf() *ExternalNrfFunctionSingleAllOf + func NewExternalNrfFunctionSingleAllOfWithDefaults() *ExternalNrfFunctionSingleAllOf + func (o *ExternalNrfFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *ExternalNrfFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *ExternalNrfFunctionSingleAllOf) HasAttributes() bool + func (o *ExternalNrfFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o ExternalNrfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o ExternalNrfFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type ExternalNrfFunctionSingleAllOfAttributes struct + PeeParametersList []PeeParameter + PlmnIdList []PlmnId + PriorityLabel *int32 + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + VnfParametersList []VnfParameter + func NewExternalNrfFunctionSingleAllOfAttributes() *ExternalNrfFunctionSingleAllOfAttributes + func NewExternalNrfFunctionSingleAllOfAttributesWithDefaults() *ExternalNrfFunctionSingleAllOfAttributes + func (o *ExternalNrfFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *ExternalNrfFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *ExternalNrfFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId + func (o *ExternalNrfFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool) + func (o *ExternalNrfFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *ExternalNrfFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *ExternalNrfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *ExternalNrfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *ExternalNrfFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *ExternalNrfFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *ExternalNrfFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *ExternalNrfFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *ExternalNrfFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *ExternalNrfFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *ExternalNrfFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *ExternalNrfFunctionSingleAllOfAttributes) HasPlmnIdList() bool + func (o *ExternalNrfFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *ExternalNrfFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *ExternalNrfFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *ExternalNrfFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *ExternalNrfFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *ExternalNrfFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *ExternalNrfFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId) + func (o *ExternalNrfFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *ExternalNrfFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *ExternalNrfFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *ExternalNrfFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *ExternalNrfFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o ExternalNrfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o ExternalNrfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type ExternalNrfFunctionSingleAllOfAttributesAllOf struct + PlmnIdList []PlmnId + func NewExternalNrfFunctionSingleAllOfAttributesAllOf() *ExternalNrfFunctionSingleAllOfAttributesAllOf + func NewExternalNrfFunctionSingleAllOfAttributesAllOfWithDefaults() *ExternalNrfFunctionSingleAllOfAttributesAllOf + func (o *ExternalNrfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId + func (o *ExternalNrfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool) + func (o *ExternalNrfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool + func (o *ExternalNrfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId) + func (o ExternalNrfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o ExternalNrfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type ExternalNssfFunctionSingle struct + Attributes *ManagedFunctionAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewExternalNssfFunctionSingle(id NullableString) *ExternalNssfFunctionSingle + func NewExternalNssfFunctionSingleWithDefaults() *ExternalNssfFunctionSingle + func (o *ExternalNssfFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *ExternalNssfFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *ExternalNssfFunctionSingle) GetId() string + func (o *ExternalNssfFunctionSingle) GetIdOk() (*string, bool) + func (o *ExternalNssfFunctionSingle) GetObjectClass() string + func (o *ExternalNssfFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *ExternalNssfFunctionSingle) GetObjectInstance() string + func (o *ExternalNssfFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *ExternalNssfFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *ExternalNssfFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *ExternalNssfFunctionSingle) HasAttributes() bool + func (o *ExternalNssfFunctionSingle) HasObjectClass() bool + func (o *ExternalNssfFunctionSingle) HasObjectInstance() bool + func (o *ExternalNssfFunctionSingle) HasVsDataContainer() bool + func (o *ExternalNssfFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *ExternalNssfFunctionSingle) SetId(v string) + func (o *ExternalNssfFunctionSingle) SetObjectClass(v string) + func (o *ExternalNssfFunctionSingle) SetObjectInstance(v string) + func (o *ExternalNssfFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o ExternalNssfFunctionSingle) MarshalJSON() ([]byte, error) + func (o ExternalNssfFunctionSingle) ToMap() (map[string]interface{}, error) + type ExternalSeppFunctionSingle struct + Attributes *ManagedFunctionAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewExternalSeppFunctionSingle(id NullableString) *ExternalSeppFunctionSingle + func NewExternalSeppFunctionSingleWithDefaults() *ExternalSeppFunctionSingle + func (o *ExternalSeppFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *ExternalSeppFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *ExternalSeppFunctionSingle) GetId() string + func (o *ExternalSeppFunctionSingle) GetIdOk() (*string, bool) + func (o *ExternalSeppFunctionSingle) GetObjectClass() string + func (o *ExternalSeppFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *ExternalSeppFunctionSingle) GetObjectInstance() string + func (o *ExternalSeppFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *ExternalSeppFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *ExternalSeppFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *ExternalSeppFunctionSingle) HasAttributes() bool + func (o *ExternalSeppFunctionSingle) HasObjectClass() bool + func (o *ExternalSeppFunctionSingle) HasObjectInstance() bool + func (o *ExternalSeppFunctionSingle) HasVsDataContainer() bool + func (o *ExternalSeppFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *ExternalSeppFunctionSingle) SetId(v string) + func (o *ExternalSeppFunctionSingle) SetObjectClass(v string) + func (o *ExternalSeppFunctionSingle) SetObjectInstance(v string) + func (o *ExternalSeppFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o ExternalSeppFunctionSingle) MarshalJSON() ([]byte, error) + func (o ExternalSeppFunctionSingle) ToMap() (map[string]interface{}, error) + type ExternalSeppFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewExternalSeppFunctionSingleAllOf() *ExternalSeppFunctionSingleAllOf + func NewExternalSeppFunctionSingleAllOfWithDefaults() *ExternalSeppFunctionSingleAllOf + func (o *ExternalSeppFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *ExternalSeppFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *ExternalSeppFunctionSingleAllOf) HasAttributes() bool + func (o *ExternalSeppFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o ExternalSeppFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o ExternalSeppFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type ExternalSeppFunctionSingleAllOfAttributes struct + Fqdn *string + PeeParametersList []PeeParameter + PlmnId *PlmnId + PriorityLabel *int32 + SEPPId *int32 + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + VnfParametersList []VnfParameter + func NewExternalSeppFunctionSingleAllOfAttributes() *ExternalSeppFunctionSingleAllOfAttributes + func NewExternalSeppFunctionSingleAllOfAttributesWithDefaults() *ExternalSeppFunctionSingleAllOfAttributes + func (o *ExternalSeppFunctionSingleAllOfAttributes) GetFqdn() string + func (o *ExternalSeppFunctionSingleAllOfAttributes) GetFqdnOk() (*string, bool) + func (o *ExternalSeppFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *ExternalSeppFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *ExternalSeppFunctionSingleAllOfAttributes) GetPlmnId() PlmnId + func (o *ExternalSeppFunctionSingleAllOfAttributes) GetPlmnIdOk() (*PlmnId, bool) + func (o *ExternalSeppFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *ExternalSeppFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *ExternalSeppFunctionSingleAllOfAttributes) GetSEPPId() int32 + func (o *ExternalSeppFunctionSingleAllOfAttributes) GetSEPPIdOk() (*int32, bool) + func (o *ExternalSeppFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *ExternalSeppFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *ExternalSeppFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *ExternalSeppFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *ExternalSeppFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *ExternalSeppFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *ExternalSeppFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *ExternalSeppFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *ExternalSeppFunctionSingleAllOfAttributes) HasFqdn() bool + func (o *ExternalSeppFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *ExternalSeppFunctionSingleAllOfAttributes) HasPlmnId() bool + func (o *ExternalSeppFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *ExternalSeppFunctionSingleAllOfAttributes) HasSEPPId() bool + func (o *ExternalSeppFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *ExternalSeppFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *ExternalSeppFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *ExternalSeppFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *ExternalSeppFunctionSingleAllOfAttributes) SetFqdn(v string) + func (o *ExternalSeppFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *ExternalSeppFunctionSingleAllOfAttributes) SetPlmnId(v PlmnId) + func (o *ExternalSeppFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *ExternalSeppFunctionSingleAllOfAttributes) SetSEPPId(v int32) + func (o *ExternalSeppFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *ExternalSeppFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *ExternalSeppFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *ExternalSeppFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o ExternalSeppFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o ExternalSeppFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type ExternalSeppFunctionSingleAllOfAttributesAllOf struct + Fqdn *string + PlmnId *PlmnId + SEPPId *int32 + func NewExternalSeppFunctionSingleAllOfAttributesAllOf() *ExternalSeppFunctionSingleAllOfAttributesAllOf + func NewExternalSeppFunctionSingleAllOfAttributesAllOfWithDefaults() *ExternalSeppFunctionSingleAllOfAttributesAllOf + func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) GetFqdn() string + func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) GetFqdnOk() (*string, bool) + func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) GetPlmnId() PlmnId + func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk() (*PlmnId, bool) + func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) GetSEPPId() int32 + func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) GetSEPPIdOk() (*int32, bool) + func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) HasFqdn() bool + func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) HasPlmnId() bool + func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) HasSEPPId() bool + func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) SetFqdn(v string) + func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) SetPlmnId(v PlmnId) + func (o *ExternalSeppFunctionSingleAllOfAttributesAllOf) SetSEPPId(v int32) + func (o ExternalSeppFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o ExternalSeppFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type FileDownloadJobProcessMonitor struct + EndTime *time.Time + JobId *string + ProgressPercentage *int32 + ProgressStateInfo *string + ResultStateInfo *FileDownloadJobProcessMonitorResultStateInfo + StartTime *time.Time + Status *string + Timer *int32 + func NewFileDownloadJobProcessMonitor() *FileDownloadJobProcessMonitor + func NewFileDownloadJobProcessMonitorWithDefaults() *FileDownloadJobProcessMonitor + func (o *FileDownloadJobProcessMonitor) GetEndTime() time.Time + func (o *FileDownloadJobProcessMonitor) GetEndTimeOk() (*time.Time, bool) + func (o *FileDownloadJobProcessMonitor) GetJobId() string + func (o *FileDownloadJobProcessMonitor) GetJobIdOk() (*string, bool) + func (o *FileDownloadJobProcessMonitor) GetProgressPercentage() int32 + func (o *FileDownloadJobProcessMonitor) GetProgressPercentageOk() (*int32, bool) + func (o *FileDownloadJobProcessMonitor) GetProgressStateInfo() string + func (o *FileDownloadJobProcessMonitor) GetProgressStateInfoOk() (*string, bool) + func (o *FileDownloadJobProcessMonitor) GetResultStateInfo() FileDownloadJobProcessMonitorResultStateInfo + func (o *FileDownloadJobProcessMonitor) GetResultStateInfoOk() (*FileDownloadJobProcessMonitorResultStateInfo, bool) + func (o *FileDownloadJobProcessMonitor) GetStartTime() time.Time + func (o *FileDownloadJobProcessMonitor) GetStartTimeOk() (*time.Time, bool) + func (o *FileDownloadJobProcessMonitor) GetStatus() string + func (o *FileDownloadJobProcessMonitor) GetStatusOk() (*string, bool) + func (o *FileDownloadJobProcessMonitor) GetTimer() int32 + func (o *FileDownloadJobProcessMonitor) GetTimerOk() (*int32, bool) + func (o *FileDownloadJobProcessMonitor) HasEndTime() bool + func (o *FileDownloadJobProcessMonitor) HasJobId() bool + func (o *FileDownloadJobProcessMonitor) HasProgressPercentage() bool + func (o *FileDownloadJobProcessMonitor) HasProgressStateInfo() bool + func (o *FileDownloadJobProcessMonitor) HasResultStateInfo() bool + func (o *FileDownloadJobProcessMonitor) HasStartTime() bool + func (o *FileDownloadJobProcessMonitor) HasStatus() bool + func (o *FileDownloadJobProcessMonitor) HasTimer() bool + func (o *FileDownloadJobProcessMonitor) SetEndTime(v time.Time) + func (o *FileDownloadJobProcessMonitor) SetJobId(v string) + func (o *FileDownloadJobProcessMonitor) SetProgressPercentage(v int32) + func (o *FileDownloadJobProcessMonitor) SetProgressStateInfo(v string) + func (o *FileDownloadJobProcessMonitor) SetResultStateInfo(v FileDownloadJobProcessMonitorResultStateInfo) + func (o *FileDownloadJobProcessMonitor) SetStartTime(v time.Time) + func (o *FileDownloadJobProcessMonitor) SetStatus(v string) + func (o *FileDownloadJobProcessMonitor) SetTimer(v int32) + func (o FileDownloadJobProcessMonitor) MarshalJSON() ([]byte, error) + func (o FileDownloadJobProcessMonitor) ToMap() (map[string]interface{}, error) + type FileDownloadJobProcessMonitorResultStateInfo struct + String *string + func StringAsFileDownloadJobProcessMonitorResultStateInfo(v *string) FileDownloadJobProcessMonitorResultStateInfo + func (dst *FileDownloadJobProcessMonitorResultStateInfo) UnmarshalJSON(data []byte) error + func (obj *FileDownloadJobProcessMonitorResultStateInfo) GetActualInstance() interface{} + func (src FileDownloadJobProcessMonitorResultStateInfo) MarshalJSON() ([]byte, error) + type FileDownloadJobSingle struct + Attributes *FileDownloadJobSingleAllOfAttributes + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewFileDownloadJobSingle(id NullableString) *FileDownloadJobSingle + func NewFileDownloadJobSingleWithDefaults() *FileDownloadJobSingle + func (o *FileDownloadJobSingle) GetAttributes() FileDownloadJobSingleAllOfAttributes + func (o *FileDownloadJobSingle) GetAttributesOk() (*FileDownloadJobSingleAllOfAttributes, bool) + func (o *FileDownloadJobSingle) GetId() string + func (o *FileDownloadJobSingle) GetIdOk() (*string, bool) + func (o *FileDownloadJobSingle) GetObjectClass() string + func (o *FileDownloadJobSingle) GetObjectClassOk() (*string, bool) + func (o *FileDownloadJobSingle) GetObjectInstance() string + func (o *FileDownloadJobSingle) GetObjectInstanceOk() (*string, bool) + func (o *FileDownloadJobSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *FileDownloadJobSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *FileDownloadJobSingle) HasAttributes() bool + func (o *FileDownloadJobSingle) HasObjectClass() bool + func (o *FileDownloadJobSingle) HasObjectInstance() bool + func (o *FileDownloadJobSingle) HasVsDataContainer() bool + func (o *FileDownloadJobSingle) SetAttributes(v FileDownloadJobSingleAllOfAttributes) + func (o *FileDownloadJobSingle) SetId(v string) + func (o *FileDownloadJobSingle) SetObjectClass(v string) + func (o *FileDownloadJobSingle) SetObjectInstance(v string) + func (o *FileDownloadJobSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o FileDownloadJobSingle) MarshalJSON() ([]byte, error) + func (o FileDownloadJobSingle) ToMap() (map[string]interface{}, error) + type FileDownloadJobSingleAllOf struct + Attributes *FileDownloadJobSingleAllOfAttributes + func NewFileDownloadJobSingleAllOf() *FileDownloadJobSingleAllOf + func NewFileDownloadJobSingleAllOfWithDefaults() *FileDownloadJobSingleAllOf + func (o *FileDownloadJobSingleAllOf) GetAttributes() FileDownloadJobSingleAllOfAttributes + func (o *FileDownloadJobSingleAllOf) GetAttributesOk() (*FileDownloadJobSingleAllOfAttributes, bool) + func (o *FileDownloadJobSingleAllOf) HasAttributes() bool + func (o *FileDownloadJobSingleAllOf) SetAttributes(v FileDownloadJobSingleAllOfAttributes) + func (o FileDownloadJobSingleAllOf) MarshalJSON() ([]byte, error) + func (o FileDownloadJobSingleAllOf) ToMap() (map[string]interface{}, error) + type FileDownloadJobSingleAllOfAttributes struct + CancelJob *string + FileLocation *string + JobMonitor *FileDownloadJobProcessMonitor + NotificationRecipientAddress *string + func NewFileDownloadJobSingleAllOfAttributes() *FileDownloadJobSingleAllOfAttributes + func NewFileDownloadJobSingleAllOfAttributesWithDefaults() *FileDownloadJobSingleAllOfAttributes + func (o *FileDownloadJobSingleAllOfAttributes) GetCancelJob() string + func (o *FileDownloadJobSingleAllOfAttributes) GetCancelJobOk() (*string, bool) + func (o *FileDownloadJobSingleAllOfAttributes) GetFileLocation() string + func (o *FileDownloadJobSingleAllOfAttributes) GetFileLocationOk() (*string, bool) + func (o *FileDownloadJobSingleAllOfAttributes) GetJobMonitor() FileDownloadJobProcessMonitor + func (o *FileDownloadJobSingleAllOfAttributes) GetJobMonitorOk() (*FileDownloadJobProcessMonitor, bool) + func (o *FileDownloadJobSingleAllOfAttributes) GetNotificationRecipientAddress() string + func (o *FileDownloadJobSingleAllOfAttributes) GetNotificationRecipientAddressOk() (*string, bool) + func (o *FileDownloadJobSingleAllOfAttributes) HasCancelJob() bool + func (o *FileDownloadJobSingleAllOfAttributes) HasFileLocation() bool + func (o *FileDownloadJobSingleAllOfAttributes) HasJobMonitor() bool + func (o *FileDownloadJobSingleAllOfAttributes) HasNotificationRecipientAddress() bool + func (o *FileDownloadJobSingleAllOfAttributes) SetCancelJob(v string) + func (o *FileDownloadJobSingleAllOfAttributes) SetFileLocation(v string) + func (o *FileDownloadJobSingleAllOfAttributes) SetJobMonitor(v FileDownloadJobProcessMonitor) + func (o *FileDownloadJobSingleAllOfAttributes) SetNotificationRecipientAddress(v string) + func (o FileDownloadJobSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o FileDownloadJobSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type FileNotificationTypes string + const NOTIFY_FILE_PREPARATION_ERROR + const NOTIFY_FILE_READY + func NewFileNotificationTypesFromValue(v string) (*FileNotificationTypes, error) + func (v *FileNotificationTypes) UnmarshalJSON(src []byte) error + func (v FileNotificationTypes) IsValid() bool + func (v FileNotificationTypes) Ptr() *FileNotificationTypes + type FileSingle struct + Attributes *FileSingleAllOfAttributes + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewFileSingle(id NullableString) *FileSingle + func NewFileSingleWithDefaults() *FileSingle + func (o *FileSingle) GetAttributes() FileSingleAllOfAttributes + func (o *FileSingle) GetAttributesOk() (*FileSingleAllOfAttributes, bool) + func (o *FileSingle) GetId() string + func (o *FileSingle) GetIdOk() (*string, bool) + func (o *FileSingle) GetObjectClass() string + func (o *FileSingle) GetObjectClassOk() (*string, bool) + func (o *FileSingle) GetObjectInstance() string + func (o *FileSingle) GetObjectInstanceOk() (*string, bool) + func (o *FileSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *FileSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *FileSingle) HasAttributes() bool + func (o *FileSingle) HasObjectClass() bool + func (o *FileSingle) HasObjectInstance() bool + func (o *FileSingle) HasVsDataContainer() bool + func (o *FileSingle) SetAttributes(v FileSingleAllOfAttributes) + func (o *FileSingle) SetId(v string) + func (o *FileSingle) SetObjectClass(v string) + func (o *FileSingle) SetObjectInstance(v string) + func (o *FileSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o FileSingle) MarshalJSON() ([]byte, error) + func (o FileSingle) ToMap() (map[string]interface{}, error) + type FileSingleAllOf struct + Attributes *FileSingleAllOfAttributes + func NewFileSingleAllOf() *FileSingleAllOf + func NewFileSingleAllOfWithDefaults() *FileSingleAllOf + func (o *FileSingleAllOf) GetAttributes() FileSingleAllOfAttributes + func (o *FileSingleAllOf) GetAttributesOk() (*FileSingleAllOfAttributes, bool) + func (o *FileSingleAllOf) HasAttributes() bool + func (o *FileSingleAllOf) SetAttributes(v FileSingleAllOfAttributes) + func (o FileSingleAllOf) MarshalJSON() ([]byte, error) + func (o FileSingleAllOf) ToMap() (map[string]interface{}, error) + type FileSingleAllOfAttributes struct + FileCompression *string + FileContent *string + FileDataType *string + FileExpirationTime *time.Time + FileFormat *string + FileLocation *string + FileReadyTime *time.Time + FileSize *int32 + JobId *string + JobRef *string + func NewFileSingleAllOfAttributes() *FileSingleAllOfAttributes + func NewFileSingleAllOfAttributesWithDefaults() *FileSingleAllOfAttributes + func (o *FileSingleAllOfAttributes) GetFileCompression() string + func (o *FileSingleAllOfAttributes) GetFileCompressionOk() (*string, bool) + func (o *FileSingleAllOfAttributes) GetFileContent() string + func (o *FileSingleAllOfAttributes) GetFileContentOk() (*string, bool) + func (o *FileSingleAllOfAttributes) GetFileDataType() string + func (o *FileSingleAllOfAttributes) GetFileDataTypeOk() (*string, bool) + func (o *FileSingleAllOfAttributes) GetFileExpirationTime() time.Time + func (o *FileSingleAllOfAttributes) GetFileExpirationTimeOk() (*time.Time, bool) + func (o *FileSingleAllOfAttributes) GetFileFormat() string + func (o *FileSingleAllOfAttributes) GetFileFormatOk() (*string, bool) + func (o *FileSingleAllOfAttributes) GetFileLocation() string + func (o *FileSingleAllOfAttributes) GetFileLocationOk() (*string, bool) + func (o *FileSingleAllOfAttributes) GetFileReadyTime() time.Time + func (o *FileSingleAllOfAttributes) GetFileReadyTimeOk() (*time.Time, bool) + func (o *FileSingleAllOfAttributes) GetFileSize() int32 + func (o *FileSingleAllOfAttributes) GetFileSizeOk() (*int32, bool) + func (o *FileSingleAllOfAttributes) GetJobId() string + func (o *FileSingleAllOfAttributes) GetJobIdOk() (*string, bool) + func (o *FileSingleAllOfAttributes) GetJobRef() string + func (o *FileSingleAllOfAttributes) GetJobRefOk() (*string, bool) + func (o *FileSingleAllOfAttributes) HasFileCompression() bool + func (o *FileSingleAllOfAttributes) HasFileContent() bool + func (o *FileSingleAllOfAttributes) HasFileDataType() bool + func (o *FileSingleAllOfAttributes) HasFileExpirationTime() bool + func (o *FileSingleAllOfAttributes) HasFileFormat() bool + func (o *FileSingleAllOfAttributes) HasFileLocation() bool + func (o *FileSingleAllOfAttributes) HasFileReadyTime() bool + func (o *FileSingleAllOfAttributes) HasFileSize() bool + func (o *FileSingleAllOfAttributes) HasJobId() bool + func (o *FileSingleAllOfAttributes) HasJobRef() bool + func (o *FileSingleAllOfAttributes) SetFileCompression(v string) + func (o *FileSingleAllOfAttributes) SetFileContent(v string) + func (o *FileSingleAllOfAttributes) SetFileDataType(v string) + func (o *FileSingleAllOfAttributes) SetFileExpirationTime(v time.Time) + func (o *FileSingleAllOfAttributes) SetFileFormat(v string) + func (o *FileSingleAllOfAttributes) SetFileLocation(v string) + func (o *FileSingleAllOfAttributes) SetFileReadyTime(v time.Time) + func (o *FileSingleAllOfAttributes) SetFileSize(v int32) + func (o *FileSingleAllOfAttributes) SetJobId(v string) + func (o *FileSingleAllOfAttributes) SetJobRef(v string) + func (o FileSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o FileSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type FilesSingle struct + Attributes *FilesSingleAllOfAttributes + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewFilesSingle(id NullableString) *FilesSingle + func NewFilesSingleWithDefaults() *FilesSingle + func (o *FilesSingle) GetAttributes() FilesSingleAllOfAttributes + func (o *FilesSingle) GetAttributesOk() (*FilesSingleAllOfAttributes, bool) + func (o *FilesSingle) GetId() string + func (o *FilesSingle) GetIdOk() (*string, bool) + func (o *FilesSingle) GetObjectClass() string + func (o *FilesSingle) GetObjectClassOk() (*string, bool) + func (o *FilesSingle) GetObjectInstance() string + func (o *FilesSingle) GetObjectInstanceOk() (*string, bool) + func (o *FilesSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *FilesSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *FilesSingle) HasAttributes() bool + func (o *FilesSingle) HasObjectClass() bool + func (o *FilesSingle) HasObjectInstance() bool + func (o *FilesSingle) HasVsDataContainer() bool + func (o *FilesSingle) SetAttributes(v FilesSingleAllOfAttributes) + func (o *FilesSingle) SetId(v string) + func (o *FilesSingle) SetObjectClass(v string) + func (o *FilesSingle) SetObjectInstance(v string) + func (o *FilesSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o FilesSingle) MarshalJSON() ([]byte, error) + func (o FilesSingle) ToMap() (map[string]interface{}, error) + type FilesSingleAllOf struct + Attributes *FilesSingleAllOfAttributes + func NewFilesSingleAllOf() *FilesSingleAllOf + func NewFilesSingleAllOfWithDefaults() *FilesSingleAllOf + func (o *FilesSingleAllOf) GetAttributes() FilesSingleAllOfAttributes + func (o *FilesSingleAllOf) GetAttributesOk() (*FilesSingleAllOfAttributes, bool) + func (o *FilesSingleAllOf) HasAttributes() bool + func (o *FilesSingleAllOf) SetAttributes(v FilesSingleAllOfAttributes) + func (o FilesSingleAllOf) MarshalJSON() ([]byte, error) + func (o FilesSingleAllOf) ToMap() (map[string]interface{}, error) + type FilesSingleAllOfAttributes struct + File []FileSingle + JobId *string + JobRef *string + NumberOfFiles *int32 + func NewFilesSingleAllOfAttributes() *FilesSingleAllOfAttributes + func NewFilesSingleAllOfAttributesWithDefaults() *FilesSingleAllOfAttributes + func (o *FilesSingleAllOfAttributes) GetFile() []FileSingle + func (o *FilesSingleAllOfAttributes) GetFileOk() ([]FileSingle, bool) + func (o *FilesSingleAllOfAttributes) GetJobId() string + func (o *FilesSingleAllOfAttributes) GetJobIdOk() (*string, bool) + func (o *FilesSingleAllOfAttributes) GetJobRef() string + func (o *FilesSingleAllOfAttributes) GetJobRefOk() (*string, bool) + func (o *FilesSingleAllOfAttributes) GetNumberOfFiles() int32 + func (o *FilesSingleAllOfAttributes) GetNumberOfFilesOk() (*int32, bool) + func (o *FilesSingleAllOfAttributes) HasFile() bool + func (o *FilesSingleAllOfAttributes) HasJobId() bool + func (o *FilesSingleAllOfAttributes) HasJobRef() bool + func (o *FilesSingleAllOfAttributes) HasNumberOfFiles() bool + func (o *FilesSingleAllOfAttributes) SetFile(v []FileSingle) + func (o *FilesSingleAllOfAttributes) SetJobId(v string) + func (o *FilesSingleAllOfAttributes) SetJobRef(v string) + func (o *FilesSingleAllOfAttributes) SetNumberOfFiles(v int32) + func (o FilesSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o FilesSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type FiveQICharacteristicsSingle struct + AveragingWindow *int32 + FiveQIValue *int32 + Id NullableString + MaximumDataBurstVolume *int32 + ObjectClass *string + ObjectInstance *string + PacketDelayBudget *int32 + PacketErrorRate *PacketErrorRate + PriorityLevel *int32 + ResourceType *string + VsDataContainer []VsDataContainerSingle + func NewFiveQICharacteristicsSingle(id NullableString) *FiveQICharacteristicsSingle + func NewFiveQICharacteristicsSingleWithDefaults() *FiveQICharacteristicsSingle + func (o *FiveQICharacteristicsSingle) GetAveragingWindow() int32 + func (o *FiveQICharacteristicsSingle) GetAveragingWindowOk() (*int32, bool) + func (o *FiveQICharacteristicsSingle) GetFiveQIValue() int32 + func (o *FiveQICharacteristicsSingle) GetFiveQIValueOk() (*int32, bool) + func (o *FiveQICharacteristicsSingle) GetId() string + func (o *FiveQICharacteristicsSingle) GetIdOk() (*string, bool) + func (o *FiveQICharacteristicsSingle) GetMaximumDataBurstVolume() int32 + func (o *FiveQICharacteristicsSingle) GetMaximumDataBurstVolumeOk() (*int32, bool) + func (o *FiveQICharacteristicsSingle) GetObjectClass() string + func (o *FiveQICharacteristicsSingle) GetObjectClassOk() (*string, bool) + func (o *FiveQICharacteristicsSingle) GetObjectInstance() string + func (o *FiveQICharacteristicsSingle) GetObjectInstanceOk() (*string, bool) + func (o *FiveQICharacteristicsSingle) GetPacketDelayBudget() int32 + func (o *FiveQICharacteristicsSingle) GetPacketDelayBudgetOk() (*int32, bool) + func (o *FiveQICharacteristicsSingle) GetPacketErrorRate() PacketErrorRate + func (o *FiveQICharacteristicsSingle) GetPacketErrorRateOk() (*PacketErrorRate, bool) + func (o *FiveQICharacteristicsSingle) GetPriorityLevel() int32 + func (o *FiveQICharacteristicsSingle) GetPriorityLevelOk() (*int32, bool) + func (o *FiveQICharacteristicsSingle) GetResourceType() string + func (o *FiveQICharacteristicsSingle) GetResourceTypeOk() (*string, bool) + func (o *FiveQICharacteristicsSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *FiveQICharacteristicsSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *FiveQICharacteristicsSingle) HasAveragingWindow() bool + func (o *FiveQICharacteristicsSingle) HasFiveQIValue() bool + func (o *FiveQICharacteristicsSingle) HasMaximumDataBurstVolume() bool + func (o *FiveQICharacteristicsSingle) HasObjectClass() bool + func (o *FiveQICharacteristicsSingle) HasObjectInstance() bool + func (o *FiveQICharacteristicsSingle) HasPacketDelayBudget() bool + func (o *FiveQICharacteristicsSingle) HasPacketErrorRate() bool + func (o *FiveQICharacteristicsSingle) HasPriorityLevel() bool + func (o *FiveQICharacteristicsSingle) HasResourceType() bool + func (o *FiveQICharacteristicsSingle) HasVsDataContainer() bool + func (o *FiveQICharacteristicsSingle) SetAveragingWindow(v int32) + func (o *FiveQICharacteristicsSingle) SetFiveQIValue(v int32) + func (o *FiveQICharacteristicsSingle) SetId(v string) + func (o *FiveQICharacteristicsSingle) SetMaximumDataBurstVolume(v int32) + func (o *FiveQICharacteristicsSingle) SetObjectClass(v string) + func (o *FiveQICharacteristicsSingle) SetObjectInstance(v string) + func (o *FiveQICharacteristicsSingle) SetPacketDelayBudget(v int32) + func (o *FiveQICharacteristicsSingle) SetPacketErrorRate(v PacketErrorRate) + func (o *FiveQICharacteristicsSingle) SetPriorityLevel(v int32) + func (o *FiveQICharacteristicsSingle) SetResourceType(v string) + func (o *FiveQICharacteristicsSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o FiveQICharacteristicsSingle) MarshalJSON() ([]byte, error) + func (o FiveQICharacteristicsSingle) ToMap() (map[string]interface{}, error) + type FiveQICharacteristicsSingleAllOf struct + AveragingWindow *int32 + FiveQIValue *int32 + MaximumDataBurstVolume *int32 + PacketDelayBudget *int32 + PacketErrorRate *PacketErrorRate + PriorityLevel *int32 + ResourceType *string + func NewFiveQICharacteristicsSingleAllOf() *FiveQICharacteristicsSingleAllOf + func NewFiveQICharacteristicsSingleAllOfWithDefaults() *FiveQICharacteristicsSingleAllOf + func (o *FiveQICharacteristicsSingleAllOf) GetAveragingWindow() int32 + func (o *FiveQICharacteristicsSingleAllOf) GetAveragingWindowOk() (*int32, bool) + func (o *FiveQICharacteristicsSingleAllOf) GetFiveQIValue() int32 + func (o *FiveQICharacteristicsSingleAllOf) GetFiveQIValueOk() (*int32, bool) + func (o *FiveQICharacteristicsSingleAllOf) GetMaximumDataBurstVolume() int32 + func (o *FiveQICharacteristicsSingleAllOf) GetMaximumDataBurstVolumeOk() (*int32, bool) + func (o *FiveQICharacteristicsSingleAllOf) GetPacketDelayBudget() int32 + func (o *FiveQICharacteristicsSingleAllOf) GetPacketDelayBudgetOk() (*int32, bool) + func (o *FiveQICharacteristicsSingleAllOf) GetPacketErrorRate() PacketErrorRate + func (o *FiveQICharacteristicsSingleAllOf) GetPacketErrorRateOk() (*PacketErrorRate, bool) + func (o *FiveQICharacteristicsSingleAllOf) GetPriorityLevel() int32 + func (o *FiveQICharacteristicsSingleAllOf) GetPriorityLevelOk() (*int32, bool) + func (o *FiveQICharacteristicsSingleAllOf) GetResourceType() string + func (o *FiveQICharacteristicsSingleAllOf) GetResourceTypeOk() (*string, bool) + func (o *FiveQICharacteristicsSingleAllOf) HasAveragingWindow() bool + func (o *FiveQICharacteristicsSingleAllOf) HasFiveQIValue() bool + func (o *FiveQICharacteristicsSingleAllOf) HasMaximumDataBurstVolume() bool + func (o *FiveQICharacteristicsSingleAllOf) HasPacketDelayBudget() bool + func (o *FiveQICharacteristicsSingleAllOf) HasPacketErrorRate() bool + func (o *FiveQICharacteristicsSingleAllOf) HasPriorityLevel() bool + func (o *FiveQICharacteristicsSingleAllOf) HasResourceType() bool + func (o *FiveQICharacteristicsSingleAllOf) SetAveragingWindow(v int32) + func (o *FiveQICharacteristicsSingleAllOf) SetFiveQIValue(v int32) + func (o *FiveQICharacteristicsSingleAllOf) SetMaximumDataBurstVolume(v int32) + func (o *FiveQICharacteristicsSingleAllOf) SetPacketDelayBudget(v int32) + func (o *FiveQICharacteristicsSingleAllOf) SetPacketErrorRate(v PacketErrorRate) + func (o *FiveQICharacteristicsSingleAllOf) SetPriorityLevel(v int32) + func (o *FiveQICharacteristicsSingleAllOf) SetResourceType(v string) + func (o FiveQICharacteristicsSingleAllOf) MarshalJSON() ([]byte, error) + func (o FiveQICharacteristicsSingleAllOf) ToMap() (map[string]interface{}, error) + type FiveQiDscpMapping struct + Dscp *int32 + FiveQIValues []int32 + func NewFiveQiDscpMapping() *FiveQiDscpMapping + func NewFiveQiDscpMappingWithDefaults() *FiveQiDscpMapping + func (o *FiveQiDscpMapping) GetDscp() int32 + func (o *FiveQiDscpMapping) GetDscpOk() (*int32, bool) + func (o *FiveQiDscpMapping) GetFiveQIValues() []int32 + func (o *FiveQiDscpMapping) GetFiveQIValuesOk() ([]int32, bool) + func (o *FiveQiDscpMapping) HasDscp() bool + func (o *FiveQiDscpMapping) HasFiveQIValues() bool + func (o *FiveQiDscpMapping) SetDscp(v int32) + func (o *FiveQiDscpMapping) SetFiveQIValues(v []int32) + func (o FiveQiDscpMapping) MarshalJSON() ([]byte, error) + func (o FiveQiDscpMapping) ToMap() (map[string]interface{}, error) + type FiveQiDscpMappingSetSingle struct + Attributes *interface{} + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewFiveQiDscpMappingSetSingle(id NullableString) *FiveQiDscpMappingSetSingle + func NewFiveQiDscpMappingSetSingleWithDefaults() *FiveQiDscpMappingSetSingle + func (o *FiveQiDscpMappingSetSingle) GetAttributes() interface{} + func (o *FiveQiDscpMappingSetSingle) GetAttributesOk() (*interface{}, bool) + func (o *FiveQiDscpMappingSetSingle) GetId() string + func (o *FiveQiDscpMappingSetSingle) GetIdOk() (*string, bool) + func (o *FiveQiDscpMappingSetSingle) GetObjectClass() string + func (o *FiveQiDscpMappingSetSingle) GetObjectClassOk() (*string, bool) + func (o *FiveQiDscpMappingSetSingle) GetObjectInstance() string + func (o *FiveQiDscpMappingSetSingle) GetObjectInstanceOk() (*string, bool) + func (o *FiveQiDscpMappingSetSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *FiveQiDscpMappingSetSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *FiveQiDscpMappingSetSingle) HasAttributes() bool + func (o *FiveQiDscpMappingSetSingle) HasObjectClass() bool + func (o *FiveQiDscpMappingSetSingle) HasObjectInstance() bool + func (o *FiveQiDscpMappingSetSingle) HasVsDataContainer() bool + func (o *FiveQiDscpMappingSetSingle) SetAttributes(v interface{}) + func (o *FiveQiDscpMappingSetSingle) SetId(v string) + func (o *FiveQiDscpMappingSetSingle) SetObjectClass(v string) + func (o *FiveQiDscpMappingSetSingle) SetObjectInstance(v string) + func (o *FiveQiDscpMappingSetSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o FiveQiDscpMappingSetSingle) MarshalJSON() ([]byte, error) + func (o FiveQiDscpMappingSetSingle) ToMap() (map[string]interface{}, error) + type FiveQiDscpMappingSetSingleAllOf struct + Attributes *interface{} + func NewFiveQiDscpMappingSetSingleAllOf() *FiveQiDscpMappingSetSingleAllOf + func NewFiveQiDscpMappingSetSingleAllOfWithDefaults() *FiveQiDscpMappingSetSingleAllOf + func (o *FiveQiDscpMappingSetSingleAllOf) GetAttributes() interface{} + func (o *FiveQiDscpMappingSetSingleAllOf) GetAttributesOk() (*interface{}, bool) + func (o *FiveQiDscpMappingSetSingleAllOf) HasAttributes() bool + func (o *FiveQiDscpMappingSetSingleAllOf) SetAttributes(v interface{}) + func (o FiveQiDscpMappingSetSingleAllOf) MarshalJSON() ([]byte, error) + func (o FiveQiDscpMappingSetSingleAllOf) ToMap() (map[string]interface{}, error) + type FiveQiDscpMappingSetSingleAllOfAttributes struct + FiveQiDscpMappingList []FiveQiDscpMapping + func NewFiveQiDscpMappingSetSingleAllOfAttributes() *FiveQiDscpMappingSetSingleAllOfAttributes + func NewFiveQiDscpMappingSetSingleAllOfAttributesWithDefaults() *FiveQiDscpMappingSetSingleAllOfAttributes + func (o *FiveQiDscpMappingSetSingleAllOfAttributes) GetFiveQiDscpMappingList() []FiveQiDscpMapping + func (o *FiveQiDscpMappingSetSingleAllOfAttributes) GetFiveQiDscpMappingListOk() ([]FiveQiDscpMapping, bool) + func (o *FiveQiDscpMappingSetSingleAllOfAttributes) HasFiveQiDscpMappingList() bool + func (o *FiveQiDscpMappingSetSingleAllOfAttributes) SetFiveQiDscpMappingList(v []FiveQiDscpMapping) + func (o FiveQiDscpMappingSetSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o FiveQiDscpMappingSetSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type FiveQiDscpMappingSetSingleAllOfAttributesAllOf struct + FiveQiDscpMappingList []FiveQiDscpMapping + func NewFiveQiDscpMappingSetSingleAllOfAttributesAllOf() *FiveQiDscpMappingSetSingleAllOfAttributesAllOf + func NewFiveQiDscpMappingSetSingleAllOfAttributesAllOfWithDefaults() *FiveQiDscpMappingSetSingleAllOfAttributesAllOf + func (o *FiveQiDscpMappingSetSingleAllOfAttributesAllOf) GetFiveQiDscpMappingList() []FiveQiDscpMapping + func (o *FiveQiDscpMappingSetSingleAllOfAttributesAllOf) GetFiveQiDscpMappingListOk() ([]FiveQiDscpMapping, bool) + func (o *FiveQiDscpMappingSetSingleAllOfAttributesAllOf) HasFiveQiDscpMappingList() bool + func (o *FiveQiDscpMappingSetSingleAllOfAttributesAllOf) SetFiveQiDscpMappingList(v []FiveQiDscpMapping) + func (o FiveQiDscpMappingSetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o FiveQiDscpMappingSetSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type FlowDirection struct + FlowDirectionAnyOf *FlowDirectionAnyOf + String *string + func (dst *FlowDirection) UnmarshalJSON(data []byte) error + func (src *FlowDirection) MarshalJSON() ([]byte, error) + type FlowDirectionAnyOf string + const BIDIRECTIONAL + const DOWNLINK + const UNSPECIFIED + const UPLINK + func NewFlowDirectionAnyOfFromValue(v string) (*FlowDirectionAnyOf, error) + func (v *FlowDirectionAnyOf) UnmarshalJSON(src []byte) error + func (v FlowDirectionAnyOf) IsValid() bool + func (v FlowDirectionAnyOf) Ptr() *FlowDirectionAnyOf + type FlowDirectionRm struct + FlowDirection *FlowDirection + NullValue *NullValue + func (dst *FlowDirectionRm) UnmarshalJSON(data []byte) error + func (src *FlowDirectionRm) MarshalJSON() ([]byte, error) + type FlowInformation struct + EthFlowDescription *EthFlowDescription + FlowDescription *string + FlowDirection *FlowDirectionRm + FlowLabel NullableString + PackFiltId *string + PacketFilterUsage *bool + Spi NullableString + TosTrafficClass NullableString + func NewFlowInformation() *FlowInformation + func NewFlowInformationWithDefaults() *FlowInformation + func (o *FlowInformation) GetEthFlowDescription() EthFlowDescription + func (o *FlowInformation) GetEthFlowDescriptionOk() (*EthFlowDescription, bool) + func (o *FlowInformation) GetFlowDescription() string + func (o *FlowInformation) GetFlowDescriptionOk() (*string, bool) + func (o *FlowInformation) GetFlowDirection() FlowDirectionRm + func (o *FlowInformation) GetFlowDirectionOk() (*FlowDirectionRm, bool) + func (o *FlowInformation) GetFlowLabel() string + func (o *FlowInformation) GetFlowLabelOk() (*string, bool) + func (o *FlowInformation) GetPackFiltId() string + func (o *FlowInformation) GetPackFiltIdOk() (*string, bool) + func (o *FlowInformation) GetPacketFilterUsage() bool + func (o *FlowInformation) GetPacketFilterUsageOk() (*bool, bool) + func (o *FlowInformation) GetSpi() string + func (o *FlowInformation) GetSpiOk() (*string, bool) + func (o *FlowInformation) GetTosTrafficClass() string + func (o *FlowInformation) GetTosTrafficClassOk() (*string, bool) + func (o *FlowInformation) HasEthFlowDescription() bool + func (o *FlowInformation) HasFlowDescription() bool + func (o *FlowInformation) HasFlowDirection() bool + func (o *FlowInformation) HasFlowLabel() bool + func (o *FlowInformation) HasPackFiltId() bool + func (o *FlowInformation) HasPacketFilterUsage() bool + func (o *FlowInformation) HasSpi() bool + func (o *FlowInformation) HasTosTrafficClass() bool + func (o *FlowInformation) SetEthFlowDescription(v EthFlowDescription) + func (o *FlowInformation) SetFlowDescription(v string) + func (o *FlowInformation) SetFlowDirection(v FlowDirectionRm) + func (o *FlowInformation) SetFlowLabel(v string) + func (o *FlowInformation) SetFlowLabelNil() + func (o *FlowInformation) SetPackFiltId(v string) + func (o *FlowInformation) SetPacketFilterUsage(v bool) + func (o *FlowInformation) SetSpi(v string) + func (o *FlowInformation) SetSpiNil() + func (o *FlowInformation) SetTosTrafficClass(v string) + func (o *FlowInformation) SetTosTrafficClassNil() + func (o *FlowInformation) UnsetFlowLabel() + func (o *FlowInformation) UnsetSpi() + func (o *FlowInformation) UnsetTosTrafficClass() + func (o FlowInformation) MarshalJSON() ([]byte, error) + func (o FlowInformation) ToMap() (map[string]interface{}, error) + type FlowStatus struct + FlowStatusAnyOf *FlowStatusAnyOf + String *string + func (dst *FlowStatus) UnmarshalJSON(data []byte) error + func (src *FlowStatus) MarshalJSON() ([]byte, error) + type FlowStatusAnyOf string + const DISABLED + const ENABLED + const ENABLED_DOWNLINK + const ENABLED_UPLINK + const REMOVED + func NewFlowStatusAnyOfFromValue(v string) (*FlowStatusAnyOf, error) + func (v *FlowStatusAnyOf) UnmarshalJSON(src []byte) error + func (v FlowStatusAnyOf) IsValid() bool + func (v FlowStatusAnyOf) Ptr() *FlowStatusAnyOf + type FreqInfo struct + Arfcn *int32 + FreqBands []int32 + func NewFreqInfo() *FreqInfo + func NewFreqInfoWithDefaults() *FreqInfo + func (o *FreqInfo) GetArfcn() int32 + func (o *FreqInfo) GetArfcnOk() (*int32, bool) + func (o *FreqInfo) GetFreqBands() []int32 + func (o *FreqInfo) GetFreqBandsOk() ([]int32, bool) + func (o *FreqInfo) HasArfcn() bool + func (o *FreqInfo) HasFreqBands() bool + func (o *FreqInfo) SetArfcn(v int32) + func (o *FreqInfo) SetFreqBands(v []int32) + func (o FreqInfo) MarshalJSON() ([]byte, error) + func (o FreqInfo) ToMap() (map[string]interface{}, error) + type GUAMInfo struct + AMFIdentifier *int32 + PLMNId *PlmnId + func NewGUAMInfo() *GUAMInfo + func NewGUAMInfoWithDefaults() *GUAMInfo + func (o *GUAMInfo) GetAMFIdentifier() int32 + func (o *GUAMInfo) GetAMFIdentifierOk() (*int32, bool) + func (o *GUAMInfo) GetPLMNId() PlmnId + func (o *GUAMInfo) GetPLMNIdOk() (*PlmnId, bool) + func (o *GUAMInfo) HasAMFIdentifier() bool + func (o *GUAMInfo) HasPLMNId() bool + func (o *GUAMInfo) SetAMFIdentifier(v int32) + func (o *GUAMInfo) SetPLMNId(v PlmnId) + func (o GUAMInfo) MarshalJSON() ([]byte, error) + func (o GUAMInfo) ToMap() (map[string]interface{}, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type GeoArea struct + ConvexGeoPolygon []GeoCoordinate + func NewGeoArea() *GeoArea + func NewGeoAreaWithDefaults() *GeoArea + func (o *GeoArea) GetConvexGeoPolygon() []GeoCoordinate + func (o *GeoArea) GetConvexGeoPolygonOk() ([]GeoCoordinate, bool) + func (o *GeoArea) HasConvexGeoPolygon() bool + func (o *GeoArea) SetConvexGeoPolygon(v []GeoCoordinate) + func (o GeoArea) MarshalJSON() ([]byte, error) + func (o GeoArea) ToMap() (map[string]interface{}, error) + type GeoAreaToCellMapping struct + AssociationThreshold *int32 + GeoArea *GeoArea + func NewGeoAreaToCellMapping() *GeoAreaToCellMapping + func NewGeoAreaToCellMappingWithDefaults() *GeoAreaToCellMapping + func (o *GeoAreaToCellMapping) GetAssociationThreshold() int32 + func (o *GeoAreaToCellMapping) GetAssociationThresholdOk() (*int32, bool) + func (o *GeoAreaToCellMapping) GetGeoArea() GeoArea + func (o *GeoAreaToCellMapping) GetGeoAreaOk() (*GeoArea, bool) + func (o *GeoAreaToCellMapping) HasAssociationThreshold() bool + func (o *GeoAreaToCellMapping) HasGeoArea() bool + func (o *GeoAreaToCellMapping) SetAssociationThreshold(v int32) + func (o *GeoAreaToCellMapping) SetGeoArea(v GeoArea) + func (o GeoAreaToCellMapping) MarshalJSON() ([]byte, error) + func (o GeoAreaToCellMapping) ToMap() (map[string]interface{}, error) + type GeoCoordinate struct + Latitude *float32 + Longitude *float32 + func NewGeoCoordinate() *GeoCoordinate + func NewGeoCoordinateWithDefaults() *GeoCoordinate + func (o *GeoCoordinate) GetLatitude() float32 + func (o *GeoCoordinate) GetLatitudeOk() (*float32, bool) + func (o *GeoCoordinate) GetLongitude() float32 + func (o *GeoCoordinate) GetLongitudeOk() (*float32, bool) + func (o *GeoCoordinate) HasLatitude() bool + func (o *GeoCoordinate) HasLongitude() bool + func (o *GeoCoordinate) SetLatitude(v float32) + func (o *GeoCoordinate) SetLongitude(v float32) + func (o GeoCoordinate) MarshalJSON() ([]byte, error) + func (o GeoCoordinate) ToMap() (map[string]interface{}, error) + type GeoLoc struct + CivicLocation *string + GeographicalCoordinates *GeographicalCoordinates + func NewGeoLoc() *GeoLoc + func NewGeoLocWithDefaults() *GeoLoc + func (o *GeoLoc) GetCivicLocation() string + func (o *GeoLoc) GetCivicLocationOk() (*string, bool) + func (o *GeoLoc) GetGeographicalCoordinates() GeographicalCoordinates + func (o *GeoLoc) GetGeographicalCoordinatesOk() (*GeographicalCoordinates, bool) + func (o *GeoLoc) HasCivicLocation() bool + func (o *GeoLoc) HasGeographicalCoordinates() bool + func (o *GeoLoc) SetCivicLocation(v string) + func (o *GeoLoc) SetGeographicalCoordinates(v GeographicalCoordinates) + func (o GeoLoc) MarshalJSON() ([]byte, error) + func (o GeoLoc) ToMap() (map[string]interface{}, error) + type GeographicalCoordinates struct + Latitude *int32 + Longitude *int32 + func NewGeographicalCoordinates() *GeographicalCoordinates + func NewGeographicalCoordinatesWithDefaults() *GeographicalCoordinates + func (o *GeographicalCoordinates) GetLatitude() int32 + func (o *GeographicalCoordinates) GetLatitudeOk() (*int32, bool) + func (o *GeographicalCoordinates) GetLongitude() int32 + func (o *GeographicalCoordinates) GetLongitudeOk() (*int32, bool) + func (o *GeographicalCoordinates) HasLatitude() bool + func (o *GeographicalCoordinates) HasLongitude() bool + func (o *GeographicalCoordinates) SetLatitude(v int32) + func (o *GeographicalCoordinates) SetLongitude(v int32) + func (o GeographicalCoordinates) MarshalJSON() ([]byte, error) + func (o GeographicalCoordinates) ToMap() (map[string]interface{}, error) + type GtpUPathDelayThresholdsType struct + N3AveragePacketDelayThreshold *int32 + N3MaxPacketDelayThreshold *int32 + N3MinPacketDelayThreshold *int32 + N9AveragePacketDelayThreshold *int32 + N9MaxPacketDelayThreshold *int32 + N9MinPacketDelayThreshold *int32 + func NewGtpUPathDelayThresholdsType() *GtpUPathDelayThresholdsType + func NewGtpUPathDelayThresholdsTypeWithDefaults() *GtpUPathDelayThresholdsType + func (o *GtpUPathDelayThresholdsType) GetN3AveragePacketDelayThreshold() int32 + func (o *GtpUPathDelayThresholdsType) GetN3AveragePacketDelayThresholdOk() (*int32, bool) + func (o *GtpUPathDelayThresholdsType) GetN3MaxPacketDelayThreshold() int32 + func (o *GtpUPathDelayThresholdsType) GetN3MaxPacketDelayThresholdOk() (*int32, bool) + func (o *GtpUPathDelayThresholdsType) GetN3MinPacketDelayThreshold() int32 + func (o *GtpUPathDelayThresholdsType) GetN3MinPacketDelayThresholdOk() (*int32, bool) + func (o *GtpUPathDelayThresholdsType) GetN9AveragePacketDelayThreshold() int32 + func (o *GtpUPathDelayThresholdsType) GetN9AveragePacketDelayThresholdOk() (*int32, bool) + func (o *GtpUPathDelayThresholdsType) GetN9MaxPacketDelayThreshold() int32 + func (o *GtpUPathDelayThresholdsType) GetN9MaxPacketDelayThresholdOk() (*int32, bool) + func (o *GtpUPathDelayThresholdsType) GetN9MinPacketDelayThreshold() int32 + func (o *GtpUPathDelayThresholdsType) GetN9MinPacketDelayThresholdOk() (*int32, bool) + func (o *GtpUPathDelayThresholdsType) HasN3AveragePacketDelayThreshold() bool + func (o *GtpUPathDelayThresholdsType) HasN3MaxPacketDelayThreshold() bool + func (o *GtpUPathDelayThresholdsType) HasN3MinPacketDelayThreshold() bool + func (o *GtpUPathDelayThresholdsType) HasN9AveragePacketDelayThreshold() bool + func (o *GtpUPathDelayThresholdsType) HasN9MaxPacketDelayThreshold() bool + func (o *GtpUPathDelayThresholdsType) HasN9MinPacketDelayThreshold() bool + func (o *GtpUPathDelayThresholdsType) SetN3AveragePacketDelayThreshold(v int32) + func (o *GtpUPathDelayThresholdsType) SetN3MaxPacketDelayThreshold(v int32) + func (o *GtpUPathDelayThresholdsType) SetN3MinPacketDelayThreshold(v int32) + func (o *GtpUPathDelayThresholdsType) SetN9AveragePacketDelayThreshold(v int32) + func (o *GtpUPathDelayThresholdsType) SetN9MaxPacketDelayThreshold(v int32) + func (o *GtpUPathDelayThresholdsType) SetN9MinPacketDelayThreshold(v int32) + func (o GtpUPathDelayThresholdsType) MarshalJSON() ([]byte, error) + func (o GtpUPathDelayThresholdsType) ToMap() (map[string]interface{}, error) + type GtpUPathQoSMonitoringControlSingle struct + Attributes *interface{} + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewGtpUPathQoSMonitoringControlSingle(id NullableString) *GtpUPathQoSMonitoringControlSingle + func NewGtpUPathQoSMonitoringControlSingleWithDefaults() *GtpUPathQoSMonitoringControlSingle + func (o *GtpUPathQoSMonitoringControlSingle) GetAttributes() interface{} + func (o *GtpUPathQoSMonitoringControlSingle) GetAttributesOk() (*interface{}, bool) + func (o *GtpUPathQoSMonitoringControlSingle) GetId() string + func (o *GtpUPathQoSMonitoringControlSingle) GetIdOk() (*string, bool) + func (o *GtpUPathQoSMonitoringControlSingle) GetObjectClass() string + func (o *GtpUPathQoSMonitoringControlSingle) GetObjectClassOk() (*string, bool) + func (o *GtpUPathQoSMonitoringControlSingle) GetObjectInstance() string + func (o *GtpUPathQoSMonitoringControlSingle) GetObjectInstanceOk() (*string, bool) + func (o *GtpUPathQoSMonitoringControlSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *GtpUPathQoSMonitoringControlSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *GtpUPathQoSMonitoringControlSingle) HasAttributes() bool + func (o *GtpUPathQoSMonitoringControlSingle) HasObjectClass() bool + func (o *GtpUPathQoSMonitoringControlSingle) HasObjectInstance() bool + func (o *GtpUPathQoSMonitoringControlSingle) HasVsDataContainer() bool + func (o *GtpUPathQoSMonitoringControlSingle) SetAttributes(v interface{}) + func (o *GtpUPathQoSMonitoringControlSingle) SetId(v string) + func (o *GtpUPathQoSMonitoringControlSingle) SetObjectClass(v string) + func (o *GtpUPathQoSMonitoringControlSingle) SetObjectInstance(v string) + func (o *GtpUPathQoSMonitoringControlSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o GtpUPathQoSMonitoringControlSingle) MarshalJSON() ([]byte, error) + func (o GtpUPathQoSMonitoringControlSingle) ToMap() (map[string]interface{}, error) + type GtpUPathQoSMonitoringControlSingleAllOf struct + Attributes *interface{} + func NewGtpUPathQoSMonitoringControlSingleAllOf() *GtpUPathQoSMonitoringControlSingleAllOf + func NewGtpUPathQoSMonitoringControlSingleAllOfWithDefaults() *GtpUPathQoSMonitoringControlSingleAllOf + func (o *GtpUPathQoSMonitoringControlSingleAllOf) GetAttributes() interface{} + func (o *GtpUPathQoSMonitoringControlSingleAllOf) GetAttributesOk() (*interface{}, bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOf) HasAttributes() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOf) SetAttributes(v interface{}) + func (o GtpUPathQoSMonitoringControlSingleAllOf) MarshalJSON() ([]byte, error) + func (o GtpUPathQoSMonitoringControlSingleAllOf) ToMap() (map[string]interface{}, error) + type GtpUPathQoSMonitoringControlSingleAllOfAttributes struct + GtpUPathDelayThresholds *GtpUPathDelayThresholdsType + GtpUPathMeasurementPeriod *int32 + GtpUPathMinimumWaitTime *int32 + GtpUPathMonitoredSNSSAIs []Snssai + GtpUPathQoSMonitoringState *string + IsEventTriggeredGtpUPathMonitoringSupported *bool + IsImmediateGtpUMonitoringSupported *bool + IsPeriodicGtpUMonitoringSupported *bool + MonitoredDSCPs []int32 + func NewGtpUPathQoSMonitoringControlSingleAllOfAttributes() *GtpUPathQoSMonitoringControlSingleAllOfAttributes + func NewGtpUPathQoSMonitoringControlSingleAllOfAttributesWithDefaults() *GtpUPathQoSMonitoringControlSingleAllOfAttributes + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathDelayThresholds() GtpUPathDelayThresholdsType + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathDelayThresholdsOk() (*GtpUPathDelayThresholdsType, bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMeasurementPeriod() int32 + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMeasurementPeriodOk() (*int32, bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMinimumWaitTime() int32 + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMinimumWaitTimeOk() (*int32, bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMonitoredSNSSAIs() []Snssai + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathMonitoredSNSSAIsOk() ([]Snssai, bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathQoSMonitoringState() string + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetGtpUPathQoSMonitoringStateOk() (*string, bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredGtpUPathMonitoringSupported() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredGtpUPathMonitoringSupportedOk() (*bool, bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsImmediateGtpUMonitoringSupported() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsImmediateGtpUMonitoringSupportedOk() (*bool, bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicGtpUMonitoringSupported() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicGtpUMonitoringSupportedOk() (*bool, bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetMonitoredDSCPs() []int32 + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) GetMonitoredDSCPsOk() ([]int32, bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathDelayThresholds() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathMeasurementPeriod() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathMinimumWaitTime() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathMonitoredSNSSAIs() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasGtpUPathQoSMonitoringState() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasIsEventTriggeredGtpUPathMonitoringSupported() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasIsImmediateGtpUMonitoringSupported() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasIsPeriodicGtpUMonitoringSupported() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) HasMonitoredDSCPs() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathDelayThresholds(v GtpUPathDelayThresholdsType) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathMeasurementPeriod(v int32) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathMinimumWaitTime(v int32) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathMonitoredSNSSAIs(v []Snssai) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetGtpUPathQoSMonitoringState(v string) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetIsEventTriggeredGtpUPathMonitoringSupported(v bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetIsImmediateGtpUMonitoringSupported(v bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetIsPeriodicGtpUMonitoringSupported(v bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributes) SetMonitoredDSCPs(v []int32) + func (o GtpUPathQoSMonitoringControlSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o GtpUPathQoSMonitoringControlSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf struct + GtpUPathDelayThresholds *GtpUPathDelayThresholdsType + GtpUPathMeasurementPeriod *int32 + GtpUPathMinimumWaitTime *int32 + GtpUPathMonitoredSNSSAIs []Snssai + GtpUPathQoSMonitoringState *string + IsEventTriggeredGtpUPathMonitoringSupported *bool + IsImmediateGtpUMonitoringSupported *bool + IsPeriodicGtpUMonitoringSupported *bool + MonitoredDSCPs []int32 + func NewGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf() *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf + func NewGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOfWithDefaults() *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathDelayThresholds() GtpUPathDelayThresholdsType + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathDelayThresholdsOk() (*GtpUPathDelayThresholdsType, bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMeasurementPeriod() int32 + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMeasurementPeriodOk() (*int32, bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMinimumWaitTime() int32 + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMinimumWaitTimeOk() (*int32, bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMonitoredSNSSAIs() []Snssai + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathMonitoredSNSSAIsOk() ([]Snssai, bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathQoSMonitoringState() string + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetGtpUPathQoSMonitoringStateOk() (*string, bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredGtpUPathMonitoringSupported() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredGtpUPathMonitoringSupportedOk() (*bool, bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsImmediateGtpUMonitoringSupported() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsImmediateGtpUMonitoringSupportedOk() (*bool, bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicGtpUMonitoringSupported() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicGtpUMonitoringSupportedOk() (*bool, bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetMonitoredDSCPs() []int32 + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) GetMonitoredDSCPsOk() ([]int32, bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathDelayThresholds() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathMeasurementPeriod() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathMinimumWaitTime() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathMonitoredSNSSAIs() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasGtpUPathQoSMonitoringState() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsEventTriggeredGtpUPathMonitoringSupported() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsImmediateGtpUMonitoringSupported() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsPeriodicGtpUMonitoringSupported() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) HasMonitoredDSCPs() bool + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathDelayThresholds(v GtpUPathDelayThresholdsType) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathMeasurementPeriod(v int32) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathMinimumWaitTime(v int32) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathMonitoredSNSSAIs(v []Snssai) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetGtpUPathQoSMonitoringState(v string) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsEventTriggeredGtpUPathMonitoringSupported(v bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsImmediateGtpUMonitoringSupported(v bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsPeriodicGtpUMonitoringSupported(v bool) + func (o *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) SetMonitoredDSCPs(v []int32) + func (o GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type HeartbeatControlSingle struct + Attributes *HeartbeatControlSingleAllOfAttributes + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewHeartbeatControlSingle(id NullableString) *HeartbeatControlSingle + func NewHeartbeatControlSingleWithDefaults() *HeartbeatControlSingle + func (o *HeartbeatControlSingle) GetAttributes() HeartbeatControlSingleAllOfAttributes + func (o *HeartbeatControlSingle) GetAttributesOk() (*HeartbeatControlSingleAllOfAttributes, bool) + func (o *HeartbeatControlSingle) GetId() string + func (o *HeartbeatControlSingle) GetIdOk() (*string, bool) + func (o *HeartbeatControlSingle) GetObjectClass() string + func (o *HeartbeatControlSingle) GetObjectClassOk() (*string, bool) + func (o *HeartbeatControlSingle) GetObjectInstance() string + func (o *HeartbeatControlSingle) GetObjectInstanceOk() (*string, bool) + func (o *HeartbeatControlSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *HeartbeatControlSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *HeartbeatControlSingle) HasAttributes() bool + func (o *HeartbeatControlSingle) HasObjectClass() bool + func (o *HeartbeatControlSingle) HasObjectInstance() bool + func (o *HeartbeatControlSingle) HasVsDataContainer() bool + func (o *HeartbeatControlSingle) SetAttributes(v HeartbeatControlSingleAllOfAttributes) + func (o *HeartbeatControlSingle) SetId(v string) + func (o *HeartbeatControlSingle) SetObjectClass(v string) + func (o *HeartbeatControlSingle) SetObjectInstance(v string) + func (o *HeartbeatControlSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o HeartbeatControlSingle) MarshalJSON() ([]byte, error) + func (o HeartbeatControlSingle) ToMap() (map[string]interface{}, error) + type HeartbeatControlSingleAllOf struct + Attributes *HeartbeatControlSingleAllOfAttributes + func NewHeartbeatControlSingleAllOf() *HeartbeatControlSingleAllOf + func NewHeartbeatControlSingleAllOfWithDefaults() *HeartbeatControlSingleAllOf + func (o *HeartbeatControlSingleAllOf) GetAttributes() HeartbeatControlSingleAllOfAttributes + func (o *HeartbeatControlSingleAllOf) GetAttributesOk() (*HeartbeatControlSingleAllOfAttributes, bool) + func (o *HeartbeatControlSingleAllOf) HasAttributes() bool + func (o *HeartbeatControlSingleAllOf) SetAttributes(v HeartbeatControlSingleAllOfAttributes) + func (o HeartbeatControlSingleAllOf) MarshalJSON() ([]byte, error) + func (o HeartbeatControlSingleAllOf) ToMap() (map[string]interface{}, error) + type HeartbeatControlSingleAllOfAttributes struct + HeartbeatNtfPeriod *int32 + TriggerHeartbeatNtf *bool + func NewHeartbeatControlSingleAllOfAttributes() *HeartbeatControlSingleAllOfAttributes + func NewHeartbeatControlSingleAllOfAttributesWithDefaults() *HeartbeatControlSingleAllOfAttributes + func (o *HeartbeatControlSingleAllOfAttributes) GetHeartbeatNtfPeriod() int32 + func (o *HeartbeatControlSingleAllOfAttributes) GetHeartbeatNtfPeriodOk() (*int32, bool) + func (o *HeartbeatControlSingleAllOfAttributes) GetTriggerHeartbeatNtf() bool + func (o *HeartbeatControlSingleAllOfAttributes) GetTriggerHeartbeatNtfOk() (*bool, bool) + func (o *HeartbeatControlSingleAllOfAttributes) HasHeartbeatNtfPeriod() bool + func (o *HeartbeatControlSingleAllOfAttributes) HasTriggerHeartbeatNtf() bool + func (o *HeartbeatControlSingleAllOfAttributes) SetHeartbeatNtfPeriod(v int32) + func (o *HeartbeatControlSingleAllOfAttributes) SetTriggerHeartbeatNtf(v bool) + func (o HeartbeatControlSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o HeartbeatControlSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type HeartbeatNotificationTypes string + const NOTIFY_HEARTBEAT + func NewHeartbeatNotificationTypesFromValue(v string) (*HeartbeatNotificationTypes, error) + func (v *HeartbeatNotificationTypes) UnmarshalJSON(src []byte) error + func (v HeartbeatNotificationTypes) IsValid() bool + func (v HeartbeatNotificationTypes) Ptr() *HeartbeatNotificationTypes + type HostAddr struct + Ipv6Addr *Ipv6Addr + String *string + func Ipv6AddrAsHostAddr(v *Ipv6Addr) HostAddr + func StringAsHostAddr(v *string) HostAddr + func (dst *HostAddr) UnmarshalJSON(data []byte) error + func (obj *HostAddr) GetActualInstance() interface{} + func (src HostAddr) MarshalJSON() ([]byte, error) + type IdentityRange struct + End *string + Pattern *string + Start *string + func NewIdentityRange() *IdentityRange + func NewIdentityRangeWithDefaults() *IdentityRange + func (o *IdentityRange) GetEnd() string + func (o *IdentityRange) GetEndOk() (*string, bool) + func (o *IdentityRange) GetPattern() string + func (o *IdentityRange) GetPatternOk() (*string, bool) + func (o *IdentityRange) GetStart() string + func (o *IdentityRange) GetStartOk() (*string, bool) + func (o *IdentityRange) HasEnd() bool + func (o *IdentityRange) HasPattern() bool + func (o *IdentityRange) HasStart() bool + func (o *IdentityRange) SetEnd(v string) + func (o *IdentityRange) SetPattern(v string) + func (o *IdentityRange) SetStart(v string) + func (o IdentityRange) MarshalJSON() ([]byte, error) + func (o IdentityRange) ToMap() (map[string]interface{}, error) + type InterfaceUpfInfoItem struct + Fqdn *string + InterfaceType *string + Ipv4EndpointAddresses *string + Ipv6EndpointAddresses *Ipv6Addr + NetworkInstance *string + func NewInterfaceUpfInfoItem() *InterfaceUpfInfoItem + func NewInterfaceUpfInfoItemWithDefaults() *InterfaceUpfInfoItem + func (o *InterfaceUpfInfoItem) GetFqdn() string + func (o *InterfaceUpfInfoItem) GetFqdnOk() (*string, bool) + func (o *InterfaceUpfInfoItem) GetInterfaceType() string + func (o *InterfaceUpfInfoItem) GetInterfaceTypeOk() (*string, bool) + func (o *InterfaceUpfInfoItem) GetIpv4EndpointAddresses() string + func (o *InterfaceUpfInfoItem) GetIpv4EndpointAddressesOk() (*string, bool) + func (o *InterfaceUpfInfoItem) GetIpv6EndpointAddresses() Ipv6Addr + func (o *InterfaceUpfInfoItem) GetIpv6EndpointAddressesOk() (*Ipv6Addr, bool) + func (o *InterfaceUpfInfoItem) GetNetworkInstance() string + func (o *InterfaceUpfInfoItem) GetNetworkInstanceOk() (*string, bool) + func (o *InterfaceUpfInfoItem) HasFqdn() bool + func (o *InterfaceUpfInfoItem) HasInterfaceType() bool + func (o *InterfaceUpfInfoItem) HasIpv4EndpointAddresses() bool + func (o *InterfaceUpfInfoItem) HasIpv6EndpointAddresses() bool + func (o *InterfaceUpfInfoItem) HasNetworkInstance() bool + func (o *InterfaceUpfInfoItem) SetFqdn(v string) + func (o *InterfaceUpfInfoItem) SetInterfaceType(v string) + func (o *InterfaceUpfInfoItem) SetIpv4EndpointAddresses(v string) + func (o *InterfaceUpfInfoItem) SetIpv6EndpointAddresses(v Ipv6Addr) + func (o *InterfaceUpfInfoItem) SetNetworkInstance(v string) + func (o InterfaceUpfInfoItem) MarshalJSON() ([]byte, error) + func (o InterfaceUpfInfoItem) ToMap() (map[string]interface{}, error) + type InternalGroupIdRange struct + End *string + Pattern *string + Start *string + func NewInternalGroupIdRange() *InternalGroupIdRange + func NewInternalGroupIdRangeWithDefaults() *InternalGroupIdRange + func (o *InternalGroupIdRange) GetEnd() string + func (o *InternalGroupIdRange) GetEndOk() (*string, bool) + func (o *InternalGroupIdRange) GetPattern() string + func (o *InternalGroupIdRange) GetPatternOk() (*string, bool) + func (o *InternalGroupIdRange) GetStart() string + func (o *InternalGroupIdRange) GetStartOk() (*string, bool) + func (o *InternalGroupIdRange) HasEnd() bool + func (o *InternalGroupIdRange) HasPattern() bool + func (o *InternalGroupIdRange) HasStart() bool + func (o *InternalGroupIdRange) SetEnd(v string) + func (o *InternalGroupIdRange) SetPattern(v string) + func (o *InternalGroupIdRange) SetStart(v string) + func (o InternalGroupIdRange) MarshalJSON() ([]byte, error) + func (o InternalGroupIdRange) ToMap() (map[string]interface{}, error) + type IpAddr struct + Ipv4Addr *string + Ipv6Addr *string + Ipv6Prefix *string + func NewIpAddr() *IpAddr + func NewIpAddrWithDefaults() *IpAddr + func (o *IpAddr) GetIpv4Addr() string + func (o *IpAddr) GetIpv4AddrOk() (*string, bool) + func (o *IpAddr) GetIpv6Addr() string + func (o *IpAddr) GetIpv6AddrOk() (*string, bool) + func (o *IpAddr) GetIpv6Prefix() string + func (o *IpAddr) GetIpv6PrefixOk() (*string, bool) + func (o *IpAddr) HasIpv4Addr() bool + func (o *IpAddr) HasIpv6Addr() bool + func (o *IpAddr) HasIpv6Prefix() bool + func (o *IpAddr) SetIpv4Addr(v string) + func (o *IpAddr) SetIpv6Addr(v string) + func (o *IpAddr) SetIpv6Prefix(v string) + func (o IpAddr) MarshalJSON() ([]byte, error) + func (o IpAddr) ToMap() (map[string]interface{}, error) + type IpAddr1 struct + Ipv6Addr *Ipv6Addr + String *string + func Ipv6AddrAsIpAddr1(v *Ipv6Addr) IpAddr1 + func StringAsIpAddr1(v *string) IpAddr1 + func (dst *IpAddr1) UnmarshalJSON(data []byte) error + func (obj *IpAddr1) GetActualInstance() interface{} + func (src IpAddr1) MarshalJSON() ([]byte, error) + type IpEndPoint struct + Ipv4Address *string + Ipv6Address *Ipv6Addr + Ipv6Prefix *Ipv6Prefix + Port *int32 + Transport *TransportProtocol + func NewIpEndPoint() *IpEndPoint + func NewIpEndPointWithDefaults() *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) GetIpv6Prefix() Ipv6Prefix + func (o *IpEndPoint) GetIpv6PrefixOk() (*Ipv6Prefix, 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) HasIpv6Prefix() bool + func (o *IpEndPoint) HasPort() bool + func (o *IpEndPoint) HasTransport() bool + func (o *IpEndPoint) SetIpv4Address(v string) + func (o *IpEndPoint) SetIpv6Address(v Ipv6Addr) + func (o *IpEndPoint) SetIpv6Prefix(v Ipv6Prefix) + func (o *IpEndPoint) SetPort(v int32) + func (o *IpEndPoint) SetTransport(v TransportProtocol) + func (o IpEndPoint) MarshalJSON() ([]byte, error) + func (o IpEndPoint) ToMap() (map[string]interface{}, error) + type IpEndPoint1 struct + Ipv4Address *string + Ipv6Address *Ipv6Addr + Ipv6Prefix *Ipv6Prefix + Port *int32 + Transport *TransportProtocol + func NewIpEndPoint1() *IpEndPoint1 + func NewIpEndPoint1WithDefaults() *IpEndPoint1 + func (o *IpEndPoint1) GetIpv4Address() string + func (o *IpEndPoint1) GetIpv4AddressOk() (*string, bool) + func (o *IpEndPoint1) GetIpv6Address() Ipv6Addr + func (o *IpEndPoint1) GetIpv6AddressOk() (*Ipv6Addr, bool) + func (o *IpEndPoint1) GetIpv6Prefix() Ipv6Prefix + func (o *IpEndPoint1) GetIpv6PrefixOk() (*Ipv6Prefix, bool) + func (o *IpEndPoint1) GetPort() int32 + func (o *IpEndPoint1) GetPortOk() (*int32, bool) + func (o *IpEndPoint1) GetTransport() TransportProtocol + func (o *IpEndPoint1) GetTransportOk() (*TransportProtocol, bool) + func (o *IpEndPoint1) HasIpv4Address() bool + func (o *IpEndPoint1) HasIpv6Address() bool + func (o *IpEndPoint1) HasIpv6Prefix() bool + func (o *IpEndPoint1) HasPort() bool + func (o *IpEndPoint1) HasTransport() bool + func (o *IpEndPoint1) SetIpv4Address(v string) + func (o *IpEndPoint1) SetIpv6Address(v Ipv6Addr) + func (o *IpEndPoint1) SetIpv6Prefix(v Ipv6Prefix) + func (o *IpEndPoint1) SetPort(v int32) + func (o *IpEndPoint1) SetTransport(v TransportProtocol) + func (o IpEndPoint1) MarshalJSON() ([]byte, error) + func (o IpEndPoint1) ToMap() (map[string]interface{}, error) + type IpInterface struct + Fqdn *string + Ipv4EndpointAddresses *string + Ipv6EndpointAddresses *Ipv6Addr + func NewIpInterface() *IpInterface + func NewIpInterfaceWithDefaults() *IpInterface + func (o *IpInterface) GetFqdn() string + func (o *IpInterface) GetFqdnOk() (*string, bool) + func (o *IpInterface) GetIpv4EndpointAddresses() string + func (o *IpInterface) GetIpv4EndpointAddressesOk() (*string, bool) + func (o *IpInterface) GetIpv6EndpointAddresses() Ipv6Addr + func (o *IpInterface) GetIpv6EndpointAddressesOk() (*Ipv6Addr, bool) + func (o *IpInterface) HasFqdn() bool + func (o *IpInterface) HasIpv4EndpointAddresses() bool + func (o *IpInterface) HasIpv6EndpointAddresses() bool + func (o *IpInterface) SetFqdn(v string) + func (o *IpInterface) SetIpv4EndpointAddresses(v string) + func (o *IpInterface) SetIpv6EndpointAddresses(v Ipv6Addr) + func (o IpInterface) MarshalJSON() ([]byte, error) + func (o IpInterface) ToMap() (map[string]interface{}, error) + type IpReachability struct + IpReachabilityAnyOf *IpReachabilityAnyOf + String *string + func (dst *IpReachability) UnmarshalJSON(data []byte) error + func (src *IpReachability) MarshalJSON() ([]byte, error) + type IpReachabilityAnyOf string + const IPV4 + const IPV4_V6 + const IPV6 + func NewIpReachabilityAnyOfFromValue(v string) (*IpReachabilityAnyOf, error) + func (v *IpReachabilityAnyOf) UnmarshalJSON(src []byte) error + func (v IpReachabilityAnyOf) IsValid() bool + func (v IpReachabilityAnyOf) Ptr() *IpReachabilityAnyOf + type Ipv4AddressRange struct + End *string + Start *string + func NewIpv4AddressRange() *Ipv4AddressRange + func NewIpv4AddressRangeWithDefaults() *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) SetEnd(v string) + func (o *Ipv4AddressRange) SetStart(v string) + func (o Ipv4AddressRange) MarshalJSON() ([]byte, error) + func (o Ipv4AddressRange) ToMap() (map[string]interface{}, error) + type Ipv6Addr struct + func NewIpv6Addr() *Ipv6Addr + func NewIpv6AddrWithDefaults() *Ipv6Addr + func (o Ipv6Addr) MarshalJSON() ([]byte, error) + func (o Ipv6Addr) ToMap() (map[string]interface{}, error) + type Ipv6Addr1 struct + func NewIpv6Addr1() *Ipv6Addr1 + func NewIpv6Addr1WithDefaults() *Ipv6Addr1 + func (o Ipv6Addr1) MarshalJSON() ([]byte, error) + func (o Ipv6Addr1) ToMap() (map[string]interface{}, error) + type Ipv6Prefix struct + func NewIpv6Prefix() *Ipv6Prefix + func NewIpv6PrefixWithDefaults() *Ipv6Prefix + func (o Ipv6Prefix) MarshalJSON() ([]byte, error) + func (o Ipv6Prefix) ToMap() (map[string]interface{}, error) + type Ipv6Prefix1 struct + func NewIpv6Prefix1() *Ipv6Prefix1 + func NewIpv6Prefix1WithDefaults() *Ipv6Prefix1 + func (o Ipv6Prefix1) MarshalJSON() ([]byte, error) + func (o Ipv6Prefix1) ToMap() (map[string]interface{}, error) + type Ipv6PrefixRange struct + End *Ipv6Prefix1 + Start *Ipv6Prefix1 + func NewIpv6PrefixRange() *Ipv6PrefixRange + func NewIpv6PrefixRangeWithDefaults() *Ipv6PrefixRange + func (o *Ipv6PrefixRange) GetEnd() Ipv6Prefix1 + func (o *Ipv6PrefixRange) GetEndOk() (*Ipv6Prefix1, bool) + func (o *Ipv6PrefixRange) GetStart() Ipv6Prefix1 + func (o *Ipv6PrefixRange) GetStartOk() (*Ipv6Prefix1, bool) + func (o *Ipv6PrefixRange) HasEnd() bool + func (o *Ipv6PrefixRange) HasStart() bool + func (o *Ipv6PrefixRange) SetEnd(v Ipv6Prefix1) + func (o *Ipv6PrefixRange) SetStart(v Ipv6Prefix1) + func (o Ipv6PrefixRange) MarshalJSON() ([]byte, error) + func (o Ipv6PrefixRange) ToMap() (map[string]interface{}, error) + type JobTypeType string + const IMMEDIATE_MDT_AND_TRACE + const IMMEDIATE_MDT_ONLY + const LOGGED_MBSFN_MDT + const LOGGED_MDT_ONLY + const RCEF_REPORT_ONLY + const RLF_REPORT_ONLY + const TRACE_ONLY + func NewJobTypeTypeFromValue(v string) (*JobTypeType, error) + func (v *JobTypeType) UnmarshalJSON(src []byte) error + func (v JobTypeType) IsValid() bool + func (v JobTypeType) Ptr() *JobTypeType + type ListOfInterfacesType struct + AMFInterfaces []string + ASInterfaces []string + AUSFInterfaces []string + BGCFInterfaces []string + BMSCInterfaces []string + ECSCFInterfaces []string + EIRInterfaces []string + ENBInterfaces []string + EnGNBInterfaces []string + GGSNInterfaces []string + GNBCUCPInterfaces []string + GNBCUUPInterfaces []string + GNBDUInterfaces []string + HSSInterfaces []string + IBCFInterfaces []string + ICSCFInterfaces []string + MGCFInterfaces []string + MGWInterfaces []string + MMEInterfaces []string + MRFCInterfaces []string + MSCServerInterfaces []string + NEFInterfaces []string + NRFInterfaces []string + NSSFInterfaces []string + NgENBInterfaces []string + PCFInterfaces []string + PCSCFInterfaces []string + PDNGWInterfaces []string + RNCInterfaces []string + SCSCFInterfaces []string + SGSNInterfaces []string + SGWInterfaces []string + SMFInterfaces []string + SMSFInterfaces []string + UDMInterfaces []string + UPFInterfaces []string + func NewListOfInterfacesType() *ListOfInterfacesType + func NewListOfInterfacesTypeWithDefaults() *ListOfInterfacesType + func (o *ListOfInterfacesType) GetAMFInterfaces() []string + func (o *ListOfInterfacesType) GetAMFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetASInterfaces() []string + func (o *ListOfInterfacesType) GetASInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetAUSFInterfaces() []string + func (o *ListOfInterfacesType) GetAUSFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetBGCFInterfaces() []string + func (o *ListOfInterfacesType) GetBGCFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetBMSCInterfaces() []string + func (o *ListOfInterfacesType) GetBMSCInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetECSCFInterfaces() []string + func (o *ListOfInterfacesType) GetECSCFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetEIRInterfaces() []string + func (o *ListOfInterfacesType) GetEIRInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetENBInterfaces() []string + func (o *ListOfInterfacesType) GetENBInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetEnGNBInterfaces() []string + func (o *ListOfInterfacesType) GetEnGNBInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetGGSNInterfaces() []string + func (o *ListOfInterfacesType) GetGGSNInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetGNBCUCPInterfaces() []string + func (o *ListOfInterfacesType) GetGNBCUCPInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetGNBCUUPInterfaces() []string + func (o *ListOfInterfacesType) GetGNBCUUPInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetGNBDUInterfaces() []string + func (o *ListOfInterfacesType) GetGNBDUInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetHSSInterfaces() []string + func (o *ListOfInterfacesType) GetHSSInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetIBCFInterfaces() []string + func (o *ListOfInterfacesType) GetIBCFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetICSCFInterfaces() []string + func (o *ListOfInterfacesType) GetICSCFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetMGCFInterfaces() []string + func (o *ListOfInterfacesType) GetMGCFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetMGWInterfaces() []string + func (o *ListOfInterfacesType) GetMGWInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetMMEInterfaces() []string + func (o *ListOfInterfacesType) GetMMEInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetMRFCInterfaces() []string + func (o *ListOfInterfacesType) GetMRFCInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetMSCServerInterfaces() []string + func (o *ListOfInterfacesType) GetMSCServerInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetNEFInterfaces() []string + func (o *ListOfInterfacesType) GetNEFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetNRFInterfaces() []string + func (o *ListOfInterfacesType) GetNRFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetNSSFInterfaces() []string + func (o *ListOfInterfacesType) GetNSSFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetNgENBInterfaces() []string + func (o *ListOfInterfacesType) GetNgENBInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetPCFInterfaces() []string + func (o *ListOfInterfacesType) GetPCFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetPCSCFInterfaces() []string + func (o *ListOfInterfacesType) GetPCSCFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetPDNGWInterfaces() []string + func (o *ListOfInterfacesType) GetPDNGWInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetRNCInterfaces() []string + func (o *ListOfInterfacesType) GetRNCInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetSCSCFInterfaces() []string + func (o *ListOfInterfacesType) GetSCSCFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetSGSNInterfaces() []string + func (o *ListOfInterfacesType) GetSGSNInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetSGWInterfaces() []string + func (o *ListOfInterfacesType) GetSGWInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetSMFInterfaces() []string + func (o *ListOfInterfacesType) GetSMFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetSMSFInterfaces() []string + func (o *ListOfInterfacesType) GetSMSFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetUDMInterfaces() []string + func (o *ListOfInterfacesType) GetUDMInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) GetUPFInterfaces() []string + func (o *ListOfInterfacesType) GetUPFInterfacesOk() ([]string, bool) + func (o *ListOfInterfacesType) HasAMFInterfaces() bool + func (o *ListOfInterfacesType) HasASInterfaces() bool + func (o *ListOfInterfacesType) HasAUSFInterfaces() bool + func (o *ListOfInterfacesType) HasBGCFInterfaces() bool + func (o *ListOfInterfacesType) HasBMSCInterfaces() bool + func (o *ListOfInterfacesType) HasECSCFInterfaces() bool + func (o *ListOfInterfacesType) HasEIRInterfaces() bool + func (o *ListOfInterfacesType) HasENBInterfaces() bool + func (o *ListOfInterfacesType) HasEnGNBInterfaces() bool + func (o *ListOfInterfacesType) HasGGSNInterfaces() bool + func (o *ListOfInterfacesType) HasGNBCUCPInterfaces() bool + func (o *ListOfInterfacesType) HasGNBCUUPInterfaces() bool + func (o *ListOfInterfacesType) HasGNBDUInterfaces() bool + func (o *ListOfInterfacesType) HasHSSInterfaces() bool + func (o *ListOfInterfacesType) HasIBCFInterfaces() bool + func (o *ListOfInterfacesType) HasICSCFInterfaces() bool + func (o *ListOfInterfacesType) HasMGCFInterfaces() bool + func (o *ListOfInterfacesType) HasMGWInterfaces() bool + func (o *ListOfInterfacesType) HasMMEInterfaces() bool + func (o *ListOfInterfacesType) HasMRFCInterfaces() bool + func (o *ListOfInterfacesType) HasMSCServerInterfaces() bool + func (o *ListOfInterfacesType) HasNEFInterfaces() bool + func (o *ListOfInterfacesType) HasNRFInterfaces() bool + func (o *ListOfInterfacesType) HasNSSFInterfaces() bool + func (o *ListOfInterfacesType) HasNgENBInterfaces() bool + func (o *ListOfInterfacesType) HasPCFInterfaces() bool + func (o *ListOfInterfacesType) HasPCSCFInterfaces() bool + func (o *ListOfInterfacesType) HasPDNGWInterfaces() bool + func (o *ListOfInterfacesType) HasRNCInterfaces() bool + func (o *ListOfInterfacesType) HasSCSCFInterfaces() bool + func (o *ListOfInterfacesType) HasSGSNInterfaces() bool + func (o *ListOfInterfacesType) HasSGWInterfaces() bool + func (o *ListOfInterfacesType) HasSMFInterfaces() bool + func (o *ListOfInterfacesType) HasSMSFInterfaces() bool + func (o *ListOfInterfacesType) HasUDMInterfaces() bool + func (o *ListOfInterfacesType) HasUPFInterfaces() bool + func (o *ListOfInterfacesType) SetAMFInterfaces(v []string) + func (o *ListOfInterfacesType) SetASInterfaces(v []string) + func (o *ListOfInterfacesType) SetAUSFInterfaces(v []string) + func (o *ListOfInterfacesType) SetBGCFInterfaces(v []string) + func (o *ListOfInterfacesType) SetBMSCInterfaces(v []string) + func (o *ListOfInterfacesType) SetECSCFInterfaces(v []string) + func (o *ListOfInterfacesType) SetEIRInterfaces(v []string) + func (o *ListOfInterfacesType) SetENBInterfaces(v []string) + func (o *ListOfInterfacesType) SetEnGNBInterfaces(v []string) + func (o *ListOfInterfacesType) SetGGSNInterfaces(v []string) + func (o *ListOfInterfacesType) SetGNBCUCPInterfaces(v []string) + func (o *ListOfInterfacesType) SetGNBCUUPInterfaces(v []string) + func (o *ListOfInterfacesType) SetGNBDUInterfaces(v []string) + func (o *ListOfInterfacesType) SetHSSInterfaces(v []string) + func (o *ListOfInterfacesType) SetIBCFInterfaces(v []string) + func (o *ListOfInterfacesType) SetICSCFInterfaces(v []string) + func (o *ListOfInterfacesType) SetMGCFInterfaces(v []string) + func (o *ListOfInterfacesType) SetMGWInterfaces(v []string) + func (o *ListOfInterfacesType) SetMMEInterfaces(v []string) + func (o *ListOfInterfacesType) SetMRFCInterfaces(v []string) + func (o *ListOfInterfacesType) SetMSCServerInterfaces(v []string) + func (o *ListOfInterfacesType) SetNEFInterfaces(v []string) + func (o *ListOfInterfacesType) SetNRFInterfaces(v []string) + func (o *ListOfInterfacesType) SetNSSFInterfaces(v []string) + func (o *ListOfInterfacesType) SetNgENBInterfaces(v []string) + func (o *ListOfInterfacesType) SetPCFInterfaces(v []string) + func (o *ListOfInterfacesType) SetPCSCFInterfaces(v []string) + func (o *ListOfInterfacesType) SetPDNGWInterfaces(v []string) + func (o *ListOfInterfacesType) SetRNCInterfaces(v []string) + func (o *ListOfInterfacesType) SetSCSCFInterfaces(v []string) + func (o *ListOfInterfacesType) SetSGSNInterfaces(v []string) + func (o *ListOfInterfacesType) SetSGWInterfaces(v []string) + func (o *ListOfInterfacesType) SetSMFInterfaces(v []string) + func (o *ListOfInterfacesType) SetSMSFInterfaces(v []string) + func (o *ListOfInterfacesType) SetUDMInterfaces(v []string) + func (o *ListOfInterfacesType) SetUPFInterfaces(v []string) + func (o ListOfInterfacesType) MarshalJSON() ([]byte, error) + func (o ListOfInterfacesType) ToMap() (map[string]interface{}, error) + type ListOfMeasurementsType struct + LTE []string + NR []string + UMTS []string + func NewListOfMeasurementsType() *ListOfMeasurementsType + func NewListOfMeasurementsTypeWithDefaults() *ListOfMeasurementsType + func (o *ListOfMeasurementsType) GetLTE() []string + func (o *ListOfMeasurementsType) GetLTEOk() ([]string, bool) + func (o *ListOfMeasurementsType) GetNR() []string + func (o *ListOfMeasurementsType) GetNROk() ([]string, bool) + func (o *ListOfMeasurementsType) GetUMTS() []string + func (o *ListOfMeasurementsType) GetUMTSOk() ([]string, bool) + func (o *ListOfMeasurementsType) HasLTE() bool + func (o *ListOfMeasurementsType) HasNR() bool + func (o *ListOfMeasurementsType) HasUMTS() bool + func (o *ListOfMeasurementsType) SetLTE(v []string) + func (o *ListOfMeasurementsType) SetNR(v []string) + func (o *ListOfMeasurementsType) SetUMTS(v []string) + func (o ListOfMeasurementsType) MarshalJSON() ([]byte, error) + func (o ListOfMeasurementsType) ToMap() (map[string]interface{}, error) + type LmfFunctionSingle struct + Attributes *ManagedFunctionAttr + EP_NLS []EPNLSSingle + Id NullableString + ManagedNFService []ManagedNFServiceSingle + ObjectClass *string + ObjectInstance *string + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + VsDataContainer []VsDataContainerSingle + func NewLmfFunctionSingle(id NullableString) *LmfFunctionSingle + func NewLmfFunctionSingleWithDefaults() *LmfFunctionSingle + func (o *LmfFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *LmfFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *LmfFunctionSingle) GetEP_NLS() []EPNLSSingle + func (o *LmfFunctionSingle) GetEP_NLSOk() ([]EPNLSSingle, bool) + func (o *LmfFunctionSingle) GetId() string + func (o *LmfFunctionSingle) GetIdOk() (*string, bool) + func (o *LmfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle + func (o *LmfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool) + func (o *LmfFunctionSingle) GetObjectClass() string + func (o *LmfFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *LmfFunctionSingle) GetObjectInstance() string + func (o *LmfFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *LmfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle + func (o *LmfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *LmfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *LmfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *LmfFunctionSingle) GetTraceJob() []TraceJobSingle + func (o *LmfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *LmfFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *LmfFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *LmfFunctionSingle) HasAttributes() bool + func (o *LmfFunctionSingle) HasEP_NLS() bool + func (o *LmfFunctionSingle) HasManagedNFService() bool + func (o *LmfFunctionSingle) HasObjectClass() bool + func (o *LmfFunctionSingle) HasObjectInstance() bool + func (o *LmfFunctionSingle) HasPerfMetricJob() bool + func (o *LmfFunctionSingle) HasThresholdMonitor() bool + func (o *LmfFunctionSingle) HasTraceJob() bool + func (o *LmfFunctionSingle) HasVsDataContainer() bool + func (o *LmfFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *LmfFunctionSingle) SetEP_NLS(v []EPNLSSingle) + func (o *LmfFunctionSingle) SetId(v string) + func (o *LmfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle) + func (o *LmfFunctionSingle) SetObjectClass(v string) + func (o *LmfFunctionSingle) SetObjectInstance(v string) + func (o *LmfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *LmfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *LmfFunctionSingle) SetTraceJob(v []TraceJobSingle) + func (o *LmfFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o LmfFunctionSingle) MarshalJSON() ([]byte, error) + func (o LmfFunctionSingle) ToMap() (map[string]interface{}, error) + type LmfFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewLmfFunctionSingleAllOf() *LmfFunctionSingleAllOf + func NewLmfFunctionSingleAllOfWithDefaults() *LmfFunctionSingleAllOf + func (o *LmfFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *LmfFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *LmfFunctionSingleAllOf) HasAttributes() bool + func (o *LmfFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o LmfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o LmfFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type LmfFunctionSingleAllOf1 struct + EP_NLS []EPNLSSingle + func NewLmfFunctionSingleAllOf1() *LmfFunctionSingleAllOf1 + func NewLmfFunctionSingleAllOf1WithDefaults() *LmfFunctionSingleAllOf1 + func (o *LmfFunctionSingleAllOf1) GetEP_NLS() []EPNLSSingle + func (o *LmfFunctionSingleAllOf1) GetEP_NLSOk() ([]EPNLSSingle, bool) + func (o *LmfFunctionSingleAllOf1) HasEP_NLS() bool + func (o *LmfFunctionSingleAllOf1) SetEP_NLS(v []EPNLSSingle) + func (o LmfFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + func (o LmfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error) + type LmfFunctionSingleAllOfAttributes struct + CommModelList []CommModel + ManagedNFProfile *ManagedNFProfile + PeeParametersList []PeeParameter + PlmnIdList []PlmnId + PriorityLabel *int32 + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + VnfParametersList []VnfParameter + func NewLmfFunctionSingleAllOfAttributes() *LmfFunctionSingleAllOfAttributes + func NewLmfFunctionSingleAllOfAttributesWithDefaults() *LmfFunctionSingleAllOfAttributes + func (o *LmfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel + func (o *LmfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool) + func (o *LmfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile + func (o *LmfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *LmfFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *LmfFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *LmfFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId + func (o *LmfFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool) + func (o *LmfFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *LmfFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *LmfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *LmfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *LmfFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *LmfFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *LmfFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *LmfFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *LmfFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *LmfFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *LmfFunctionSingleAllOfAttributes) HasCommModelList() bool + func (o *LmfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool + func (o *LmfFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *LmfFunctionSingleAllOfAttributes) HasPlmnIdList() bool + func (o *LmfFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *LmfFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *LmfFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *LmfFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *LmfFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *LmfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel) + func (o *LmfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile) + func (o *LmfFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *LmfFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId) + func (o *LmfFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *LmfFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *LmfFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *LmfFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *LmfFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o LmfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o LmfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type LmfFunctionSingleAllOfAttributesAllOf struct + CommModelList []CommModel + ManagedNFProfile *ManagedNFProfile + PlmnIdList []PlmnId + func NewLmfFunctionSingleAllOfAttributesAllOf() *LmfFunctionSingleAllOfAttributesAllOf + func NewLmfFunctionSingleAllOfAttributesAllOfWithDefaults() *LmfFunctionSingleAllOfAttributesAllOf + func (o *LmfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel + func (o *LmfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool) + func (o *LmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile + func (o *LmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *LmfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId + func (o *LmfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool) + func (o *LmfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool + func (o *LmfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool + func (o *LmfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool + func (o *LmfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel) + func (o *LmfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile) + func (o *LmfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId) + func (o LmfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o LmfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type LocalAddress struct + AddressWithVlan *AddressWithVlan + Port *int32 + func NewLocalAddress() *LocalAddress + func NewLocalAddressWithDefaults() *LocalAddress + func (o *LocalAddress) GetAddressWithVlan() AddressWithVlan + func (o *LocalAddress) GetAddressWithVlanOk() (*AddressWithVlan, bool) + func (o *LocalAddress) GetPort() int32 + func (o *LocalAddress) GetPortOk() (*int32, bool) + func (o *LocalAddress) HasAddressWithVlan() bool + func (o *LocalAddress) HasPort() bool + func (o *LocalAddress) SetAddressWithVlan(v AddressWithVlan) + func (o *LocalAddress) SetPort(v int32) + func (o LocalAddress) MarshalJSON() ([]byte, error) + func (o LocalAddress) ToMap() (map[string]interface{}, error) + type LoggingDurationType string + func NewLoggingDurationTypeFromValue(v string) (*LoggingDurationType, error) + func (v *LoggingDurationType) UnmarshalJSON(src []byte) error + func (v LoggingDurationType) IsValid() bool + func (v LoggingDurationType) Ptr() *LoggingDurationType + type LoggingIntervalType struct + LTE []string + NR []string + UMTS []string + func NewLoggingIntervalType() *LoggingIntervalType + func NewLoggingIntervalTypeWithDefaults() *LoggingIntervalType + func (o *LoggingIntervalType) GetLTE() []string + func (o *LoggingIntervalType) GetLTEOk() ([]string, bool) + func (o *LoggingIntervalType) GetNR() []string + func (o *LoggingIntervalType) GetNROk() ([]string, bool) + func (o *LoggingIntervalType) GetUMTS() []string + func (o *LoggingIntervalType) GetUMTSOk() ([]string, bool) + func (o *LoggingIntervalType) HasLTE() bool + func (o *LoggingIntervalType) HasNR() bool + func (o *LoggingIntervalType) HasUMTS() bool + func (o *LoggingIntervalType) SetLTE(v []string) + func (o *LoggingIntervalType) SetNR(v []string) + func (o *LoggingIntervalType) SetUMTS(v []string) + func (o LoggingIntervalType) MarshalJSON() ([]byte, error) + func (o LoggingIntervalType) ToMap() (map[string]interface{}, error) + type ManagedElementAttr struct + DnPrefix *string + LocationName *string + ManagedBy []string + ManagedElementTypeList []string + PriorityLabel *int32 + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + SwVersion *string + UserDefinedState *string + UserLabel *string + VendorName *string + func NewManagedElementAttr() *ManagedElementAttr + func NewManagedElementAttrWithDefaults() *ManagedElementAttr + func (o *ManagedElementAttr) GetDnPrefix() string + func (o *ManagedElementAttr) GetDnPrefixOk() (*string, bool) + func (o *ManagedElementAttr) GetLocationName() string + func (o *ManagedElementAttr) GetLocationNameOk() (*string, bool) + func (o *ManagedElementAttr) GetManagedBy() []string + func (o *ManagedElementAttr) GetManagedByOk() ([]string, bool) + func (o *ManagedElementAttr) GetManagedElementTypeList() []string + func (o *ManagedElementAttr) GetManagedElementTypeListOk() ([]string, bool) + func (o *ManagedElementAttr) GetPriorityLabel() int32 + func (o *ManagedElementAttr) GetPriorityLabelOk() (*int32, bool) + func (o *ManagedElementAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *ManagedElementAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *ManagedElementAttr) GetSupportedTraceMetrics() []string + func (o *ManagedElementAttr) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *ManagedElementAttr) GetSwVersion() string + func (o *ManagedElementAttr) GetSwVersionOk() (*string, bool) + func (o *ManagedElementAttr) GetUserDefinedState() string + func (o *ManagedElementAttr) GetUserDefinedStateOk() (*string, bool) + func (o *ManagedElementAttr) GetUserLabel() string + func (o *ManagedElementAttr) GetUserLabelOk() (*string, bool) + func (o *ManagedElementAttr) GetVendorName() string + func (o *ManagedElementAttr) GetVendorNameOk() (*string, bool) + func (o *ManagedElementAttr) HasDnPrefix() bool + func (o *ManagedElementAttr) HasLocationName() bool + func (o *ManagedElementAttr) HasManagedBy() bool + func (o *ManagedElementAttr) HasManagedElementTypeList() bool + func (o *ManagedElementAttr) HasPriorityLabel() bool + func (o *ManagedElementAttr) HasSupportedPerfMetricGroups() bool + func (o *ManagedElementAttr) HasSupportedTraceMetrics() bool + func (o *ManagedElementAttr) HasSwVersion() bool + func (o *ManagedElementAttr) HasUserDefinedState() bool + func (o *ManagedElementAttr) HasUserLabel() bool + func (o *ManagedElementAttr) HasVendorName() bool + func (o *ManagedElementAttr) SetDnPrefix(v string) + func (o *ManagedElementAttr) SetLocationName(v string) + func (o *ManagedElementAttr) SetManagedBy(v []string) + func (o *ManagedElementAttr) SetManagedElementTypeList(v []string) + func (o *ManagedElementAttr) SetPriorityLabel(v int32) + func (o *ManagedElementAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *ManagedElementAttr) SetSupportedTraceMetrics(v []string) + func (o *ManagedElementAttr) SetSwVersion(v string) + func (o *ManagedElementAttr) SetUserDefinedState(v string) + func (o *ManagedElementAttr) SetUserLabel(v string) + func (o *ManagedElementAttr) SetVendorName(v string) + func (o ManagedElementAttr) MarshalJSON() ([]byte, error) + func (o ManagedElementAttr) ToMap() (map[string]interface{}, error) + type ManagedElementNcO struct + AlarmList *AlarmListSingle + FileDownloadJob []FileDownloadJobSingle + Files []FilesSingle + MnsAgent []MnsAgentSingle + NtfSubscriptionControl []NtfSubscriptionControlSingle + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + func NewManagedElementNcO() *ManagedElementNcO + func NewManagedElementNcOWithDefaults() *ManagedElementNcO + func (o *ManagedElementNcO) GetAlarmList() AlarmListSingle + func (o *ManagedElementNcO) GetAlarmListOk() (*AlarmListSingle, bool) + func (o *ManagedElementNcO) GetFileDownloadJob() []FileDownloadJobSingle + func (o *ManagedElementNcO) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool) + func (o *ManagedElementNcO) GetFiles() []FilesSingle + func (o *ManagedElementNcO) GetFilesOk() ([]FilesSingle, bool) + func (o *ManagedElementNcO) GetMnsAgent() []MnsAgentSingle + func (o *ManagedElementNcO) GetMnsAgentOk() ([]MnsAgentSingle, bool) + func (o *ManagedElementNcO) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle + func (o *ManagedElementNcO) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool) + func (o *ManagedElementNcO) GetPerfMetricJob() []PerfMetricJobSingle + func (o *ManagedElementNcO) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *ManagedElementNcO) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *ManagedElementNcO) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *ManagedElementNcO) GetTraceJob() []TraceJobSingle + func (o *ManagedElementNcO) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *ManagedElementNcO) HasAlarmList() bool + func (o *ManagedElementNcO) HasFileDownloadJob() bool + func (o *ManagedElementNcO) HasFiles() bool + func (o *ManagedElementNcO) HasMnsAgent() bool + func (o *ManagedElementNcO) HasNtfSubscriptionControl() bool + func (o *ManagedElementNcO) HasPerfMetricJob() bool + func (o *ManagedElementNcO) HasThresholdMonitor() bool + func (o *ManagedElementNcO) HasTraceJob() bool + func (o *ManagedElementNcO) SetAlarmList(v AlarmListSingle) + func (o *ManagedElementNcO) SetFileDownloadJob(v []FileDownloadJobSingle) + func (o *ManagedElementNcO) SetFiles(v []FilesSingle) + func (o *ManagedElementNcO) SetMnsAgent(v []MnsAgentSingle) + func (o *ManagedElementNcO) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle) + func (o *ManagedElementNcO) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *ManagedElementNcO) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *ManagedElementNcO) SetTraceJob(v []TraceJobSingle) + func (o ManagedElementNcO) MarshalJSON() ([]byte, error) + func (o ManagedElementNcO) ToMap() (map[string]interface{}, error) + type ManagedElementSingle struct + AlarmList *AlarmListSingle + AmfFunction []AmfFunctionSingle + Attributes *ManagedElementAttr + AusfFunction []AusfFunctionSingle + Configurable5QISet []Configurable5QISetSingle + Dynamic5QISet []Dynamic5QISetSingle + EASDFFunction []EASDFFunctionSingle + EcmConnectionInfo []EcmConnectionInfoSingle + FileDownloadJob []FileDownloadJobSingle + Files []FilesSingle + Id NullableString + LmfFunction []LmfFunctionSingle + MnsAgent []MnsAgentSingle + N3iwfFunction []N3iwfFunctionSingle + NefFunction []NefFunctionSingle + NgeirFunction []NgeirFunctionSingle + NrfFunction []NrfFunctionSingle + NssfFunction []NssfFunctionSingle + NtfSubscriptionControl []NtfSubscriptionControlSingle + NwdafFunction []NwdafFunctionSingle + ObjectClass *string + ObjectInstance *string + PcfFunction []PcfFunctionSingle + PerfMetricJob []PerfMetricJobSingle + ScpFunction []ScpFunctionSingle + SeppFunction []SeppFunctionSingle + SmfFunction []SmfFunctionSingle + SmsfFunction []SmsfFunctionSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + UdmFunction []UdmFunctionSingle + UdrFunction []UdrFunctionSingle + UdsfFunction []UdsfFunctionSingle + UpfFunction []UpfFunctionSingle + VsDataContainer []VsDataContainerSingle + func NewManagedElementSingle(id NullableString) *ManagedElementSingle + func NewManagedElementSingleWithDefaults() *ManagedElementSingle + func (o *ManagedElementSingle) GetAlarmList() AlarmListSingle + func (o *ManagedElementSingle) GetAlarmListOk() (*AlarmListSingle, bool) + func (o *ManagedElementSingle) GetAmfFunction() []AmfFunctionSingle + func (o *ManagedElementSingle) GetAmfFunctionOk() ([]AmfFunctionSingle, bool) + func (o *ManagedElementSingle) GetAttributes() ManagedElementAttr + func (o *ManagedElementSingle) GetAttributesOk() (*ManagedElementAttr, bool) + func (o *ManagedElementSingle) GetAusfFunction() []AusfFunctionSingle + func (o *ManagedElementSingle) GetAusfFunctionOk() ([]AusfFunctionSingle, bool) + func (o *ManagedElementSingle) GetConfigurable5QISet() []Configurable5QISetSingle + func (o *ManagedElementSingle) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool) + func (o *ManagedElementSingle) GetDynamic5QISet() []Dynamic5QISetSingle + func (o *ManagedElementSingle) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool) + func (o *ManagedElementSingle) GetEASDFFunction() []EASDFFunctionSingle + func (o *ManagedElementSingle) GetEASDFFunctionOk() ([]EASDFFunctionSingle, bool) + func (o *ManagedElementSingle) GetEcmConnectionInfo() []EcmConnectionInfoSingle + func (o *ManagedElementSingle) GetEcmConnectionInfoOk() ([]EcmConnectionInfoSingle, bool) + func (o *ManagedElementSingle) GetFileDownloadJob() []FileDownloadJobSingle + func (o *ManagedElementSingle) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool) + func (o *ManagedElementSingle) GetFiles() []FilesSingle + func (o *ManagedElementSingle) GetFilesOk() ([]FilesSingle, bool) + func (o *ManagedElementSingle) GetId() string + func (o *ManagedElementSingle) GetIdOk() (*string, bool) + func (o *ManagedElementSingle) GetLmfFunction() []LmfFunctionSingle + func (o *ManagedElementSingle) GetLmfFunctionOk() ([]LmfFunctionSingle, bool) + func (o *ManagedElementSingle) GetMnsAgent() []MnsAgentSingle + func (o *ManagedElementSingle) GetMnsAgentOk() ([]MnsAgentSingle, bool) + func (o *ManagedElementSingle) GetN3iwfFunction() []N3iwfFunctionSingle + func (o *ManagedElementSingle) GetN3iwfFunctionOk() ([]N3iwfFunctionSingle, bool) + func (o *ManagedElementSingle) GetNefFunction() []NefFunctionSingle + func (o *ManagedElementSingle) GetNefFunctionOk() ([]NefFunctionSingle, bool) + func (o *ManagedElementSingle) GetNgeirFunction() []NgeirFunctionSingle + func (o *ManagedElementSingle) GetNgeirFunctionOk() ([]NgeirFunctionSingle, bool) + func (o *ManagedElementSingle) GetNrfFunction() []NrfFunctionSingle + func (o *ManagedElementSingle) GetNrfFunctionOk() ([]NrfFunctionSingle, bool) + func (o *ManagedElementSingle) GetNssfFunction() []NssfFunctionSingle + func (o *ManagedElementSingle) GetNssfFunctionOk() ([]NssfFunctionSingle, bool) + func (o *ManagedElementSingle) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle + func (o *ManagedElementSingle) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool) + func (o *ManagedElementSingle) GetNwdafFunction() []NwdafFunctionSingle + func (o *ManagedElementSingle) GetNwdafFunctionOk() ([]NwdafFunctionSingle, bool) + func (o *ManagedElementSingle) GetObjectClass() string + func (o *ManagedElementSingle) GetObjectClassOk() (*string, bool) + func (o *ManagedElementSingle) GetObjectInstance() string + func (o *ManagedElementSingle) GetObjectInstanceOk() (*string, bool) + func (o *ManagedElementSingle) GetPcfFunction() []PcfFunctionSingle + func (o *ManagedElementSingle) GetPcfFunctionOk() ([]PcfFunctionSingle, bool) + func (o *ManagedElementSingle) GetPerfMetricJob() []PerfMetricJobSingle + func (o *ManagedElementSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *ManagedElementSingle) GetScpFunction() []ScpFunctionSingle + func (o *ManagedElementSingle) GetScpFunctionOk() ([]ScpFunctionSingle, bool) + func (o *ManagedElementSingle) GetSeppFunction() []SeppFunctionSingle + func (o *ManagedElementSingle) GetSeppFunctionOk() ([]SeppFunctionSingle, bool) + func (o *ManagedElementSingle) GetSmfFunction() []SmfFunctionSingle + func (o *ManagedElementSingle) GetSmfFunctionOk() ([]SmfFunctionSingle, bool) + func (o *ManagedElementSingle) GetSmsfFunction() []SmsfFunctionSingle + func (o *ManagedElementSingle) GetSmsfFunctionOk() ([]SmsfFunctionSingle, bool) + func (o *ManagedElementSingle) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *ManagedElementSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *ManagedElementSingle) GetTraceJob() []TraceJobSingle + func (o *ManagedElementSingle) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *ManagedElementSingle) GetUdmFunction() []UdmFunctionSingle + func (o *ManagedElementSingle) GetUdmFunctionOk() ([]UdmFunctionSingle, bool) + func (o *ManagedElementSingle) GetUdrFunction() []UdrFunctionSingle + func (o *ManagedElementSingle) GetUdrFunctionOk() ([]UdrFunctionSingle, bool) + func (o *ManagedElementSingle) GetUdsfFunction() []UdsfFunctionSingle + func (o *ManagedElementSingle) GetUdsfFunctionOk() ([]UdsfFunctionSingle, bool) + func (o *ManagedElementSingle) GetUpfFunction() []UpfFunctionSingle + func (o *ManagedElementSingle) GetUpfFunctionOk() ([]UpfFunctionSingle, bool) + func (o *ManagedElementSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *ManagedElementSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *ManagedElementSingle) HasAlarmList() bool + func (o *ManagedElementSingle) HasAmfFunction() bool + func (o *ManagedElementSingle) HasAttributes() bool + func (o *ManagedElementSingle) HasAusfFunction() bool + func (o *ManagedElementSingle) HasConfigurable5QISet() bool + func (o *ManagedElementSingle) HasDynamic5QISet() bool + func (o *ManagedElementSingle) HasEASDFFunction() bool + func (o *ManagedElementSingle) HasEcmConnectionInfo() bool + func (o *ManagedElementSingle) HasFileDownloadJob() bool + func (o *ManagedElementSingle) HasFiles() bool + func (o *ManagedElementSingle) HasLmfFunction() bool + func (o *ManagedElementSingle) HasMnsAgent() bool + func (o *ManagedElementSingle) HasN3iwfFunction() bool + func (o *ManagedElementSingle) HasNefFunction() bool + func (o *ManagedElementSingle) HasNgeirFunction() bool + func (o *ManagedElementSingle) HasNrfFunction() bool + func (o *ManagedElementSingle) HasNssfFunction() bool + func (o *ManagedElementSingle) HasNtfSubscriptionControl() bool + func (o *ManagedElementSingle) HasNwdafFunction() bool + func (o *ManagedElementSingle) HasObjectClass() bool + func (o *ManagedElementSingle) HasObjectInstance() bool + func (o *ManagedElementSingle) HasPcfFunction() bool + func (o *ManagedElementSingle) HasPerfMetricJob() bool + func (o *ManagedElementSingle) HasScpFunction() bool + func (o *ManagedElementSingle) HasSeppFunction() bool + func (o *ManagedElementSingle) HasSmfFunction() bool + func (o *ManagedElementSingle) HasSmsfFunction() bool + func (o *ManagedElementSingle) HasThresholdMonitor() bool + func (o *ManagedElementSingle) HasTraceJob() bool + func (o *ManagedElementSingle) HasUdmFunction() bool + func (o *ManagedElementSingle) HasUdrFunction() bool + func (o *ManagedElementSingle) HasUdsfFunction() bool + func (o *ManagedElementSingle) HasUpfFunction() bool + func (o *ManagedElementSingle) HasVsDataContainer() bool + func (o *ManagedElementSingle) SetAlarmList(v AlarmListSingle) + func (o *ManagedElementSingle) SetAmfFunction(v []AmfFunctionSingle) + func (o *ManagedElementSingle) SetAttributes(v ManagedElementAttr) + func (o *ManagedElementSingle) SetAusfFunction(v []AusfFunctionSingle) + func (o *ManagedElementSingle) SetConfigurable5QISet(v []Configurable5QISetSingle) + func (o *ManagedElementSingle) SetDynamic5QISet(v []Dynamic5QISetSingle) + func (o *ManagedElementSingle) SetEASDFFunction(v []EASDFFunctionSingle) + func (o *ManagedElementSingle) SetEcmConnectionInfo(v []EcmConnectionInfoSingle) + func (o *ManagedElementSingle) SetFileDownloadJob(v []FileDownloadJobSingle) + func (o *ManagedElementSingle) SetFiles(v []FilesSingle) + func (o *ManagedElementSingle) SetId(v string) + func (o *ManagedElementSingle) SetLmfFunction(v []LmfFunctionSingle) + func (o *ManagedElementSingle) SetMnsAgent(v []MnsAgentSingle) + func (o *ManagedElementSingle) SetN3iwfFunction(v []N3iwfFunctionSingle) + func (o *ManagedElementSingle) SetNefFunction(v []NefFunctionSingle) + func (o *ManagedElementSingle) SetNgeirFunction(v []NgeirFunctionSingle) + func (o *ManagedElementSingle) SetNrfFunction(v []NrfFunctionSingle) + func (o *ManagedElementSingle) SetNssfFunction(v []NssfFunctionSingle) + func (o *ManagedElementSingle) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle) + func (o *ManagedElementSingle) SetNwdafFunction(v []NwdafFunctionSingle) + func (o *ManagedElementSingle) SetObjectClass(v string) + func (o *ManagedElementSingle) SetObjectInstance(v string) + func (o *ManagedElementSingle) SetPcfFunction(v []PcfFunctionSingle) + func (o *ManagedElementSingle) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *ManagedElementSingle) SetScpFunction(v []ScpFunctionSingle) + func (o *ManagedElementSingle) SetSeppFunction(v []SeppFunctionSingle) + func (o *ManagedElementSingle) SetSmfFunction(v []SmfFunctionSingle) + func (o *ManagedElementSingle) SetSmsfFunction(v []SmsfFunctionSingle) + func (o *ManagedElementSingle) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *ManagedElementSingle) SetTraceJob(v []TraceJobSingle) + func (o *ManagedElementSingle) SetUdmFunction(v []UdmFunctionSingle) + func (o *ManagedElementSingle) SetUdrFunction(v []UdrFunctionSingle) + func (o *ManagedElementSingle) SetUdsfFunction(v []UdsfFunctionSingle) + func (o *ManagedElementSingle) SetUpfFunction(v []UpfFunctionSingle) + func (o *ManagedElementSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o ManagedElementSingle) MarshalJSON() ([]byte, error) + func (o ManagedElementSingle) ToMap() (map[string]interface{}, error) + type ManagedElementSingleAllOf struct + Attributes *ManagedElementAttr + func NewManagedElementSingleAllOf() *ManagedElementSingleAllOf + func NewManagedElementSingleAllOfWithDefaults() *ManagedElementSingleAllOf + func (o *ManagedElementSingleAllOf) GetAttributes() ManagedElementAttr + func (o *ManagedElementSingleAllOf) GetAttributesOk() (*ManagedElementAttr, bool) + func (o *ManagedElementSingleAllOf) HasAttributes() bool + func (o *ManagedElementSingleAllOf) SetAttributes(v ManagedElementAttr) + func (o ManagedElementSingleAllOf) MarshalJSON() ([]byte, error) + func (o ManagedElementSingleAllOf) ToMap() (map[string]interface{}, error) + type ManagedElementSingleAllOf1 struct + AmfFunction []AmfFunctionSingle + AusfFunction []AusfFunctionSingle + Configurable5QISet []Configurable5QISetSingle + Dynamic5QISet []Dynamic5QISetSingle + EASDFFunction []EASDFFunctionSingle + EcmConnectionInfo []EcmConnectionInfoSingle + LmfFunction []LmfFunctionSingle + N3iwfFunction []N3iwfFunctionSingle + NefFunction []NefFunctionSingle + NgeirFunction []NgeirFunctionSingle + NrfFunction []NrfFunctionSingle + NssfFunction []NssfFunctionSingle + NwdafFunction []NwdafFunctionSingle + PcfFunction []PcfFunctionSingle + ScpFunction []ScpFunctionSingle + SeppFunction []SeppFunctionSingle + SmfFunction []SmfFunctionSingle + SmsfFunction []SmsfFunctionSingle + UdmFunction []UdmFunctionSingle + UdrFunction []UdrFunctionSingle + UdsfFunction []UdsfFunctionSingle + UpfFunction []UpfFunctionSingle + func NewManagedElementSingleAllOf1() *ManagedElementSingleAllOf1 + func NewManagedElementSingleAllOf1WithDefaults() *ManagedElementSingleAllOf1 + func (o *ManagedElementSingleAllOf1) GetAmfFunction() []AmfFunctionSingle + func (o *ManagedElementSingleAllOf1) GetAmfFunctionOk() ([]AmfFunctionSingle, bool) + func (o *ManagedElementSingleAllOf1) GetAusfFunction() []AusfFunctionSingle + func (o *ManagedElementSingleAllOf1) GetAusfFunctionOk() ([]AusfFunctionSingle, bool) + func (o *ManagedElementSingleAllOf1) GetConfigurable5QISet() []Configurable5QISetSingle + func (o *ManagedElementSingleAllOf1) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool) + func (o *ManagedElementSingleAllOf1) GetDynamic5QISet() []Dynamic5QISetSingle + func (o *ManagedElementSingleAllOf1) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool) + func (o *ManagedElementSingleAllOf1) GetEASDFFunction() []EASDFFunctionSingle + func (o *ManagedElementSingleAllOf1) GetEASDFFunctionOk() ([]EASDFFunctionSingle, bool) + func (o *ManagedElementSingleAllOf1) GetEcmConnectionInfo() []EcmConnectionInfoSingle + func (o *ManagedElementSingleAllOf1) GetEcmConnectionInfoOk() ([]EcmConnectionInfoSingle, bool) + func (o *ManagedElementSingleAllOf1) GetLmfFunction() []LmfFunctionSingle + func (o *ManagedElementSingleAllOf1) GetLmfFunctionOk() ([]LmfFunctionSingle, bool) + func (o *ManagedElementSingleAllOf1) GetN3iwfFunction() []N3iwfFunctionSingle + func (o *ManagedElementSingleAllOf1) GetN3iwfFunctionOk() ([]N3iwfFunctionSingle, bool) + func (o *ManagedElementSingleAllOf1) GetNefFunction() []NefFunctionSingle + func (o *ManagedElementSingleAllOf1) GetNefFunctionOk() ([]NefFunctionSingle, bool) + func (o *ManagedElementSingleAllOf1) GetNgeirFunction() []NgeirFunctionSingle + func (o *ManagedElementSingleAllOf1) GetNgeirFunctionOk() ([]NgeirFunctionSingle, bool) + func (o *ManagedElementSingleAllOf1) GetNrfFunction() []NrfFunctionSingle + func (o *ManagedElementSingleAllOf1) GetNrfFunctionOk() ([]NrfFunctionSingle, bool) + func (o *ManagedElementSingleAllOf1) GetNssfFunction() []NssfFunctionSingle + func (o *ManagedElementSingleAllOf1) GetNssfFunctionOk() ([]NssfFunctionSingle, bool) + func (o *ManagedElementSingleAllOf1) GetNwdafFunction() []NwdafFunctionSingle + func (o *ManagedElementSingleAllOf1) GetNwdafFunctionOk() ([]NwdafFunctionSingle, bool) + func (o *ManagedElementSingleAllOf1) GetPcfFunction() []PcfFunctionSingle + func (o *ManagedElementSingleAllOf1) GetPcfFunctionOk() ([]PcfFunctionSingle, bool) + func (o *ManagedElementSingleAllOf1) GetScpFunction() []ScpFunctionSingle + func (o *ManagedElementSingleAllOf1) GetScpFunctionOk() ([]ScpFunctionSingle, bool) + func (o *ManagedElementSingleAllOf1) GetSeppFunction() []SeppFunctionSingle + func (o *ManagedElementSingleAllOf1) GetSeppFunctionOk() ([]SeppFunctionSingle, bool) + func (o *ManagedElementSingleAllOf1) GetSmfFunction() []SmfFunctionSingle + func (o *ManagedElementSingleAllOf1) GetSmfFunctionOk() ([]SmfFunctionSingle, bool) + func (o *ManagedElementSingleAllOf1) GetSmsfFunction() []SmsfFunctionSingle + func (o *ManagedElementSingleAllOf1) GetSmsfFunctionOk() ([]SmsfFunctionSingle, bool) + func (o *ManagedElementSingleAllOf1) GetUdmFunction() []UdmFunctionSingle + func (o *ManagedElementSingleAllOf1) GetUdmFunctionOk() ([]UdmFunctionSingle, bool) + func (o *ManagedElementSingleAllOf1) GetUdrFunction() []UdrFunctionSingle + func (o *ManagedElementSingleAllOf1) GetUdrFunctionOk() ([]UdrFunctionSingle, bool) + func (o *ManagedElementSingleAllOf1) GetUdsfFunction() []UdsfFunctionSingle + func (o *ManagedElementSingleAllOf1) GetUdsfFunctionOk() ([]UdsfFunctionSingle, bool) + func (o *ManagedElementSingleAllOf1) GetUpfFunction() []UpfFunctionSingle + func (o *ManagedElementSingleAllOf1) GetUpfFunctionOk() ([]UpfFunctionSingle, bool) + func (o *ManagedElementSingleAllOf1) HasAmfFunction() bool + func (o *ManagedElementSingleAllOf1) HasAusfFunction() bool + func (o *ManagedElementSingleAllOf1) HasConfigurable5QISet() bool + func (o *ManagedElementSingleAllOf1) HasDynamic5QISet() bool + func (o *ManagedElementSingleAllOf1) HasEASDFFunction() bool + func (o *ManagedElementSingleAllOf1) HasEcmConnectionInfo() bool + func (o *ManagedElementSingleAllOf1) HasLmfFunction() bool + func (o *ManagedElementSingleAllOf1) HasN3iwfFunction() bool + func (o *ManagedElementSingleAllOf1) HasNefFunction() bool + func (o *ManagedElementSingleAllOf1) HasNgeirFunction() bool + func (o *ManagedElementSingleAllOf1) HasNrfFunction() bool + func (o *ManagedElementSingleAllOf1) HasNssfFunction() bool + func (o *ManagedElementSingleAllOf1) HasNwdafFunction() bool + func (o *ManagedElementSingleAllOf1) HasPcfFunction() bool + func (o *ManagedElementSingleAllOf1) HasScpFunction() bool + func (o *ManagedElementSingleAllOf1) HasSeppFunction() bool + func (o *ManagedElementSingleAllOf1) HasSmfFunction() bool + func (o *ManagedElementSingleAllOf1) HasSmsfFunction() bool + func (o *ManagedElementSingleAllOf1) HasUdmFunction() bool + func (o *ManagedElementSingleAllOf1) HasUdrFunction() bool + func (o *ManagedElementSingleAllOf1) HasUdsfFunction() bool + func (o *ManagedElementSingleAllOf1) HasUpfFunction() bool + func (o *ManagedElementSingleAllOf1) SetAmfFunction(v []AmfFunctionSingle) + func (o *ManagedElementSingleAllOf1) SetAusfFunction(v []AusfFunctionSingle) + func (o *ManagedElementSingleAllOf1) SetConfigurable5QISet(v []Configurable5QISetSingle) + func (o *ManagedElementSingleAllOf1) SetDynamic5QISet(v []Dynamic5QISetSingle) + func (o *ManagedElementSingleAllOf1) SetEASDFFunction(v []EASDFFunctionSingle) + func (o *ManagedElementSingleAllOf1) SetEcmConnectionInfo(v []EcmConnectionInfoSingle) + func (o *ManagedElementSingleAllOf1) SetLmfFunction(v []LmfFunctionSingle) + func (o *ManagedElementSingleAllOf1) SetN3iwfFunction(v []N3iwfFunctionSingle) + func (o *ManagedElementSingleAllOf1) SetNefFunction(v []NefFunctionSingle) + func (o *ManagedElementSingleAllOf1) SetNgeirFunction(v []NgeirFunctionSingle) + func (o *ManagedElementSingleAllOf1) SetNrfFunction(v []NrfFunctionSingle) + func (o *ManagedElementSingleAllOf1) SetNssfFunction(v []NssfFunctionSingle) + func (o *ManagedElementSingleAllOf1) SetNwdafFunction(v []NwdafFunctionSingle) + func (o *ManagedElementSingleAllOf1) SetPcfFunction(v []PcfFunctionSingle) + func (o *ManagedElementSingleAllOf1) SetScpFunction(v []ScpFunctionSingle) + func (o *ManagedElementSingleAllOf1) SetSeppFunction(v []SeppFunctionSingle) + func (o *ManagedElementSingleAllOf1) SetSmfFunction(v []SmfFunctionSingle) + func (o *ManagedElementSingleAllOf1) SetSmsfFunction(v []SmsfFunctionSingle) + func (o *ManagedElementSingleAllOf1) SetUdmFunction(v []UdmFunctionSingle) + func (o *ManagedElementSingleAllOf1) SetUdrFunction(v []UdrFunctionSingle) + func (o *ManagedElementSingleAllOf1) SetUdsfFunction(v []UdsfFunctionSingle) + func (o *ManagedElementSingleAllOf1) SetUpfFunction(v []UpfFunctionSingle) + func (o ManagedElementSingleAllOf1) MarshalJSON() ([]byte, error) + func (o ManagedElementSingleAllOf1) ToMap() (map[string]interface{}, error) + type ManagedElementSingleAllOfAttributes struct + DnPrefix *string + LocationName *string + ManagedBy []string + ManagedElementTypeList []string + PriorityLabel *int32 + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + SwVersion *string + UserDefinedState *string + UserLabel *string + VendorName *string + func NewManagedElementSingleAllOfAttributes() *ManagedElementSingleAllOfAttributes + func NewManagedElementSingleAllOfAttributesWithDefaults() *ManagedElementSingleAllOfAttributes + func (o *ManagedElementSingleAllOfAttributes) GetDnPrefix() string + func (o *ManagedElementSingleAllOfAttributes) GetDnPrefixOk() (*string, bool) + func (o *ManagedElementSingleAllOfAttributes) GetLocationName() string + func (o *ManagedElementSingleAllOfAttributes) GetLocationNameOk() (*string, bool) + func (o *ManagedElementSingleAllOfAttributes) GetManagedBy() []string + func (o *ManagedElementSingleAllOfAttributes) GetManagedByOk() ([]string, bool) + func (o *ManagedElementSingleAllOfAttributes) GetManagedElementTypeList() []string + func (o *ManagedElementSingleAllOfAttributes) GetManagedElementTypeListOk() ([]string, bool) + func (o *ManagedElementSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *ManagedElementSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *ManagedElementSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *ManagedElementSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *ManagedElementSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *ManagedElementSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *ManagedElementSingleAllOfAttributes) GetSwVersion() string + func (o *ManagedElementSingleAllOfAttributes) GetSwVersionOk() (*string, bool) + func (o *ManagedElementSingleAllOfAttributes) GetUserDefinedState() string + func (o *ManagedElementSingleAllOfAttributes) GetUserDefinedStateOk() (*string, bool) + func (o *ManagedElementSingleAllOfAttributes) GetUserLabel() string + func (o *ManagedElementSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *ManagedElementSingleAllOfAttributes) GetVendorName() string + func (o *ManagedElementSingleAllOfAttributes) GetVendorNameOk() (*string, bool) + func (o *ManagedElementSingleAllOfAttributes) HasDnPrefix() bool + func (o *ManagedElementSingleAllOfAttributes) HasLocationName() bool + func (o *ManagedElementSingleAllOfAttributes) HasManagedBy() bool + func (o *ManagedElementSingleAllOfAttributes) HasManagedElementTypeList() bool + func (o *ManagedElementSingleAllOfAttributes) HasPriorityLabel() bool + func (o *ManagedElementSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *ManagedElementSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *ManagedElementSingleAllOfAttributes) HasSwVersion() bool + func (o *ManagedElementSingleAllOfAttributes) HasUserDefinedState() bool + func (o *ManagedElementSingleAllOfAttributes) HasUserLabel() bool + func (o *ManagedElementSingleAllOfAttributes) HasVendorName() bool + func (o *ManagedElementSingleAllOfAttributes) SetDnPrefix(v string) + func (o *ManagedElementSingleAllOfAttributes) SetLocationName(v string) + func (o *ManagedElementSingleAllOfAttributes) SetManagedBy(v []string) + func (o *ManagedElementSingleAllOfAttributes) SetManagedElementTypeList(v []string) + func (o *ManagedElementSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *ManagedElementSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *ManagedElementSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *ManagedElementSingleAllOfAttributes) SetSwVersion(v string) + func (o *ManagedElementSingleAllOfAttributes) SetUserDefinedState(v string) + func (o *ManagedElementSingleAllOfAttributes) SetUserLabel(v string) + func (o *ManagedElementSingleAllOfAttributes) SetVendorName(v string) + func (o ManagedElementSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o ManagedElementSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type ManagedFunctionAttr struct + PeeParametersList []PeeParameter + PriorityLabel *int32 + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + VnfParametersList []VnfParameter + func NewManagedFunctionAttr() *ManagedFunctionAttr + func NewManagedFunctionAttrWithDefaults() *ManagedFunctionAttr + func (o *ManagedFunctionAttr) GetPeeParametersList() []PeeParameter + func (o *ManagedFunctionAttr) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *ManagedFunctionAttr) GetPriorityLabel() int32 + func (o *ManagedFunctionAttr) GetPriorityLabelOk() (*int32, bool) + func (o *ManagedFunctionAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *ManagedFunctionAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *ManagedFunctionAttr) GetSupportedTraceMetrics() []string + func (o *ManagedFunctionAttr) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *ManagedFunctionAttr) GetUserLabel() string + func (o *ManagedFunctionAttr) GetUserLabelOk() (*string, bool) + func (o *ManagedFunctionAttr) GetVnfParametersList() []VnfParameter + func (o *ManagedFunctionAttr) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *ManagedFunctionAttr) HasPeeParametersList() bool + func (o *ManagedFunctionAttr) HasPriorityLabel() bool + func (o *ManagedFunctionAttr) HasSupportedPerfMetricGroups() bool + func (o *ManagedFunctionAttr) HasSupportedTraceMetrics() bool + func (o *ManagedFunctionAttr) HasUserLabel() bool + func (o *ManagedFunctionAttr) HasVnfParametersList() bool + func (o *ManagedFunctionAttr) SetPeeParametersList(v []PeeParameter) + func (o *ManagedFunctionAttr) SetPriorityLabel(v int32) + func (o *ManagedFunctionAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *ManagedFunctionAttr) SetSupportedTraceMetrics(v []string) + func (o *ManagedFunctionAttr) SetUserLabel(v string) + func (o *ManagedFunctionAttr) SetVnfParametersList(v []VnfParameter) + func (o ManagedFunctionAttr) MarshalJSON() ([]byte, error) + func (o ManagedFunctionAttr) ToMap() (map[string]interface{}, error) + type ManagedFunctionNcO struct + ManagedNFService []ManagedNFServiceSingle + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + func NewManagedFunctionNcO() *ManagedFunctionNcO + func NewManagedFunctionNcOWithDefaults() *ManagedFunctionNcO + func (o *ManagedFunctionNcO) GetManagedNFService() []ManagedNFServiceSingle + func (o *ManagedFunctionNcO) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool) + func (o *ManagedFunctionNcO) GetPerfMetricJob() []PerfMetricJobSingle + func (o *ManagedFunctionNcO) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *ManagedFunctionNcO) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *ManagedFunctionNcO) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *ManagedFunctionNcO) GetTraceJob() []TraceJobSingle + func (o *ManagedFunctionNcO) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *ManagedFunctionNcO) HasManagedNFService() bool + func (o *ManagedFunctionNcO) HasPerfMetricJob() bool + func (o *ManagedFunctionNcO) HasThresholdMonitor() bool + func (o *ManagedFunctionNcO) HasTraceJob() bool + func (o *ManagedFunctionNcO) SetManagedNFService(v []ManagedNFServiceSingle) + func (o *ManagedFunctionNcO) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *ManagedFunctionNcO) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *ManagedFunctionNcO) SetTraceJob(v []TraceJobSingle) + func (o ManagedFunctionNcO) MarshalJSON() ([]byte, error) + func (o ManagedFunctionNcO) ToMap() (map[string]interface{}, error) + type ManagedNFProfile struct + AllowedNSSAIs []Snssai + AllowedNfDomains []string + AllowedNfTypes []NFType + AllowedPLMNs []PlmnId + AllowedSNPNs []SnpnInfo + AuthzInfo *string + Capacity *int32 + HeartbeatTimer *int32 + HostAddr *HostAddr + LcHSupportInd *bool + Locality *string + NfInstanceID *string + NfSetIdList []string + NfSetRecoveryTimeList []time.Time + NfType *NFType + OlcHSupportInd *bool + ScpDomains []string + ServingScope []string + VendorId *string + func NewManagedNFProfile() *ManagedNFProfile + func NewManagedNFProfileWithDefaults() *ManagedNFProfile + func (o *ManagedNFProfile) GetAllowedNSSAIs() []Snssai + func (o *ManagedNFProfile) GetAllowedNSSAIsOk() ([]Snssai, bool) + func (o *ManagedNFProfile) GetAllowedNfDomains() []string + func (o *ManagedNFProfile) GetAllowedNfDomainsOk() ([]string, bool) + func (o *ManagedNFProfile) GetAllowedNfTypes() []NFType + func (o *ManagedNFProfile) GetAllowedNfTypesOk() ([]NFType, bool) + func (o *ManagedNFProfile) GetAllowedPLMNs() []PlmnId + func (o *ManagedNFProfile) GetAllowedPLMNsOk() ([]PlmnId, bool) + func (o *ManagedNFProfile) GetAllowedSNPNs() []SnpnInfo + func (o *ManagedNFProfile) GetAllowedSNPNsOk() ([]SnpnInfo, bool) + func (o *ManagedNFProfile) GetAuthzInfo() string + func (o *ManagedNFProfile) GetAuthzInfoOk() (*string, bool) + func (o *ManagedNFProfile) GetCapacity() int32 + func (o *ManagedNFProfile) GetCapacityOk() (*int32, bool) + func (o *ManagedNFProfile) GetHeartbeatTimer() int32 + func (o *ManagedNFProfile) GetHeartbeatTimerOk() (*int32, bool) + func (o *ManagedNFProfile) GetHostAddr() HostAddr + func (o *ManagedNFProfile) GetHostAddrOk() (*HostAddr, bool) + func (o *ManagedNFProfile) GetLcHSupportInd() bool + func (o *ManagedNFProfile) GetLcHSupportIndOk() (*bool, bool) + func (o *ManagedNFProfile) GetLocality() string + func (o *ManagedNFProfile) GetLocalityOk() (*string, bool) + func (o *ManagedNFProfile) GetNfInstanceID() string + func (o *ManagedNFProfile) GetNfInstanceIDOk() (*string, bool) + func (o *ManagedNFProfile) GetNfSetIdList() []string + func (o *ManagedNFProfile) GetNfSetIdListOk() ([]string, bool) + func (o *ManagedNFProfile) GetNfSetRecoveryTimeList() []time.Time + func (o *ManagedNFProfile) GetNfSetRecoveryTimeListOk() ([]time.Time, bool) + func (o *ManagedNFProfile) GetNfType() NFType + func (o *ManagedNFProfile) GetNfTypeOk() (*NFType, bool) + func (o *ManagedNFProfile) GetOlcHSupportInd() bool + func (o *ManagedNFProfile) GetOlcHSupportIndOk() (*bool, bool) + func (o *ManagedNFProfile) GetScpDomains() []string + func (o *ManagedNFProfile) GetScpDomainsOk() ([]string, bool) + func (o *ManagedNFProfile) GetServingScope() []string + func (o *ManagedNFProfile) GetServingScopeOk() ([]string, bool) + func (o *ManagedNFProfile) GetVendorId() string + func (o *ManagedNFProfile) GetVendorIdOk() (*string, bool) + func (o *ManagedNFProfile) HasAllowedNSSAIs() bool + func (o *ManagedNFProfile) HasAllowedNfDomains() bool + func (o *ManagedNFProfile) HasAllowedNfTypes() bool + func (o *ManagedNFProfile) HasAllowedPLMNs() bool + func (o *ManagedNFProfile) HasAllowedSNPNs() bool + func (o *ManagedNFProfile) HasAuthzInfo() bool + func (o *ManagedNFProfile) HasCapacity() bool + func (o *ManagedNFProfile) HasHeartbeatTimer() bool + func (o *ManagedNFProfile) HasHostAddr() bool + func (o *ManagedNFProfile) HasLcHSupportInd() bool + func (o *ManagedNFProfile) HasLocality() bool + func (o *ManagedNFProfile) HasNfInstanceID() bool + func (o *ManagedNFProfile) HasNfSetIdList() bool + func (o *ManagedNFProfile) HasNfSetRecoveryTimeList() bool + func (o *ManagedNFProfile) HasNfType() bool + func (o *ManagedNFProfile) HasOlcHSupportInd() bool + func (o *ManagedNFProfile) HasScpDomains() bool + func (o *ManagedNFProfile) HasServingScope() bool + func (o *ManagedNFProfile) HasVendorId() bool + func (o *ManagedNFProfile) SetAllowedNSSAIs(v []Snssai) + func (o *ManagedNFProfile) SetAllowedNfDomains(v []string) + func (o *ManagedNFProfile) SetAllowedNfTypes(v []NFType) + func (o *ManagedNFProfile) SetAllowedPLMNs(v []PlmnId) + func (o *ManagedNFProfile) SetAllowedSNPNs(v []SnpnInfo) + func (o *ManagedNFProfile) SetAuthzInfo(v string) + func (o *ManagedNFProfile) SetCapacity(v int32) + func (o *ManagedNFProfile) SetHeartbeatTimer(v int32) + func (o *ManagedNFProfile) SetHostAddr(v HostAddr) + func (o *ManagedNFProfile) SetLcHSupportInd(v bool) + func (o *ManagedNFProfile) SetLocality(v string) + func (o *ManagedNFProfile) SetNfInstanceID(v string) + func (o *ManagedNFProfile) SetNfSetIdList(v []string) + func (o *ManagedNFProfile) SetNfSetRecoveryTimeList(v []time.Time) + func (o *ManagedNFProfile) SetNfType(v NFType) + func (o *ManagedNFProfile) SetOlcHSupportInd(v bool) + func (o *ManagedNFProfile) SetScpDomains(v []string) + func (o *ManagedNFProfile) SetServingScope(v []string) + func (o *ManagedNFProfile) SetVendorId(v string) + func (o ManagedNFProfile) MarshalJSON() ([]byte, error) + func (o ManagedNFProfile) ToMap() (map[string]interface{}, error) + type ManagedNFServiceSingle struct + Attributes *ManagedNFServiceSingleAllOfAttributes + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewManagedNFServiceSingle(id NullableString) *ManagedNFServiceSingle + func NewManagedNFServiceSingleWithDefaults() *ManagedNFServiceSingle + func (o *ManagedNFServiceSingle) GetAttributes() ManagedNFServiceSingleAllOfAttributes + func (o *ManagedNFServiceSingle) GetAttributesOk() (*ManagedNFServiceSingleAllOfAttributes, bool) + func (o *ManagedNFServiceSingle) GetId() string + func (o *ManagedNFServiceSingle) GetIdOk() (*string, bool) + func (o *ManagedNFServiceSingle) GetObjectClass() string + func (o *ManagedNFServiceSingle) GetObjectClassOk() (*string, bool) + func (o *ManagedNFServiceSingle) GetObjectInstance() string + func (o *ManagedNFServiceSingle) GetObjectInstanceOk() (*string, bool) + func (o *ManagedNFServiceSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *ManagedNFServiceSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *ManagedNFServiceSingle) HasAttributes() bool + func (o *ManagedNFServiceSingle) HasObjectClass() bool + func (o *ManagedNFServiceSingle) HasObjectInstance() bool + func (o *ManagedNFServiceSingle) HasVsDataContainer() bool + func (o *ManagedNFServiceSingle) SetAttributes(v ManagedNFServiceSingleAllOfAttributes) + func (o *ManagedNFServiceSingle) SetId(v string) + func (o *ManagedNFServiceSingle) SetObjectClass(v string) + func (o *ManagedNFServiceSingle) SetObjectInstance(v string) + func (o *ManagedNFServiceSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o ManagedNFServiceSingle) MarshalJSON() ([]byte, error) + func (o ManagedNFServiceSingle) ToMap() (map[string]interface{}, error) + type ManagedNFServiceSingleAllOf struct + Attributes *ManagedNFServiceSingleAllOfAttributes + func NewManagedNFServiceSingleAllOf() *ManagedNFServiceSingleAllOf + func NewManagedNFServiceSingleAllOfWithDefaults() *ManagedNFServiceSingleAllOf + func (o *ManagedNFServiceSingleAllOf) GetAttributes() ManagedNFServiceSingleAllOfAttributes + func (o *ManagedNFServiceSingleAllOf) GetAttributesOk() (*ManagedNFServiceSingleAllOfAttributes, bool) + func (o *ManagedNFServiceSingleAllOf) HasAttributes() bool + func (o *ManagedNFServiceSingleAllOf) SetAttributes(v ManagedNFServiceSingleAllOfAttributes) + func (o ManagedNFServiceSingleAllOf) MarshalJSON() ([]byte, error) + func (o ManagedNFServiceSingleAllOf) ToMap() (map[string]interface{}, error) + type ManagedNFServiceSingleAllOfAttributes struct + AdministrativeState *AdministrativeState + NFServiceType *NFServiceType + OperationalState *OperationalState + Operations []Operation + RegistrationState *RegistrationState + SAP *SAP + UsageState *UsageState + UserLabel *string + func NewManagedNFServiceSingleAllOfAttributes() *ManagedNFServiceSingleAllOfAttributes + func NewManagedNFServiceSingleAllOfAttributesWithDefaults() *ManagedNFServiceSingleAllOfAttributes + func (o *ManagedNFServiceSingleAllOfAttributes) GetAdministrativeState() AdministrativeState + func (o *ManagedNFServiceSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool) + func (o *ManagedNFServiceSingleAllOfAttributes) GetNFServiceType() NFServiceType + func (o *ManagedNFServiceSingleAllOfAttributes) GetNFServiceTypeOk() (*NFServiceType, bool) + func (o *ManagedNFServiceSingleAllOfAttributes) GetOperationalState() OperationalState + func (o *ManagedNFServiceSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool) + func (o *ManagedNFServiceSingleAllOfAttributes) GetOperations() []Operation + func (o *ManagedNFServiceSingleAllOfAttributes) GetOperationsOk() ([]Operation, bool) + func (o *ManagedNFServiceSingleAllOfAttributes) GetRegistrationState() RegistrationState + func (o *ManagedNFServiceSingleAllOfAttributes) GetRegistrationStateOk() (*RegistrationState, bool) + func (o *ManagedNFServiceSingleAllOfAttributes) GetSAP() SAP + func (o *ManagedNFServiceSingleAllOfAttributes) GetSAPOk() (*SAP, bool) + func (o *ManagedNFServiceSingleAllOfAttributes) GetUsageState() UsageState + func (o *ManagedNFServiceSingleAllOfAttributes) GetUsageStateOk() (*UsageState, bool) + func (o *ManagedNFServiceSingleAllOfAttributes) GetUserLabel() string + func (o *ManagedNFServiceSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *ManagedNFServiceSingleAllOfAttributes) HasAdministrativeState() bool + func (o *ManagedNFServiceSingleAllOfAttributes) HasNFServiceType() bool + func (o *ManagedNFServiceSingleAllOfAttributes) HasOperationalState() bool + func (o *ManagedNFServiceSingleAllOfAttributes) HasOperations() bool + func (o *ManagedNFServiceSingleAllOfAttributes) HasRegistrationState() bool + func (o *ManagedNFServiceSingleAllOfAttributes) HasSAP() bool + func (o *ManagedNFServiceSingleAllOfAttributes) HasUsageState() bool + func (o *ManagedNFServiceSingleAllOfAttributes) HasUserLabel() bool + func (o *ManagedNFServiceSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState) + func (o *ManagedNFServiceSingleAllOfAttributes) SetNFServiceType(v NFServiceType) + func (o *ManagedNFServiceSingleAllOfAttributes) SetOperationalState(v OperationalState) + func (o *ManagedNFServiceSingleAllOfAttributes) SetOperations(v []Operation) + func (o *ManagedNFServiceSingleAllOfAttributes) SetRegistrationState(v RegistrationState) + func (o *ManagedNFServiceSingleAllOfAttributes) SetSAP(v SAP) + func (o *ManagedNFServiceSingleAllOfAttributes) SetUsageState(v UsageState) + func (o *ManagedNFServiceSingleAllOfAttributes) SetUserLabel(v string) + func (o ManagedNFServiceSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o ManagedNFServiceSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type ManagementData struct + ArrayOfString *[]string + func ArrayOfStringAsManagementData(v *[]string) ManagementData + func (dst *ManagementData) UnmarshalJSON(data []byte) error + func (obj *ManagementData) GetActualInstance() interface{} + func (src ManagementData) MarshalJSON() ([]byte, error) + type ManagementDataCollectionSingle struct + Attributes *ManagementDataCollectionSingleAllOfAttributes + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewManagementDataCollectionSingle(id NullableString) *ManagementDataCollectionSingle + func NewManagementDataCollectionSingleWithDefaults() *ManagementDataCollectionSingle + func (o *ManagementDataCollectionSingle) GetAttributes() ManagementDataCollectionSingleAllOfAttributes + func (o *ManagementDataCollectionSingle) GetAttributesOk() (*ManagementDataCollectionSingleAllOfAttributes, bool) + func (o *ManagementDataCollectionSingle) GetId() string + func (o *ManagementDataCollectionSingle) GetIdOk() (*string, bool) + func (o *ManagementDataCollectionSingle) GetObjectClass() string + func (o *ManagementDataCollectionSingle) GetObjectClassOk() (*string, bool) + func (o *ManagementDataCollectionSingle) GetObjectInstance() string + func (o *ManagementDataCollectionSingle) GetObjectInstanceOk() (*string, bool) + func (o *ManagementDataCollectionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *ManagementDataCollectionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *ManagementDataCollectionSingle) HasAttributes() bool + func (o *ManagementDataCollectionSingle) HasObjectClass() bool + func (o *ManagementDataCollectionSingle) HasObjectInstance() bool + func (o *ManagementDataCollectionSingle) HasVsDataContainer() bool + func (o *ManagementDataCollectionSingle) SetAttributes(v ManagementDataCollectionSingleAllOfAttributes) + func (o *ManagementDataCollectionSingle) SetId(v string) + func (o *ManagementDataCollectionSingle) SetObjectClass(v string) + func (o *ManagementDataCollectionSingle) SetObjectInstance(v string) + func (o *ManagementDataCollectionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o ManagementDataCollectionSingle) MarshalJSON() ([]byte, error) + func (o ManagementDataCollectionSingle) ToMap() (map[string]interface{}, error) + type ManagementDataCollectionSingleAllOf struct + Attributes *ManagementDataCollectionSingleAllOfAttributes + func NewManagementDataCollectionSingleAllOf() *ManagementDataCollectionSingleAllOf + func NewManagementDataCollectionSingleAllOfWithDefaults() *ManagementDataCollectionSingleAllOf + func (o *ManagementDataCollectionSingleAllOf) GetAttributes() ManagementDataCollectionSingleAllOfAttributes + func (o *ManagementDataCollectionSingleAllOf) GetAttributesOk() (*ManagementDataCollectionSingleAllOfAttributes, bool) + func (o *ManagementDataCollectionSingleAllOf) HasAttributes() bool + func (o *ManagementDataCollectionSingleAllOf) SetAttributes(v ManagementDataCollectionSingleAllOfAttributes) + func (o ManagementDataCollectionSingleAllOf) MarshalJSON() ([]byte, error) + func (o ManagementDataCollectionSingleAllOf) ToMap() (map[string]interface{}, error) + type ManagementDataCollectionSingleAllOfAttributes struct + CollectionTimeWindow *TimeWindow + DataScope *string + ManagementData *ManagementData + ReportingCtrl *ReportingCtrl + TargetNodeFilter *NodeFilter + func NewManagementDataCollectionSingleAllOfAttributes() *ManagementDataCollectionSingleAllOfAttributes + func NewManagementDataCollectionSingleAllOfAttributesWithDefaults() *ManagementDataCollectionSingleAllOfAttributes + func (o *ManagementDataCollectionSingleAllOfAttributes) GetCollectionTimeWindow() TimeWindow + func (o *ManagementDataCollectionSingleAllOfAttributes) GetCollectionTimeWindowOk() (*TimeWindow, bool) + func (o *ManagementDataCollectionSingleAllOfAttributes) GetDataScope() string + func (o *ManagementDataCollectionSingleAllOfAttributes) GetDataScopeOk() (*string, bool) + func (o *ManagementDataCollectionSingleAllOfAttributes) GetManagementData() ManagementData + func (o *ManagementDataCollectionSingleAllOfAttributes) GetManagementDataOk() (*ManagementData, bool) + func (o *ManagementDataCollectionSingleAllOfAttributes) GetReportingCtrl() ReportingCtrl + func (o *ManagementDataCollectionSingleAllOfAttributes) GetReportingCtrlOk() (*ReportingCtrl, bool) + func (o *ManagementDataCollectionSingleAllOfAttributes) GetTargetNodeFilter() NodeFilter + func (o *ManagementDataCollectionSingleAllOfAttributes) GetTargetNodeFilterOk() (*NodeFilter, bool) + func (o *ManagementDataCollectionSingleAllOfAttributes) HasCollectionTimeWindow() bool + func (o *ManagementDataCollectionSingleAllOfAttributes) HasDataScope() bool + func (o *ManagementDataCollectionSingleAllOfAttributes) HasManagementData() bool + func (o *ManagementDataCollectionSingleAllOfAttributes) HasReportingCtrl() bool + func (o *ManagementDataCollectionSingleAllOfAttributes) HasTargetNodeFilter() bool + func (o *ManagementDataCollectionSingleAllOfAttributes) SetCollectionTimeWindow(v TimeWindow) + func (o *ManagementDataCollectionSingleAllOfAttributes) SetDataScope(v string) + func (o *ManagementDataCollectionSingleAllOfAttributes) SetManagementData(v ManagementData) + func (o *ManagementDataCollectionSingleAllOfAttributes) SetReportingCtrl(v ReportingCtrl) + func (o *ManagementDataCollectionSingleAllOfAttributes) SetTargetNodeFilter(v NodeFilter) + func (o ManagementDataCollectionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o ManagementDataCollectionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type ManagementNodeSingle struct + Attributes *ManagementNodeSingleAllOfAttributes + Id NullableString + MnsAgent []MnsAgentSingle + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewManagementNodeSingle(id NullableString) *ManagementNodeSingle + func NewManagementNodeSingleWithDefaults() *ManagementNodeSingle + func (o *ManagementNodeSingle) GetAttributes() ManagementNodeSingleAllOfAttributes + func (o *ManagementNodeSingle) GetAttributesOk() (*ManagementNodeSingleAllOfAttributes, bool) + func (o *ManagementNodeSingle) GetId() string + func (o *ManagementNodeSingle) GetIdOk() (*string, bool) + func (o *ManagementNodeSingle) GetMnsAgent() []MnsAgentSingle + func (o *ManagementNodeSingle) GetMnsAgentOk() ([]MnsAgentSingle, bool) + func (o *ManagementNodeSingle) GetObjectClass() string + func (o *ManagementNodeSingle) GetObjectClassOk() (*string, bool) + func (o *ManagementNodeSingle) GetObjectInstance() string + func (o *ManagementNodeSingle) GetObjectInstanceOk() (*string, bool) + func (o *ManagementNodeSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *ManagementNodeSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *ManagementNodeSingle) HasAttributes() bool + func (o *ManagementNodeSingle) HasMnsAgent() bool + func (o *ManagementNodeSingle) HasObjectClass() bool + func (o *ManagementNodeSingle) HasObjectInstance() bool + func (o *ManagementNodeSingle) HasVsDataContainer() bool + func (o *ManagementNodeSingle) SetAttributes(v ManagementNodeSingleAllOfAttributes) + func (o *ManagementNodeSingle) SetId(v string) + func (o *ManagementNodeSingle) SetMnsAgent(v []MnsAgentSingle) + func (o *ManagementNodeSingle) SetObjectClass(v string) + func (o *ManagementNodeSingle) SetObjectInstance(v string) + func (o *ManagementNodeSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o ManagementNodeSingle) MarshalJSON() ([]byte, error) + func (o ManagementNodeSingle) ToMap() (map[string]interface{}, error) + type ManagementNodeSingleAllOf struct + Attributes *ManagementNodeSingleAllOfAttributes + MnsAgent []MnsAgentSingle + func NewManagementNodeSingleAllOf() *ManagementNodeSingleAllOf + func NewManagementNodeSingleAllOfWithDefaults() *ManagementNodeSingleAllOf + func (o *ManagementNodeSingleAllOf) GetAttributes() ManagementNodeSingleAllOfAttributes + func (o *ManagementNodeSingleAllOf) GetAttributesOk() (*ManagementNodeSingleAllOfAttributes, bool) + func (o *ManagementNodeSingleAllOf) GetMnsAgent() []MnsAgentSingle + func (o *ManagementNodeSingleAllOf) GetMnsAgentOk() ([]MnsAgentSingle, bool) + func (o *ManagementNodeSingleAllOf) HasAttributes() bool + func (o *ManagementNodeSingleAllOf) HasMnsAgent() bool + func (o *ManagementNodeSingleAllOf) SetAttributes(v ManagementNodeSingleAllOfAttributes) + func (o *ManagementNodeSingleAllOf) SetMnsAgent(v []MnsAgentSingle) + func (o ManagementNodeSingleAllOf) MarshalJSON() ([]byte, error) + func (o ManagementNodeSingleAllOf) ToMap() (map[string]interface{}, error) + type ManagementNodeSingleAllOfAttributes struct + LocationName *string + ManagedElements []string + SwVersion *string + UserDefinedState *string + UserLabel *string + VendorName *string + func NewManagementNodeSingleAllOfAttributes() *ManagementNodeSingleAllOfAttributes + func NewManagementNodeSingleAllOfAttributesWithDefaults() *ManagementNodeSingleAllOfAttributes + func (o *ManagementNodeSingleAllOfAttributes) GetLocationName() string + func (o *ManagementNodeSingleAllOfAttributes) GetLocationNameOk() (*string, bool) + func (o *ManagementNodeSingleAllOfAttributes) GetManagedElements() []string + func (o *ManagementNodeSingleAllOfAttributes) GetManagedElementsOk() ([]string, bool) + func (o *ManagementNodeSingleAllOfAttributes) GetSwVersion() string + func (o *ManagementNodeSingleAllOfAttributes) GetSwVersionOk() (*string, bool) + func (o *ManagementNodeSingleAllOfAttributes) GetUserDefinedState() string + func (o *ManagementNodeSingleAllOfAttributes) GetUserDefinedStateOk() (*string, bool) + func (o *ManagementNodeSingleAllOfAttributes) GetUserLabel() string + func (o *ManagementNodeSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *ManagementNodeSingleAllOfAttributes) GetVendorName() string + func (o *ManagementNodeSingleAllOfAttributes) GetVendorNameOk() (*string, bool) + func (o *ManagementNodeSingleAllOfAttributes) HasLocationName() bool + func (o *ManagementNodeSingleAllOfAttributes) HasManagedElements() bool + func (o *ManagementNodeSingleAllOfAttributes) HasSwVersion() bool + func (o *ManagementNodeSingleAllOfAttributes) HasUserDefinedState() bool + func (o *ManagementNodeSingleAllOfAttributes) HasUserLabel() bool + func (o *ManagementNodeSingleAllOfAttributes) HasVendorName() bool + func (o *ManagementNodeSingleAllOfAttributes) SetLocationName(v string) + func (o *ManagementNodeSingleAllOfAttributes) SetManagedElements(v []string) + func (o *ManagementNodeSingleAllOfAttributes) SetSwVersion(v string) + func (o *ManagementNodeSingleAllOfAttributes) SetUserDefinedState(v string) + func (o *ManagementNodeSingleAllOfAttributes) SetUserLabel(v string) + func (o *ManagementNodeSingleAllOfAttributes) SetVendorName(v string) + func (o ManagementNodeSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o ManagementNodeSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type MbsfnArea struct + Earfcn *int32 + MbsfnAreaId *int32 + func NewMbsfnArea() *MbsfnArea + func NewMbsfnAreaWithDefaults() *MbsfnArea + func (o *MbsfnArea) GetEarfcn() int32 + func (o *MbsfnArea) GetEarfcnOk() (*int32, bool) + func (o *MbsfnArea) GetMbsfnAreaId() int32 + func (o *MbsfnArea) GetMbsfnAreaIdOk() (*int32, bool) + func (o *MbsfnArea) HasEarfcn() bool + func (o *MbsfnArea) HasMbsfnAreaId() bool + func (o *MbsfnArea) SetEarfcn(v int32) + func (o *MbsfnArea) SetMbsfnAreaId(v int32) + func (o MbsfnArea) MarshalJSON() ([]byte, error) + func (o MbsfnArea) ToMap() (map[string]interface{}, error) + type MeContextSingle struct + Attributes *MeContextSingleAllOfAttributes + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewMeContextSingle(id NullableString) *MeContextSingle + func NewMeContextSingleWithDefaults() *MeContextSingle + func (o *MeContextSingle) GetAttributes() MeContextSingleAllOfAttributes + func (o *MeContextSingle) GetAttributesOk() (*MeContextSingleAllOfAttributes, bool) + func (o *MeContextSingle) GetId() string + func (o *MeContextSingle) GetIdOk() (*string, bool) + func (o *MeContextSingle) GetObjectClass() string + func (o *MeContextSingle) GetObjectClassOk() (*string, bool) + func (o *MeContextSingle) GetObjectInstance() string + func (o *MeContextSingle) GetObjectInstanceOk() (*string, bool) + func (o *MeContextSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *MeContextSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *MeContextSingle) HasAttributes() bool + func (o *MeContextSingle) HasObjectClass() bool + func (o *MeContextSingle) HasObjectInstance() bool + func (o *MeContextSingle) HasVsDataContainer() bool + func (o *MeContextSingle) SetAttributes(v MeContextSingleAllOfAttributes) + func (o *MeContextSingle) SetId(v string) + func (o *MeContextSingle) SetObjectClass(v string) + func (o *MeContextSingle) SetObjectInstance(v string) + func (o *MeContextSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o MeContextSingle) MarshalJSON() ([]byte, error) + func (o MeContextSingle) ToMap() (map[string]interface{}, error) + type MeContextSingleAllOf struct + Attributes *MeContextSingleAllOfAttributes + func NewMeContextSingleAllOf() *MeContextSingleAllOf + func NewMeContextSingleAllOfWithDefaults() *MeContextSingleAllOf + func (o *MeContextSingleAllOf) GetAttributes() MeContextSingleAllOfAttributes + func (o *MeContextSingleAllOf) GetAttributesOk() (*MeContextSingleAllOfAttributes, bool) + func (o *MeContextSingleAllOf) HasAttributes() bool + func (o *MeContextSingleAllOf) SetAttributes(v MeContextSingleAllOfAttributes) + func (o MeContextSingleAllOf) MarshalJSON() ([]byte, error) + func (o MeContextSingleAllOf) ToMap() (map[string]interface{}, error) + type MeContextSingleAllOfAttributes struct + DnPrefix *string + func NewMeContextSingleAllOfAttributes() *MeContextSingleAllOfAttributes + func NewMeContextSingleAllOfAttributesWithDefaults() *MeContextSingleAllOfAttributes + func (o *MeContextSingleAllOfAttributes) GetDnPrefix() string + func (o *MeContextSingleAllOfAttributes) GetDnPrefixOk() (*string, bool) + func (o *MeContextSingleAllOfAttributes) HasDnPrefix() bool + func (o *MeContextSingleAllOfAttributes) SetDnPrefix(v string) + func (o MeContextSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o MeContextSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type MeasurementPeriodLteType string + func NewMeasurementPeriodLteTypeFromValue(v string) (*MeasurementPeriodLteType, error) + func (v *MeasurementPeriodLteType) UnmarshalJSON(src []byte) error + func (v MeasurementPeriodLteType) IsValid() bool + func (v MeasurementPeriodLteType) Ptr() *MeasurementPeriodLteType + type MeasurementPeriodUmtsType string + func NewMeasurementPeriodUmtsTypeFromValue(v string) (*MeasurementPeriodUmtsType, error) + func (v *MeasurementPeriodUmtsType) UnmarshalJSON(src []byte) error + func (v MeasurementPeriodUmtsType) IsValid() bool + func (v MeasurementPeriodUmtsType) Ptr() *MeasurementPeriodUmtsType + type MeasurementQuantityType string + const CPICH_EC_NO + const CPICH_RSCP + const PATH_LOSS + func NewMeasurementQuantityTypeFromValue(v string) (*MeasurementQuantityType, error) + func (v *MeasurementQuantityType) UnmarshalJSON(src []byte) error + func (v MeasurementQuantityType) IsValid() bool + func (v MeasurementQuantityType) Ptr() *MeasurementQuantityType + type MlAnalyticsInfo struct + MlAnalyticsIds []NwdafEvent + SnssaiList []Snssai + TrackingAreaList []Tai + func NewMlAnalyticsInfo() *MlAnalyticsInfo + func NewMlAnalyticsInfoWithDefaults() *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) SetMlAnalyticsIds(v []NwdafEvent) + func (o *MlAnalyticsInfo) SetSnssaiList(v []Snssai) + func (o *MlAnalyticsInfo) SetTrackingAreaList(v []Tai) + func (o MlAnalyticsInfo) MarshalJSON() ([]byte, error) + func (o MlAnalyticsInfo) ToMap() (map[string]interface{}, error) + type MnsAgentSingle struct + Attributes *MnsAgentSingleAllOfAttributes + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewMnsAgentSingle(id NullableString) *MnsAgentSingle + func NewMnsAgentSingleWithDefaults() *MnsAgentSingle + func (o *MnsAgentSingle) GetAttributes() MnsAgentSingleAllOfAttributes + func (o *MnsAgentSingle) GetAttributesOk() (*MnsAgentSingleAllOfAttributes, bool) + func (o *MnsAgentSingle) GetId() string + func (o *MnsAgentSingle) GetIdOk() (*string, bool) + func (o *MnsAgentSingle) GetObjectClass() string + func (o *MnsAgentSingle) GetObjectClassOk() (*string, bool) + func (o *MnsAgentSingle) GetObjectInstance() string + func (o *MnsAgentSingle) GetObjectInstanceOk() (*string, bool) + func (o *MnsAgentSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *MnsAgentSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *MnsAgentSingle) HasAttributes() bool + func (o *MnsAgentSingle) HasObjectClass() bool + func (o *MnsAgentSingle) HasObjectInstance() bool + func (o *MnsAgentSingle) HasVsDataContainer() bool + func (o *MnsAgentSingle) SetAttributes(v MnsAgentSingleAllOfAttributes) + func (o *MnsAgentSingle) SetId(v string) + func (o *MnsAgentSingle) SetObjectClass(v string) + func (o *MnsAgentSingle) SetObjectInstance(v string) + func (o *MnsAgentSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o MnsAgentSingle) MarshalJSON() ([]byte, error) + func (o MnsAgentSingle) ToMap() (map[string]interface{}, error) + type MnsAgentSingleAllOf struct + Attributes *MnsAgentSingleAllOfAttributes + func NewMnsAgentSingleAllOf() *MnsAgentSingleAllOf + func NewMnsAgentSingleAllOfWithDefaults() *MnsAgentSingleAllOf + func (o *MnsAgentSingleAllOf) GetAttributes() MnsAgentSingleAllOfAttributes + func (o *MnsAgentSingleAllOf) GetAttributesOk() (*MnsAgentSingleAllOfAttributes, bool) + func (o *MnsAgentSingleAllOf) HasAttributes() bool + func (o *MnsAgentSingleAllOf) SetAttributes(v MnsAgentSingleAllOfAttributes) + func (o MnsAgentSingleAllOf) MarshalJSON() ([]byte, error) + func (o MnsAgentSingleAllOf) ToMap() (map[string]interface{}, error) + type MnsAgentSingleAllOfAttributes struct + SystemDN *string + func NewMnsAgentSingleAllOfAttributes() *MnsAgentSingleAllOfAttributes + func NewMnsAgentSingleAllOfAttributesWithDefaults() *MnsAgentSingleAllOfAttributes + func (o *MnsAgentSingleAllOfAttributes) GetSystemDN() string + func (o *MnsAgentSingleAllOfAttributes) GetSystemDNOk() (*string, bool) + func (o *MnsAgentSingleAllOfAttributes) HasSystemDN() bool + func (o *MnsAgentSingleAllOfAttributes) SetSystemDN(v string) + func (o MnsAgentSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o MnsAgentSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type MnsInfoSingle struct + MnsAddress *string + MnsLabel *string + MnsScope []string + MnsType *string + MnsVersion *string + func NewMnsInfoSingle() *MnsInfoSingle + func NewMnsInfoSingleWithDefaults() *MnsInfoSingle + func (o *MnsInfoSingle) GetMnsAddress() string + func (o *MnsInfoSingle) GetMnsAddressOk() (*string, bool) + func (o *MnsInfoSingle) GetMnsLabel() string + func (o *MnsInfoSingle) GetMnsLabelOk() (*string, bool) + func (o *MnsInfoSingle) GetMnsScope() []string + func (o *MnsInfoSingle) GetMnsScopeOk() ([]string, bool) + func (o *MnsInfoSingle) GetMnsType() string + func (o *MnsInfoSingle) GetMnsTypeOk() (*string, bool) + func (o *MnsInfoSingle) GetMnsVersion() string + func (o *MnsInfoSingle) GetMnsVersionOk() (*string, bool) + func (o *MnsInfoSingle) HasMnsAddress() bool + func (o *MnsInfoSingle) HasMnsLabel() bool + func (o *MnsInfoSingle) HasMnsScope() bool + func (o *MnsInfoSingle) HasMnsType() bool + func (o *MnsInfoSingle) HasMnsVersion() bool + func (o *MnsInfoSingle) SetMnsAddress(v string) + func (o *MnsInfoSingle) SetMnsLabel(v string) + func (o *MnsInfoSingle) SetMnsScope(v []string) + func (o *MnsInfoSingle) SetMnsType(v string) + func (o *MnsInfoSingle) SetMnsVersion(v string) + func (o MnsInfoSingle) MarshalJSON() ([]byte, error) + func (o MnsInfoSingle) ToMap() (map[string]interface{}, error) + type MnsRegistrySingle struct + MnsInfo []MnsInfoSingle + func NewMnsRegistrySingle() *MnsRegistrySingle + func NewMnsRegistrySingleWithDefaults() *MnsRegistrySingle + func (o *MnsRegistrySingle) GetMnsInfo() []MnsInfoSingle + func (o *MnsRegistrySingle) GetMnsInfoOk() ([]MnsInfoSingle, bool) + func (o *MnsRegistrySingle) HasMnsInfo() bool + func (o *MnsRegistrySingle) SetMnsInfo(v []MnsInfoSingle) + func (o MnsRegistrySingle) MarshalJSON() ([]byte, error) + func (o MnsRegistrySingle) ToMap() (map[string]interface{}, error) + type Model5GCNfConnEcmInfo struct + Var5GCNFIpAddress *string + Var5GCNFRef *string + Var5GCNFType *string + func NewModel5GCNfConnEcmInfo() *Model5GCNfConnEcmInfo + func NewModel5GCNfConnEcmInfoWithDefaults() *Model5GCNfConnEcmInfo + func (o *Model5GCNfConnEcmInfo) GetVar5GCNFIpAddress() string + func (o *Model5GCNfConnEcmInfo) GetVar5GCNFIpAddressOk() (*string, bool) + func (o *Model5GCNfConnEcmInfo) GetVar5GCNFRef() string + func (o *Model5GCNfConnEcmInfo) GetVar5GCNFRefOk() (*string, bool) + func (o *Model5GCNfConnEcmInfo) GetVar5GCNFType() string + func (o *Model5GCNfConnEcmInfo) GetVar5GCNFTypeOk() (*string, bool) + func (o *Model5GCNfConnEcmInfo) HasVar5GCNFIpAddress() bool + func (o *Model5GCNfConnEcmInfo) HasVar5GCNFRef() bool + func (o *Model5GCNfConnEcmInfo) HasVar5GCNFType() bool + func (o *Model5GCNfConnEcmInfo) SetVar5GCNFIpAddress(v string) + func (o *Model5GCNfConnEcmInfo) SetVar5GCNFRef(v string) + func (o *Model5GCNfConnEcmInfo) SetVar5GCNFType(v string) + func (o Model5GCNfConnEcmInfo) MarshalJSON() ([]byte, error) + func (o Model5GCNfConnEcmInfo) ToMap() (map[string]interface{}, error) + type MulticastAccessControl struct + MulticastAccessControlAnyOf *MulticastAccessControlAnyOf + String *string + func (dst *MulticastAccessControl) UnmarshalJSON(data []byte) error + func (src *MulticastAccessControl) MarshalJSON() ([]byte, error) + type MulticastAccessControlAnyOf string + const ALLOWED + const NOT_ALLOWED + func NewMulticastAccessControlAnyOfFromValue(v string) (*MulticastAccessControlAnyOf, error) + func (v *MulticastAccessControlAnyOf) UnmarshalJSON(src []byte) error + func (v MulticastAccessControlAnyOf) IsValid() bool + func (v MulticastAccessControlAnyOf) Ptr() *MulticastAccessControlAnyOf + type N3iwfFunctionSingle struct + Attributes *ManagedFunctionAttr + EPN3 []EPN3Single + EPN4 []EPN4Single + Id NullableString + ManagedNFService []ManagedNFServiceSingle + ObjectClass *string + ObjectInstance *string + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + VsDataContainer []VsDataContainerSingle + func NewN3iwfFunctionSingle(id NullableString) *N3iwfFunctionSingle + func NewN3iwfFunctionSingleWithDefaults() *N3iwfFunctionSingle + func (o *N3iwfFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *N3iwfFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *N3iwfFunctionSingle) GetEPN3() []EPN3Single + func (o *N3iwfFunctionSingle) GetEPN3Ok() ([]EPN3Single, bool) + func (o *N3iwfFunctionSingle) GetEPN4() []EPN4Single + func (o *N3iwfFunctionSingle) GetEPN4Ok() ([]EPN4Single, bool) + func (o *N3iwfFunctionSingle) GetId() string + func (o *N3iwfFunctionSingle) GetIdOk() (*string, bool) + func (o *N3iwfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle + func (o *N3iwfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool) + func (o *N3iwfFunctionSingle) GetObjectClass() string + func (o *N3iwfFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *N3iwfFunctionSingle) GetObjectInstance() string + func (o *N3iwfFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *N3iwfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle + func (o *N3iwfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *N3iwfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *N3iwfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *N3iwfFunctionSingle) GetTraceJob() []TraceJobSingle + func (o *N3iwfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *N3iwfFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *N3iwfFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *N3iwfFunctionSingle) HasAttributes() bool + func (o *N3iwfFunctionSingle) HasEPN3() bool + func (o *N3iwfFunctionSingle) HasEPN4() bool + func (o *N3iwfFunctionSingle) HasManagedNFService() bool + func (o *N3iwfFunctionSingle) HasObjectClass() bool + func (o *N3iwfFunctionSingle) HasObjectInstance() bool + func (o *N3iwfFunctionSingle) HasPerfMetricJob() bool + func (o *N3iwfFunctionSingle) HasThresholdMonitor() bool + func (o *N3iwfFunctionSingle) HasTraceJob() bool + func (o *N3iwfFunctionSingle) HasVsDataContainer() bool + func (o *N3iwfFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *N3iwfFunctionSingle) SetEPN3(v []EPN3Single) + func (o *N3iwfFunctionSingle) SetEPN4(v []EPN4Single) + func (o *N3iwfFunctionSingle) SetId(v string) + func (o *N3iwfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle) + func (o *N3iwfFunctionSingle) SetObjectClass(v string) + func (o *N3iwfFunctionSingle) SetObjectInstance(v string) + func (o *N3iwfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *N3iwfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *N3iwfFunctionSingle) SetTraceJob(v []TraceJobSingle) + func (o *N3iwfFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o N3iwfFunctionSingle) MarshalJSON() ([]byte, error) + func (o N3iwfFunctionSingle) ToMap() (map[string]interface{}, error) + type N3iwfFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewN3iwfFunctionSingleAllOf() *N3iwfFunctionSingleAllOf + func NewN3iwfFunctionSingleAllOfWithDefaults() *N3iwfFunctionSingleAllOf + func (o *N3iwfFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *N3iwfFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *N3iwfFunctionSingleAllOf) HasAttributes() bool + func (o *N3iwfFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o N3iwfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o N3iwfFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type N3iwfFunctionSingleAllOf1 struct + EPN3 []EPN3Single + EPN4 []EPN4Single + func NewN3iwfFunctionSingleAllOf1() *N3iwfFunctionSingleAllOf1 + func NewN3iwfFunctionSingleAllOf1WithDefaults() *N3iwfFunctionSingleAllOf1 + func (o *N3iwfFunctionSingleAllOf1) GetEPN3() []EPN3Single + func (o *N3iwfFunctionSingleAllOf1) GetEPN3Ok() ([]EPN3Single, bool) + func (o *N3iwfFunctionSingleAllOf1) GetEPN4() []EPN4Single + func (o *N3iwfFunctionSingleAllOf1) GetEPN4Ok() ([]EPN4Single, bool) + func (o *N3iwfFunctionSingleAllOf1) HasEPN3() bool + func (o *N3iwfFunctionSingleAllOf1) HasEPN4() bool + func (o *N3iwfFunctionSingleAllOf1) SetEPN3(v []EPN3Single) + func (o *N3iwfFunctionSingleAllOf1) SetEPN4(v []EPN4Single) + func (o N3iwfFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + func (o N3iwfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error) + type N3iwfFunctionSingleAllOfAttributes struct + CommModelList []CommModel + PeeParametersList []PeeParameter + PlmnIdList []PlmnId + PriorityLabel *int32 + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + VnfParametersList []VnfParameter + func NewN3iwfFunctionSingleAllOfAttributes() *N3iwfFunctionSingleAllOfAttributes + func NewN3iwfFunctionSingleAllOfAttributesWithDefaults() *N3iwfFunctionSingleAllOfAttributes + func (o *N3iwfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel + func (o *N3iwfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool) + func (o *N3iwfFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *N3iwfFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *N3iwfFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId + func (o *N3iwfFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool) + func (o *N3iwfFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *N3iwfFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *N3iwfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *N3iwfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *N3iwfFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *N3iwfFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *N3iwfFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *N3iwfFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *N3iwfFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *N3iwfFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *N3iwfFunctionSingleAllOfAttributes) HasCommModelList() bool + func (o *N3iwfFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *N3iwfFunctionSingleAllOfAttributes) HasPlmnIdList() bool + func (o *N3iwfFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *N3iwfFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *N3iwfFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *N3iwfFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *N3iwfFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *N3iwfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel) + func (o *N3iwfFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *N3iwfFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId) + func (o *N3iwfFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *N3iwfFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *N3iwfFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *N3iwfFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *N3iwfFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o N3iwfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o N3iwfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type N3iwfFunctionSingleAllOfAttributesAllOf struct + CommModelList []CommModel + PlmnIdList []PlmnId + func NewN3iwfFunctionSingleAllOfAttributesAllOf() *N3iwfFunctionSingleAllOfAttributesAllOf + func NewN3iwfFunctionSingleAllOfAttributesAllOfWithDefaults() *N3iwfFunctionSingleAllOfAttributesAllOf + func (o *N3iwfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel + func (o *N3iwfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool) + func (o *N3iwfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId + func (o *N3iwfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool) + func (o *N3iwfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool + func (o *N3iwfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool + func (o *N3iwfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel) + func (o *N3iwfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId) + func (o N3iwfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o N3iwfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type NFProfile struct + Fqdn *string + InterPlmnFqdn *string + NFInstanceId *string + NFStatus *NFStatus + NFType *NFType + NfServices []NFService + Plmn *PlmnId + SNssais *Snssai + func NewNFProfile() *NFProfile + func NewNFProfileWithDefaults() *NFProfile + func (o *NFProfile) GetFqdn() string + func (o *NFProfile) GetFqdnOk() (*string, bool) + func (o *NFProfile) GetInterPlmnFqdn() string + func (o *NFProfile) GetInterPlmnFqdnOk() (*string, bool) + func (o *NFProfile) GetNFInstanceId() string + func (o *NFProfile) GetNFInstanceIdOk() (*string, bool) + func (o *NFProfile) GetNFStatus() NFStatus + func (o *NFProfile) GetNFStatusOk() (*NFStatus, bool) + func (o *NFProfile) GetNFType() NFType + func (o *NFProfile) GetNFTypeOk() (*NFType, bool) + func (o *NFProfile) GetNfServices() []NFService + func (o *NFProfile) GetNfServicesOk() ([]NFService, bool) + func (o *NFProfile) GetPlmn() PlmnId + func (o *NFProfile) GetPlmnOk() (*PlmnId, bool) + func (o *NFProfile) GetSNssais() Snssai + func (o *NFProfile) GetSNssaisOk() (*Snssai, bool) + func (o *NFProfile) HasFqdn() bool + func (o *NFProfile) HasInterPlmnFqdn() bool + func (o *NFProfile) HasNFInstanceId() bool + func (o *NFProfile) HasNFStatus() bool + func (o *NFProfile) HasNFType() bool + func (o *NFProfile) HasNfServices() bool + func (o *NFProfile) HasPlmn() bool + func (o *NFProfile) HasSNssais() bool + func (o *NFProfile) SetFqdn(v string) + func (o *NFProfile) SetInterPlmnFqdn(v string) + func (o *NFProfile) SetNFInstanceId(v string) + func (o *NFProfile) SetNFStatus(v NFStatus) + func (o *NFProfile) SetNFType(v NFType) + func (o *NFProfile) SetNfServices(v []NFService) + func (o *NFProfile) SetPlmn(v PlmnId) + func (o *NFProfile) SetSNssais(v Snssai) + func (o NFProfile) MarshalJSON() ([]byte, error) + func (o NFProfile) ToMap() (map[string]interface{}, error) + type NFService struct + AllowedNfTypes []NFType + AllowedNssais []Snssai + AllowedPlmns *PlmnId + ApiPrfix *string + Fqdn *string + InterPlmnFqdn *string + IpEndPoints []IpEndPoint + Schema *string + ServiceInstanceId *string + ServiceName *string + Version *string + func NewNFService() *NFService + func NewNFServiceWithDefaults() *NFService + func (o *NFService) GetAllowedNfTypes() []NFType + func (o *NFService) GetAllowedNfTypesOk() ([]NFType, bool) + func (o *NFService) GetAllowedNssais() []Snssai + func (o *NFService) GetAllowedNssaisOk() ([]Snssai, bool) + func (o *NFService) GetAllowedPlmns() PlmnId + func (o *NFService) GetAllowedPlmnsOk() (*PlmnId, bool) + func (o *NFService) GetApiPrfix() string + func (o *NFService) GetApiPrfixOk() (*string, 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) GetSchema() string + func (o *NFService) GetSchemaOk() (*string, bool) + func (o *NFService) GetServiceInstanceId() string + func (o *NFService) GetServiceInstanceIdOk() (*string, bool) + func (o *NFService) GetServiceName() string + func (o *NFService) GetServiceNameOk() (*string, bool) + func (o *NFService) GetVersion() string + func (o *NFService) GetVersionOk() (*string, bool) + func (o *NFService) HasAllowedNfTypes() bool + func (o *NFService) HasAllowedNssais() bool + func (o *NFService) HasAllowedPlmns() bool + func (o *NFService) HasApiPrfix() bool + func (o *NFService) HasFqdn() bool + func (o *NFService) HasInterPlmnFqdn() bool + func (o *NFService) HasIpEndPoints() bool + func (o *NFService) HasSchema() bool + func (o *NFService) HasServiceInstanceId() bool + func (o *NFService) HasServiceName() bool + func (o *NFService) HasVersion() bool + func (o *NFService) SetAllowedNfTypes(v []NFType) + func (o *NFService) SetAllowedNssais(v []Snssai) + func (o *NFService) SetAllowedPlmns(v PlmnId) + func (o *NFService) SetApiPrfix(v string) + func (o *NFService) SetFqdn(v string) + func (o *NFService) SetInterPlmnFqdn(v string) + func (o *NFService) SetIpEndPoints(v []IpEndPoint) + func (o *NFService) SetSchema(v string) + func (o *NFService) SetServiceInstanceId(v string) + func (o *NFService) SetServiceName(v string) + func (o *NFService) SetVersion(v string) + func (o NFService) MarshalJSON() ([]byte, error) + func (o NFService) ToMap() (map[string]interface{}, error) + type NFServiceType string + const NAMF_COMMUNICATION + const NAMF_EVENT_EXPOSURE + const NAMF_LOCATION + const NAMF_MT + const NSMF_EVENT_EXPOSURE + const NSMF_PDU_SESSION + const OTHERS + func NewNFServiceTypeFromValue(v string) (*NFServiceType, error) + func (v *NFServiceType) UnmarshalJSON(src []byte) error + func (v NFServiceType) IsValid() bool + func (v NFServiceType) Ptr() *NFServiceType + type NFStatus string + const REGISTERED + const SUSPENDED + func NewNFStatusFromValue(v string) (*NFStatus, error) + func (v *NFStatus) UnmarshalJSON(src []byte) error + func (v NFStatus) IsValid() bool + func (v NFStatus) Ptr() *NFStatus + type NFType string + const AANF + const ADRF + const AF + const AMF + const AUSF + const BSF + const CBCF + const CEF + const CHF + const DCCF + const DN + const DRA + const EASDF + const GBA_BSF + const GMLC + const HSS + const ICSCF + const IMS_AS + const LMF + const MBSF + const MBSTF + const MB_SMF + const MB_UPF + const MFAF + const MME + const MNPF + const N3_IWF + const NEF + const NRF + const NSACF + const NSSAAF + const NSSF + const NSWOF + const NWDAF + const PANF + const PCF + const PCSCF + const PKMF + const SCEF + const SCP + const SCSAS + const SCSCF + const SEPP + const SMF + const SMSF + const SMS_GMSC + const SMS_IWMSC + const SOR_AF + const SPAF + const TNGF + const TSCTSF + const TSN_AF + const TWIF + const UCMF + const UDM + const UDR + const UDSF + const UPF + const W_AGF + func NewNFTypeFromValue(v string) (*NFType, error) + func (v *NFType) UnmarshalJSON(src []byte) error + func (v NFType) IsValid() bool + func (v NFType) Ptr() *NFType + type NRTACRange struct + NRTACend *string + NRTACpattern *string + NRTACstart *string + func NewNRTACRange() *NRTACRange + func NewNRTACRangeWithDefaults() *NRTACRange + func (o *NRTACRange) GetNRTACend() string + func (o *NRTACRange) GetNRTACendOk() (*string, bool) + func (o *NRTACRange) GetNRTACpattern() string + func (o *NRTACRange) GetNRTACpatternOk() (*string, bool) + func (o *NRTACRange) GetNRTACstart() string + func (o *NRTACRange) GetNRTACstartOk() (*string, bool) + func (o *NRTACRange) HasNRTACend() bool + func (o *NRTACRange) HasNRTACpattern() bool + func (o *NRTACRange) HasNRTACstart() bool + func (o *NRTACRange) SetNRTACend(v string) + func (o *NRTACRange) SetNRTACpattern(v string) + func (o *NRTACRange) SetNRTACstart(v string) + func (o NRTACRange) MarshalJSON() ([]byte, error) + func (o NRTACRange) ToMap() (map[string]interface{}, error) + type NefFunctionSingle struct + Attributes *ManagedFunctionAttr + EPN33 []EPN33Single + Id NullableString + ManagedNFService []ManagedNFServiceSingle + ObjectClass *string + ObjectInstance *string + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + VsDataContainer []VsDataContainerSingle + func NewNefFunctionSingle(id NullableString) *NefFunctionSingle + func NewNefFunctionSingleWithDefaults() *NefFunctionSingle + func (o *NefFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *NefFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *NefFunctionSingle) GetEPN33() []EPN33Single + func (o *NefFunctionSingle) GetEPN33Ok() ([]EPN33Single, bool) + func (o *NefFunctionSingle) GetId() string + func (o *NefFunctionSingle) GetIdOk() (*string, bool) + func (o *NefFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle + func (o *NefFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool) + func (o *NefFunctionSingle) GetObjectClass() string + func (o *NefFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *NefFunctionSingle) GetObjectInstance() string + func (o *NefFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *NefFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle + func (o *NefFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *NefFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *NefFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *NefFunctionSingle) GetTraceJob() []TraceJobSingle + func (o *NefFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *NefFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *NefFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *NefFunctionSingle) HasAttributes() bool + func (o *NefFunctionSingle) HasEPN33() bool + func (o *NefFunctionSingle) HasManagedNFService() bool + func (o *NefFunctionSingle) HasObjectClass() bool + func (o *NefFunctionSingle) HasObjectInstance() bool + func (o *NefFunctionSingle) HasPerfMetricJob() bool + func (o *NefFunctionSingle) HasThresholdMonitor() bool + func (o *NefFunctionSingle) HasTraceJob() bool + func (o *NefFunctionSingle) HasVsDataContainer() bool + func (o *NefFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *NefFunctionSingle) SetEPN33(v []EPN33Single) + func (o *NefFunctionSingle) SetId(v string) + func (o *NefFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle) + func (o *NefFunctionSingle) SetObjectClass(v string) + func (o *NefFunctionSingle) SetObjectInstance(v string) + func (o *NefFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *NefFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *NefFunctionSingle) SetTraceJob(v []TraceJobSingle) + func (o *NefFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o NefFunctionSingle) MarshalJSON() ([]byte, error) + func (o NefFunctionSingle) ToMap() (map[string]interface{}, error) + type NefFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewNefFunctionSingleAllOf() *NefFunctionSingleAllOf + func NewNefFunctionSingleAllOfWithDefaults() *NefFunctionSingleAllOf + func (o *NefFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *NefFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *NefFunctionSingleAllOf) HasAttributes() bool + func (o *NefFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o NefFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o NefFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type NefFunctionSingleAllOf1 struct + EPN33 []EPN33Single + func NewNefFunctionSingleAllOf1() *NefFunctionSingleAllOf1 + func NewNefFunctionSingleAllOf1WithDefaults() *NefFunctionSingleAllOf1 + func (o *NefFunctionSingleAllOf1) GetEPN33() []EPN33Single + func (o *NefFunctionSingleAllOf1) GetEPN33Ok() ([]EPN33Single, bool) + func (o *NefFunctionSingleAllOf1) HasEPN33() bool + func (o *NefFunctionSingleAllOf1) SetEPN33(v []EPN33Single) + func (o NefFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + func (o NefFunctionSingleAllOf1) ToMap() (map[string]interface{}, error) + type NefFunctionSingleAllOfAttributes struct + AfEeData *AfEventExposureData + CapabilityList []string + Dnai *string + DnaiList []string + ExternalGroupIdentifiersRanges []IdentityRange + GpsiRanges []IdentityRange + IsCAPIFSup *bool + ManagedNFProfile *ManagedNFProfile + NefId *string + PeeParametersList []PeeParameter + PfdData *PfdData + PriorityLabel *int32 + SBIFqdn *string + ServedFqdnList []string + SnssaiList []Snssai + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + TaiList []Tai + TaiRangeList []TaiRange + UasNfFunctionalityInd *bool + UnTrustAfInfoList []UnTrustAfInfo + UserLabel *string + VnfParametersList []VnfParameter + func NewNefFunctionSingleAllOfAttributes() *NefFunctionSingleAllOfAttributes + func NewNefFunctionSingleAllOfAttributesWithDefaults() *NefFunctionSingleAllOfAttributes + func (o *NefFunctionSingleAllOfAttributes) GetAfEeData() AfEventExposureData + func (o *NefFunctionSingleAllOfAttributes) GetAfEeDataOk() (*AfEventExposureData, bool) + func (o *NefFunctionSingleAllOfAttributes) GetCapabilityList() []string + func (o *NefFunctionSingleAllOfAttributes) GetCapabilityListOk() ([]string, bool) + func (o *NefFunctionSingleAllOfAttributes) GetDnai() string + func (o *NefFunctionSingleAllOfAttributes) GetDnaiList() []string + func (o *NefFunctionSingleAllOfAttributes) GetDnaiListOk() ([]string, bool) + func (o *NefFunctionSingleAllOfAttributes) GetDnaiOk() (*string, bool) + func (o *NefFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRanges() []IdentityRange + func (o *NefFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool) + func (o *NefFunctionSingleAllOfAttributes) GetGpsiRanges() []IdentityRange + func (o *NefFunctionSingleAllOfAttributes) GetGpsiRangesOk() ([]IdentityRange, bool) + func (o *NefFunctionSingleAllOfAttributes) GetIsCAPIFSup() bool + func (o *NefFunctionSingleAllOfAttributes) GetIsCAPIFSupOk() (*bool, bool) + func (o *NefFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile + func (o *NefFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *NefFunctionSingleAllOfAttributes) GetNefId() string + func (o *NefFunctionSingleAllOfAttributes) GetNefIdOk() (*string, bool) + func (o *NefFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *NefFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *NefFunctionSingleAllOfAttributes) GetPfdData() PfdData + func (o *NefFunctionSingleAllOfAttributes) GetPfdDataOk() (*PfdData, bool) + func (o *NefFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *NefFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *NefFunctionSingleAllOfAttributes) GetSBIFqdn() string + func (o *NefFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool) + func (o *NefFunctionSingleAllOfAttributes) GetServedFqdnList() []string + func (o *NefFunctionSingleAllOfAttributes) GetServedFqdnListOk() ([]string, bool) + func (o *NefFunctionSingleAllOfAttributes) GetSnssaiList() []Snssai + func (o *NefFunctionSingleAllOfAttributes) GetSnssaiListOk() ([]Snssai, bool) + func (o *NefFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *NefFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *NefFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *NefFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *NefFunctionSingleAllOfAttributes) GetTaiList() []Tai + func (o *NefFunctionSingleAllOfAttributes) GetTaiListOk() ([]Tai, bool) + func (o *NefFunctionSingleAllOfAttributes) GetTaiRangeList() []TaiRange + func (o *NefFunctionSingleAllOfAttributes) GetTaiRangeListOk() ([]TaiRange, bool) + func (o *NefFunctionSingleAllOfAttributes) GetUasNfFunctionalityInd() bool + func (o *NefFunctionSingleAllOfAttributes) GetUasNfFunctionalityIndOk() (*bool, bool) + func (o *NefFunctionSingleAllOfAttributes) GetUnTrustAfInfoList() []UnTrustAfInfo + func (o *NefFunctionSingleAllOfAttributes) GetUnTrustAfInfoListOk() ([]UnTrustAfInfo, bool) + func (o *NefFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *NefFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *NefFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *NefFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *NefFunctionSingleAllOfAttributes) HasAfEeData() bool + func (o *NefFunctionSingleAllOfAttributes) HasCapabilityList() bool + func (o *NefFunctionSingleAllOfAttributes) HasDnai() bool + func (o *NefFunctionSingleAllOfAttributes) HasDnaiList() bool + func (o *NefFunctionSingleAllOfAttributes) HasExternalGroupIdentifiersRanges() bool + func (o *NefFunctionSingleAllOfAttributes) HasGpsiRanges() bool + func (o *NefFunctionSingleAllOfAttributes) HasIsCAPIFSup() bool + func (o *NefFunctionSingleAllOfAttributes) HasManagedNFProfile() bool + func (o *NefFunctionSingleAllOfAttributes) HasNefId() bool + func (o *NefFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *NefFunctionSingleAllOfAttributes) HasPfdData() bool + func (o *NefFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *NefFunctionSingleAllOfAttributes) HasSBIFqdn() bool + func (o *NefFunctionSingleAllOfAttributes) HasServedFqdnList() bool + func (o *NefFunctionSingleAllOfAttributes) HasSnssaiList() bool + func (o *NefFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *NefFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *NefFunctionSingleAllOfAttributes) HasTaiList() bool + func (o *NefFunctionSingleAllOfAttributes) HasTaiRangeList() bool + func (o *NefFunctionSingleAllOfAttributes) HasUasNfFunctionalityInd() bool + func (o *NefFunctionSingleAllOfAttributes) HasUnTrustAfInfoList() bool + func (o *NefFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *NefFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *NefFunctionSingleAllOfAttributes) SetAfEeData(v AfEventExposureData) + func (o *NefFunctionSingleAllOfAttributes) SetCapabilityList(v []string) + func (o *NefFunctionSingleAllOfAttributes) SetDnai(v string) + func (o *NefFunctionSingleAllOfAttributes) SetDnaiList(v []string) + func (o *NefFunctionSingleAllOfAttributes) SetExternalGroupIdentifiersRanges(v []IdentityRange) + func (o *NefFunctionSingleAllOfAttributes) SetGpsiRanges(v []IdentityRange) + func (o *NefFunctionSingleAllOfAttributes) SetIsCAPIFSup(v bool) + func (o *NefFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile) + func (o *NefFunctionSingleAllOfAttributes) SetNefId(v string) + func (o *NefFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *NefFunctionSingleAllOfAttributes) SetPfdData(v PfdData) + func (o *NefFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *NefFunctionSingleAllOfAttributes) SetSBIFqdn(v string) + func (o *NefFunctionSingleAllOfAttributes) SetServedFqdnList(v []string) + func (o *NefFunctionSingleAllOfAttributes) SetSnssaiList(v []Snssai) + func (o *NefFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *NefFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *NefFunctionSingleAllOfAttributes) SetTaiList(v []Tai) + func (o *NefFunctionSingleAllOfAttributes) SetTaiRangeList(v []TaiRange) + func (o *NefFunctionSingleAllOfAttributes) SetUasNfFunctionalityInd(v bool) + func (o *NefFunctionSingleAllOfAttributes) SetUnTrustAfInfoList(v []UnTrustAfInfo) + func (o *NefFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *NefFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o NefFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o NefFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type NefFunctionSingleAllOfAttributesAllOf struct + AfEeData *AfEventExposureData + CapabilityList []string + Dnai *string + DnaiList []string + ExternalGroupIdentifiersRanges []IdentityRange + GpsiRanges []IdentityRange + IsCAPIFSup *bool + ManagedNFProfile *ManagedNFProfile + NefId *string + PfdData *PfdData + SBIFqdn *string + ServedFqdnList []string + SnssaiList []Snssai + TaiList []Tai + TaiRangeList []TaiRange + UasNfFunctionalityInd *bool + UnTrustAfInfoList []UnTrustAfInfo + func NewNefFunctionSingleAllOfAttributesAllOf() *NefFunctionSingleAllOfAttributesAllOf + func NewNefFunctionSingleAllOfAttributesAllOfWithDefaults() *NefFunctionSingleAllOfAttributesAllOf + func (o *NefFunctionSingleAllOfAttributesAllOf) GetAfEeData() AfEventExposureData + func (o *NefFunctionSingleAllOfAttributesAllOf) GetAfEeDataOk() (*AfEventExposureData, bool) + func (o *NefFunctionSingleAllOfAttributesAllOf) GetCapabilityList() []string + func (o *NefFunctionSingleAllOfAttributesAllOf) GetCapabilityListOk() ([]string, bool) + func (o *NefFunctionSingleAllOfAttributesAllOf) GetDnai() string + func (o *NefFunctionSingleAllOfAttributesAllOf) GetDnaiList() []string + func (o *NefFunctionSingleAllOfAttributesAllOf) GetDnaiListOk() ([]string, bool) + func (o *NefFunctionSingleAllOfAttributesAllOf) GetDnaiOk() (*string, bool) + func (o *NefFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRanges() []IdentityRange + func (o *NefFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool) + func (o *NefFunctionSingleAllOfAttributesAllOf) GetGpsiRanges() []IdentityRange + func (o *NefFunctionSingleAllOfAttributesAllOf) GetGpsiRangesOk() ([]IdentityRange, bool) + func (o *NefFunctionSingleAllOfAttributesAllOf) GetIsCAPIFSup() bool + func (o *NefFunctionSingleAllOfAttributesAllOf) GetIsCAPIFSupOk() (*bool, bool) + func (o *NefFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile + func (o *NefFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *NefFunctionSingleAllOfAttributesAllOf) GetNefId() string + func (o *NefFunctionSingleAllOfAttributesAllOf) GetNefIdOk() (*string, bool) + func (o *NefFunctionSingleAllOfAttributesAllOf) GetPfdData() PfdData + func (o *NefFunctionSingleAllOfAttributesAllOf) GetPfdDataOk() (*PfdData, bool) + func (o *NefFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string + func (o *NefFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool) + func (o *NefFunctionSingleAllOfAttributesAllOf) GetServedFqdnList() []string + func (o *NefFunctionSingleAllOfAttributesAllOf) GetServedFqdnListOk() ([]string, bool) + func (o *NefFunctionSingleAllOfAttributesAllOf) GetSnssaiList() []Snssai + func (o *NefFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk() ([]Snssai, bool) + func (o *NefFunctionSingleAllOfAttributesAllOf) GetTaiList() []Tai + func (o *NefFunctionSingleAllOfAttributesAllOf) GetTaiListOk() ([]Tai, bool) + func (o *NefFunctionSingleAllOfAttributesAllOf) GetTaiRangeList() []TaiRange + func (o *NefFunctionSingleAllOfAttributesAllOf) GetTaiRangeListOk() ([]TaiRange, bool) + func (o *NefFunctionSingleAllOfAttributesAllOf) GetUasNfFunctionalityInd() bool + func (o *NefFunctionSingleAllOfAttributesAllOf) GetUasNfFunctionalityIndOk() (*bool, bool) + func (o *NefFunctionSingleAllOfAttributesAllOf) GetUnTrustAfInfoList() []UnTrustAfInfo + func (o *NefFunctionSingleAllOfAttributesAllOf) GetUnTrustAfInfoListOk() ([]UnTrustAfInfo, bool) + func (o *NefFunctionSingleAllOfAttributesAllOf) HasAfEeData() bool + func (o *NefFunctionSingleAllOfAttributesAllOf) HasCapabilityList() bool + func (o *NefFunctionSingleAllOfAttributesAllOf) HasDnai() bool + func (o *NefFunctionSingleAllOfAttributesAllOf) HasDnaiList() bool + func (o *NefFunctionSingleAllOfAttributesAllOf) HasExternalGroupIdentifiersRanges() bool + func (o *NefFunctionSingleAllOfAttributesAllOf) HasGpsiRanges() bool + func (o *NefFunctionSingleAllOfAttributesAllOf) HasIsCAPIFSup() bool + func (o *NefFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool + func (o *NefFunctionSingleAllOfAttributesAllOf) HasNefId() bool + func (o *NefFunctionSingleAllOfAttributesAllOf) HasPfdData() bool + func (o *NefFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool + func (o *NefFunctionSingleAllOfAttributesAllOf) HasServedFqdnList() bool + func (o *NefFunctionSingleAllOfAttributesAllOf) HasSnssaiList() bool + func (o *NefFunctionSingleAllOfAttributesAllOf) HasTaiList() bool + func (o *NefFunctionSingleAllOfAttributesAllOf) HasTaiRangeList() bool + func (o *NefFunctionSingleAllOfAttributesAllOf) HasUasNfFunctionalityInd() bool + func (o *NefFunctionSingleAllOfAttributesAllOf) HasUnTrustAfInfoList() bool + func (o *NefFunctionSingleAllOfAttributesAllOf) SetAfEeData(v AfEventExposureData) + func (o *NefFunctionSingleAllOfAttributesAllOf) SetCapabilityList(v []string) + func (o *NefFunctionSingleAllOfAttributesAllOf) SetDnai(v string) + func (o *NefFunctionSingleAllOfAttributesAllOf) SetDnaiList(v []string) + func (o *NefFunctionSingleAllOfAttributesAllOf) SetExternalGroupIdentifiersRanges(v []IdentityRange) + func (o *NefFunctionSingleAllOfAttributesAllOf) SetGpsiRanges(v []IdentityRange) + func (o *NefFunctionSingleAllOfAttributesAllOf) SetIsCAPIFSup(v bool) + func (o *NefFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile) + func (o *NefFunctionSingleAllOfAttributesAllOf) SetNefId(v string) + func (o *NefFunctionSingleAllOfAttributesAllOf) SetPfdData(v PfdData) + func (o *NefFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string) + func (o *NefFunctionSingleAllOfAttributesAllOf) SetServedFqdnList(v []string) + func (o *NefFunctionSingleAllOfAttributesAllOf) SetSnssaiList(v []Snssai) + func (o *NefFunctionSingleAllOfAttributesAllOf) SetTaiList(v []Tai) + func (o *NefFunctionSingleAllOfAttributesAllOf) SetTaiRangeList(v []TaiRange) + func (o *NefFunctionSingleAllOfAttributesAllOf) SetUasNfFunctionalityInd(v bool) + func (o *NefFunctionSingleAllOfAttributesAllOf) SetUnTrustAfInfoList(v []UnTrustAfInfo) + func (o NefFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o NefFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type NetworkSliceInfo struct + CNSIId *string + NetworkSliceRef []string + SNSSAI *Snssai + func NewNetworkSliceInfo() *NetworkSliceInfo + func NewNetworkSliceInfoWithDefaults() *NetworkSliceInfo + func (o *NetworkSliceInfo) GetCNSIId() string + func (o *NetworkSliceInfo) GetCNSIIdOk() (*string, bool) + func (o *NetworkSliceInfo) GetNetworkSliceRef() []string + func (o *NetworkSliceInfo) GetNetworkSliceRefOk() ([]string, bool) + func (o *NetworkSliceInfo) GetSNSSAI() Snssai + func (o *NetworkSliceInfo) GetSNSSAIOk() (*Snssai, bool) + func (o *NetworkSliceInfo) HasCNSIId() bool + func (o *NetworkSliceInfo) HasNetworkSliceRef() bool + func (o *NetworkSliceInfo) HasSNSSAI() bool + func (o *NetworkSliceInfo) SetCNSIId(v string) + func (o *NetworkSliceInfo) SetNetworkSliceRef(v []string) + func (o *NetworkSliceInfo) SetSNSSAI(v Snssai) + func (o NetworkSliceInfo) MarshalJSON() ([]byte, error) + func (o NetworkSliceInfo) ToMap() (map[string]interface{}, error) + type NgeirFunctionSingle struct + Attributes *ManagedFunctionAttr + EPN17 []EPN17Single + Id NullableString + ManagedNFService []ManagedNFServiceSingle + ObjectClass *string + ObjectInstance *string + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + VsDataContainer []VsDataContainerSingle + func NewNgeirFunctionSingle(id NullableString) *NgeirFunctionSingle + func NewNgeirFunctionSingleWithDefaults() *NgeirFunctionSingle + func (o *NgeirFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *NgeirFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *NgeirFunctionSingle) GetEPN17() []EPN17Single + func (o *NgeirFunctionSingle) GetEPN17Ok() ([]EPN17Single, bool) + func (o *NgeirFunctionSingle) GetId() string + func (o *NgeirFunctionSingle) GetIdOk() (*string, bool) + func (o *NgeirFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle + func (o *NgeirFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool) + func (o *NgeirFunctionSingle) GetObjectClass() string + func (o *NgeirFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *NgeirFunctionSingle) GetObjectInstance() string + func (o *NgeirFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *NgeirFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle + func (o *NgeirFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *NgeirFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *NgeirFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *NgeirFunctionSingle) GetTraceJob() []TraceJobSingle + func (o *NgeirFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *NgeirFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *NgeirFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *NgeirFunctionSingle) HasAttributes() bool + func (o *NgeirFunctionSingle) HasEPN17() bool + func (o *NgeirFunctionSingle) HasManagedNFService() bool + func (o *NgeirFunctionSingle) HasObjectClass() bool + func (o *NgeirFunctionSingle) HasObjectInstance() bool + func (o *NgeirFunctionSingle) HasPerfMetricJob() bool + func (o *NgeirFunctionSingle) HasThresholdMonitor() bool + func (o *NgeirFunctionSingle) HasTraceJob() bool + func (o *NgeirFunctionSingle) HasVsDataContainer() bool + func (o *NgeirFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *NgeirFunctionSingle) SetEPN17(v []EPN17Single) + func (o *NgeirFunctionSingle) SetId(v string) + func (o *NgeirFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle) + func (o *NgeirFunctionSingle) SetObjectClass(v string) + func (o *NgeirFunctionSingle) SetObjectInstance(v string) + func (o *NgeirFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *NgeirFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *NgeirFunctionSingle) SetTraceJob(v []TraceJobSingle) + func (o *NgeirFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o NgeirFunctionSingle) MarshalJSON() ([]byte, error) + func (o NgeirFunctionSingle) ToMap() (map[string]interface{}, error) + type NgeirFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewNgeirFunctionSingleAllOf() *NgeirFunctionSingleAllOf + func NewNgeirFunctionSingleAllOfWithDefaults() *NgeirFunctionSingleAllOf + func (o *NgeirFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *NgeirFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *NgeirFunctionSingleAllOf) HasAttributes() bool + func (o *NgeirFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o NgeirFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o NgeirFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type NgeirFunctionSingleAllOf1 struct + EPN17 []EPN17Single + func NewNgeirFunctionSingleAllOf1() *NgeirFunctionSingleAllOf1 + func NewNgeirFunctionSingleAllOf1WithDefaults() *NgeirFunctionSingleAllOf1 + func (o *NgeirFunctionSingleAllOf1) GetEPN17() []EPN17Single + func (o *NgeirFunctionSingleAllOf1) GetEPN17Ok() ([]EPN17Single, bool) + func (o *NgeirFunctionSingleAllOf1) HasEPN17() bool + func (o *NgeirFunctionSingleAllOf1) SetEPN17(v []EPN17Single) + func (o NgeirFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + func (o NgeirFunctionSingleAllOf1) ToMap() (map[string]interface{}, error) + type NgeirFunctionSingleAllOfAttributes struct + CommModelList []CommModel + ManagedNFProfile *ManagedNFProfile + PeeParametersList []PeeParameter + PlmnIdList []PlmnId + PriorityLabel *int32 + SBIFqdn *string + SnssaiList []Snssai + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + VnfParametersList []VnfParameter + func NewNgeirFunctionSingleAllOfAttributes() *NgeirFunctionSingleAllOfAttributes + func NewNgeirFunctionSingleAllOfAttributesWithDefaults() *NgeirFunctionSingleAllOfAttributes + func (o *NgeirFunctionSingleAllOfAttributes) GetCommModelList() []CommModel + func (o *NgeirFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool) + func (o *NgeirFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile + func (o *NgeirFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *NgeirFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *NgeirFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *NgeirFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId + func (o *NgeirFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool) + func (o *NgeirFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *NgeirFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *NgeirFunctionSingleAllOfAttributes) GetSBIFqdn() string + func (o *NgeirFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool) + func (o *NgeirFunctionSingleAllOfAttributes) GetSnssaiList() []Snssai + func (o *NgeirFunctionSingleAllOfAttributes) GetSnssaiListOk() ([]Snssai, bool) + func (o *NgeirFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *NgeirFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *NgeirFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *NgeirFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *NgeirFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *NgeirFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *NgeirFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *NgeirFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *NgeirFunctionSingleAllOfAttributes) HasCommModelList() bool + func (o *NgeirFunctionSingleAllOfAttributes) HasManagedNFProfile() bool + func (o *NgeirFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *NgeirFunctionSingleAllOfAttributes) HasPlmnIdList() bool + func (o *NgeirFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *NgeirFunctionSingleAllOfAttributes) HasSBIFqdn() bool + func (o *NgeirFunctionSingleAllOfAttributes) HasSnssaiList() bool + func (o *NgeirFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *NgeirFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *NgeirFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *NgeirFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *NgeirFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel) + func (o *NgeirFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile) + func (o *NgeirFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *NgeirFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId) + func (o *NgeirFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *NgeirFunctionSingleAllOfAttributes) SetSBIFqdn(v string) + func (o *NgeirFunctionSingleAllOfAttributes) SetSnssaiList(v []Snssai) + func (o *NgeirFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *NgeirFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *NgeirFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *NgeirFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o NgeirFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o NgeirFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type NgeirFunctionSingleAllOfAttributesAllOf struct + CommModelList []CommModel + ManagedNFProfile *ManagedNFProfile + PlmnIdList []PlmnId + SBIFqdn *string + SnssaiList []Snssai + func NewNgeirFunctionSingleAllOfAttributesAllOf() *NgeirFunctionSingleAllOfAttributesAllOf + func NewNgeirFunctionSingleAllOfAttributesAllOfWithDefaults() *NgeirFunctionSingleAllOfAttributesAllOf + func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel + func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool) + func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile + func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId + func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool) + func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string + func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool) + func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetSnssaiList() []Snssai + func (o *NgeirFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk() ([]Snssai, bool) + func (o *NgeirFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool + func (o *NgeirFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool + func (o *NgeirFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool + func (o *NgeirFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool + func (o *NgeirFunctionSingleAllOfAttributesAllOf) HasSnssaiList() bool + func (o *NgeirFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel) + func (o *NgeirFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile) + func (o *NgeirFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId) + func (o *NgeirFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string) + func (o *NgeirFunctionSingleAllOfAttributesAllOf) SetSnssaiList(v []Snssai) + func (o NgeirFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o NgeirFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type NodeFilter struct + AreaOfInterest *AreaOfInterest + CpUpType *string + NetworkDomain *string + Sst *int32 + func NewNodeFilter() *NodeFilter + func NewNodeFilterWithDefaults() *NodeFilter + func (o *NodeFilter) GetAreaOfInterest() AreaOfInterest + func (o *NodeFilter) GetAreaOfInterestOk() (*AreaOfInterest, bool) + func (o *NodeFilter) GetCpUpType() string + func (o *NodeFilter) GetCpUpTypeOk() (*string, bool) + func (o *NodeFilter) GetNetworkDomain() string + func (o *NodeFilter) GetNetworkDomainOk() (*string, bool) + func (o *NodeFilter) GetSst() int32 + func (o *NodeFilter) GetSstOk() (*int32, bool) + func (o *NodeFilter) HasAreaOfInterest() bool + func (o *NodeFilter) HasCpUpType() bool + func (o *NodeFilter) HasNetworkDomain() bool + func (o *NodeFilter) HasSst() bool + func (o *NodeFilter) SetAreaOfInterest(v AreaOfInterest) + func (o *NodeFilter) SetCpUpType(v string) + func (o *NodeFilter) SetNetworkDomain(v string) + func (o *NodeFilter) SetSst(v int32) + func (o NodeFilter) MarshalJSON() ([]byte, error) + func (o NodeFilter) ToMap() (map[string]interface{}, error) + type NotificationType string + const DATA_CHANGE_NOTIFICATION + const DATA_REMOVAL_NOTIFICATION + const LOCATION_NOTIFICATION + const LOCATION_UPDATE_NOTIFICATION + const N1_MESSAGES + const N2_INFORMATION + const NSSAA_REAUTH_NOTIFICATION + const NSSAA_REVOC_NOTIFICATION + func NewNotificationTypeFromValue(v string) (*NotificationType, error) + func (v *NotificationType) UnmarshalJSON(src []byte) error + func (v NotificationType) IsValid() bool + func (v NotificationType) Ptr() *NotificationType + type NotificationType1 struct + AlarmNotificationTypes *AlarmNotificationTypes + CmNotificationTypes *CmNotificationTypes + FileNotificationTypes *FileNotificationTypes + HeartbeatNotificationTypes *HeartbeatNotificationTypes + PerfNotificationTypes *PerfNotificationTypes + func AlarmNotificationTypesAsNotificationType1(v *AlarmNotificationTypes) NotificationType1 + func CmNotificationTypesAsNotificationType1(v *CmNotificationTypes) NotificationType1 + func FileNotificationTypesAsNotificationType1(v *FileNotificationTypes) NotificationType1 + func HeartbeatNotificationTypesAsNotificationType1(v *HeartbeatNotificationTypes) NotificationType1 + func PerfNotificationTypesAsNotificationType1(v *PerfNotificationTypes) NotificationType1 + func (dst *NotificationType1) UnmarshalJSON(data []byte) error + func (obj *NotificationType1) GetActualInstance() interface{} + func (src NotificationType1) MarshalJSON() ([]byte, error) + type NrfFunctionSingle struct + Attributes *ManagedFunctionAttr + EPN27 []EPN27Single + Id NullableString + ManagedNFService []ManagedNFServiceSingle + ObjectClass *string + ObjectInstance *string + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + VsDataContainer []VsDataContainerSingle + func NewNrfFunctionSingle(id NullableString) *NrfFunctionSingle + func NewNrfFunctionSingleWithDefaults() *NrfFunctionSingle + func (o *NrfFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *NrfFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *NrfFunctionSingle) GetEPN27() []EPN27Single + func (o *NrfFunctionSingle) GetEPN27Ok() ([]EPN27Single, bool) + func (o *NrfFunctionSingle) GetId() string + func (o *NrfFunctionSingle) GetIdOk() (*string, bool) + func (o *NrfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle + func (o *NrfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool) + func (o *NrfFunctionSingle) GetObjectClass() string + func (o *NrfFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *NrfFunctionSingle) GetObjectInstance() string + func (o *NrfFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *NrfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle + func (o *NrfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *NrfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *NrfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *NrfFunctionSingle) GetTraceJob() []TraceJobSingle + func (o *NrfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *NrfFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *NrfFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *NrfFunctionSingle) HasAttributes() bool + func (o *NrfFunctionSingle) HasEPN27() bool + func (o *NrfFunctionSingle) HasManagedNFService() bool + func (o *NrfFunctionSingle) HasObjectClass() bool + func (o *NrfFunctionSingle) HasObjectInstance() bool + func (o *NrfFunctionSingle) HasPerfMetricJob() bool + func (o *NrfFunctionSingle) HasThresholdMonitor() bool + func (o *NrfFunctionSingle) HasTraceJob() bool + func (o *NrfFunctionSingle) HasVsDataContainer() bool + func (o *NrfFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *NrfFunctionSingle) SetEPN27(v []EPN27Single) + func (o *NrfFunctionSingle) SetId(v string) + func (o *NrfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle) + func (o *NrfFunctionSingle) SetObjectClass(v string) + func (o *NrfFunctionSingle) SetObjectInstance(v string) + func (o *NrfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *NrfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *NrfFunctionSingle) SetTraceJob(v []TraceJobSingle) + func (o *NrfFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o NrfFunctionSingle) MarshalJSON() ([]byte, error) + func (o NrfFunctionSingle) ToMap() (map[string]interface{}, error) + type NrfFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewNrfFunctionSingleAllOf() *NrfFunctionSingleAllOf + func NewNrfFunctionSingleAllOfWithDefaults() *NrfFunctionSingleAllOf + func (o *NrfFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *NrfFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *NrfFunctionSingleAllOf) HasAttributes() bool + func (o *NrfFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o NrfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o NrfFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type NrfFunctionSingleAllOf1 struct + EPN27 []EPN27Single + func NewNrfFunctionSingleAllOf1() *NrfFunctionSingleAllOf1 + func NewNrfFunctionSingleAllOf1WithDefaults() *NrfFunctionSingleAllOf1 + func (o *NrfFunctionSingleAllOf1) GetEPN27() []EPN27Single + func (o *NrfFunctionSingleAllOf1) GetEPN27Ok() ([]EPN27Single, bool) + func (o *NrfFunctionSingleAllOf1) HasEPN27() bool + func (o *NrfFunctionSingleAllOf1) SetEPN27(v []EPN27Single) + func (o NrfFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + func (o NrfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error) + type NrfFunctionSingleAllOfAttributes struct + CNSIIdList []string + NFProfileList []NFProfile + PeeParametersList []PeeParameter + PlmnIdList []PlmnId + PriorityLabel *int32 + SBIFqdn *string + SnssaiList []Snssai + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + VnfParametersList []VnfParameter + func NewNrfFunctionSingleAllOfAttributes() *NrfFunctionSingleAllOfAttributes + func NewNrfFunctionSingleAllOfAttributesWithDefaults() *NrfFunctionSingleAllOfAttributes + func (o *NrfFunctionSingleAllOfAttributes) GetCNSIIdList() []string + func (o *NrfFunctionSingleAllOfAttributes) GetCNSIIdListOk() ([]string, bool) + func (o *NrfFunctionSingleAllOfAttributes) GetNFProfileList() []NFProfile + func (o *NrfFunctionSingleAllOfAttributes) GetNFProfileListOk() ([]NFProfile, bool) + func (o *NrfFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *NrfFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *NrfFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId + func (o *NrfFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool) + func (o *NrfFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *NrfFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *NrfFunctionSingleAllOfAttributes) GetSBIFqdn() string + func (o *NrfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool) + func (o *NrfFunctionSingleAllOfAttributes) GetSnssaiList() []Snssai + func (o *NrfFunctionSingleAllOfAttributes) GetSnssaiListOk() ([]Snssai, bool) + func (o *NrfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *NrfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *NrfFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *NrfFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *NrfFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *NrfFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *NrfFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *NrfFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *NrfFunctionSingleAllOfAttributes) HasCNSIIdList() bool + func (o *NrfFunctionSingleAllOfAttributes) HasNFProfileList() bool + func (o *NrfFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *NrfFunctionSingleAllOfAttributes) HasPlmnIdList() bool + func (o *NrfFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *NrfFunctionSingleAllOfAttributes) HasSBIFqdn() bool + func (o *NrfFunctionSingleAllOfAttributes) HasSnssaiList() bool + func (o *NrfFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *NrfFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *NrfFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *NrfFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *NrfFunctionSingleAllOfAttributes) SetCNSIIdList(v []string) + func (o *NrfFunctionSingleAllOfAttributes) SetNFProfileList(v []NFProfile) + func (o *NrfFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *NrfFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId) + func (o *NrfFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *NrfFunctionSingleAllOfAttributes) SetSBIFqdn(v string) + func (o *NrfFunctionSingleAllOfAttributes) SetSnssaiList(v []Snssai) + func (o *NrfFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *NrfFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *NrfFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *NrfFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o NrfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o NrfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type NrfFunctionSingleAllOfAttributesAllOf struct + CNSIIdList []string + NFProfileList []NFProfile + PlmnIdList []PlmnId + SBIFqdn *string + SnssaiList []Snssai + func NewNrfFunctionSingleAllOfAttributesAllOf() *NrfFunctionSingleAllOfAttributesAllOf + func NewNrfFunctionSingleAllOfAttributesAllOfWithDefaults() *NrfFunctionSingleAllOfAttributesAllOf + func (o *NrfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList() []string + func (o *NrfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk() ([]string, bool) + func (o *NrfFunctionSingleAllOfAttributesAllOf) GetNFProfileList() []NFProfile + func (o *NrfFunctionSingleAllOfAttributesAllOf) GetNFProfileListOk() ([]NFProfile, bool) + func (o *NrfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId + func (o *NrfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool) + func (o *NrfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string + func (o *NrfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool) + func (o *NrfFunctionSingleAllOfAttributesAllOf) GetSnssaiList() []Snssai + func (o *NrfFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk() ([]Snssai, bool) + func (o *NrfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList() bool + func (o *NrfFunctionSingleAllOfAttributesAllOf) HasNFProfileList() bool + func (o *NrfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool + func (o *NrfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool + func (o *NrfFunctionSingleAllOfAttributesAllOf) HasSnssaiList() bool + func (o *NrfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList(v []string) + func (o *NrfFunctionSingleAllOfAttributesAllOf) SetNFProfileList(v []NFProfile) + func (o *NrfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId) + func (o *NrfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string) + func (o *NrfFunctionSingleAllOfAttributesAllOf) SetSnssaiList(v []Snssai) + func (o NrfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o NrfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type NsacfCapability struct + SupportPduSAC *bool + SupportUeSAC *bool + func NewNsacfCapability() *NsacfCapability + func NewNsacfCapabilityWithDefaults() *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) SetSupportPduSAC(v bool) + func (o *NsacfCapability) SetSupportUeSAC(v bool) + func (o NsacfCapability) MarshalJSON() ([]byte, error) + func (o NsacfCapability) ToMap() (map[string]interface{}, error) + type NsacfFunctionSingle struct + Attributes *ManagedFunctionAttr + EPN60 []EPN60Single + Id NullableString + ManagedNFService []ManagedNFServiceSingle + ObjectClass *string + ObjectInstance *string + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + VsDataContainer []VsDataContainerSingle + func NewNsacfFunctionSingle(id NullableString) *NsacfFunctionSingle + func NewNsacfFunctionSingleWithDefaults() *NsacfFunctionSingle + func (o *NsacfFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *NsacfFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *NsacfFunctionSingle) GetEPN60() []EPN60Single + func (o *NsacfFunctionSingle) GetEPN60Ok() ([]EPN60Single, bool) + func (o *NsacfFunctionSingle) GetId() string + func (o *NsacfFunctionSingle) GetIdOk() (*string, bool) + func (o *NsacfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle + func (o *NsacfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool) + func (o *NsacfFunctionSingle) GetObjectClass() string + func (o *NsacfFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *NsacfFunctionSingle) GetObjectInstance() string + func (o *NsacfFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *NsacfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle + func (o *NsacfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *NsacfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *NsacfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *NsacfFunctionSingle) GetTraceJob() []TraceJobSingle + func (o *NsacfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *NsacfFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *NsacfFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *NsacfFunctionSingle) HasAttributes() bool + func (o *NsacfFunctionSingle) HasEPN60() bool + func (o *NsacfFunctionSingle) HasManagedNFService() bool + func (o *NsacfFunctionSingle) HasObjectClass() bool + func (o *NsacfFunctionSingle) HasObjectInstance() bool + func (o *NsacfFunctionSingle) HasPerfMetricJob() bool + func (o *NsacfFunctionSingle) HasThresholdMonitor() bool + func (o *NsacfFunctionSingle) HasTraceJob() bool + func (o *NsacfFunctionSingle) HasVsDataContainer() bool + func (o *NsacfFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *NsacfFunctionSingle) SetEPN60(v []EPN60Single) + func (o *NsacfFunctionSingle) SetId(v string) + func (o *NsacfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle) + func (o *NsacfFunctionSingle) SetObjectClass(v string) + func (o *NsacfFunctionSingle) SetObjectInstance(v string) + func (o *NsacfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *NsacfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *NsacfFunctionSingle) SetTraceJob(v []TraceJobSingle) + func (o *NsacfFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o NsacfFunctionSingle) MarshalJSON() ([]byte, error) + func (o NsacfFunctionSingle) ToMap() (map[string]interface{}, error) + type NsacfFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewNsacfFunctionSingleAllOf() *NsacfFunctionSingleAllOf + func NewNsacfFunctionSingleAllOfWithDefaults() *NsacfFunctionSingleAllOf + func (o *NsacfFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *NsacfFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *NsacfFunctionSingleAllOf) HasAttributes() bool + func (o *NsacfFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o NsacfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o NsacfFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type NsacfFunctionSingleAllOf1 struct + EPN60 []EPN60Single + func NewNsacfFunctionSingleAllOf1() *NsacfFunctionSingleAllOf1 + func NewNsacfFunctionSingleAllOf1WithDefaults() *NsacfFunctionSingleAllOf1 + func (o *NsacfFunctionSingleAllOf1) GetEPN60() []EPN60Single + func (o *NsacfFunctionSingleAllOf1) GetEPN60Ok() ([]EPN60Single, bool) + func (o *NsacfFunctionSingleAllOf1) HasEPN60() bool + func (o *NsacfFunctionSingleAllOf1) SetEPN60(v []EPN60Single) + func (o NsacfFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + func (o NsacfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error) + type NsacfFunctionSingleAllOfAttributes struct + ManagedNFProfile *ManagedNFProfile + NsacfInfo *NsacfInfo + NsacfInfoSnssai []NsacfInfoSnssai + PeeParametersList []PeeParameter + PriorityLabel *int32 + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + VnfParametersList []VnfParameter + func NewNsacfFunctionSingleAllOfAttributes() *NsacfFunctionSingleAllOfAttributes + func NewNsacfFunctionSingleAllOfAttributesWithDefaults() *NsacfFunctionSingleAllOfAttributes + func (o *NsacfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile + func (o *NsacfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *NsacfFunctionSingleAllOfAttributes) GetNsacfInfo() NsacfInfo + func (o *NsacfFunctionSingleAllOfAttributes) GetNsacfInfoOk() (*NsacfInfo, bool) + func (o *NsacfFunctionSingleAllOfAttributes) GetNsacfInfoSnssai() []NsacfInfoSnssai + func (o *NsacfFunctionSingleAllOfAttributes) GetNsacfInfoSnssaiOk() ([]NsacfInfoSnssai, bool) + func (o *NsacfFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *NsacfFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *NsacfFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *NsacfFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *NsacfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *NsacfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *NsacfFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *NsacfFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *NsacfFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *NsacfFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *NsacfFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *NsacfFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *NsacfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool + func (o *NsacfFunctionSingleAllOfAttributes) HasNsacfInfo() bool + func (o *NsacfFunctionSingleAllOfAttributes) HasNsacfInfoSnssai() bool + func (o *NsacfFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *NsacfFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *NsacfFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *NsacfFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *NsacfFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *NsacfFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *NsacfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile) + func (o *NsacfFunctionSingleAllOfAttributes) SetNsacfInfo(v NsacfInfo) + func (o *NsacfFunctionSingleAllOfAttributes) SetNsacfInfoSnssai(v []NsacfInfoSnssai) + func (o *NsacfFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *NsacfFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *NsacfFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *NsacfFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *NsacfFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *NsacfFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o NsacfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o NsacfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type NsacfFunctionSingleAllOfAttributesAllOf struct + ManagedNFProfile *ManagedNFProfile + NsacfInfo *NsacfInfo + NsacfInfoSnssai []NsacfInfoSnssai + func NewNsacfFunctionSingleAllOfAttributesAllOf() *NsacfFunctionSingleAllOfAttributesAllOf + func NewNsacfFunctionSingleAllOfAttributesAllOfWithDefaults() *NsacfFunctionSingleAllOfAttributesAllOf + func (o *NsacfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile + func (o *NsacfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *NsacfFunctionSingleAllOfAttributesAllOf) GetNsacfInfo() NsacfInfo + func (o *NsacfFunctionSingleAllOfAttributesAllOf) GetNsacfInfoOk() (*NsacfInfo, bool) + func (o *NsacfFunctionSingleAllOfAttributesAllOf) GetNsacfInfoSnssai() []NsacfInfoSnssai + func (o *NsacfFunctionSingleAllOfAttributesAllOf) GetNsacfInfoSnssaiOk() ([]NsacfInfoSnssai, bool) + func (o *NsacfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool + func (o *NsacfFunctionSingleAllOfAttributesAllOf) HasNsacfInfo() bool + func (o *NsacfFunctionSingleAllOfAttributesAllOf) HasNsacfInfoSnssai() bool + func (o *NsacfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile) + func (o *NsacfFunctionSingleAllOfAttributesAllOf) SetNsacfInfo(v NsacfInfo) + func (o *NsacfFunctionSingleAllOfAttributesAllOf) SetNsacfInfoSnssai(v []NsacfInfoSnssai) + func (o NsacfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o NsacfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type NsacfInfo struct + NsacfCapability NsacfCapability + TaiList []Tai + TaiRangeList []TaiRange + func NewNsacfInfo(nsacfCapability NsacfCapability) *NsacfInfo + func NewNsacfInfoWithDefaults() *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) SetNsacfCapability(v NsacfCapability) + func (o *NsacfInfo) SetTaiList(v []Tai) + func (o *NsacfInfo) SetTaiRangeList(v []TaiRange) + func (o NsacfInfo) MarshalJSON() ([]byte, error) + func (o NsacfInfo) ToMap() (map[string]interface{}, error) + type NsacfInfoSnssai struct + ActiveEacThreshhold *int32 + DeactiveEacThreshhold *int32 + EACMode *string + IsSubjectToNsac *bool + MaxNumberofPDUSessions *int32 + MaxNumberofUEs *int32 + NumberofUEs *int32 + SnssaiInfo *SnssaiInfo + UEIdList []string + func NewNsacfInfoSnssai() *NsacfInfoSnssai + func NewNsacfInfoSnssaiWithDefaults() *NsacfInfoSnssai + func (o *NsacfInfoSnssai) GetActiveEacThreshhold() int32 + func (o *NsacfInfoSnssai) GetActiveEacThreshholdOk() (*int32, bool) + func (o *NsacfInfoSnssai) GetDeactiveEacThreshhold() int32 + func (o *NsacfInfoSnssai) GetDeactiveEacThreshholdOk() (*int32, bool) + func (o *NsacfInfoSnssai) GetEACMode() string + func (o *NsacfInfoSnssai) GetEACModeOk() (*string, bool) + func (o *NsacfInfoSnssai) GetIsSubjectToNsac() bool + func (o *NsacfInfoSnssai) GetIsSubjectToNsacOk() (*bool, bool) + func (o *NsacfInfoSnssai) GetMaxNumberofPDUSessions() int32 + func (o *NsacfInfoSnssai) GetMaxNumberofPDUSessionsOk() (*int32, bool) + func (o *NsacfInfoSnssai) GetMaxNumberofUEs() int32 + func (o *NsacfInfoSnssai) GetMaxNumberofUEsOk() (*int32, bool) + func (o *NsacfInfoSnssai) GetNumberofUEs() int32 + func (o *NsacfInfoSnssai) GetNumberofUEsOk() (*int32, bool) + func (o *NsacfInfoSnssai) GetSnssaiInfo() SnssaiInfo + func (o *NsacfInfoSnssai) GetSnssaiInfoOk() (*SnssaiInfo, bool) + func (o *NsacfInfoSnssai) GetUEIdList() []string + func (o *NsacfInfoSnssai) GetUEIdListOk() ([]string, bool) + func (o *NsacfInfoSnssai) HasActiveEacThreshhold() bool + func (o *NsacfInfoSnssai) HasDeactiveEacThreshhold() bool + func (o *NsacfInfoSnssai) HasEACMode() bool + func (o *NsacfInfoSnssai) HasIsSubjectToNsac() bool + func (o *NsacfInfoSnssai) HasMaxNumberofPDUSessions() bool + func (o *NsacfInfoSnssai) HasMaxNumberofUEs() bool + func (o *NsacfInfoSnssai) HasNumberofUEs() bool + func (o *NsacfInfoSnssai) HasSnssaiInfo() bool + func (o *NsacfInfoSnssai) HasUEIdList() bool + func (o *NsacfInfoSnssai) SetActiveEacThreshhold(v int32) + func (o *NsacfInfoSnssai) SetDeactiveEacThreshhold(v int32) + func (o *NsacfInfoSnssai) SetEACMode(v string) + func (o *NsacfInfoSnssai) SetIsSubjectToNsac(v bool) + func (o *NsacfInfoSnssai) SetMaxNumberofPDUSessions(v int32) + func (o *NsacfInfoSnssai) SetMaxNumberofUEs(v int32) + func (o *NsacfInfoSnssai) SetNumberofUEs(v int32) + func (o *NsacfInfoSnssai) SetSnssaiInfo(v SnssaiInfo) + func (o *NsacfInfoSnssai) SetUEIdList(v []string) + func (o NsacfInfoSnssai) MarshalJSON() ([]byte, error) + func (o NsacfInfoSnssai) ToMap() (map[string]interface{}, error) + type NssfFunctionSingle struct + Attributes *ManagedFunctionAttr + EPN22 []EPN22Single + EPN31 []EPN31Single + Id NullableString + ManagedNFService []ManagedNFServiceSingle + ObjectClass *string + ObjectInstance *string + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + VsDataContainer []VsDataContainerSingle + func NewNssfFunctionSingle(id NullableString) *NssfFunctionSingle + func NewNssfFunctionSingleWithDefaults() *NssfFunctionSingle + func (o *NssfFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *NssfFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *NssfFunctionSingle) GetEPN22() []EPN22Single + func (o *NssfFunctionSingle) GetEPN22Ok() ([]EPN22Single, bool) + func (o *NssfFunctionSingle) GetEPN31() []EPN31Single + func (o *NssfFunctionSingle) GetEPN31Ok() ([]EPN31Single, bool) + func (o *NssfFunctionSingle) GetId() string + func (o *NssfFunctionSingle) GetIdOk() (*string, bool) + func (o *NssfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle + func (o *NssfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool) + func (o *NssfFunctionSingle) GetObjectClass() string + func (o *NssfFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *NssfFunctionSingle) GetObjectInstance() string + func (o *NssfFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *NssfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle + func (o *NssfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *NssfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *NssfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *NssfFunctionSingle) GetTraceJob() []TraceJobSingle + func (o *NssfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *NssfFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *NssfFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *NssfFunctionSingle) HasAttributes() bool + func (o *NssfFunctionSingle) HasEPN22() bool + func (o *NssfFunctionSingle) HasEPN31() bool + func (o *NssfFunctionSingle) HasManagedNFService() bool + func (o *NssfFunctionSingle) HasObjectClass() bool + func (o *NssfFunctionSingle) HasObjectInstance() bool + func (o *NssfFunctionSingle) HasPerfMetricJob() bool + func (o *NssfFunctionSingle) HasThresholdMonitor() bool + func (o *NssfFunctionSingle) HasTraceJob() bool + func (o *NssfFunctionSingle) HasVsDataContainer() bool + func (o *NssfFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *NssfFunctionSingle) SetEPN22(v []EPN22Single) + func (o *NssfFunctionSingle) SetEPN31(v []EPN31Single) + func (o *NssfFunctionSingle) SetId(v string) + func (o *NssfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle) + func (o *NssfFunctionSingle) SetObjectClass(v string) + func (o *NssfFunctionSingle) SetObjectInstance(v string) + func (o *NssfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *NssfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *NssfFunctionSingle) SetTraceJob(v []TraceJobSingle) + func (o *NssfFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o NssfFunctionSingle) MarshalJSON() ([]byte, error) + func (o NssfFunctionSingle) ToMap() (map[string]interface{}, error) + type NssfFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewNssfFunctionSingleAllOf() *NssfFunctionSingleAllOf + func NewNssfFunctionSingleAllOfWithDefaults() *NssfFunctionSingleAllOf + func (o *NssfFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *NssfFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *NssfFunctionSingleAllOf) HasAttributes() bool + func (o *NssfFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o NssfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o NssfFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type NssfFunctionSingleAllOf1 struct + EPN22 []EPN22Single + EPN31 []EPN31Single + func NewNssfFunctionSingleAllOf1() *NssfFunctionSingleAllOf1 + func NewNssfFunctionSingleAllOf1WithDefaults() *NssfFunctionSingleAllOf1 + func (o *NssfFunctionSingleAllOf1) GetEPN22() []EPN22Single + func (o *NssfFunctionSingleAllOf1) GetEPN22Ok() ([]EPN22Single, bool) + func (o *NssfFunctionSingleAllOf1) GetEPN31() []EPN31Single + func (o *NssfFunctionSingleAllOf1) GetEPN31Ok() ([]EPN31Single, bool) + func (o *NssfFunctionSingleAllOf1) HasEPN22() bool + func (o *NssfFunctionSingleAllOf1) HasEPN31() bool + func (o *NssfFunctionSingleAllOf1) SetEPN22(v []EPN22Single) + func (o *NssfFunctionSingleAllOf1) SetEPN31(v []EPN31Single) + func (o NssfFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + func (o NssfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error) + type NssfFunctionSingleAllOfAttributes struct + CNSIIdList []string + CommModelList []CommModel + NFProfileList []NFProfile + PLMNInfoList []PlmnInfo + PeeParametersList []PeeParameter + PriorityLabel *int32 + SBIFqdn *string + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + VnfParametersList []VnfParameter + func NewNssfFunctionSingleAllOfAttributes() *NssfFunctionSingleAllOfAttributes + func NewNssfFunctionSingleAllOfAttributesWithDefaults() *NssfFunctionSingleAllOfAttributes + func (o *NssfFunctionSingleAllOfAttributes) GetCNSIIdList() []string + func (o *NssfFunctionSingleAllOfAttributes) GetCNSIIdListOk() ([]string, bool) + func (o *NssfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel + func (o *NssfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool) + func (o *NssfFunctionSingleAllOfAttributes) GetNFProfileList() []NFProfile + func (o *NssfFunctionSingleAllOfAttributes) GetNFProfileListOk() ([]NFProfile, bool) + func (o *NssfFunctionSingleAllOfAttributes) GetPLMNInfoList() []PlmnInfo + func (o *NssfFunctionSingleAllOfAttributes) GetPLMNInfoListOk() ([]PlmnInfo, bool) + func (o *NssfFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *NssfFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *NssfFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *NssfFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *NssfFunctionSingleAllOfAttributes) GetSBIFqdn() string + func (o *NssfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool) + func (o *NssfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *NssfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *NssfFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *NssfFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *NssfFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *NssfFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *NssfFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *NssfFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *NssfFunctionSingleAllOfAttributes) HasCNSIIdList() bool + func (o *NssfFunctionSingleAllOfAttributes) HasCommModelList() bool + func (o *NssfFunctionSingleAllOfAttributes) HasNFProfileList() bool + func (o *NssfFunctionSingleAllOfAttributes) HasPLMNInfoList() bool + func (o *NssfFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *NssfFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *NssfFunctionSingleAllOfAttributes) HasSBIFqdn() bool + func (o *NssfFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *NssfFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *NssfFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *NssfFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *NssfFunctionSingleAllOfAttributes) SetCNSIIdList(v []string) + func (o *NssfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel) + func (o *NssfFunctionSingleAllOfAttributes) SetNFProfileList(v []NFProfile) + func (o *NssfFunctionSingleAllOfAttributes) SetPLMNInfoList(v []PlmnInfo) + func (o *NssfFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *NssfFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *NssfFunctionSingleAllOfAttributes) SetSBIFqdn(v string) + func (o *NssfFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *NssfFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *NssfFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *NssfFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o NssfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o NssfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type NssfFunctionSingleAllOfAttributesAllOf struct + CNSIIdList []string + CommModelList []CommModel + NFProfileList []NFProfile + PLMNInfoList []PlmnInfo + SBIFqdn *string + func NewNssfFunctionSingleAllOfAttributesAllOf() *NssfFunctionSingleAllOfAttributesAllOf + func NewNssfFunctionSingleAllOfAttributesAllOfWithDefaults() *NssfFunctionSingleAllOfAttributesAllOf + func (o *NssfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList() []string + func (o *NssfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk() ([]string, bool) + func (o *NssfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel + func (o *NssfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool) + func (o *NssfFunctionSingleAllOfAttributesAllOf) GetNFProfileList() []NFProfile + func (o *NssfFunctionSingleAllOfAttributesAllOf) GetNFProfileListOk() ([]NFProfile, bool) + func (o *NssfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList() []PlmnInfo + func (o *NssfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk() ([]PlmnInfo, bool) + func (o *NssfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string + func (o *NssfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool) + func (o *NssfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList() bool + func (o *NssfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool + func (o *NssfFunctionSingleAllOfAttributesAllOf) HasNFProfileList() bool + func (o *NssfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool + func (o *NssfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool + func (o *NssfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList(v []string) + func (o *NssfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel) + func (o *NssfFunctionSingleAllOfAttributesAllOf) SetNFProfileList(v []NFProfile) + func (o *NssfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList(v []PlmnInfo) + func (o *NssfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string) + func (o NssfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o NssfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type NtfSubscriptionControlSingle struct + Attributes *NtfSubscriptionControlSingleAllOfAttributes + HeartbeatControl *HeartbeatControlSingle + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewNtfSubscriptionControlSingle(id NullableString) *NtfSubscriptionControlSingle + func NewNtfSubscriptionControlSingleWithDefaults() *NtfSubscriptionControlSingle + func (o *NtfSubscriptionControlSingle) GetAttributes() NtfSubscriptionControlSingleAllOfAttributes + func (o *NtfSubscriptionControlSingle) GetAttributesOk() (*NtfSubscriptionControlSingleAllOfAttributes, bool) + func (o *NtfSubscriptionControlSingle) GetHeartbeatControl() HeartbeatControlSingle + func (o *NtfSubscriptionControlSingle) GetHeartbeatControlOk() (*HeartbeatControlSingle, bool) + func (o *NtfSubscriptionControlSingle) GetId() string + func (o *NtfSubscriptionControlSingle) GetIdOk() (*string, bool) + func (o *NtfSubscriptionControlSingle) GetObjectClass() string + func (o *NtfSubscriptionControlSingle) GetObjectClassOk() (*string, bool) + func (o *NtfSubscriptionControlSingle) GetObjectInstance() string + func (o *NtfSubscriptionControlSingle) GetObjectInstanceOk() (*string, bool) + func (o *NtfSubscriptionControlSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *NtfSubscriptionControlSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *NtfSubscriptionControlSingle) HasAttributes() bool + func (o *NtfSubscriptionControlSingle) HasHeartbeatControl() bool + func (o *NtfSubscriptionControlSingle) HasObjectClass() bool + func (o *NtfSubscriptionControlSingle) HasObjectInstance() bool + func (o *NtfSubscriptionControlSingle) HasVsDataContainer() bool + func (o *NtfSubscriptionControlSingle) SetAttributes(v NtfSubscriptionControlSingleAllOfAttributes) + func (o *NtfSubscriptionControlSingle) SetHeartbeatControl(v HeartbeatControlSingle) + func (o *NtfSubscriptionControlSingle) SetId(v string) + func (o *NtfSubscriptionControlSingle) SetObjectClass(v string) + func (o *NtfSubscriptionControlSingle) SetObjectInstance(v string) + func (o *NtfSubscriptionControlSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o NtfSubscriptionControlSingle) MarshalJSON() ([]byte, error) + func (o NtfSubscriptionControlSingle) ToMap() (map[string]interface{}, error) + type NtfSubscriptionControlSingleAllOf struct + Attributes *NtfSubscriptionControlSingleAllOfAttributes + HeartbeatControl *HeartbeatControlSingle + func NewNtfSubscriptionControlSingleAllOf() *NtfSubscriptionControlSingleAllOf + func NewNtfSubscriptionControlSingleAllOfWithDefaults() *NtfSubscriptionControlSingleAllOf + func (o *NtfSubscriptionControlSingleAllOf) GetAttributes() NtfSubscriptionControlSingleAllOfAttributes + func (o *NtfSubscriptionControlSingleAllOf) GetAttributesOk() (*NtfSubscriptionControlSingleAllOfAttributes, bool) + func (o *NtfSubscriptionControlSingleAllOf) GetHeartbeatControl() HeartbeatControlSingle + func (o *NtfSubscriptionControlSingleAllOf) GetHeartbeatControlOk() (*HeartbeatControlSingle, bool) + func (o *NtfSubscriptionControlSingleAllOf) HasAttributes() bool + func (o *NtfSubscriptionControlSingleAllOf) HasHeartbeatControl() bool + func (o *NtfSubscriptionControlSingleAllOf) SetAttributes(v NtfSubscriptionControlSingleAllOfAttributes) + func (o *NtfSubscriptionControlSingleAllOf) SetHeartbeatControl(v HeartbeatControlSingle) + func (o NtfSubscriptionControlSingleAllOf) MarshalJSON() ([]byte, error) + func (o NtfSubscriptionControlSingleAllOf) ToMap() (map[string]interface{}, error) + type NtfSubscriptionControlSingleAllOfAttributes struct + NotificationFilter *string + NotificationRecipientAddress *string + NotificationTypes []NotificationType1 + Scope *Scope + func NewNtfSubscriptionControlSingleAllOfAttributes() *NtfSubscriptionControlSingleAllOfAttributes + func NewNtfSubscriptionControlSingleAllOfAttributesWithDefaults() *NtfSubscriptionControlSingleAllOfAttributes + func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationFilter() string + func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationFilterOk() (*string, bool) + func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationRecipientAddress() string + func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationRecipientAddressOk() (*string, bool) + func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationTypes() []NotificationType1 + func (o *NtfSubscriptionControlSingleAllOfAttributes) GetNotificationTypesOk() ([]NotificationType1, bool) + func (o *NtfSubscriptionControlSingleAllOfAttributes) GetScope() Scope + func (o *NtfSubscriptionControlSingleAllOfAttributes) GetScopeOk() (*Scope, bool) + func (o *NtfSubscriptionControlSingleAllOfAttributes) HasNotificationFilter() bool + func (o *NtfSubscriptionControlSingleAllOfAttributes) HasNotificationRecipientAddress() bool + func (o *NtfSubscriptionControlSingleAllOfAttributes) HasNotificationTypes() bool + func (o *NtfSubscriptionControlSingleAllOfAttributes) HasScope() bool + func (o *NtfSubscriptionControlSingleAllOfAttributes) SetNotificationFilter(v string) + func (o *NtfSubscriptionControlSingleAllOfAttributes) SetNotificationRecipientAddress(v string) + func (o *NtfSubscriptionControlSingleAllOfAttributes) SetNotificationTypes(v []NotificationType1) + func (o *NtfSubscriptionControlSingleAllOfAttributes) SetScope(v Scope) + func (o NtfSubscriptionControlSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o NtfSubscriptionControlSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type NullValue string + const NULL + func NewNullValueFromValue(v string) (*NullValue, error) + func (v *NullValue) UnmarshalJSON(src []byte) error + func (v NullValue) IsValid() bool + func (v NullValue) Ptr() *NullValue + type NullableAccessType struct + func NewNullableAccessType(val *AccessType) *NullableAccessType + func (v *NullableAccessType) Set(val *AccessType) + func (v *NullableAccessType) UnmarshalJSON(src []byte) error + func (v *NullableAccessType) Unset() + func (v NullableAccessType) Get() *AccessType + func (v NullableAccessType) IsSet() bool + func (v NullableAccessType) MarshalJSON() ([]byte, error) + type NullableAccessTypeRm struct + func NewNullableAccessTypeRm(val *AccessTypeRm) *NullableAccessTypeRm + func (v *NullableAccessTypeRm) Set(val *AccessTypeRm) + func (v *NullableAccessTypeRm) UnmarshalJSON(src []byte) error + func (v *NullableAccessTypeRm) Unset() + func (v NullableAccessTypeRm) Get() *AccessTypeRm + func (v NullableAccessTypeRm) IsSet() bool + func (v NullableAccessTypeRm) MarshalJSON() ([]byte, error) + type NullableAckState struct + func NewNullableAckState(val *AckState) *NullableAckState + func (v *NullableAckState) Set(val *AckState) + func (v *NullableAckState) UnmarshalJSON(src []byte) error + func (v *NullableAckState) Unset() + func (v NullableAckState) Get() *AckState + func (v NullableAckState) IsSet() bool + func (v NullableAckState) MarshalJSON() ([]byte, error) + type NullableAddressWithVlan struct + func NewNullableAddressWithVlan(val *AddressWithVlan) *NullableAddressWithVlan + func (v *NullableAddressWithVlan) Set(val *AddressWithVlan) + func (v *NullableAddressWithVlan) UnmarshalJSON(src []byte) error + func (v *NullableAddressWithVlan) Unset() + func (v NullableAddressWithVlan) Get() *AddressWithVlan + func (v NullableAddressWithVlan) IsSet() bool + func (v NullableAddressWithVlan) MarshalJSON() ([]byte, error) + type NullableAdministrativeState struct + func NewNullableAdministrativeState(val *AdministrativeState) *NullableAdministrativeState + func (v *NullableAdministrativeState) Set(val *AdministrativeState) + func (v *NullableAdministrativeState) UnmarshalJSON(src []byte) error + func (v *NullableAdministrativeState) Unset() + func (v NullableAdministrativeState) Get() *AdministrativeState + func (v NullableAdministrativeState) IsSet() bool + func (v NullableAdministrativeState) MarshalJSON() ([]byte, error) + type NullableAfEvent struct + func NewNullableAfEvent(val *AfEvent) *NullableAfEvent + func (v *NullableAfEvent) Set(val *AfEvent) + func (v *NullableAfEvent) UnmarshalJSON(src []byte) error + func (v *NullableAfEvent) Unset() + func (v NullableAfEvent) Get() *AfEvent + func (v NullableAfEvent) IsSet() bool + func (v NullableAfEvent) MarshalJSON() ([]byte, error) + type NullableAfEventAnyOf struct + func NewNullableAfEventAnyOf(val *AfEventAnyOf) *NullableAfEventAnyOf + func (v *NullableAfEventAnyOf) Set(val *AfEventAnyOf) + func (v *NullableAfEventAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableAfEventAnyOf) Unset() + func (v NullableAfEventAnyOf) Get() *AfEventAnyOf + func (v NullableAfEventAnyOf) IsSet() bool + func (v NullableAfEventAnyOf) MarshalJSON() ([]byte, error) + type NullableAfEventExposureData struct + func NewNullableAfEventExposureData(val *AfEventExposureData) *NullableAfEventExposureData + func (v *NullableAfEventExposureData) Set(val *AfEventExposureData) + func (v *NullableAfEventExposureData) UnmarshalJSON(src []byte) error + func (v *NullableAfEventExposureData) Unset() + func (v NullableAfEventExposureData) Get() *AfEventExposureData + func (v NullableAfEventExposureData) IsSet() bool + func (v NullableAfEventExposureData) MarshalJSON() ([]byte, error) + type NullableAfSigProtocol struct + func NewNullableAfSigProtocol(val *AfSigProtocol) *NullableAfSigProtocol + func (v *NullableAfSigProtocol) Set(val *AfSigProtocol) + func (v *NullableAfSigProtocol) UnmarshalJSON(src []byte) error + func (v *NullableAfSigProtocol) Unset() + func (v NullableAfSigProtocol) Get() *AfSigProtocol + func (v NullableAfSigProtocol) IsSet() bool + func (v NullableAfSigProtocol) MarshalJSON() ([]byte, error) + type NullableAfSigProtocolAnyOf struct + func NewNullableAfSigProtocolAnyOf(val *AfSigProtocolAnyOf) *NullableAfSigProtocolAnyOf + func (v *NullableAfSigProtocolAnyOf) Set(val *AfSigProtocolAnyOf) + func (v *NullableAfSigProtocolAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableAfSigProtocolAnyOf) Unset() + func (v NullableAfSigProtocolAnyOf) Get() *AfSigProtocolAnyOf + func (v NullableAfSigProtocolAnyOf) IsSet() bool + func (v NullableAfSigProtocolAnyOf) MarshalJSON() ([]byte, error) + type NullableAlarmListSingle struct + func NewNullableAlarmListSingle(val *AlarmListSingle) *NullableAlarmListSingle + func (v *NullableAlarmListSingle) Set(val *AlarmListSingle) + func (v *NullableAlarmListSingle) UnmarshalJSON(src []byte) error + func (v *NullableAlarmListSingle) Unset() + func (v NullableAlarmListSingle) Get() *AlarmListSingle + func (v NullableAlarmListSingle) IsSet() bool + func (v NullableAlarmListSingle) MarshalJSON() ([]byte, error) + type NullableAlarmListSingleAllOf struct + func NewNullableAlarmListSingleAllOf(val *AlarmListSingleAllOf) *NullableAlarmListSingleAllOf + func (v *NullableAlarmListSingleAllOf) Set(val *AlarmListSingleAllOf) + func (v *NullableAlarmListSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableAlarmListSingleAllOf) Unset() + func (v NullableAlarmListSingleAllOf) Get() *AlarmListSingleAllOf + func (v NullableAlarmListSingleAllOf) IsSet() bool + func (v NullableAlarmListSingleAllOf) MarshalJSON() ([]byte, error) + type NullableAlarmListSingleAllOfAttributes struct + func NewNullableAlarmListSingleAllOfAttributes(val *AlarmListSingleAllOfAttributes) *NullableAlarmListSingleAllOfAttributes + func (v *NullableAlarmListSingleAllOfAttributes) Set(val *AlarmListSingleAllOfAttributes) + func (v *NullableAlarmListSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableAlarmListSingleAllOfAttributes) Unset() + func (v NullableAlarmListSingleAllOfAttributes) Get() *AlarmListSingleAllOfAttributes + func (v NullableAlarmListSingleAllOfAttributes) IsSet() bool + func (v NullableAlarmListSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableAlarmNotificationTypes struct + func NewNullableAlarmNotificationTypes(val *AlarmNotificationTypes) *NullableAlarmNotificationTypes + func (v *NullableAlarmNotificationTypes) Set(val *AlarmNotificationTypes) + func (v *NullableAlarmNotificationTypes) UnmarshalJSON(src []byte) error + func (v *NullableAlarmNotificationTypes) Unset() + func (v NullableAlarmNotificationTypes) Get() *AlarmNotificationTypes + func (v NullableAlarmNotificationTypes) IsSet() bool + func (v NullableAlarmNotificationTypes) MarshalJSON() ([]byte, error) + type NullableAlarmRecord struct + func NewNullableAlarmRecord(val *AlarmRecord) *NullableAlarmRecord + func (v *NullableAlarmRecord) Set(val *AlarmRecord) + func (v *NullableAlarmRecord) UnmarshalJSON(src []byte) error + func (v *NullableAlarmRecord) Unset() + func (v NullableAlarmRecord) Get() *AlarmRecord + func (v NullableAlarmRecord) IsSet() bool + func (v NullableAlarmRecord) MarshalJSON() ([]byte, error) + type NullableAlarmType struct + func NewNullableAlarmType(val *AlarmType) *NullableAlarmType + func (v *NullableAlarmType) Set(val *AlarmType) + func (v *NullableAlarmType) UnmarshalJSON(src []byte) error + func (v *NullableAlarmType) Unset() + func (v NullableAlarmType) Get() *AlarmType + func (v NullableAlarmType) IsSet() bool + func (v NullableAlarmType) MarshalJSON() ([]byte, error) + type NullableAmfFunctionSingle struct + func NewNullableAmfFunctionSingle(val *AmfFunctionSingle) *NullableAmfFunctionSingle + func (v *NullableAmfFunctionSingle) Set(val *AmfFunctionSingle) + func (v *NullableAmfFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableAmfFunctionSingle) Unset() + func (v NullableAmfFunctionSingle) Get() *AmfFunctionSingle + func (v NullableAmfFunctionSingle) IsSet() bool + func (v NullableAmfFunctionSingle) MarshalJSON() ([]byte, error) + type NullableAmfFunctionSingleAllOf struct + func NewNullableAmfFunctionSingleAllOf(val *AmfFunctionSingleAllOf) *NullableAmfFunctionSingleAllOf + func (v *NullableAmfFunctionSingleAllOf) Set(val *AmfFunctionSingleAllOf) + func (v *NullableAmfFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableAmfFunctionSingleAllOf) Unset() + func (v NullableAmfFunctionSingleAllOf) Get() *AmfFunctionSingleAllOf + func (v NullableAmfFunctionSingleAllOf) IsSet() bool + func (v NullableAmfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableAmfFunctionSingleAllOf1 struct + func NewNullableAmfFunctionSingleAllOf1(val *AmfFunctionSingleAllOf1) *NullableAmfFunctionSingleAllOf1 + func (v *NullableAmfFunctionSingleAllOf1) Set(val *AmfFunctionSingleAllOf1) + func (v *NullableAmfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableAmfFunctionSingleAllOf1) Unset() + func (v NullableAmfFunctionSingleAllOf1) Get() *AmfFunctionSingleAllOf1 + func (v NullableAmfFunctionSingleAllOf1) IsSet() bool + func (v NullableAmfFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + type NullableAmfFunctionSingleAllOfAttributes struct + func NewNullableAmfFunctionSingleAllOfAttributes(val *AmfFunctionSingleAllOfAttributes) *NullableAmfFunctionSingleAllOfAttributes + func (v *NullableAmfFunctionSingleAllOfAttributes) Set(val *AmfFunctionSingleAllOfAttributes) + func (v *NullableAmfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableAmfFunctionSingleAllOfAttributes) Unset() + func (v NullableAmfFunctionSingleAllOfAttributes) Get() *AmfFunctionSingleAllOfAttributes + func (v NullableAmfFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableAmfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableAmfFunctionSingleAllOfAttributesAllOf struct + func NewNullableAmfFunctionSingleAllOfAttributesAllOf(val *AmfFunctionSingleAllOfAttributesAllOf) *NullableAmfFunctionSingleAllOfAttributesAllOf + func (v *NullableAmfFunctionSingleAllOfAttributesAllOf) Set(val *AmfFunctionSingleAllOfAttributesAllOf) + func (v *NullableAmfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableAmfFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableAmfFunctionSingleAllOfAttributesAllOf) Get() *AmfFunctionSingleAllOfAttributesAllOf + func (v NullableAmfFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableAmfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableAmfIdentifier struct + func NewNullableAmfIdentifier(val *AmfIdentifier) *NullableAmfIdentifier + func (v *NullableAmfIdentifier) Set(val *AmfIdentifier) + func (v *NullableAmfIdentifier) UnmarshalJSON(src []byte) error + func (v *NullableAmfIdentifier) Unset() + func (v NullableAmfIdentifier) Get() *AmfIdentifier + func (v NullableAmfIdentifier) IsSet() bool + func (v NullableAmfIdentifier) MarshalJSON() ([]byte, error) + type NullableAmfRegionSingle struct + func NewNullableAmfRegionSingle(val *AmfRegionSingle) *NullableAmfRegionSingle + func (v *NullableAmfRegionSingle) Set(val *AmfRegionSingle) + func (v *NullableAmfRegionSingle) UnmarshalJSON(src []byte) error + func (v *NullableAmfRegionSingle) Unset() + func (v NullableAmfRegionSingle) Get() *AmfRegionSingle + func (v NullableAmfRegionSingle) IsSet() bool + func (v NullableAmfRegionSingle) MarshalJSON() ([]byte, error) + type NullableAmfRegionSingleAllOf struct + func NewNullableAmfRegionSingleAllOf(val *AmfRegionSingleAllOf) *NullableAmfRegionSingleAllOf + func (v *NullableAmfRegionSingleAllOf) Set(val *AmfRegionSingleAllOf) + func (v *NullableAmfRegionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableAmfRegionSingleAllOf) Unset() + func (v NullableAmfRegionSingleAllOf) Get() *AmfRegionSingleAllOf + func (v NullableAmfRegionSingleAllOf) IsSet() bool + func (v NullableAmfRegionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableAmfRegionSingleAllOfAttributes struct + func NewNullableAmfRegionSingleAllOfAttributes(val *AmfRegionSingleAllOfAttributes) *NullableAmfRegionSingleAllOfAttributes + func (v *NullableAmfRegionSingleAllOfAttributes) Set(val *AmfRegionSingleAllOfAttributes) + func (v *NullableAmfRegionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableAmfRegionSingleAllOfAttributes) Unset() + func (v NullableAmfRegionSingleAllOfAttributes) Get() *AmfRegionSingleAllOfAttributes + func (v NullableAmfRegionSingleAllOfAttributes) IsSet() bool + func (v NullableAmfRegionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableAmfRegionSingleAllOfAttributesAllOf struct + func NewNullableAmfRegionSingleAllOfAttributesAllOf(val *AmfRegionSingleAllOfAttributesAllOf) *NullableAmfRegionSingleAllOfAttributesAllOf + func (v *NullableAmfRegionSingleAllOfAttributesAllOf) Set(val *AmfRegionSingleAllOfAttributesAllOf) + func (v *NullableAmfRegionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableAmfRegionSingleAllOfAttributesAllOf) Unset() + func (v NullableAmfRegionSingleAllOfAttributesAllOf) Get() *AmfRegionSingleAllOfAttributesAllOf + func (v NullableAmfRegionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableAmfRegionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableAmfSetSingle struct + func NewNullableAmfSetSingle(val *AmfSetSingle) *NullableAmfSetSingle + func (v *NullableAmfSetSingle) Set(val *AmfSetSingle) + func (v *NullableAmfSetSingle) UnmarshalJSON(src []byte) error + func (v *NullableAmfSetSingle) Unset() + func (v NullableAmfSetSingle) Get() *AmfSetSingle + func (v NullableAmfSetSingle) IsSet() bool + func (v NullableAmfSetSingle) MarshalJSON() ([]byte, error) + type NullableAmfSetSingleAllOf struct + func NewNullableAmfSetSingleAllOf(val *AmfSetSingleAllOf) *NullableAmfSetSingleAllOf + func (v *NullableAmfSetSingleAllOf) Set(val *AmfSetSingleAllOf) + func (v *NullableAmfSetSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableAmfSetSingleAllOf) Unset() + func (v NullableAmfSetSingleAllOf) Get() *AmfSetSingleAllOf + func (v NullableAmfSetSingleAllOf) IsSet() bool + func (v NullableAmfSetSingleAllOf) MarshalJSON() ([]byte, error) + type NullableAmfSetSingleAllOfAttributes struct + func NewNullableAmfSetSingleAllOfAttributes(val *AmfSetSingleAllOfAttributes) *NullableAmfSetSingleAllOfAttributes + func (v *NullableAmfSetSingleAllOfAttributes) Set(val *AmfSetSingleAllOfAttributes) + func (v *NullableAmfSetSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableAmfSetSingleAllOfAttributes) Unset() + func (v NullableAmfSetSingleAllOfAttributes) Get() *AmfSetSingleAllOfAttributes + func (v NullableAmfSetSingleAllOfAttributes) IsSet() bool + func (v NullableAmfSetSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableAmfSetSingleAllOfAttributesAllOf struct + func NewNullableAmfSetSingleAllOfAttributesAllOf(val *AmfSetSingleAllOfAttributesAllOf) *NullableAmfSetSingleAllOfAttributesAllOf + func (v *NullableAmfSetSingleAllOfAttributesAllOf) Set(val *AmfSetSingleAllOfAttributesAllOf) + func (v *NullableAmfSetSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableAmfSetSingleAllOfAttributesAllOf) Unset() + func (v NullableAmfSetSingleAllOfAttributesAllOf) Get() *AmfSetSingleAllOfAttributesAllOf + func (v NullableAmfSetSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableAmfSetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableAnonymizationOfMdtDataType struct + func NewNullableAnonymizationOfMdtDataType(val *AnonymizationOfMdtDataType) *NullableAnonymizationOfMdtDataType + func (v *NullableAnonymizationOfMdtDataType) Set(val *AnonymizationOfMdtDataType) + func (v *NullableAnonymizationOfMdtDataType) UnmarshalJSON(src []byte) error + func (v *NullableAnonymizationOfMdtDataType) Unset() + func (v NullableAnonymizationOfMdtDataType) Get() *AnonymizationOfMdtDataType + func (v NullableAnonymizationOfMdtDataType) IsSet() bool + func (v NullableAnonymizationOfMdtDataType) MarshalJSON() ([]byte, error) + type NullableAreaConfig struct + func NewNullableAreaConfig(val *AreaConfig) *NullableAreaConfig + func (v *NullableAreaConfig) Set(val *AreaConfig) + func (v *NullableAreaConfig) UnmarshalJSON(src []byte) error + func (v *NullableAreaConfig) Unset() + func (v NullableAreaConfig) Get() *AreaConfig + func (v NullableAreaConfig) IsSet() bool + func (v NullableAreaConfig) MarshalJSON() ([]byte, error) + type NullableAreaOfInterest struct + func NewNullableAreaOfInterest(val *AreaOfInterest) *NullableAreaOfInterest + func (v *NullableAreaOfInterest) Set(val *AreaOfInterest) + func (v *NullableAreaOfInterest) UnmarshalJSON(src []byte) error + func (v *NullableAreaOfInterest) Unset() + func (v NullableAreaOfInterest) Get() *AreaOfInterest + func (v NullableAreaOfInterest) IsSet() bool + func (v NullableAreaOfInterest) MarshalJSON() ([]byte, error) + type NullableAreaScope struct + func NewNullableAreaScope(val *AreaScope) *NullableAreaScope + func (v *NullableAreaScope) Set(val *AreaScope) + func (v *NullableAreaScope) UnmarshalJSON(src []byte) error + func (v *NullableAreaScope) Unset() + func (v NullableAreaScope) Get() *AreaScope + func (v NullableAreaScope) IsSet() bool + func (v NullableAreaScope) MarshalJSON() ([]byte, error) + type NullableArp struct + func NewNullableArp(val *Arp) *NullableArp + func (v *NullableArp) Set(val *Arp) + func (v *NullableArp) UnmarshalJSON(src []byte) error + func (v *NullableArp) Unset() + func (v NullableArp) Get() *Arp + func (v NullableArp) IsSet() bool + func (v NullableArp) MarshalJSON() ([]byte, error) + type NullableAtsssCapability struct + func NewNullableAtsssCapability(val *AtsssCapability) *NullableAtsssCapability + func (v *NullableAtsssCapability) Set(val *AtsssCapability) + func (v *NullableAtsssCapability) UnmarshalJSON(src []byte) error + func (v *NullableAtsssCapability) Unset() + func (v NullableAtsssCapability) Get() *AtsssCapability + func (v NullableAtsssCapability) IsSet() bool + func (v NullableAtsssCapability) MarshalJSON() ([]byte, error) + type NullableAusfFunctionSingle struct + func NewNullableAusfFunctionSingle(val *AusfFunctionSingle) *NullableAusfFunctionSingle + func (v *NullableAusfFunctionSingle) Set(val *AusfFunctionSingle) + func (v *NullableAusfFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableAusfFunctionSingle) Unset() + func (v NullableAusfFunctionSingle) Get() *AusfFunctionSingle + func (v NullableAusfFunctionSingle) IsSet() bool + func (v NullableAusfFunctionSingle) MarshalJSON() ([]byte, error) + type NullableAusfFunctionSingleAllOf struct + func NewNullableAusfFunctionSingleAllOf(val *AusfFunctionSingleAllOf) *NullableAusfFunctionSingleAllOf + func (v *NullableAusfFunctionSingleAllOf) Set(val *AusfFunctionSingleAllOf) + func (v *NullableAusfFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableAusfFunctionSingleAllOf) Unset() + func (v NullableAusfFunctionSingleAllOf) Get() *AusfFunctionSingleAllOf + func (v NullableAusfFunctionSingleAllOf) IsSet() bool + func (v NullableAusfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableAusfFunctionSingleAllOf1 struct + func NewNullableAusfFunctionSingleAllOf1(val *AusfFunctionSingleAllOf1) *NullableAusfFunctionSingleAllOf1 + func (v *NullableAusfFunctionSingleAllOf1) Set(val *AusfFunctionSingleAllOf1) + func (v *NullableAusfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableAusfFunctionSingleAllOf1) Unset() + func (v NullableAusfFunctionSingleAllOf1) Get() *AusfFunctionSingleAllOf1 + func (v NullableAusfFunctionSingleAllOf1) IsSet() bool + func (v NullableAusfFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + type NullableAusfFunctionSingleAllOfAttributes struct + func NewNullableAusfFunctionSingleAllOfAttributes(val *AusfFunctionSingleAllOfAttributes) *NullableAusfFunctionSingleAllOfAttributes + func (v *NullableAusfFunctionSingleAllOfAttributes) Set(val *AusfFunctionSingleAllOfAttributes) + func (v *NullableAusfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableAusfFunctionSingleAllOfAttributes) Unset() + func (v NullableAusfFunctionSingleAllOfAttributes) Get() *AusfFunctionSingleAllOfAttributes + func (v NullableAusfFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableAusfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableAusfFunctionSingleAllOfAttributesAllOf struct + func NewNullableAusfFunctionSingleAllOfAttributesAllOf(val *AusfFunctionSingleAllOfAttributesAllOf) *NullableAusfFunctionSingleAllOfAttributesAllOf + func (v *NullableAusfFunctionSingleAllOfAttributesAllOf) Set(val *AusfFunctionSingleAllOfAttributesAllOf) + func (v *NullableAusfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableAusfFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableAusfFunctionSingleAllOfAttributesAllOf) Get() *AusfFunctionSingleAllOfAttributesAllOf + func (v NullableAusfFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableAusfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableAusfInfo struct + func NewNullableAusfInfo(val *AusfInfo) *NullableAusfInfo + func (v *NullableAusfInfo) Set(val *AusfInfo) + func (v *NullableAusfInfo) UnmarshalJSON(src []byte) error + func (v *NullableAusfInfo) Unset() + func (v NullableAusfInfo) Get() *AusfInfo + func (v NullableAusfInfo) IsSet() bool + func (v NullableAusfInfo) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableCmNotificationTypes struct + func NewNullableCmNotificationTypes(val *CmNotificationTypes) *NullableCmNotificationTypes + func (v *NullableCmNotificationTypes) Set(val *CmNotificationTypes) + func (v *NullableCmNotificationTypes) UnmarshalJSON(src []byte) error + func (v *NullableCmNotificationTypes) Unset() + func (v NullableCmNotificationTypes) Get() *CmNotificationTypes + func (v NullableCmNotificationTypes) IsSet() bool + func (v NullableCmNotificationTypes) MarshalJSON() ([]byte, error) + type NullableCollectionPeriodM6LteType struct + func NewNullableCollectionPeriodM6LteType(val *CollectionPeriodM6LteType) *NullableCollectionPeriodM6LteType + func (v *NullableCollectionPeriodM6LteType) Set(val *CollectionPeriodM6LteType) + func (v *NullableCollectionPeriodM6LteType) UnmarshalJSON(src []byte) error + func (v *NullableCollectionPeriodM6LteType) Unset() + func (v NullableCollectionPeriodM6LteType) Get() *CollectionPeriodM6LteType + func (v NullableCollectionPeriodM6LteType) IsSet() bool + func (v NullableCollectionPeriodM6LteType) MarshalJSON() ([]byte, error) + type NullableCollectionPeriodM6NrType struct + func NewNullableCollectionPeriodM6NrType(val *CollectionPeriodM6NrType) *NullableCollectionPeriodM6NrType + func (v *NullableCollectionPeriodM6NrType) Set(val *CollectionPeriodM6NrType) + func (v *NullableCollectionPeriodM6NrType) UnmarshalJSON(src []byte) error + func (v *NullableCollectionPeriodM6NrType) Unset() + func (v NullableCollectionPeriodM6NrType) Get() *CollectionPeriodM6NrType + func (v NullableCollectionPeriodM6NrType) IsSet() bool + func (v NullableCollectionPeriodM6NrType) MarshalJSON() ([]byte, error) + type NullableCollectionPeriodRrmLteType struct + func NewNullableCollectionPeriodRrmLteType(val *CollectionPeriodRrmLteType) *NullableCollectionPeriodRrmLteType + func (v *NullableCollectionPeriodRrmLteType) Set(val *CollectionPeriodRrmLteType) + func (v *NullableCollectionPeriodRrmLteType) UnmarshalJSON(src []byte) error + func (v *NullableCollectionPeriodRrmLteType) Unset() + func (v NullableCollectionPeriodRrmLteType) Get() *CollectionPeriodRrmLteType + func (v NullableCollectionPeriodRrmLteType) IsSet() bool + func (v NullableCollectionPeriodRrmLteType) MarshalJSON() ([]byte, error) + type NullableCollectionPeriodRrmNrType struct + func NewNullableCollectionPeriodRrmNrType(val *CollectionPeriodRrmNrType) *NullableCollectionPeriodRrmNrType + func (v *NullableCollectionPeriodRrmNrType) Set(val *CollectionPeriodRrmNrType) + func (v *NullableCollectionPeriodRrmNrType) UnmarshalJSON(src []byte) error + func (v *NullableCollectionPeriodRrmNrType) Unset() + func (v NullableCollectionPeriodRrmNrType) Get() *CollectionPeriodRrmNrType + func (v NullableCollectionPeriodRrmNrType) IsSet() bool + func (v NullableCollectionPeriodRrmNrType) MarshalJSON() ([]byte, error) + type NullableCollectionPeriodRrmUmtsType struct + func NewNullableCollectionPeriodRrmUmtsType(val *CollectionPeriodRrmUmtsType) *NullableCollectionPeriodRrmUmtsType + func (v *NullableCollectionPeriodRrmUmtsType) Set(val *CollectionPeriodRrmUmtsType) + func (v *NullableCollectionPeriodRrmUmtsType) UnmarshalJSON(src []byte) error + func (v *NullableCollectionPeriodRrmUmtsType) Unset() + func (v NullableCollectionPeriodRrmUmtsType) Get() *CollectionPeriodRrmUmtsType + func (v NullableCollectionPeriodRrmUmtsType) IsSet() bool + func (v NullableCollectionPeriodRrmUmtsType) MarshalJSON() ([]byte, error) + type NullableCommModel struct + func NewNullableCommModel(val *CommModel) *NullableCommModel + func (v *NullableCommModel) Set(val *CommModel) + func (v *NullableCommModel) UnmarshalJSON(src []byte) error + func (v *NullableCommModel) Unset() + func (v NullableCommModel) Get() *CommModel + func (v NullableCommModel) IsSet() bool + func (v NullableCommModel) MarshalJSON() ([]byte, error) + type NullableCommModelType struct + func NewNullableCommModelType(val *CommModelType) *NullableCommModelType + func (v *NullableCommModelType) Set(val *CommModelType) + func (v *NullableCommModelType) UnmarshalJSON(src []byte) error + func (v *NullableCommModelType) Unset() + func (v NullableCommModelType) Get() *CommModelType + func (v NullableCommModelType) IsSet() bool + func (v NullableCommModelType) MarshalJSON() ([]byte, error) + type NullableConditionData struct + func NewNullableConditionData(val *ConditionData) *NullableConditionData + func (v *NullableConditionData) Set(val *ConditionData) + func (v *NullableConditionData) UnmarshalJSON(src []byte) error + func (v *NullableConditionData) Unset() + func (v NullableConditionData) Get() *ConditionData + func (v NullableConditionData) IsSet() bool + func (v NullableConditionData) MarshalJSON() ([]byte, error) + type NullableConfigurable5QISetSingle struct + func NewNullableConfigurable5QISetSingle(val *Configurable5QISetSingle) *NullableConfigurable5QISetSingle + func (v *NullableConfigurable5QISetSingle) Set(val *Configurable5QISetSingle) + func (v *NullableConfigurable5QISetSingle) UnmarshalJSON(src []byte) error + func (v *NullableConfigurable5QISetSingle) Unset() + func (v NullableConfigurable5QISetSingle) Get() *Configurable5QISetSingle + func (v NullableConfigurable5QISetSingle) IsSet() bool + func (v NullableConfigurable5QISetSingle) MarshalJSON() ([]byte, error) + type NullableConfigurable5QISetSingleAllOf struct + func NewNullableConfigurable5QISetSingleAllOf(val *Configurable5QISetSingleAllOf) *NullableConfigurable5QISetSingleAllOf + func (v *NullableConfigurable5QISetSingleAllOf) Set(val *Configurable5QISetSingleAllOf) + func (v *NullableConfigurable5QISetSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableConfigurable5QISetSingleAllOf) Unset() + func (v NullableConfigurable5QISetSingleAllOf) Get() *Configurable5QISetSingleAllOf + func (v NullableConfigurable5QISetSingleAllOf) IsSet() bool + func (v NullableConfigurable5QISetSingleAllOf) MarshalJSON() ([]byte, error) + type NullableConfigurable5QISetSingleAllOfAttributes struct + func NewNullableConfigurable5QISetSingleAllOfAttributes(val *Configurable5QISetSingleAllOfAttributes) *NullableConfigurable5QISetSingleAllOfAttributes + func (v *NullableConfigurable5QISetSingleAllOfAttributes) Set(val *Configurable5QISetSingleAllOfAttributes) + func (v *NullableConfigurable5QISetSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableConfigurable5QISetSingleAllOfAttributes) Unset() + func (v NullableConfigurable5QISetSingleAllOfAttributes) Get() *Configurable5QISetSingleAllOfAttributes + func (v NullableConfigurable5QISetSingleAllOfAttributes) IsSet() bool + func (v NullableConfigurable5QISetSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableConfigurable5QISetSingleAllOfAttributesAllOf struct + func NewNullableConfigurable5QISetSingleAllOfAttributesAllOf(val *Configurable5QISetSingleAllOfAttributesAllOf) *NullableConfigurable5QISetSingleAllOfAttributesAllOf + func (v *NullableConfigurable5QISetSingleAllOfAttributesAllOf) Set(val *Configurable5QISetSingleAllOfAttributesAllOf) + func (v *NullableConfigurable5QISetSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableConfigurable5QISetSingleAllOfAttributesAllOf) Unset() + func (v NullableConfigurable5QISetSingleAllOfAttributesAllOf) Get() *Configurable5QISetSingleAllOfAttributesAllOf + func (v NullableConfigurable5QISetSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableConfigurable5QISetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableCorrelatedNotification struct + func NewNullableCorrelatedNotification(val *CorrelatedNotification) *NullableCorrelatedNotification + func (v *NullableCorrelatedNotification) Set(val *CorrelatedNotification) + func (v *NullableCorrelatedNotification) UnmarshalJSON(src []byte) error + func (v *NullableCorrelatedNotification) Unset() + func (v NullableCorrelatedNotification) Get() *CorrelatedNotification + func (v NullableCorrelatedNotification) IsSet() bool + func (v NullableCorrelatedNotification) MarshalJSON() ([]byte, error) + type NullableDDNMFFunctionSingle struct + func NewNullableDDNMFFunctionSingle(val *DDNMFFunctionSingle) *NullableDDNMFFunctionSingle + func (v *NullableDDNMFFunctionSingle) Set(val *DDNMFFunctionSingle) + func (v *NullableDDNMFFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableDDNMFFunctionSingle) Unset() + func (v NullableDDNMFFunctionSingle) Get() *DDNMFFunctionSingle + func (v NullableDDNMFFunctionSingle) IsSet() bool + func (v NullableDDNMFFunctionSingle) MarshalJSON() ([]byte, error) + type NullableDDNMFFunctionSingleAllOf struct + func NewNullableDDNMFFunctionSingleAllOf(val *DDNMFFunctionSingleAllOf) *NullableDDNMFFunctionSingleAllOf + func (v *NullableDDNMFFunctionSingleAllOf) Set(val *DDNMFFunctionSingleAllOf) + func (v *NullableDDNMFFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableDDNMFFunctionSingleAllOf) Unset() + func (v NullableDDNMFFunctionSingleAllOf) Get() *DDNMFFunctionSingleAllOf + func (v NullableDDNMFFunctionSingleAllOf) IsSet() bool + func (v NullableDDNMFFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableDDNMFFunctionSingleAllOf1 struct + func NewNullableDDNMFFunctionSingleAllOf1(val *DDNMFFunctionSingleAllOf1) *NullableDDNMFFunctionSingleAllOf1 + func (v *NullableDDNMFFunctionSingleAllOf1) Set(val *DDNMFFunctionSingleAllOf1) + func (v *NullableDDNMFFunctionSingleAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableDDNMFFunctionSingleAllOf1) Unset() + func (v NullableDDNMFFunctionSingleAllOf1) Get() *DDNMFFunctionSingleAllOf1 + func (v NullableDDNMFFunctionSingleAllOf1) IsSet() bool + func (v NullableDDNMFFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + type NullableDDNMFFunctionSingleAllOfAttributes struct + func NewNullableDDNMFFunctionSingleAllOfAttributes(val *DDNMFFunctionSingleAllOfAttributes) *NullableDDNMFFunctionSingleAllOfAttributes + func (v *NullableDDNMFFunctionSingleAllOfAttributes) Set(val *DDNMFFunctionSingleAllOfAttributes) + func (v *NullableDDNMFFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableDDNMFFunctionSingleAllOfAttributes) Unset() + func (v NullableDDNMFFunctionSingleAllOfAttributes) Get() *DDNMFFunctionSingleAllOfAttributes + func (v NullableDDNMFFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableDDNMFFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableDDNMFFunctionSingleAllOfAttributesAllOf struct + func NewNullableDDNMFFunctionSingleAllOfAttributesAllOf(val *DDNMFFunctionSingleAllOfAttributesAllOf) *NullableDDNMFFunctionSingleAllOfAttributesAllOf + func (v *NullableDDNMFFunctionSingleAllOfAttributesAllOf) Set(val *DDNMFFunctionSingleAllOfAttributesAllOf) + func (v *NullableDDNMFFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableDDNMFFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableDDNMFFunctionSingleAllOfAttributesAllOf) Get() *DDNMFFunctionSingleAllOfAttributesAllOf + func (v NullableDDNMFFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableDDNMFFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableDefaultNotificationSubscription struct + func NewNullableDefaultNotificationSubscription(val *DefaultNotificationSubscription) *NullableDefaultNotificationSubscription + func (v *NullableDefaultNotificationSubscription) Set(val *DefaultNotificationSubscription) + func (v *NullableDefaultNotificationSubscription) UnmarshalJSON(src []byte) error + func (v *NullableDefaultNotificationSubscription) Unset() + func (v NullableDefaultNotificationSubscription) Get() *DefaultNotificationSubscription + func (v NullableDefaultNotificationSubscription) IsSet() bool + func (v NullableDefaultNotificationSubscription) MarshalJSON() ([]byte, error) + type NullableDnaiChangeType struct + func NewNullableDnaiChangeType(val *DnaiChangeType) *NullableDnaiChangeType + func (v *NullableDnaiChangeType) Set(val *DnaiChangeType) + func (v *NullableDnaiChangeType) UnmarshalJSON(src []byte) error + func (v *NullableDnaiChangeType) Unset() + func (v NullableDnaiChangeType) Get() *DnaiChangeType + func (v NullableDnaiChangeType) IsSet() bool + func (v NullableDnaiChangeType) MarshalJSON() ([]byte, error) + type NullableDnaiChangeTypeAnyOf struct + func NewNullableDnaiChangeTypeAnyOf(val *DnaiChangeTypeAnyOf) *NullableDnaiChangeTypeAnyOf + func (v *NullableDnaiChangeTypeAnyOf) Set(val *DnaiChangeTypeAnyOf) + func (v *NullableDnaiChangeTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableDnaiChangeTypeAnyOf) Unset() + func (v NullableDnaiChangeTypeAnyOf) Get() *DnaiChangeTypeAnyOf + func (v NullableDnaiChangeTypeAnyOf) IsSet() bool + func (v NullableDnaiChangeTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableDnnInfoItem struct + func NewNullableDnnInfoItem(val *DnnInfoItem) *NullableDnnInfoItem + func (v *NullableDnnInfoItem) Set(val *DnnInfoItem) + func (v *NullableDnnInfoItem) UnmarshalJSON(src []byte) error + func (v *NullableDnnInfoItem) Unset() + func (v NullableDnnInfoItem) Get() *DnnInfoItem + func (v NullableDnnInfoItem) IsSet() bool + func (v NullableDnnInfoItem) MarshalJSON() ([]byte, error) + type NullableDnnInfoItemDnn struct + func NewNullableDnnInfoItemDnn(val *DnnInfoItemDnn) *NullableDnnInfoItemDnn + func (v *NullableDnnInfoItemDnn) Set(val *DnnInfoItemDnn) + func (v *NullableDnnInfoItemDnn) UnmarshalJSON(src []byte) error + func (v *NullableDnnInfoItemDnn) Unset() + func (v NullableDnnInfoItemDnn) Get() *DnnInfoItemDnn + func (v NullableDnnInfoItemDnn) IsSet() bool + func (v NullableDnnInfoItemDnn) MarshalJSON() ([]byte, error) + type NullableDnnSmfInfoItem struct + func NewNullableDnnSmfInfoItem(val *DnnSmfInfoItem) *NullableDnnSmfInfoItem + func (v *NullableDnnSmfInfoItem) Set(val *DnnSmfInfoItem) + func (v *NullableDnnSmfInfoItem) UnmarshalJSON(src []byte) error + func (v *NullableDnnSmfInfoItem) Unset() + func (v NullableDnnSmfInfoItem) Get() *DnnSmfInfoItem + func (v NullableDnnSmfInfoItem) IsSet() bool + func (v NullableDnnSmfInfoItem) MarshalJSON() ([]byte, error) + type NullableDynamic5QISetSingle struct + func NewNullableDynamic5QISetSingle(val *Dynamic5QISetSingle) *NullableDynamic5QISetSingle + func (v *NullableDynamic5QISetSingle) Set(val *Dynamic5QISetSingle) + func (v *NullableDynamic5QISetSingle) UnmarshalJSON(src []byte) error + func (v *NullableDynamic5QISetSingle) Unset() + func (v NullableDynamic5QISetSingle) Get() *Dynamic5QISetSingle + func (v NullableDynamic5QISetSingle) IsSet() bool + func (v NullableDynamic5QISetSingle) MarshalJSON() ([]byte, error) + type NullableDynamic5QISetSingleAllOf struct + func NewNullableDynamic5QISetSingleAllOf(val *Dynamic5QISetSingleAllOf) *NullableDynamic5QISetSingleAllOf + func (v *NullableDynamic5QISetSingleAllOf) Set(val *Dynamic5QISetSingleAllOf) + func (v *NullableDynamic5QISetSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableDynamic5QISetSingleAllOf) Unset() + func (v NullableDynamic5QISetSingleAllOf) Get() *Dynamic5QISetSingleAllOf + func (v NullableDynamic5QISetSingleAllOf) IsSet() bool + func (v NullableDynamic5QISetSingleAllOf) MarshalJSON() ([]byte, error) + type NullableDynamic5QISetSingleAllOfAttributes struct + func NewNullableDynamic5QISetSingleAllOfAttributes(val *Dynamic5QISetSingleAllOfAttributes) *NullableDynamic5QISetSingleAllOfAttributes + func (v *NullableDynamic5QISetSingleAllOfAttributes) Set(val *Dynamic5QISetSingleAllOfAttributes) + func (v *NullableDynamic5QISetSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableDynamic5QISetSingleAllOfAttributes) Unset() + func (v NullableDynamic5QISetSingleAllOfAttributes) Get() *Dynamic5QISetSingleAllOfAttributes + func (v NullableDynamic5QISetSingleAllOfAttributes) IsSet() bool + func (v NullableDynamic5QISetSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableDynamic5QISetSingleAllOfAttributesAllOf struct + func NewNullableDynamic5QISetSingleAllOfAttributesAllOf(val *Dynamic5QISetSingleAllOfAttributesAllOf) *NullableDynamic5QISetSingleAllOfAttributesAllOf + func (v *NullableDynamic5QISetSingleAllOfAttributesAllOf) Set(val *Dynamic5QISetSingleAllOfAttributesAllOf) + func (v *NullableDynamic5QISetSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableDynamic5QISetSingleAllOfAttributesAllOf) Unset() + func (v NullableDynamic5QISetSingleAllOfAttributesAllOf) Get() *Dynamic5QISetSingleAllOfAttributesAllOf + func (v NullableDynamic5QISetSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableDynamic5QISetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableEASDFFunctionSingle struct + func NewNullableEASDFFunctionSingle(val *EASDFFunctionSingle) *NullableEASDFFunctionSingle + func (v *NullableEASDFFunctionSingle) Set(val *EASDFFunctionSingle) + func (v *NullableEASDFFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableEASDFFunctionSingle) Unset() + func (v NullableEASDFFunctionSingle) Get() *EASDFFunctionSingle + func (v NullableEASDFFunctionSingle) IsSet() bool + func (v NullableEASDFFunctionSingle) MarshalJSON() ([]byte, error) + type NullableEASDFFunctionSingleAllOf struct + func NewNullableEASDFFunctionSingleAllOf(val *EASDFFunctionSingleAllOf) *NullableEASDFFunctionSingleAllOf + func (v *NullableEASDFFunctionSingleAllOf) Set(val *EASDFFunctionSingleAllOf) + func (v *NullableEASDFFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableEASDFFunctionSingleAllOf) Unset() + func (v NullableEASDFFunctionSingleAllOf) Get() *EASDFFunctionSingleAllOf + func (v NullableEASDFFunctionSingleAllOf) IsSet() bool + func (v NullableEASDFFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableEASDFFunctionSingleAllOf1 struct + func NewNullableEASDFFunctionSingleAllOf1(val *EASDFFunctionSingleAllOf1) *NullableEASDFFunctionSingleAllOf1 + func (v *NullableEASDFFunctionSingleAllOf1) Set(val *EASDFFunctionSingleAllOf1) + func (v *NullableEASDFFunctionSingleAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableEASDFFunctionSingleAllOf1) Unset() + func (v NullableEASDFFunctionSingleAllOf1) Get() *EASDFFunctionSingleAllOf1 + func (v NullableEASDFFunctionSingleAllOf1) IsSet() bool + func (v NullableEASDFFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + type NullableEASDFFunctionSingleAllOfAttributes struct + func NewNullableEASDFFunctionSingleAllOfAttributes(val *EASDFFunctionSingleAllOfAttributes) *NullableEASDFFunctionSingleAllOfAttributes + func (v *NullableEASDFFunctionSingleAllOfAttributes) Set(val *EASDFFunctionSingleAllOfAttributes) + func (v *NullableEASDFFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableEASDFFunctionSingleAllOfAttributes) Unset() + func (v NullableEASDFFunctionSingleAllOfAttributes) Get() *EASDFFunctionSingleAllOfAttributes + func (v NullableEASDFFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableEASDFFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableEASDFFunctionSingleAllOfAttributesAllOf struct + func NewNullableEASDFFunctionSingleAllOfAttributesAllOf(val *EASDFFunctionSingleAllOfAttributesAllOf) *NullableEASDFFunctionSingleAllOfAttributesAllOf + func (v *NullableEASDFFunctionSingleAllOfAttributesAllOf) Set(val *EASDFFunctionSingleAllOfAttributesAllOf) + func (v *NullableEASDFFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableEASDFFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableEASDFFunctionSingleAllOfAttributesAllOf) Get() *EASDFFunctionSingleAllOfAttributesAllOf + func (v NullableEASDFFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableEASDFFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableEPMAPSMSCSingle struct + func NewNullableEPMAPSMSCSingle(val *EPMAPSMSCSingle) *NullableEPMAPSMSCSingle + func (v *NullableEPMAPSMSCSingle) Set(val *EPMAPSMSCSingle) + func (v *NullableEPMAPSMSCSingle) UnmarshalJSON(src []byte) error + func (v *NullableEPMAPSMSCSingle) Unset() + func (v NullableEPMAPSMSCSingle) Get() *EPMAPSMSCSingle + func (v NullableEPMAPSMSCSingle) IsSet() bool + func (v NullableEPMAPSMSCSingle) MarshalJSON() ([]byte, error) + type NullableEPN10Single struct + func NewNullableEPN10Single(val *EPN10Single) *NullableEPN10Single + func (v *NullableEPN10Single) Set(val *EPN10Single) + func (v *NullableEPN10Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN10Single) Unset() + func (v NullableEPN10Single) Get() *EPN10Single + func (v NullableEPN10Single) IsSet() bool + func (v NullableEPN10Single) MarshalJSON() ([]byte, error) + type NullableEPN11Single struct + func NewNullableEPN11Single(val *EPN11Single) *NullableEPN11Single + func (v *NullableEPN11Single) Set(val *EPN11Single) + func (v *NullableEPN11Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN11Single) Unset() + func (v NullableEPN11Single) Get() *EPN11Single + func (v NullableEPN11Single) IsSet() bool + func (v NullableEPN11Single) MarshalJSON() ([]byte, error) + type NullableEPN12Single struct + func NewNullableEPN12Single(val *EPN12Single) *NullableEPN12Single + func (v *NullableEPN12Single) Set(val *EPN12Single) + func (v *NullableEPN12Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN12Single) Unset() + func (v NullableEPN12Single) Get() *EPN12Single + func (v NullableEPN12Single) IsSet() bool + func (v NullableEPN12Single) MarshalJSON() ([]byte, error) + type NullableEPN13Single struct + func NewNullableEPN13Single(val *EPN13Single) *NullableEPN13Single + func (v *NullableEPN13Single) Set(val *EPN13Single) + func (v *NullableEPN13Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN13Single) Unset() + func (v NullableEPN13Single) Get() *EPN13Single + func (v NullableEPN13Single) IsSet() bool + func (v NullableEPN13Single) MarshalJSON() ([]byte, error) + type NullableEPN14Single struct + func NewNullableEPN14Single(val *EPN14Single) *NullableEPN14Single + func (v *NullableEPN14Single) Set(val *EPN14Single) + func (v *NullableEPN14Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN14Single) Unset() + func (v NullableEPN14Single) Get() *EPN14Single + func (v NullableEPN14Single) IsSet() bool + func (v NullableEPN14Single) MarshalJSON() ([]byte, error) + type NullableEPN15Single struct + func NewNullableEPN15Single(val *EPN15Single) *NullableEPN15Single + func (v *NullableEPN15Single) Set(val *EPN15Single) + func (v *NullableEPN15Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN15Single) Unset() + func (v NullableEPN15Single) Get() *EPN15Single + func (v NullableEPN15Single) IsSet() bool + func (v NullableEPN15Single) MarshalJSON() ([]byte, error) + type NullableEPN16Single struct + func NewNullableEPN16Single(val *EPN16Single) *NullableEPN16Single + func (v *NullableEPN16Single) Set(val *EPN16Single) + func (v *NullableEPN16Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN16Single) Unset() + func (v NullableEPN16Single) Get() *EPN16Single + func (v NullableEPN16Single) IsSet() bool + func (v NullableEPN16Single) MarshalJSON() ([]byte, error) + type NullableEPN17Single struct + func NewNullableEPN17Single(val *EPN17Single) *NullableEPN17Single + func (v *NullableEPN17Single) Set(val *EPN17Single) + func (v *NullableEPN17Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN17Single) Unset() + func (v NullableEPN17Single) Get() *EPN17Single + func (v NullableEPN17Single) IsSet() bool + func (v NullableEPN17Single) MarshalJSON() ([]byte, error) + type NullableEPN20Single struct + func NewNullableEPN20Single(val *EPN20Single) *NullableEPN20Single + func (v *NullableEPN20Single) Set(val *EPN20Single) + func (v *NullableEPN20Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN20Single) Unset() + func (v NullableEPN20Single) Get() *EPN20Single + func (v NullableEPN20Single) IsSet() bool + func (v NullableEPN20Single) MarshalJSON() ([]byte, error) + type NullableEPN21Single struct + func NewNullableEPN21Single(val *EPN21Single) *NullableEPN21Single + func (v *NullableEPN21Single) Set(val *EPN21Single) + func (v *NullableEPN21Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN21Single) Unset() + func (v NullableEPN21Single) Get() *EPN21Single + func (v NullableEPN21Single) IsSet() bool + func (v NullableEPN21Single) MarshalJSON() ([]byte, error) + type NullableEPN22Single struct + func NewNullableEPN22Single(val *EPN22Single) *NullableEPN22Single + func (v *NullableEPN22Single) Set(val *EPN22Single) + func (v *NullableEPN22Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN22Single) Unset() + func (v NullableEPN22Single) Get() *EPN22Single + func (v NullableEPN22Single) IsSet() bool + func (v NullableEPN22Single) MarshalJSON() ([]byte, error) + type NullableEPN26Single struct + func NewNullableEPN26Single(val *EPN26Single) *NullableEPN26Single + func (v *NullableEPN26Single) Set(val *EPN26Single) + func (v *NullableEPN26Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN26Single) Unset() + func (v NullableEPN26Single) Get() *EPN26Single + func (v NullableEPN26Single) IsSet() bool + func (v NullableEPN26Single) MarshalJSON() ([]byte, error) + type NullableEPN27Single struct + func NewNullableEPN27Single(val *EPN27Single) *NullableEPN27Single + func (v *NullableEPN27Single) Set(val *EPN27Single) + func (v *NullableEPN27Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN27Single) Unset() + func (v NullableEPN27Single) Get() *EPN27Single + func (v NullableEPN27Single) IsSet() bool + func (v NullableEPN27Single) MarshalJSON() ([]byte, error) + type NullableEPN2Single struct + func NewNullableEPN2Single(val *EPN2Single) *NullableEPN2Single + func (v *NullableEPN2Single) Set(val *EPN2Single) + func (v *NullableEPN2Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN2Single) Unset() + func (v NullableEPN2Single) Get() *EPN2Single + func (v NullableEPN2Single) IsSet() bool + func (v NullableEPN2Single) MarshalJSON() ([]byte, error) + type NullableEPN2SingleAllOf struct + func NewNullableEPN2SingleAllOf(val *EPN2SingleAllOf) *NullableEPN2SingleAllOf + func (v *NullableEPN2SingleAllOf) Set(val *EPN2SingleAllOf) + func (v *NullableEPN2SingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableEPN2SingleAllOf) Unset() + func (v NullableEPN2SingleAllOf) Get() *EPN2SingleAllOf + func (v NullableEPN2SingleAllOf) IsSet() bool + func (v NullableEPN2SingleAllOf) MarshalJSON() ([]byte, error) + type NullableEPN2SingleAllOfAttributes struct + func NewNullableEPN2SingleAllOfAttributes(val *EPN2SingleAllOfAttributes) *NullableEPN2SingleAllOfAttributes + func (v *NullableEPN2SingleAllOfAttributes) Set(val *EPN2SingleAllOfAttributes) + func (v *NullableEPN2SingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableEPN2SingleAllOfAttributes) Unset() + func (v NullableEPN2SingleAllOfAttributes) Get() *EPN2SingleAllOfAttributes + func (v NullableEPN2SingleAllOfAttributes) IsSet() bool + func (v NullableEPN2SingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableEPN2SingleAllOfAttributesAllOf struct + func NewNullableEPN2SingleAllOfAttributesAllOf(val *EPN2SingleAllOfAttributesAllOf) *NullableEPN2SingleAllOfAttributesAllOf + func (v *NullableEPN2SingleAllOfAttributesAllOf) Set(val *EPN2SingleAllOfAttributesAllOf) + func (v *NullableEPN2SingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableEPN2SingleAllOfAttributesAllOf) Unset() + func (v NullableEPN2SingleAllOfAttributesAllOf) Get() *EPN2SingleAllOfAttributesAllOf + func (v NullableEPN2SingleAllOfAttributesAllOf) IsSet() bool + func (v NullableEPN2SingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableEPN31Single struct + func NewNullableEPN31Single(val *EPN31Single) *NullableEPN31Single + func (v *NullableEPN31Single) Set(val *EPN31Single) + func (v *NullableEPN31Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN31Single) Unset() + func (v NullableEPN31Single) Get() *EPN31Single + func (v NullableEPN31Single) IsSet() bool + func (v NullableEPN31Single) MarshalJSON() ([]byte, error) + type NullableEPN32Single struct + func NewNullableEPN32Single(val *EPN32Single) *NullableEPN32Single + func (v *NullableEPN32Single) Set(val *EPN32Single) + func (v *NullableEPN32Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN32Single) Unset() + func (v NullableEPN32Single) Get() *EPN32Single + func (v NullableEPN32Single) IsSet() bool + func (v NullableEPN32Single) MarshalJSON() ([]byte, error) + type NullableEPN32SingleAllOf struct + func NewNullableEPN32SingleAllOf(val *EPN32SingleAllOf) *NullableEPN32SingleAllOf + func (v *NullableEPN32SingleAllOf) Set(val *EPN32SingleAllOf) + func (v *NullableEPN32SingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableEPN32SingleAllOf) Unset() + func (v NullableEPN32SingleAllOf) Get() *EPN32SingleAllOf + func (v NullableEPN32SingleAllOf) IsSet() bool + func (v NullableEPN32SingleAllOf) MarshalJSON() ([]byte, error) + type NullableEPN32SingleAllOfAttributes struct + func NewNullableEPN32SingleAllOfAttributes(val *EPN32SingleAllOfAttributes) *NullableEPN32SingleAllOfAttributes + func (v *NullableEPN32SingleAllOfAttributes) Set(val *EPN32SingleAllOfAttributes) + func (v *NullableEPN32SingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableEPN32SingleAllOfAttributes) Unset() + func (v NullableEPN32SingleAllOfAttributes) Get() *EPN32SingleAllOfAttributes + func (v NullableEPN32SingleAllOfAttributes) IsSet() bool + func (v NullableEPN32SingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableEPN32SingleAllOfAttributesAllOf struct + func NewNullableEPN32SingleAllOfAttributesAllOf(val *EPN32SingleAllOfAttributesAllOf) *NullableEPN32SingleAllOfAttributesAllOf + func (v *NullableEPN32SingleAllOfAttributesAllOf) Set(val *EPN32SingleAllOfAttributesAllOf) + func (v *NullableEPN32SingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableEPN32SingleAllOfAttributesAllOf) Unset() + func (v NullableEPN32SingleAllOfAttributesAllOf) Get() *EPN32SingleAllOfAttributesAllOf + func (v NullableEPN32SingleAllOfAttributesAllOf) IsSet() bool + func (v NullableEPN32SingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableEPN33Single struct + func NewNullableEPN33Single(val *EPN33Single) *NullableEPN33Single + func (v *NullableEPN33Single) Set(val *EPN33Single) + func (v *NullableEPN33Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN33Single) Unset() + func (v NullableEPN33Single) Get() *EPN33Single + func (v NullableEPN33Single) IsSet() bool + func (v NullableEPN33Single) MarshalJSON() ([]byte, error) + type NullableEPN3Single struct + func NewNullableEPN3Single(val *EPN3Single) *NullableEPN3Single + func (v *NullableEPN3Single) Set(val *EPN3Single) + func (v *NullableEPN3Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN3Single) Unset() + func (v NullableEPN3Single) Get() *EPN3Single + func (v NullableEPN3Single) IsSet() bool + func (v NullableEPN3Single) MarshalJSON() ([]byte, error) + type NullableEPN3SingleAllOf struct + func NewNullableEPN3SingleAllOf(val *EPN3SingleAllOf) *NullableEPN3SingleAllOf + func (v *NullableEPN3SingleAllOf) Set(val *EPN3SingleAllOf) + func (v *NullableEPN3SingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableEPN3SingleAllOf) Unset() + func (v NullableEPN3SingleAllOf) Get() *EPN3SingleAllOf + func (v NullableEPN3SingleAllOf) IsSet() bool + func (v NullableEPN3SingleAllOf) MarshalJSON() ([]byte, error) + type NullableEPN3SingleAllOfAttributes struct + func NewNullableEPN3SingleAllOfAttributes(val *EPN3SingleAllOfAttributes) *NullableEPN3SingleAllOfAttributes + func (v *NullableEPN3SingleAllOfAttributes) Set(val *EPN3SingleAllOfAttributes) + func (v *NullableEPN3SingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableEPN3SingleAllOfAttributes) Unset() + func (v NullableEPN3SingleAllOfAttributes) Get() *EPN3SingleAllOfAttributes + func (v NullableEPN3SingleAllOfAttributes) IsSet() bool + func (v NullableEPN3SingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableEPN3SingleAllOfAttributesAllOf struct + func NewNullableEPN3SingleAllOfAttributesAllOf(val *EPN3SingleAllOfAttributesAllOf) *NullableEPN3SingleAllOfAttributesAllOf + func (v *NullableEPN3SingleAllOfAttributesAllOf) Set(val *EPN3SingleAllOfAttributesAllOf) + func (v *NullableEPN3SingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableEPN3SingleAllOfAttributesAllOf) Unset() + func (v NullableEPN3SingleAllOfAttributesAllOf) Get() *EPN3SingleAllOfAttributesAllOf + func (v NullableEPN3SingleAllOfAttributesAllOf) IsSet() bool + func (v NullableEPN3SingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableEPN4Single struct + func NewNullableEPN4Single(val *EPN4Single) *NullableEPN4Single + func (v *NullableEPN4Single) Set(val *EPN4Single) + func (v *NullableEPN4Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN4Single) Unset() + func (v NullableEPN4Single) Get() *EPN4Single + func (v NullableEPN4Single) IsSet() bool + func (v NullableEPN4Single) MarshalJSON() ([]byte, error) + type NullableEPN5Single struct + func NewNullableEPN5Single(val *EPN5Single) *NullableEPN5Single + func (v *NullableEPN5Single) Set(val *EPN5Single) + func (v *NullableEPN5Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN5Single) Unset() + func (v NullableEPN5Single) Get() *EPN5Single + func (v NullableEPN5Single) IsSet() bool + func (v NullableEPN5Single) MarshalJSON() ([]byte, error) + type NullableEPN60Single struct + func NewNullableEPN60Single(val *EPN60Single) *NullableEPN60Single + func (v *NullableEPN60Single) Set(val *EPN60Single) + func (v *NullableEPN60Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN60Single) Unset() + func (v NullableEPN60Single) Get() *EPN60Single + func (v NullableEPN60Single) IsSet() bool + func (v NullableEPN60Single) MarshalJSON() ([]byte, error) + type NullableEPN6Single struct + func NewNullableEPN6Single(val *EPN6Single) *NullableEPN6Single + func (v *NullableEPN6Single) Set(val *EPN6Single) + func (v *NullableEPN6Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN6Single) Unset() + func (v NullableEPN6Single) Get() *EPN6Single + func (v NullableEPN6Single) IsSet() bool + func (v NullableEPN6Single) MarshalJSON() ([]byte, error) + type NullableEPN7Single struct + func NewNullableEPN7Single(val *EPN7Single) *NullableEPN7Single + func (v *NullableEPN7Single) Set(val *EPN7Single) + func (v *NullableEPN7Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN7Single) Unset() + func (v NullableEPN7Single) Get() *EPN7Single + func (v NullableEPN7Single) IsSet() bool + func (v NullableEPN7Single) MarshalJSON() ([]byte, error) + type NullableEPN88Single struct + func NewNullableEPN88Single(val *EPN88Single) *NullableEPN88Single + func (v *NullableEPN88Single) Set(val *EPN88Single) + func (v *NullableEPN88Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN88Single) Unset() + func (v NullableEPN88Single) Get() *EPN88Single + func (v NullableEPN88Single) IsSet() bool + func (v NullableEPN88Single) MarshalJSON() ([]byte, error) + type NullableEPN8Single struct + func NewNullableEPN8Single(val *EPN8Single) *NullableEPN8Single + func (v *NullableEPN8Single) Set(val *EPN8Single) + func (v *NullableEPN8Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN8Single) Unset() + func (v NullableEPN8Single) Get() *EPN8Single + func (v NullableEPN8Single) IsSet() bool + func (v NullableEPN8Single) MarshalJSON() ([]byte, error) + type NullableEPN9Single struct + func NewNullableEPN9Single(val *EPN9Single) *NullableEPN9Single + func (v *NullableEPN9Single) Set(val *EPN9Single) + func (v *NullableEPN9Single) UnmarshalJSON(src []byte) error + func (v *NullableEPN9Single) Unset() + func (v NullableEPN9Single) Get() *EPN9Single + func (v NullableEPN9Single) IsSet() bool + func (v NullableEPN9Single) MarshalJSON() ([]byte, error) + type NullableEPNLGSingle struct + func NewNullableEPNLGSingle(val *EPNLGSingle) *NullableEPNLGSingle + func (v *NullableEPNLGSingle) Set(val *EPNLGSingle) + func (v *NullableEPNLGSingle) UnmarshalJSON(src []byte) error + func (v *NullableEPNLGSingle) Unset() + func (v NullableEPNLGSingle) Get() *EPNLGSingle + func (v NullableEPNLGSingle) IsSet() bool + func (v NullableEPNLGSingle) MarshalJSON() ([]byte, error) + type NullableEPNLSSingle struct + func NewNullableEPNLSSingle(val *EPNLSSingle) *NullableEPNLSSingle + func (v *NullableEPNLSSingle) Set(val *EPNLSSingle) + func (v *NullableEPNLSSingle) UnmarshalJSON(src []byte) error + func (v *NullableEPNLSSingle) Unset() + func (v NullableEPNLSSingle) Get() *EPNLSSingle + func (v NullableEPNLSSingle) IsSet() bool + func (v NullableEPNLSSingle) MarshalJSON() ([]byte, error) + type NullableEPNpc4Single struct + func NewNullableEPNpc4Single(val *EPNpc4Single) *NullableEPNpc4Single + func (v *NullableEPNpc4Single) Set(val *EPNpc4Single) + func (v *NullableEPNpc4Single) UnmarshalJSON(src []byte) error + func (v *NullableEPNpc4Single) Unset() + func (v NullableEPNpc4Single) Get() *EPNpc4Single + func (v NullableEPNpc4Single) IsSet() bool + func (v NullableEPNpc4Single) MarshalJSON() ([]byte, error) + type NullableEPNpc6Single struct + func NewNullableEPNpc6Single(val *EPNpc6Single) *NullableEPNpc6Single + func (v *NullableEPNpc6Single) Set(val *EPNpc6Single) + func (v *NullableEPNpc6Single) UnmarshalJSON(src []byte) error + func (v *NullableEPNpc6Single) Unset() + func (v NullableEPNpc6Single) Get() *EPNpc6Single + func (v NullableEPNpc6Single) IsSet() bool + func (v NullableEPNpc6Single) MarshalJSON() ([]byte, error) + type NullableEPNpc7Single struct + func NewNullableEPNpc7Single(val *EPNpc7Single) *NullableEPNpc7Single + func (v *NullableEPNpc7Single) Set(val *EPNpc7Single) + func (v *NullableEPNpc7Single) UnmarshalJSON(src []byte) error + func (v *NullableEPNpc7Single) Unset() + func (v NullableEPNpc7Single) Get() *EPNpc7Single + func (v NullableEPNpc7Single) IsSet() bool + func (v NullableEPNpc7Single) MarshalJSON() ([]byte, error) + type NullableEPNpc8Single struct + func NewNullableEPNpc8Single(val *EPNpc8Single) *NullableEPNpc8Single + func (v *NullableEPNpc8Single) Set(val *EPNpc8Single) + func (v *NullableEPNpc8Single) UnmarshalJSON(src []byte) error + func (v *NullableEPNpc8Single) Unset() + func (v NullableEPNpc8Single) Get() *EPNpc8Single + func (v NullableEPNpc8Single) IsSet() bool + func (v NullableEPNpc8Single) MarshalJSON() ([]byte, error) + type NullableEPRPAttr struct + func NewNullableEPRPAttr(val *EPRPAttr) *NullableEPRPAttr + func (v *NullableEPRPAttr) Set(val *EPRPAttr) + func (v *NullableEPRPAttr) UnmarshalJSON(src []byte) error + func (v *NullableEPRPAttr) Unset() + func (v NullableEPRPAttr) Get() *EPRPAttr + func (v NullableEPRPAttr) IsSet() bool + func (v NullableEPRPAttr) MarshalJSON() ([]byte, error) + type NullableEPRxSingle struct + func NewNullableEPRxSingle(val *EPRxSingle) *NullableEPRxSingle + func (v *NullableEPRxSingle) Set(val *EPRxSingle) + func (v *NullableEPRxSingle) UnmarshalJSON(src []byte) error + func (v *NullableEPRxSingle) Unset() + func (v NullableEPRxSingle) Get() *EPRxSingle + func (v NullableEPRxSingle) IsSet() bool + func (v NullableEPRxSingle) MarshalJSON() ([]byte, error) + type NullableEPS5CSingle struct + func NewNullableEPS5CSingle(val *EPS5CSingle) *NullableEPS5CSingle + func (v *NullableEPS5CSingle) Set(val *EPS5CSingle) + func (v *NullableEPS5CSingle) UnmarshalJSON(src []byte) error + func (v *NullableEPS5CSingle) Unset() + func (v NullableEPS5CSingle) Get() *EPS5CSingle + func (v NullableEPS5CSingle) IsSet() bool + func (v NullableEPS5CSingle) MarshalJSON() ([]byte, error) + type NullableEPS5USingle struct + func NewNullableEPS5USingle(val *EPS5USingle) *NullableEPS5USingle + func (v *NullableEPS5USingle) Set(val *EPS5USingle) + func (v *NullableEPS5USingle) UnmarshalJSON(src []byte) error + func (v *NullableEPS5USingle) Unset() + func (v NullableEPS5USingle) Get() *EPS5USingle + func (v NullableEPS5USingle) IsSet() bool + func (v NullableEPS5USingle) MarshalJSON() ([]byte, error) + type NullableEcmConnectionInfoSingle struct + func NewNullableEcmConnectionInfoSingle(val *EcmConnectionInfoSingle) *NullableEcmConnectionInfoSingle + func (v *NullableEcmConnectionInfoSingle) Set(val *EcmConnectionInfoSingle) + func (v *NullableEcmConnectionInfoSingle) UnmarshalJSON(src []byte) error + func (v *NullableEcmConnectionInfoSingle) Unset() + func (v NullableEcmConnectionInfoSingle) Get() *EcmConnectionInfoSingle + func (v NullableEcmConnectionInfoSingle) IsSet() bool + func (v NullableEcmConnectionInfoSingle) MarshalJSON() ([]byte, error) + type NullableEcmConnectionInfoSingleAllOf struct + func NewNullableEcmConnectionInfoSingleAllOf(val *EcmConnectionInfoSingleAllOf) *NullableEcmConnectionInfoSingleAllOf + func (v *NullableEcmConnectionInfoSingleAllOf) Set(val *EcmConnectionInfoSingleAllOf) + func (v *NullableEcmConnectionInfoSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableEcmConnectionInfoSingleAllOf) Unset() + func (v NullableEcmConnectionInfoSingleAllOf) Get() *EcmConnectionInfoSingleAllOf + func (v NullableEcmConnectionInfoSingleAllOf) IsSet() bool + func (v NullableEcmConnectionInfoSingleAllOf) MarshalJSON() ([]byte, error) + type NullableEcmConnectionInfoSingleAllOfAttributes struct + func NewNullableEcmConnectionInfoSingleAllOfAttributes(val *EcmConnectionInfoSingleAllOfAttributes) *NullableEcmConnectionInfoSingleAllOfAttributes + func (v *NullableEcmConnectionInfoSingleAllOfAttributes) Set(val *EcmConnectionInfoSingleAllOfAttributes) + func (v *NullableEcmConnectionInfoSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableEcmConnectionInfoSingleAllOfAttributes) Unset() + func (v NullableEcmConnectionInfoSingleAllOfAttributes) Get() *EcmConnectionInfoSingleAllOfAttributes + func (v NullableEcmConnectionInfoSingleAllOfAttributes) IsSet() bool + func (v NullableEcmConnectionInfoSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableEcmConnectionInfoSingleAllOfAttributesAllOf struct + func NewNullableEcmConnectionInfoSingleAllOfAttributesAllOf(val *EcmConnectionInfoSingleAllOfAttributesAllOf) *NullableEcmConnectionInfoSingleAllOfAttributesAllOf + func (v *NullableEcmConnectionInfoSingleAllOfAttributesAllOf) Set(val *EcmConnectionInfoSingleAllOfAttributesAllOf) + func (v *NullableEcmConnectionInfoSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableEcmConnectionInfoSingleAllOfAttributesAllOf) Unset() + func (v NullableEcmConnectionInfoSingleAllOfAttributesAllOf) Get() *EcmConnectionInfoSingleAllOfAttributesAllOf + func (v NullableEcmConnectionInfoSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableEcmConnectionInfoSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableEthFlowDescription struct + func NewNullableEthFlowDescription(val *EthFlowDescription) *NullableEthFlowDescription + func (v *NullableEthFlowDescription) Set(val *EthFlowDescription) + func (v *NullableEthFlowDescription) UnmarshalJSON(src []byte) error + func (v *NullableEthFlowDescription) Unset() + func (v NullableEthFlowDescription) Get() *EthFlowDescription + func (v NullableEthFlowDescription) IsSet() bool + func (v NullableEthFlowDescription) MarshalJSON() ([]byte, error) + type NullableEventId struct + func NewNullableEventId(val *EventId) *NullableEventId + func (v *NullableEventId) Set(val *EventId) + func (v *NullableEventId) UnmarshalJSON(src []byte) error + func (v *NullableEventId) Unset() + func (v NullableEventId) Get() *EventId + func (v NullableEventId) IsSet() bool + func (v NullableEventId) MarshalJSON() ([]byte, error) + type NullableEventIdAnyOf struct + func NewNullableEventIdAnyOf(val *EventIdAnyOf) *NullableEventIdAnyOf + func (v *NullableEventIdAnyOf) Set(val *EventIdAnyOf) + func (v *NullableEventIdAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableEventIdAnyOf) Unset() + func (v NullableEventIdAnyOf) Get() *EventIdAnyOf + func (v NullableEventIdAnyOf) IsSet() bool + func (v NullableEventIdAnyOf) MarshalJSON() ([]byte, error) + type NullableEventListForEventTriggeredMeasurementType struct + func NewNullableEventListForEventTriggeredMeasurementType(val *EventListForEventTriggeredMeasurementType) *NullableEventListForEventTriggeredMeasurementType + func (v *NullableEventListForEventTriggeredMeasurementType) Set(val *EventListForEventTriggeredMeasurementType) + func (v *NullableEventListForEventTriggeredMeasurementType) UnmarshalJSON(src []byte) error + func (v *NullableEventListForEventTriggeredMeasurementType) Unset() + func (v NullableEventListForEventTriggeredMeasurementType) Get() *EventListForEventTriggeredMeasurementType + func (v NullableEventListForEventTriggeredMeasurementType) IsSet() bool + func (v NullableEventListForEventTriggeredMeasurementType) MarshalJSON() ([]byte, error) + type NullableEventThresholdL1Type struct + func NewNullableEventThresholdL1Type(val *EventThresholdL1Type) *NullableEventThresholdL1Type + func (v *NullableEventThresholdL1Type) Set(val *EventThresholdL1Type) + func (v *NullableEventThresholdL1Type) UnmarshalJSON(src []byte) error + func (v *NullableEventThresholdL1Type) Unset() + func (v NullableEventThresholdL1Type) Get() *EventThresholdL1Type + func (v NullableEventThresholdL1Type) IsSet() bool + func (v NullableEventThresholdL1Type) MarshalJSON() ([]byte, error) + type NullableEventThresholdType struct + func NewNullableEventThresholdType(val *EventThresholdType) *NullableEventThresholdType + func (v *NullableEventThresholdType) Set(val *EventThresholdType) + func (v *NullableEventThresholdType) UnmarshalJSON(src []byte) error + func (v *NullableEventThresholdType) Unset() + func (v NullableEventThresholdType) Get() *EventThresholdType + func (v NullableEventThresholdType) IsSet() bool + func (v NullableEventThresholdType) MarshalJSON() ([]byte, error) + type NullableEventThresholdTypeEventThreshold1F struct + func NewNullableEventThresholdTypeEventThreshold1F(val *EventThresholdTypeEventThreshold1F) *NullableEventThresholdTypeEventThreshold1F + func (v *NullableEventThresholdTypeEventThreshold1F) Set(val *EventThresholdTypeEventThreshold1F) + func (v *NullableEventThresholdTypeEventThreshold1F) UnmarshalJSON(src []byte) error + func (v *NullableEventThresholdTypeEventThreshold1F) Unset() + func (v NullableEventThresholdTypeEventThreshold1F) Get() *EventThresholdTypeEventThreshold1F + func (v NullableEventThresholdTypeEventThreshold1F) IsSet() bool + func (v NullableEventThresholdTypeEventThreshold1F) MarshalJSON() ([]byte, error) + type NullableEventThresholdTypeEventThresholdRSRP struct + func NewNullableEventThresholdTypeEventThresholdRSRP(val *EventThresholdTypeEventThresholdRSRP) *NullableEventThresholdTypeEventThresholdRSRP + func (v *NullableEventThresholdTypeEventThresholdRSRP) Set(val *EventThresholdTypeEventThresholdRSRP) + func (v *NullableEventThresholdTypeEventThresholdRSRP) UnmarshalJSON(src []byte) error + func (v *NullableEventThresholdTypeEventThresholdRSRP) Unset() + func (v NullableEventThresholdTypeEventThresholdRSRP) Get() *EventThresholdTypeEventThresholdRSRP + func (v NullableEventThresholdTypeEventThresholdRSRP) IsSet() bool + func (v NullableEventThresholdTypeEventThresholdRSRP) MarshalJSON() ([]byte, error) + type NullableEventThresholdTypeEventThresholdRSRQ struct + func NewNullableEventThresholdTypeEventThresholdRSRQ(val *EventThresholdTypeEventThresholdRSRQ) *NullableEventThresholdTypeEventThresholdRSRQ + func (v *NullableEventThresholdTypeEventThresholdRSRQ) Set(val *EventThresholdTypeEventThresholdRSRQ) + func (v *NullableEventThresholdTypeEventThresholdRSRQ) UnmarshalJSON(src []byte) error + func (v *NullableEventThresholdTypeEventThresholdRSRQ) Unset() + func (v NullableEventThresholdTypeEventThresholdRSRQ) Get() *EventThresholdTypeEventThresholdRSRQ + func (v NullableEventThresholdTypeEventThresholdRSRQ) IsSet() bool + func (v NullableEventThresholdTypeEventThresholdRSRQ) MarshalJSON() ([]byte, error) + type NullableExtSnssai struct + func NewNullableExtSnssai(val *ExtSnssai) *NullableExtSnssai + func (v *NullableExtSnssai) Set(val *ExtSnssai) + func (v *NullableExtSnssai) UnmarshalJSON(src []byte) error + func (v *NullableExtSnssai) Unset() + func (v NullableExtSnssai) Get() *ExtSnssai + func (v NullableExtSnssai) IsSet() bool + func (v NullableExtSnssai) MarshalJSON() ([]byte, error) + type NullableExternalAmfFunctionSingle struct + func NewNullableExternalAmfFunctionSingle(val *ExternalAmfFunctionSingle) *NullableExternalAmfFunctionSingle + func (v *NullableExternalAmfFunctionSingle) Set(val *ExternalAmfFunctionSingle) + func (v *NullableExternalAmfFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableExternalAmfFunctionSingle) Unset() + func (v NullableExternalAmfFunctionSingle) Get() *ExternalAmfFunctionSingle + func (v NullableExternalAmfFunctionSingle) IsSet() bool + func (v NullableExternalAmfFunctionSingle) MarshalJSON() ([]byte, error) + type NullableExternalAmfFunctionSingleAllOf struct + func NewNullableExternalAmfFunctionSingleAllOf(val *ExternalAmfFunctionSingleAllOf) *NullableExternalAmfFunctionSingleAllOf + func (v *NullableExternalAmfFunctionSingleAllOf) Set(val *ExternalAmfFunctionSingleAllOf) + func (v *NullableExternalAmfFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableExternalAmfFunctionSingleAllOf) Unset() + func (v NullableExternalAmfFunctionSingleAllOf) Get() *ExternalAmfFunctionSingleAllOf + func (v NullableExternalAmfFunctionSingleAllOf) IsSet() bool + func (v NullableExternalAmfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableExternalAmfFunctionSingleAllOfAttributes struct + func NewNullableExternalAmfFunctionSingleAllOfAttributes(val *ExternalAmfFunctionSingleAllOfAttributes) *NullableExternalAmfFunctionSingleAllOfAttributes + func (v *NullableExternalAmfFunctionSingleAllOfAttributes) Set(val *ExternalAmfFunctionSingleAllOfAttributes) + func (v *NullableExternalAmfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableExternalAmfFunctionSingleAllOfAttributes) Unset() + func (v NullableExternalAmfFunctionSingleAllOfAttributes) Get() *ExternalAmfFunctionSingleAllOfAttributes + func (v NullableExternalAmfFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableExternalAmfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableExternalAmfFunctionSingleAllOfAttributesAllOf struct + func NewNullableExternalAmfFunctionSingleAllOfAttributesAllOf(val *ExternalAmfFunctionSingleAllOfAttributesAllOf) *NullableExternalAmfFunctionSingleAllOfAttributesAllOf + func (v *NullableExternalAmfFunctionSingleAllOfAttributesAllOf) Set(val *ExternalAmfFunctionSingleAllOfAttributesAllOf) + func (v *NullableExternalAmfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableExternalAmfFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableExternalAmfFunctionSingleAllOfAttributesAllOf) Get() *ExternalAmfFunctionSingleAllOfAttributesAllOf + func (v NullableExternalAmfFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableExternalAmfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableExternalNrfFunctionSingle struct + func NewNullableExternalNrfFunctionSingle(val *ExternalNrfFunctionSingle) *NullableExternalNrfFunctionSingle + func (v *NullableExternalNrfFunctionSingle) Set(val *ExternalNrfFunctionSingle) + func (v *NullableExternalNrfFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableExternalNrfFunctionSingle) Unset() + func (v NullableExternalNrfFunctionSingle) Get() *ExternalNrfFunctionSingle + func (v NullableExternalNrfFunctionSingle) IsSet() bool + func (v NullableExternalNrfFunctionSingle) MarshalJSON() ([]byte, error) + type NullableExternalNrfFunctionSingleAllOf struct + func NewNullableExternalNrfFunctionSingleAllOf(val *ExternalNrfFunctionSingleAllOf) *NullableExternalNrfFunctionSingleAllOf + func (v *NullableExternalNrfFunctionSingleAllOf) Set(val *ExternalNrfFunctionSingleAllOf) + func (v *NullableExternalNrfFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableExternalNrfFunctionSingleAllOf) Unset() + func (v NullableExternalNrfFunctionSingleAllOf) Get() *ExternalNrfFunctionSingleAllOf + func (v NullableExternalNrfFunctionSingleAllOf) IsSet() bool + func (v NullableExternalNrfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableExternalNrfFunctionSingleAllOfAttributes struct + func NewNullableExternalNrfFunctionSingleAllOfAttributes(val *ExternalNrfFunctionSingleAllOfAttributes) *NullableExternalNrfFunctionSingleAllOfAttributes + func (v *NullableExternalNrfFunctionSingleAllOfAttributes) Set(val *ExternalNrfFunctionSingleAllOfAttributes) + func (v *NullableExternalNrfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableExternalNrfFunctionSingleAllOfAttributes) Unset() + func (v NullableExternalNrfFunctionSingleAllOfAttributes) Get() *ExternalNrfFunctionSingleAllOfAttributes + func (v NullableExternalNrfFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableExternalNrfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableExternalNrfFunctionSingleAllOfAttributesAllOf struct + func NewNullableExternalNrfFunctionSingleAllOfAttributesAllOf(val *ExternalNrfFunctionSingleAllOfAttributesAllOf) *NullableExternalNrfFunctionSingleAllOfAttributesAllOf + func (v *NullableExternalNrfFunctionSingleAllOfAttributesAllOf) Set(val *ExternalNrfFunctionSingleAllOfAttributesAllOf) + func (v *NullableExternalNrfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableExternalNrfFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableExternalNrfFunctionSingleAllOfAttributesAllOf) Get() *ExternalNrfFunctionSingleAllOfAttributesAllOf + func (v NullableExternalNrfFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableExternalNrfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableExternalNssfFunctionSingle struct + func NewNullableExternalNssfFunctionSingle(val *ExternalNssfFunctionSingle) *NullableExternalNssfFunctionSingle + func (v *NullableExternalNssfFunctionSingle) Set(val *ExternalNssfFunctionSingle) + func (v *NullableExternalNssfFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableExternalNssfFunctionSingle) Unset() + func (v NullableExternalNssfFunctionSingle) Get() *ExternalNssfFunctionSingle + func (v NullableExternalNssfFunctionSingle) IsSet() bool + func (v NullableExternalNssfFunctionSingle) MarshalJSON() ([]byte, error) + type NullableExternalSeppFunctionSingle struct + func NewNullableExternalSeppFunctionSingle(val *ExternalSeppFunctionSingle) *NullableExternalSeppFunctionSingle + func (v *NullableExternalSeppFunctionSingle) Set(val *ExternalSeppFunctionSingle) + func (v *NullableExternalSeppFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableExternalSeppFunctionSingle) Unset() + func (v NullableExternalSeppFunctionSingle) Get() *ExternalSeppFunctionSingle + func (v NullableExternalSeppFunctionSingle) IsSet() bool + func (v NullableExternalSeppFunctionSingle) MarshalJSON() ([]byte, error) + type NullableExternalSeppFunctionSingleAllOf struct + func NewNullableExternalSeppFunctionSingleAllOf(val *ExternalSeppFunctionSingleAllOf) *NullableExternalSeppFunctionSingleAllOf + func (v *NullableExternalSeppFunctionSingleAllOf) Set(val *ExternalSeppFunctionSingleAllOf) + func (v *NullableExternalSeppFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableExternalSeppFunctionSingleAllOf) Unset() + func (v NullableExternalSeppFunctionSingleAllOf) Get() *ExternalSeppFunctionSingleAllOf + func (v NullableExternalSeppFunctionSingleAllOf) IsSet() bool + func (v NullableExternalSeppFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableExternalSeppFunctionSingleAllOfAttributes struct + func NewNullableExternalSeppFunctionSingleAllOfAttributes(val *ExternalSeppFunctionSingleAllOfAttributes) *NullableExternalSeppFunctionSingleAllOfAttributes + func (v *NullableExternalSeppFunctionSingleAllOfAttributes) Set(val *ExternalSeppFunctionSingleAllOfAttributes) + func (v *NullableExternalSeppFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableExternalSeppFunctionSingleAllOfAttributes) Unset() + func (v NullableExternalSeppFunctionSingleAllOfAttributes) Get() *ExternalSeppFunctionSingleAllOfAttributes + func (v NullableExternalSeppFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableExternalSeppFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableExternalSeppFunctionSingleAllOfAttributesAllOf struct + func NewNullableExternalSeppFunctionSingleAllOfAttributesAllOf(val *ExternalSeppFunctionSingleAllOfAttributesAllOf) *NullableExternalSeppFunctionSingleAllOfAttributesAllOf + func (v *NullableExternalSeppFunctionSingleAllOfAttributesAllOf) Set(val *ExternalSeppFunctionSingleAllOfAttributesAllOf) + func (v *NullableExternalSeppFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableExternalSeppFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableExternalSeppFunctionSingleAllOfAttributesAllOf) Get() *ExternalSeppFunctionSingleAllOfAttributesAllOf + func (v NullableExternalSeppFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableExternalSeppFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableFileDownloadJobProcessMonitor struct + func NewNullableFileDownloadJobProcessMonitor(val *FileDownloadJobProcessMonitor) *NullableFileDownloadJobProcessMonitor + func (v *NullableFileDownloadJobProcessMonitor) Set(val *FileDownloadJobProcessMonitor) + func (v *NullableFileDownloadJobProcessMonitor) UnmarshalJSON(src []byte) error + func (v *NullableFileDownloadJobProcessMonitor) Unset() + func (v NullableFileDownloadJobProcessMonitor) Get() *FileDownloadJobProcessMonitor + func (v NullableFileDownloadJobProcessMonitor) IsSet() bool + func (v NullableFileDownloadJobProcessMonitor) MarshalJSON() ([]byte, error) + type NullableFileDownloadJobProcessMonitorResultStateInfo struct + func NewNullableFileDownloadJobProcessMonitorResultStateInfo(val *FileDownloadJobProcessMonitorResultStateInfo) *NullableFileDownloadJobProcessMonitorResultStateInfo + func (v *NullableFileDownloadJobProcessMonitorResultStateInfo) Set(val *FileDownloadJobProcessMonitorResultStateInfo) + func (v *NullableFileDownloadJobProcessMonitorResultStateInfo) UnmarshalJSON(src []byte) error + func (v *NullableFileDownloadJobProcessMonitorResultStateInfo) Unset() + func (v NullableFileDownloadJobProcessMonitorResultStateInfo) Get() *FileDownloadJobProcessMonitorResultStateInfo + func (v NullableFileDownloadJobProcessMonitorResultStateInfo) IsSet() bool + func (v NullableFileDownloadJobProcessMonitorResultStateInfo) MarshalJSON() ([]byte, error) + type NullableFileDownloadJobSingle struct + func NewNullableFileDownloadJobSingle(val *FileDownloadJobSingle) *NullableFileDownloadJobSingle + func (v *NullableFileDownloadJobSingle) Set(val *FileDownloadJobSingle) + func (v *NullableFileDownloadJobSingle) UnmarshalJSON(src []byte) error + func (v *NullableFileDownloadJobSingle) Unset() + func (v NullableFileDownloadJobSingle) Get() *FileDownloadJobSingle + func (v NullableFileDownloadJobSingle) IsSet() bool + func (v NullableFileDownloadJobSingle) MarshalJSON() ([]byte, error) + type NullableFileDownloadJobSingleAllOf struct + func NewNullableFileDownloadJobSingleAllOf(val *FileDownloadJobSingleAllOf) *NullableFileDownloadJobSingleAllOf + func (v *NullableFileDownloadJobSingleAllOf) Set(val *FileDownloadJobSingleAllOf) + func (v *NullableFileDownloadJobSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableFileDownloadJobSingleAllOf) Unset() + func (v NullableFileDownloadJobSingleAllOf) Get() *FileDownloadJobSingleAllOf + func (v NullableFileDownloadJobSingleAllOf) IsSet() bool + func (v NullableFileDownloadJobSingleAllOf) MarshalJSON() ([]byte, error) + type NullableFileDownloadJobSingleAllOfAttributes struct + func NewNullableFileDownloadJobSingleAllOfAttributes(val *FileDownloadJobSingleAllOfAttributes) *NullableFileDownloadJobSingleAllOfAttributes + func (v *NullableFileDownloadJobSingleAllOfAttributes) Set(val *FileDownloadJobSingleAllOfAttributes) + func (v *NullableFileDownloadJobSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableFileDownloadJobSingleAllOfAttributes) Unset() + func (v NullableFileDownloadJobSingleAllOfAttributes) Get() *FileDownloadJobSingleAllOfAttributes + func (v NullableFileDownloadJobSingleAllOfAttributes) IsSet() bool + func (v NullableFileDownloadJobSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableFileNotificationTypes struct + func NewNullableFileNotificationTypes(val *FileNotificationTypes) *NullableFileNotificationTypes + func (v *NullableFileNotificationTypes) Set(val *FileNotificationTypes) + func (v *NullableFileNotificationTypes) UnmarshalJSON(src []byte) error + func (v *NullableFileNotificationTypes) Unset() + func (v NullableFileNotificationTypes) Get() *FileNotificationTypes + func (v NullableFileNotificationTypes) IsSet() bool + func (v NullableFileNotificationTypes) MarshalJSON() ([]byte, error) + type NullableFileSingle struct + func NewNullableFileSingle(val *FileSingle) *NullableFileSingle + func (v *NullableFileSingle) Set(val *FileSingle) + func (v *NullableFileSingle) UnmarshalJSON(src []byte) error + func (v *NullableFileSingle) Unset() + func (v NullableFileSingle) Get() *FileSingle + func (v NullableFileSingle) IsSet() bool + func (v NullableFileSingle) MarshalJSON() ([]byte, error) + type NullableFileSingleAllOf struct + func NewNullableFileSingleAllOf(val *FileSingleAllOf) *NullableFileSingleAllOf + func (v *NullableFileSingleAllOf) Set(val *FileSingleAllOf) + func (v *NullableFileSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableFileSingleAllOf) Unset() + func (v NullableFileSingleAllOf) Get() *FileSingleAllOf + func (v NullableFileSingleAllOf) IsSet() bool + func (v NullableFileSingleAllOf) MarshalJSON() ([]byte, error) + type NullableFileSingleAllOfAttributes struct + func NewNullableFileSingleAllOfAttributes(val *FileSingleAllOfAttributes) *NullableFileSingleAllOfAttributes + func (v *NullableFileSingleAllOfAttributes) Set(val *FileSingleAllOfAttributes) + func (v *NullableFileSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableFileSingleAllOfAttributes) Unset() + func (v NullableFileSingleAllOfAttributes) Get() *FileSingleAllOfAttributes + func (v NullableFileSingleAllOfAttributes) IsSet() bool + func (v NullableFileSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableFilesSingle struct + func NewNullableFilesSingle(val *FilesSingle) *NullableFilesSingle + func (v *NullableFilesSingle) Set(val *FilesSingle) + func (v *NullableFilesSingle) UnmarshalJSON(src []byte) error + func (v *NullableFilesSingle) Unset() + func (v NullableFilesSingle) Get() *FilesSingle + func (v NullableFilesSingle) IsSet() bool + func (v NullableFilesSingle) MarshalJSON() ([]byte, error) + type NullableFilesSingleAllOf struct + func NewNullableFilesSingleAllOf(val *FilesSingleAllOf) *NullableFilesSingleAllOf + func (v *NullableFilesSingleAllOf) Set(val *FilesSingleAllOf) + func (v *NullableFilesSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableFilesSingleAllOf) Unset() + func (v NullableFilesSingleAllOf) Get() *FilesSingleAllOf + func (v NullableFilesSingleAllOf) IsSet() bool + func (v NullableFilesSingleAllOf) MarshalJSON() ([]byte, error) + type NullableFilesSingleAllOfAttributes struct + func NewNullableFilesSingleAllOfAttributes(val *FilesSingleAllOfAttributes) *NullableFilesSingleAllOfAttributes + func (v *NullableFilesSingleAllOfAttributes) Set(val *FilesSingleAllOfAttributes) + func (v *NullableFilesSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableFilesSingleAllOfAttributes) Unset() + func (v NullableFilesSingleAllOfAttributes) Get() *FilesSingleAllOfAttributes + func (v NullableFilesSingleAllOfAttributes) IsSet() bool + func (v NullableFilesSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableFiveQICharacteristicsSingle struct + func NewNullableFiveQICharacteristicsSingle(val *FiveQICharacteristicsSingle) *NullableFiveQICharacteristicsSingle + func (v *NullableFiveQICharacteristicsSingle) Set(val *FiveQICharacteristicsSingle) + func (v *NullableFiveQICharacteristicsSingle) UnmarshalJSON(src []byte) error + func (v *NullableFiveQICharacteristicsSingle) Unset() + func (v NullableFiveQICharacteristicsSingle) Get() *FiveQICharacteristicsSingle + func (v NullableFiveQICharacteristicsSingle) IsSet() bool + func (v NullableFiveQICharacteristicsSingle) MarshalJSON() ([]byte, error) + type NullableFiveQICharacteristicsSingleAllOf struct + func NewNullableFiveQICharacteristicsSingleAllOf(val *FiveQICharacteristicsSingleAllOf) *NullableFiveQICharacteristicsSingleAllOf + func (v *NullableFiveQICharacteristicsSingleAllOf) Set(val *FiveQICharacteristicsSingleAllOf) + func (v *NullableFiveQICharacteristicsSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableFiveQICharacteristicsSingleAllOf) Unset() + func (v NullableFiveQICharacteristicsSingleAllOf) Get() *FiveQICharacteristicsSingleAllOf + func (v NullableFiveQICharacteristicsSingleAllOf) IsSet() bool + func (v NullableFiveQICharacteristicsSingleAllOf) MarshalJSON() ([]byte, error) + type NullableFiveQiDscpMapping struct + func NewNullableFiveQiDscpMapping(val *FiveQiDscpMapping) *NullableFiveQiDscpMapping + func (v *NullableFiveQiDscpMapping) Set(val *FiveQiDscpMapping) + func (v *NullableFiveQiDscpMapping) UnmarshalJSON(src []byte) error + func (v *NullableFiveQiDscpMapping) Unset() + func (v NullableFiveQiDscpMapping) Get() *FiveQiDscpMapping + func (v NullableFiveQiDscpMapping) IsSet() bool + func (v NullableFiveQiDscpMapping) MarshalJSON() ([]byte, error) + type NullableFiveQiDscpMappingSetSingle struct + func NewNullableFiveQiDscpMappingSetSingle(val *FiveQiDscpMappingSetSingle) *NullableFiveQiDscpMappingSetSingle + func (v *NullableFiveQiDscpMappingSetSingle) Set(val *FiveQiDscpMappingSetSingle) + func (v *NullableFiveQiDscpMappingSetSingle) UnmarshalJSON(src []byte) error + func (v *NullableFiveQiDscpMappingSetSingle) Unset() + func (v NullableFiveQiDscpMappingSetSingle) Get() *FiveQiDscpMappingSetSingle + func (v NullableFiveQiDscpMappingSetSingle) IsSet() bool + func (v NullableFiveQiDscpMappingSetSingle) MarshalJSON() ([]byte, error) + type NullableFiveQiDscpMappingSetSingleAllOf struct + func NewNullableFiveQiDscpMappingSetSingleAllOf(val *FiveQiDscpMappingSetSingleAllOf) *NullableFiveQiDscpMappingSetSingleAllOf + func (v *NullableFiveQiDscpMappingSetSingleAllOf) Set(val *FiveQiDscpMappingSetSingleAllOf) + func (v *NullableFiveQiDscpMappingSetSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableFiveQiDscpMappingSetSingleAllOf) Unset() + func (v NullableFiveQiDscpMappingSetSingleAllOf) Get() *FiveQiDscpMappingSetSingleAllOf + func (v NullableFiveQiDscpMappingSetSingleAllOf) IsSet() bool + func (v NullableFiveQiDscpMappingSetSingleAllOf) MarshalJSON() ([]byte, error) + type NullableFiveQiDscpMappingSetSingleAllOfAttributes struct + func NewNullableFiveQiDscpMappingSetSingleAllOfAttributes(val *FiveQiDscpMappingSetSingleAllOfAttributes) *NullableFiveQiDscpMappingSetSingleAllOfAttributes + func (v *NullableFiveQiDscpMappingSetSingleAllOfAttributes) Set(val *FiveQiDscpMappingSetSingleAllOfAttributes) + func (v *NullableFiveQiDscpMappingSetSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableFiveQiDscpMappingSetSingleAllOfAttributes) Unset() + func (v NullableFiveQiDscpMappingSetSingleAllOfAttributes) Get() *FiveQiDscpMappingSetSingleAllOfAttributes + func (v NullableFiveQiDscpMappingSetSingleAllOfAttributes) IsSet() bool + func (v NullableFiveQiDscpMappingSetSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf struct + func NewNullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf(val *FiveQiDscpMappingSetSingleAllOfAttributesAllOf) *NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf + func (v *NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) Set(val *FiveQiDscpMappingSetSingleAllOfAttributesAllOf) + func (v *NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) Unset() + func (v NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) Get() *FiveQiDscpMappingSetSingleAllOfAttributesAllOf + func (v NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableFiveQiDscpMappingSetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableFlowDirection struct + func NewNullableFlowDirection(val *FlowDirection) *NullableFlowDirection + func (v *NullableFlowDirection) Set(val *FlowDirection) + func (v *NullableFlowDirection) UnmarshalJSON(src []byte) error + func (v *NullableFlowDirection) Unset() + func (v NullableFlowDirection) Get() *FlowDirection + func (v NullableFlowDirection) IsSet() bool + func (v NullableFlowDirection) MarshalJSON() ([]byte, error) + type NullableFlowDirectionAnyOf struct + func NewNullableFlowDirectionAnyOf(val *FlowDirectionAnyOf) *NullableFlowDirectionAnyOf + func (v *NullableFlowDirectionAnyOf) Set(val *FlowDirectionAnyOf) + func (v *NullableFlowDirectionAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableFlowDirectionAnyOf) Unset() + func (v NullableFlowDirectionAnyOf) Get() *FlowDirectionAnyOf + func (v NullableFlowDirectionAnyOf) IsSet() bool + func (v NullableFlowDirectionAnyOf) MarshalJSON() ([]byte, error) + type NullableFlowDirectionRm struct + func NewNullableFlowDirectionRm(val *FlowDirectionRm) *NullableFlowDirectionRm + func (v *NullableFlowDirectionRm) Set(val *FlowDirectionRm) + func (v *NullableFlowDirectionRm) UnmarshalJSON(src []byte) error + func (v *NullableFlowDirectionRm) Unset() + func (v NullableFlowDirectionRm) Get() *FlowDirectionRm + func (v NullableFlowDirectionRm) IsSet() bool + func (v NullableFlowDirectionRm) MarshalJSON() ([]byte, error) + type NullableFlowInformation struct + func NewNullableFlowInformation(val *FlowInformation) *NullableFlowInformation + func (v *NullableFlowInformation) Set(val *FlowInformation) + func (v *NullableFlowInformation) UnmarshalJSON(src []byte) error + func (v *NullableFlowInformation) Unset() + func (v NullableFlowInformation) Get() *FlowInformation + func (v NullableFlowInformation) IsSet() bool + func (v NullableFlowInformation) MarshalJSON() ([]byte, error) + type NullableFlowStatus struct + func NewNullableFlowStatus(val *FlowStatus) *NullableFlowStatus + func (v *NullableFlowStatus) Set(val *FlowStatus) + func (v *NullableFlowStatus) UnmarshalJSON(src []byte) error + func (v *NullableFlowStatus) Unset() + func (v NullableFlowStatus) Get() *FlowStatus + func (v NullableFlowStatus) IsSet() bool + func (v NullableFlowStatus) MarshalJSON() ([]byte, error) + type NullableFlowStatusAnyOf struct + func NewNullableFlowStatusAnyOf(val *FlowStatusAnyOf) *NullableFlowStatusAnyOf + func (v *NullableFlowStatusAnyOf) Set(val *FlowStatusAnyOf) + func (v *NullableFlowStatusAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableFlowStatusAnyOf) Unset() + func (v NullableFlowStatusAnyOf) Get() *FlowStatusAnyOf + func (v NullableFlowStatusAnyOf) IsSet() bool + func (v NullableFlowStatusAnyOf) MarshalJSON() ([]byte, error) + type NullableFreqInfo struct + func NewNullableFreqInfo(val *FreqInfo) *NullableFreqInfo + func (v *NullableFreqInfo) Set(val *FreqInfo) + func (v *NullableFreqInfo) UnmarshalJSON(src []byte) error + func (v *NullableFreqInfo) Unset() + func (v NullableFreqInfo) Get() *FreqInfo + func (v NullableFreqInfo) IsSet() bool + func (v NullableFreqInfo) MarshalJSON() ([]byte, error) + type NullableGUAMInfo struct + func NewNullableGUAMInfo(val *GUAMInfo) *NullableGUAMInfo + func (v *NullableGUAMInfo) Set(val *GUAMInfo) + func (v *NullableGUAMInfo) UnmarshalJSON(src []byte) error + func (v *NullableGUAMInfo) Unset() + func (v NullableGUAMInfo) Get() *GUAMInfo + func (v NullableGUAMInfo) IsSet() bool + func (v NullableGUAMInfo) MarshalJSON() ([]byte, error) + type NullableGeoArea struct + func NewNullableGeoArea(val *GeoArea) *NullableGeoArea + func (v *NullableGeoArea) Set(val *GeoArea) + func (v *NullableGeoArea) UnmarshalJSON(src []byte) error + func (v *NullableGeoArea) Unset() + func (v NullableGeoArea) Get() *GeoArea + func (v NullableGeoArea) IsSet() bool + func (v NullableGeoArea) MarshalJSON() ([]byte, error) + type NullableGeoAreaToCellMapping struct + func NewNullableGeoAreaToCellMapping(val *GeoAreaToCellMapping) *NullableGeoAreaToCellMapping + func (v *NullableGeoAreaToCellMapping) Set(val *GeoAreaToCellMapping) + func (v *NullableGeoAreaToCellMapping) UnmarshalJSON(src []byte) error + func (v *NullableGeoAreaToCellMapping) Unset() + func (v NullableGeoAreaToCellMapping) Get() *GeoAreaToCellMapping + func (v NullableGeoAreaToCellMapping) IsSet() bool + func (v NullableGeoAreaToCellMapping) MarshalJSON() ([]byte, error) + type NullableGeoCoordinate struct + func NewNullableGeoCoordinate(val *GeoCoordinate) *NullableGeoCoordinate + func (v *NullableGeoCoordinate) Set(val *GeoCoordinate) + func (v *NullableGeoCoordinate) UnmarshalJSON(src []byte) error + func (v *NullableGeoCoordinate) Unset() + func (v NullableGeoCoordinate) Get() *GeoCoordinate + func (v NullableGeoCoordinate) IsSet() bool + func (v NullableGeoCoordinate) MarshalJSON() ([]byte, error) + type NullableGeoLoc struct + func NewNullableGeoLoc(val *GeoLoc) *NullableGeoLoc + func (v *NullableGeoLoc) Set(val *GeoLoc) + func (v *NullableGeoLoc) UnmarshalJSON(src []byte) error + func (v *NullableGeoLoc) Unset() + func (v NullableGeoLoc) Get() *GeoLoc + func (v NullableGeoLoc) IsSet() bool + func (v NullableGeoLoc) MarshalJSON() ([]byte, error) + type NullableGeographicalCoordinates struct + func NewNullableGeographicalCoordinates(val *GeographicalCoordinates) *NullableGeographicalCoordinates + func (v *NullableGeographicalCoordinates) Set(val *GeographicalCoordinates) + func (v *NullableGeographicalCoordinates) UnmarshalJSON(src []byte) error + func (v *NullableGeographicalCoordinates) Unset() + func (v NullableGeographicalCoordinates) Get() *GeographicalCoordinates + func (v NullableGeographicalCoordinates) IsSet() bool + func (v NullableGeographicalCoordinates) MarshalJSON() ([]byte, error) + type NullableGtpUPathDelayThresholdsType struct + func NewNullableGtpUPathDelayThresholdsType(val *GtpUPathDelayThresholdsType) *NullableGtpUPathDelayThresholdsType + func (v *NullableGtpUPathDelayThresholdsType) Set(val *GtpUPathDelayThresholdsType) + func (v *NullableGtpUPathDelayThresholdsType) UnmarshalJSON(src []byte) error + func (v *NullableGtpUPathDelayThresholdsType) Unset() + func (v NullableGtpUPathDelayThresholdsType) Get() *GtpUPathDelayThresholdsType + func (v NullableGtpUPathDelayThresholdsType) IsSet() bool + func (v NullableGtpUPathDelayThresholdsType) MarshalJSON() ([]byte, error) + type NullableGtpUPathQoSMonitoringControlSingle struct + func NewNullableGtpUPathQoSMonitoringControlSingle(val *GtpUPathQoSMonitoringControlSingle) *NullableGtpUPathQoSMonitoringControlSingle + func (v *NullableGtpUPathQoSMonitoringControlSingle) Set(val *GtpUPathQoSMonitoringControlSingle) + func (v *NullableGtpUPathQoSMonitoringControlSingle) UnmarshalJSON(src []byte) error + func (v *NullableGtpUPathQoSMonitoringControlSingle) Unset() + func (v NullableGtpUPathQoSMonitoringControlSingle) Get() *GtpUPathQoSMonitoringControlSingle + func (v NullableGtpUPathQoSMonitoringControlSingle) IsSet() bool + func (v NullableGtpUPathQoSMonitoringControlSingle) MarshalJSON() ([]byte, error) + type NullableGtpUPathQoSMonitoringControlSingleAllOf struct + func NewNullableGtpUPathQoSMonitoringControlSingleAllOf(val *GtpUPathQoSMonitoringControlSingleAllOf) *NullableGtpUPathQoSMonitoringControlSingleAllOf + func (v *NullableGtpUPathQoSMonitoringControlSingleAllOf) Set(val *GtpUPathQoSMonitoringControlSingleAllOf) + func (v *NullableGtpUPathQoSMonitoringControlSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableGtpUPathQoSMonitoringControlSingleAllOf) Unset() + func (v NullableGtpUPathQoSMonitoringControlSingleAllOf) Get() *GtpUPathQoSMonitoringControlSingleAllOf + func (v NullableGtpUPathQoSMonitoringControlSingleAllOf) IsSet() bool + func (v NullableGtpUPathQoSMonitoringControlSingleAllOf) MarshalJSON() ([]byte, error) + type NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes struct + func NewNullableGtpUPathQoSMonitoringControlSingleAllOfAttributes(val *GtpUPathQoSMonitoringControlSingleAllOfAttributes) *NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes + func (v *NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) Set(val *GtpUPathQoSMonitoringControlSingleAllOfAttributes) + func (v *NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) Unset() + func (v NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) Get() *GtpUPathQoSMonitoringControlSingleAllOfAttributes + func (v NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) IsSet() bool + func (v NullableGtpUPathQoSMonitoringControlSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf struct + func NewNullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf(val *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) *NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf + func (v *NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) Set(val *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) + func (v *NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) Unset() + func (v NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) Get() *GtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf + func (v NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableGtpUPathQoSMonitoringControlSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableHeartbeatControlSingle struct + func NewNullableHeartbeatControlSingle(val *HeartbeatControlSingle) *NullableHeartbeatControlSingle + func (v *NullableHeartbeatControlSingle) Set(val *HeartbeatControlSingle) + func (v *NullableHeartbeatControlSingle) UnmarshalJSON(src []byte) error + func (v *NullableHeartbeatControlSingle) Unset() + func (v NullableHeartbeatControlSingle) Get() *HeartbeatControlSingle + func (v NullableHeartbeatControlSingle) IsSet() bool + func (v NullableHeartbeatControlSingle) MarshalJSON() ([]byte, error) + type NullableHeartbeatControlSingleAllOf struct + func NewNullableHeartbeatControlSingleAllOf(val *HeartbeatControlSingleAllOf) *NullableHeartbeatControlSingleAllOf + func (v *NullableHeartbeatControlSingleAllOf) Set(val *HeartbeatControlSingleAllOf) + func (v *NullableHeartbeatControlSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableHeartbeatControlSingleAllOf) Unset() + func (v NullableHeartbeatControlSingleAllOf) Get() *HeartbeatControlSingleAllOf + func (v NullableHeartbeatControlSingleAllOf) IsSet() bool + func (v NullableHeartbeatControlSingleAllOf) MarshalJSON() ([]byte, error) + type NullableHeartbeatControlSingleAllOfAttributes struct + func NewNullableHeartbeatControlSingleAllOfAttributes(val *HeartbeatControlSingleAllOfAttributes) *NullableHeartbeatControlSingleAllOfAttributes + func (v *NullableHeartbeatControlSingleAllOfAttributes) Set(val *HeartbeatControlSingleAllOfAttributes) + func (v *NullableHeartbeatControlSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableHeartbeatControlSingleAllOfAttributes) Unset() + func (v NullableHeartbeatControlSingleAllOfAttributes) Get() *HeartbeatControlSingleAllOfAttributes + func (v NullableHeartbeatControlSingleAllOfAttributes) IsSet() bool + func (v NullableHeartbeatControlSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableHeartbeatNotificationTypes struct + func NewNullableHeartbeatNotificationTypes(val *HeartbeatNotificationTypes) *NullableHeartbeatNotificationTypes + func (v *NullableHeartbeatNotificationTypes) Set(val *HeartbeatNotificationTypes) + func (v *NullableHeartbeatNotificationTypes) UnmarshalJSON(src []byte) error + func (v *NullableHeartbeatNotificationTypes) Unset() + func (v NullableHeartbeatNotificationTypes) Get() *HeartbeatNotificationTypes + func (v NullableHeartbeatNotificationTypes) IsSet() bool + func (v NullableHeartbeatNotificationTypes) MarshalJSON() ([]byte, error) + type NullableHostAddr struct + func NewNullableHostAddr(val *HostAddr) *NullableHostAddr + func (v *NullableHostAddr) Set(val *HostAddr) + func (v *NullableHostAddr) UnmarshalJSON(src []byte) error + func (v *NullableHostAddr) Unset() + func (v NullableHostAddr) Get() *HostAddr + func (v NullableHostAddr) IsSet() bool + func (v NullableHostAddr) MarshalJSON() ([]byte, error) + type NullableIdentityRange struct + func NewNullableIdentityRange(val *IdentityRange) *NullableIdentityRange + func (v *NullableIdentityRange) Set(val *IdentityRange) + func (v *NullableIdentityRange) UnmarshalJSON(src []byte) error + func (v *NullableIdentityRange) Unset() + func (v NullableIdentityRange) Get() *IdentityRange + func (v NullableIdentityRange) IsSet() bool + func (v NullableIdentityRange) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableInterfaceUpfInfoItem struct + func NewNullableInterfaceUpfInfoItem(val *InterfaceUpfInfoItem) *NullableInterfaceUpfInfoItem + func (v *NullableInterfaceUpfInfoItem) Set(val *InterfaceUpfInfoItem) + func (v *NullableInterfaceUpfInfoItem) UnmarshalJSON(src []byte) error + func (v *NullableInterfaceUpfInfoItem) Unset() + func (v NullableInterfaceUpfInfoItem) Get() *InterfaceUpfInfoItem + func (v NullableInterfaceUpfInfoItem) IsSet() bool + func (v NullableInterfaceUpfInfoItem) MarshalJSON() ([]byte, error) + type NullableInternalGroupIdRange struct + func NewNullableInternalGroupIdRange(val *InternalGroupIdRange) *NullableInternalGroupIdRange + func (v *NullableInternalGroupIdRange) Set(val *InternalGroupIdRange) + func (v *NullableInternalGroupIdRange) UnmarshalJSON(src []byte) error + func (v *NullableInternalGroupIdRange) Unset() + func (v NullableInternalGroupIdRange) Get() *InternalGroupIdRange + func (v NullableInternalGroupIdRange) IsSet() bool + func (v NullableInternalGroupIdRange) MarshalJSON() ([]byte, error) + type NullableIpAddr struct + func NewNullableIpAddr(val *IpAddr) *NullableIpAddr + func (v *NullableIpAddr) Set(val *IpAddr) + func (v *NullableIpAddr) UnmarshalJSON(src []byte) error + func (v *NullableIpAddr) Unset() + func (v NullableIpAddr) Get() *IpAddr + func (v NullableIpAddr) IsSet() bool + func (v NullableIpAddr) MarshalJSON() ([]byte, error) + type NullableIpAddr1 struct + func NewNullableIpAddr1(val *IpAddr1) *NullableIpAddr1 + func (v *NullableIpAddr1) Set(val *IpAddr1) + func (v *NullableIpAddr1) UnmarshalJSON(src []byte) error + func (v *NullableIpAddr1) Unset() + func (v NullableIpAddr1) Get() *IpAddr1 + func (v NullableIpAddr1) IsSet() bool + func (v NullableIpAddr1) MarshalJSON() ([]byte, error) + type NullableIpEndPoint struct + func NewNullableIpEndPoint(val *IpEndPoint) *NullableIpEndPoint + func (v *NullableIpEndPoint) Set(val *IpEndPoint) + func (v *NullableIpEndPoint) UnmarshalJSON(src []byte) error + func (v *NullableIpEndPoint) Unset() + func (v NullableIpEndPoint) Get() *IpEndPoint + func (v NullableIpEndPoint) IsSet() bool + func (v NullableIpEndPoint) MarshalJSON() ([]byte, error) + type NullableIpEndPoint1 struct + func NewNullableIpEndPoint1(val *IpEndPoint1) *NullableIpEndPoint1 + func (v *NullableIpEndPoint1) Set(val *IpEndPoint1) + func (v *NullableIpEndPoint1) UnmarshalJSON(src []byte) error + func (v *NullableIpEndPoint1) Unset() + func (v NullableIpEndPoint1) Get() *IpEndPoint1 + func (v NullableIpEndPoint1) IsSet() bool + func (v NullableIpEndPoint1) MarshalJSON() ([]byte, error) + type NullableIpInterface struct + func NewNullableIpInterface(val *IpInterface) *NullableIpInterface + func (v *NullableIpInterface) Set(val *IpInterface) + func (v *NullableIpInterface) UnmarshalJSON(src []byte) error + func (v *NullableIpInterface) Unset() + func (v NullableIpInterface) Get() *IpInterface + func (v NullableIpInterface) IsSet() bool + func (v NullableIpInterface) MarshalJSON() ([]byte, error) + type NullableIpReachability struct + func NewNullableIpReachability(val *IpReachability) *NullableIpReachability + func (v *NullableIpReachability) Set(val *IpReachability) + func (v *NullableIpReachability) UnmarshalJSON(src []byte) error + func (v *NullableIpReachability) Unset() + func (v NullableIpReachability) Get() *IpReachability + func (v NullableIpReachability) IsSet() bool + func (v NullableIpReachability) MarshalJSON() ([]byte, error) + type NullableIpReachabilityAnyOf struct + func NewNullableIpReachabilityAnyOf(val *IpReachabilityAnyOf) *NullableIpReachabilityAnyOf + func (v *NullableIpReachabilityAnyOf) Set(val *IpReachabilityAnyOf) + func (v *NullableIpReachabilityAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableIpReachabilityAnyOf) Unset() + func (v NullableIpReachabilityAnyOf) Get() *IpReachabilityAnyOf + func (v NullableIpReachabilityAnyOf) IsSet() bool + func (v NullableIpReachabilityAnyOf) MarshalJSON() ([]byte, error) + type NullableIpv4AddressRange struct + func NewNullableIpv4AddressRange(val *Ipv4AddressRange) *NullableIpv4AddressRange + func (v *NullableIpv4AddressRange) Set(val *Ipv4AddressRange) + func (v *NullableIpv4AddressRange) UnmarshalJSON(src []byte) error + func (v *NullableIpv4AddressRange) Unset() + func (v NullableIpv4AddressRange) Get() *Ipv4AddressRange + func (v NullableIpv4AddressRange) IsSet() bool + func (v NullableIpv4AddressRange) MarshalJSON() ([]byte, error) + type NullableIpv6Addr struct + func NewNullableIpv6Addr(val *Ipv6Addr) *NullableIpv6Addr + func (v *NullableIpv6Addr) Set(val *Ipv6Addr) + func (v *NullableIpv6Addr) UnmarshalJSON(src []byte) error + func (v *NullableIpv6Addr) Unset() + func (v NullableIpv6Addr) Get() *Ipv6Addr + func (v NullableIpv6Addr) IsSet() bool + func (v NullableIpv6Addr) MarshalJSON() ([]byte, error) + type NullableIpv6Addr1 struct + func NewNullableIpv6Addr1(val *Ipv6Addr1) *NullableIpv6Addr1 + func (v *NullableIpv6Addr1) Set(val *Ipv6Addr1) + func (v *NullableIpv6Addr1) UnmarshalJSON(src []byte) error + func (v *NullableIpv6Addr1) Unset() + func (v NullableIpv6Addr1) Get() *Ipv6Addr1 + func (v NullableIpv6Addr1) IsSet() bool + func (v NullableIpv6Addr1) MarshalJSON() ([]byte, error) + type NullableIpv6Prefix struct + func NewNullableIpv6Prefix(val *Ipv6Prefix) *NullableIpv6Prefix + func (v *NullableIpv6Prefix) Set(val *Ipv6Prefix) + func (v *NullableIpv6Prefix) UnmarshalJSON(src []byte) error + func (v *NullableIpv6Prefix) Unset() + func (v NullableIpv6Prefix) Get() *Ipv6Prefix + func (v NullableIpv6Prefix) IsSet() bool + func (v NullableIpv6Prefix) MarshalJSON() ([]byte, error) + type NullableIpv6Prefix1 struct + func NewNullableIpv6Prefix1(val *Ipv6Prefix1) *NullableIpv6Prefix1 + func (v *NullableIpv6Prefix1) Set(val *Ipv6Prefix1) + func (v *NullableIpv6Prefix1) UnmarshalJSON(src []byte) error + func (v *NullableIpv6Prefix1) Unset() + func (v NullableIpv6Prefix1) Get() *Ipv6Prefix1 + func (v NullableIpv6Prefix1) IsSet() bool + func (v NullableIpv6Prefix1) MarshalJSON() ([]byte, error) + type NullableIpv6PrefixRange struct + func NewNullableIpv6PrefixRange(val *Ipv6PrefixRange) *NullableIpv6PrefixRange + func (v *NullableIpv6PrefixRange) Set(val *Ipv6PrefixRange) + func (v *NullableIpv6PrefixRange) UnmarshalJSON(src []byte) error + func (v *NullableIpv6PrefixRange) Unset() + func (v NullableIpv6PrefixRange) Get() *Ipv6PrefixRange + func (v NullableIpv6PrefixRange) IsSet() bool + func (v NullableIpv6PrefixRange) MarshalJSON() ([]byte, error) + type NullableJobTypeType struct + func NewNullableJobTypeType(val *JobTypeType) *NullableJobTypeType + func (v *NullableJobTypeType) Set(val *JobTypeType) + func (v *NullableJobTypeType) UnmarshalJSON(src []byte) error + func (v *NullableJobTypeType) Unset() + func (v NullableJobTypeType) Get() *JobTypeType + func (v NullableJobTypeType) IsSet() bool + func (v NullableJobTypeType) MarshalJSON() ([]byte, error) + type NullableListOfInterfacesType struct + func NewNullableListOfInterfacesType(val *ListOfInterfacesType) *NullableListOfInterfacesType + func (v *NullableListOfInterfacesType) Set(val *ListOfInterfacesType) + func (v *NullableListOfInterfacesType) UnmarshalJSON(src []byte) error + func (v *NullableListOfInterfacesType) Unset() + func (v NullableListOfInterfacesType) Get() *ListOfInterfacesType + func (v NullableListOfInterfacesType) IsSet() bool + func (v NullableListOfInterfacesType) MarshalJSON() ([]byte, error) + type NullableListOfMeasurementsType struct + func NewNullableListOfMeasurementsType(val *ListOfMeasurementsType) *NullableListOfMeasurementsType + func (v *NullableListOfMeasurementsType) Set(val *ListOfMeasurementsType) + func (v *NullableListOfMeasurementsType) UnmarshalJSON(src []byte) error + func (v *NullableListOfMeasurementsType) Unset() + func (v NullableListOfMeasurementsType) Get() *ListOfMeasurementsType + func (v NullableListOfMeasurementsType) IsSet() bool + func (v NullableListOfMeasurementsType) MarshalJSON() ([]byte, error) + type NullableLmfFunctionSingle struct + func NewNullableLmfFunctionSingle(val *LmfFunctionSingle) *NullableLmfFunctionSingle + func (v *NullableLmfFunctionSingle) Set(val *LmfFunctionSingle) + func (v *NullableLmfFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableLmfFunctionSingle) Unset() + func (v NullableLmfFunctionSingle) Get() *LmfFunctionSingle + func (v NullableLmfFunctionSingle) IsSet() bool + func (v NullableLmfFunctionSingle) MarshalJSON() ([]byte, error) + type NullableLmfFunctionSingleAllOf struct + func NewNullableLmfFunctionSingleAllOf(val *LmfFunctionSingleAllOf) *NullableLmfFunctionSingleAllOf + func (v *NullableLmfFunctionSingleAllOf) Set(val *LmfFunctionSingleAllOf) + func (v *NullableLmfFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableLmfFunctionSingleAllOf) Unset() + func (v NullableLmfFunctionSingleAllOf) Get() *LmfFunctionSingleAllOf + func (v NullableLmfFunctionSingleAllOf) IsSet() bool + func (v NullableLmfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableLmfFunctionSingleAllOf1 struct + func NewNullableLmfFunctionSingleAllOf1(val *LmfFunctionSingleAllOf1) *NullableLmfFunctionSingleAllOf1 + func (v *NullableLmfFunctionSingleAllOf1) Set(val *LmfFunctionSingleAllOf1) + func (v *NullableLmfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableLmfFunctionSingleAllOf1) Unset() + func (v NullableLmfFunctionSingleAllOf1) Get() *LmfFunctionSingleAllOf1 + func (v NullableLmfFunctionSingleAllOf1) IsSet() bool + func (v NullableLmfFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + type NullableLmfFunctionSingleAllOfAttributes struct + func NewNullableLmfFunctionSingleAllOfAttributes(val *LmfFunctionSingleAllOfAttributes) *NullableLmfFunctionSingleAllOfAttributes + func (v *NullableLmfFunctionSingleAllOfAttributes) Set(val *LmfFunctionSingleAllOfAttributes) + func (v *NullableLmfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableLmfFunctionSingleAllOfAttributes) Unset() + func (v NullableLmfFunctionSingleAllOfAttributes) Get() *LmfFunctionSingleAllOfAttributes + func (v NullableLmfFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableLmfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableLmfFunctionSingleAllOfAttributesAllOf struct + func NewNullableLmfFunctionSingleAllOfAttributesAllOf(val *LmfFunctionSingleAllOfAttributesAllOf) *NullableLmfFunctionSingleAllOfAttributesAllOf + func (v *NullableLmfFunctionSingleAllOfAttributesAllOf) Set(val *LmfFunctionSingleAllOfAttributesAllOf) + func (v *NullableLmfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableLmfFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableLmfFunctionSingleAllOfAttributesAllOf) Get() *LmfFunctionSingleAllOfAttributesAllOf + func (v NullableLmfFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableLmfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableLocalAddress struct + func NewNullableLocalAddress(val *LocalAddress) *NullableLocalAddress + func (v *NullableLocalAddress) Set(val *LocalAddress) + func (v *NullableLocalAddress) UnmarshalJSON(src []byte) error + func (v *NullableLocalAddress) Unset() + func (v NullableLocalAddress) Get() *LocalAddress + func (v NullableLocalAddress) IsSet() bool + func (v NullableLocalAddress) MarshalJSON() ([]byte, error) + type NullableLoggingDurationType struct + func NewNullableLoggingDurationType(val *LoggingDurationType) *NullableLoggingDurationType + func (v *NullableLoggingDurationType) Set(val *LoggingDurationType) + func (v *NullableLoggingDurationType) UnmarshalJSON(src []byte) error + func (v *NullableLoggingDurationType) Unset() + func (v NullableLoggingDurationType) Get() *LoggingDurationType + func (v NullableLoggingDurationType) IsSet() bool + func (v NullableLoggingDurationType) MarshalJSON() ([]byte, error) + type NullableLoggingIntervalType struct + func NewNullableLoggingIntervalType(val *LoggingIntervalType) *NullableLoggingIntervalType + func (v *NullableLoggingIntervalType) Set(val *LoggingIntervalType) + func (v *NullableLoggingIntervalType) UnmarshalJSON(src []byte) error + func (v *NullableLoggingIntervalType) Unset() + func (v NullableLoggingIntervalType) Get() *LoggingIntervalType + func (v NullableLoggingIntervalType) IsSet() bool + func (v NullableLoggingIntervalType) MarshalJSON() ([]byte, error) + type NullableManagedElementAttr struct + func NewNullableManagedElementAttr(val *ManagedElementAttr) *NullableManagedElementAttr + func (v *NullableManagedElementAttr) Set(val *ManagedElementAttr) + func (v *NullableManagedElementAttr) UnmarshalJSON(src []byte) error + func (v *NullableManagedElementAttr) Unset() + func (v NullableManagedElementAttr) Get() *ManagedElementAttr + func (v NullableManagedElementAttr) IsSet() bool + func (v NullableManagedElementAttr) MarshalJSON() ([]byte, error) + type NullableManagedElementNcO struct + func NewNullableManagedElementNcO(val *ManagedElementNcO) *NullableManagedElementNcO + func (v *NullableManagedElementNcO) Set(val *ManagedElementNcO) + func (v *NullableManagedElementNcO) UnmarshalJSON(src []byte) error + func (v *NullableManagedElementNcO) Unset() + func (v NullableManagedElementNcO) Get() *ManagedElementNcO + func (v NullableManagedElementNcO) IsSet() bool + func (v NullableManagedElementNcO) MarshalJSON() ([]byte, error) + type NullableManagedElementSingle struct + func NewNullableManagedElementSingle(val *ManagedElementSingle) *NullableManagedElementSingle + func (v *NullableManagedElementSingle) Set(val *ManagedElementSingle) + func (v *NullableManagedElementSingle) UnmarshalJSON(src []byte) error + func (v *NullableManagedElementSingle) Unset() + func (v NullableManagedElementSingle) Get() *ManagedElementSingle + func (v NullableManagedElementSingle) IsSet() bool + func (v NullableManagedElementSingle) MarshalJSON() ([]byte, error) + type NullableManagedElementSingleAllOf struct + func NewNullableManagedElementSingleAllOf(val *ManagedElementSingleAllOf) *NullableManagedElementSingleAllOf + func (v *NullableManagedElementSingleAllOf) Set(val *ManagedElementSingleAllOf) + func (v *NullableManagedElementSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableManagedElementSingleAllOf) Unset() + func (v NullableManagedElementSingleAllOf) Get() *ManagedElementSingleAllOf + func (v NullableManagedElementSingleAllOf) IsSet() bool + func (v NullableManagedElementSingleAllOf) MarshalJSON() ([]byte, error) + type NullableManagedElementSingleAllOf1 struct + func NewNullableManagedElementSingleAllOf1(val *ManagedElementSingleAllOf1) *NullableManagedElementSingleAllOf1 + func (v *NullableManagedElementSingleAllOf1) Set(val *ManagedElementSingleAllOf1) + func (v *NullableManagedElementSingleAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableManagedElementSingleAllOf1) Unset() + func (v NullableManagedElementSingleAllOf1) Get() *ManagedElementSingleAllOf1 + func (v NullableManagedElementSingleAllOf1) IsSet() bool + func (v NullableManagedElementSingleAllOf1) MarshalJSON() ([]byte, error) + type NullableManagedElementSingleAllOfAttributes struct + func NewNullableManagedElementSingleAllOfAttributes(val *ManagedElementSingleAllOfAttributes) *NullableManagedElementSingleAllOfAttributes + func (v *NullableManagedElementSingleAllOfAttributes) Set(val *ManagedElementSingleAllOfAttributes) + func (v *NullableManagedElementSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableManagedElementSingleAllOfAttributes) Unset() + func (v NullableManagedElementSingleAllOfAttributes) Get() *ManagedElementSingleAllOfAttributes + func (v NullableManagedElementSingleAllOfAttributes) IsSet() bool + func (v NullableManagedElementSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableManagedFunctionAttr struct + func NewNullableManagedFunctionAttr(val *ManagedFunctionAttr) *NullableManagedFunctionAttr + func (v *NullableManagedFunctionAttr) Set(val *ManagedFunctionAttr) + func (v *NullableManagedFunctionAttr) UnmarshalJSON(src []byte) error + func (v *NullableManagedFunctionAttr) Unset() + func (v NullableManagedFunctionAttr) Get() *ManagedFunctionAttr + func (v NullableManagedFunctionAttr) IsSet() bool + func (v NullableManagedFunctionAttr) MarshalJSON() ([]byte, error) + type NullableManagedFunctionNcO struct + func NewNullableManagedFunctionNcO(val *ManagedFunctionNcO) *NullableManagedFunctionNcO + func (v *NullableManagedFunctionNcO) Set(val *ManagedFunctionNcO) + func (v *NullableManagedFunctionNcO) UnmarshalJSON(src []byte) error + func (v *NullableManagedFunctionNcO) Unset() + func (v NullableManagedFunctionNcO) Get() *ManagedFunctionNcO + func (v NullableManagedFunctionNcO) IsSet() bool + func (v NullableManagedFunctionNcO) MarshalJSON() ([]byte, error) + type NullableManagedNFProfile struct + func NewNullableManagedNFProfile(val *ManagedNFProfile) *NullableManagedNFProfile + func (v *NullableManagedNFProfile) Set(val *ManagedNFProfile) + func (v *NullableManagedNFProfile) UnmarshalJSON(src []byte) error + func (v *NullableManagedNFProfile) Unset() + func (v NullableManagedNFProfile) Get() *ManagedNFProfile + func (v NullableManagedNFProfile) IsSet() bool + func (v NullableManagedNFProfile) MarshalJSON() ([]byte, error) + type NullableManagedNFServiceSingle struct + func NewNullableManagedNFServiceSingle(val *ManagedNFServiceSingle) *NullableManagedNFServiceSingle + func (v *NullableManagedNFServiceSingle) Set(val *ManagedNFServiceSingle) + func (v *NullableManagedNFServiceSingle) UnmarshalJSON(src []byte) error + func (v *NullableManagedNFServiceSingle) Unset() + func (v NullableManagedNFServiceSingle) Get() *ManagedNFServiceSingle + func (v NullableManagedNFServiceSingle) IsSet() bool + func (v NullableManagedNFServiceSingle) MarshalJSON() ([]byte, error) + type NullableManagedNFServiceSingleAllOf struct + func NewNullableManagedNFServiceSingleAllOf(val *ManagedNFServiceSingleAllOf) *NullableManagedNFServiceSingleAllOf + func (v *NullableManagedNFServiceSingleAllOf) Set(val *ManagedNFServiceSingleAllOf) + func (v *NullableManagedNFServiceSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableManagedNFServiceSingleAllOf) Unset() + func (v NullableManagedNFServiceSingleAllOf) Get() *ManagedNFServiceSingleAllOf + func (v NullableManagedNFServiceSingleAllOf) IsSet() bool + func (v NullableManagedNFServiceSingleAllOf) MarshalJSON() ([]byte, error) + type NullableManagedNFServiceSingleAllOfAttributes struct + func NewNullableManagedNFServiceSingleAllOfAttributes(val *ManagedNFServiceSingleAllOfAttributes) *NullableManagedNFServiceSingleAllOfAttributes + func (v *NullableManagedNFServiceSingleAllOfAttributes) Set(val *ManagedNFServiceSingleAllOfAttributes) + func (v *NullableManagedNFServiceSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableManagedNFServiceSingleAllOfAttributes) Unset() + func (v NullableManagedNFServiceSingleAllOfAttributes) Get() *ManagedNFServiceSingleAllOfAttributes + func (v NullableManagedNFServiceSingleAllOfAttributes) IsSet() bool + func (v NullableManagedNFServiceSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableManagementData struct + func NewNullableManagementData(val *ManagementData) *NullableManagementData + func (v *NullableManagementData) Set(val *ManagementData) + func (v *NullableManagementData) UnmarshalJSON(src []byte) error + func (v *NullableManagementData) Unset() + func (v NullableManagementData) Get() *ManagementData + func (v NullableManagementData) IsSet() bool + func (v NullableManagementData) MarshalJSON() ([]byte, error) + type NullableManagementDataCollectionSingle struct + func NewNullableManagementDataCollectionSingle(val *ManagementDataCollectionSingle) *NullableManagementDataCollectionSingle + func (v *NullableManagementDataCollectionSingle) Set(val *ManagementDataCollectionSingle) + func (v *NullableManagementDataCollectionSingle) UnmarshalJSON(src []byte) error + func (v *NullableManagementDataCollectionSingle) Unset() + func (v NullableManagementDataCollectionSingle) Get() *ManagementDataCollectionSingle + func (v NullableManagementDataCollectionSingle) IsSet() bool + func (v NullableManagementDataCollectionSingle) MarshalJSON() ([]byte, error) + type NullableManagementDataCollectionSingleAllOf struct + func NewNullableManagementDataCollectionSingleAllOf(val *ManagementDataCollectionSingleAllOf) *NullableManagementDataCollectionSingleAllOf + func (v *NullableManagementDataCollectionSingleAllOf) Set(val *ManagementDataCollectionSingleAllOf) + func (v *NullableManagementDataCollectionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableManagementDataCollectionSingleAllOf) Unset() + func (v NullableManagementDataCollectionSingleAllOf) Get() *ManagementDataCollectionSingleAllOf + func (v NullableManagementDataCollectionSingleAllOf) IsSet() bool + func (v NullableManagementDataCollectionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableManagementDataCollectionSingleAllOfAttributes struct + func NewNullableManagementDataCollectionSingleAllOfAttributes(val *ManagementDataCollectionSingleAllOfAttributes) *NullableManagementDataCollectionSingleAllOfAttributes + func (v *NullableManagementDataCollectionSingleAllOfAttributes) Set(val *ManagementDataCollectionSingleAllOfAttributes) + func (v *NullableManagementDataCollectionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableManagementDataCollectionSingleAllOfAttributes) Unset() + func (v NullableManagementDataCollectionSingleAllOfAttributes) Get() *ManagementDataCollectionSingleAllOfAttributes + func (v NullableManagementDataCollectionSingleAllOfAttributes) IsSet() bool + func (v NullableManagementDataCollectionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableManagementNodeSingle struct + func NewNullableManagementNodeSingle(val *ManagementNodeSingle) *NullableManagementNodeSingle + func (v *NullableManagementNodeSingle) Set(val *ManagementNodeSingle) + func (v *NullableManagementNodeSingle) UnmarshalJSON(src []byte) error + func (v *NullableManagementNodeSingle) Unset() + func (v NullableManagementNodeSingle) Get() *ManagementNodeSingle + func (v NullableManagementNodeSingle) IsSet() bool + func (v NullableManagementNodeSingle) MarshalJSON() ([]byte, error) + type NullableManagementNodeSingleAllOf struct + func NewNullableManagementNodeSingleAllOf(val *ManagementNodeSingleAllOf) *NullableManagementNodeSingleAllOf + func (v *NullableManagementNodeSingleAllOf) Set(val *ManagementNodeSingleAllOf) + func (v *NullableManagementNodeSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableManagementNodeSingleAllOf) Unset() + func (v NullableManagementNodeSingleAllOf) Get() *ManagementNodeSingleAllOf + func (v NullableManagementNodeSingleAllOf) IsSet() bool + func (v NullableManagementNodeSingleAllOf) MarshalJSON() ([]byte, error) + type NullableManagementNodeSingleAllOfAttributes struct + func NewNullableManagementNodeSingleAllOfAttributes(val *ManagementNodeSingleAllOfAttributes) *NullableManagementNodeSingleAllOfAttributes + func (v *NullableManagementNodeSingleAllOfAttributes) Set(val *ManagementNodeSingleAllOfAttributes) + func (v *NullableManagementNodeSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableManagementNodeSingleAllOfAttributes) Unset() + func (v NullableManagementNodeSingleAllOfAttributes) Get() *ManagementNodeSingleAllOfAttributes + func (v NullableManagementNodeSingleAllOfAttributes) IsSet() bool + func (v NullableManagementNodeSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableMbsfnArea struct + func NewNullableMbsfnArea(val *MbsfnArea) *NullableMbsfnArea + func (v *NullableMbsfnArea) Set(val *MbsfnArea) + func (v *NullableMbsfnArea) UnmarshalJSON(src []byte) error + func (v *NullableMbsfnArea) Unset() + func (v NullableMbsfnArea) Get() *MbsfnArea + func (v NullableMbsfnArea) IsSet() bool + func (v NullableMbsfnArea) MarshalJSON() ([]byte, error) + type NullableMeContextSingle struct + func NewNullableMeContextSingle(val *MeContextSingle) *NullableMeContextSingle + func (v *NullableMeContextSingle) Set(val *MeContextSingle) + func (v *NullableMeContextSingle) UnmarshalJSON(src []byte) error + func (v *NullableMeContextSingle) Unset() + func (v NullableMeContextSingle) Get() *MeContextSingle + func (v NullableMeContextSingle) IsSet() bool + func (v NullableMeContextSingle) MarshalJSON() ([]byte, error) + type NullableMeContextSingleAllOf struct + func NewNullableMeContextSingleAllOf(val *MeContextSingleAllOf) *NullableMeContextSingleAllOf + func (v *NullableMeContextSingleAllOf) Set(val *MeContextSingleAllOf) + func (v *NullableMeContextSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableMeContextSingleAllOf) Unset() + func (v NullableMeContextSingleAllOf) Get() *MeContextSingleAllOf + func (v NullableMeContextSingleAllOf) IsSet() bool + func (v NullableMeContextSingleAllOf) MarshalJSON() ([]byte, error) + type NullableMeContextSingleAllOfAttributes struct + func NewNullableMeContextSingleAllOfAttributes(val *MeContextSingleAllOfAttributes) *NullableMeContextSingleAllOfAttributes + func (v *NullableMeContextSingleAllOfAttributes) Set(val *MeContextSingleAllOfAttributes) + func (v *NullableMeContextSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableMeContextSingleAllOfAttributes) Unset() + func (v NullableMeContextSingleAllOfAttributes) Get() *MeContextSingleAllOfAttributes + func (v NullableMeContextSingleAllOfAttributes) IsSet() bool + func (v NullableMeContextSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableMeasurementPeriodLteType struct + func NewNullableMeasurementPeriodLteType(val *MeasurementPeriodLteType) *NullableMeasurementPeriodLteType + func (v *NullableMeasurementPeriodLteType) Set(val *MeasurementPeriodLteType) + func (v *NullableMeasurementPeriodLteType) UnmarshalJSON(src []byte) error + func (v *NullableMeasurementPeriodLteType) Unset() + func (v NullableMeasurementPeriodLteType) Get() *MeasurementPeriodLteType + func (v NullableMeasurementPeriodLteType) IsSet() bool + func (v NullableMeasurementPeriodLteType) MarshalJSON() ([]byte, error) + type NullableMeasurementPeriodUmtsType struct + func NewNullableMeasurementPeriodUmtsType(val *MeasurementPeriodUmtsType) *NullableMeasurementPeriodUmtsType + func (v *NullableMeasurementPeriodUmtsType) Set(val *MeasurementPeriodUmtsType) + func (v *NullableMeasurementPeriodUmtsType) UnmarshalJSON(src []byte) error + func (v *NullableMeasurementPeriodUmtsType) Unset() + func (v NullableMeasurementPeriodUmtsType) Get() *MeasurementPeriodUmtsType + func (v NullableMeasurementPeriodUmtsType) IsSet() bool + func (v NullableMeasurementPeriodUmtsType) MarshalJSON() ([]byte, error) + type NullableMeasurementQuantityType struct + func NewNullableMeasurementQuantityType(val *MeasurementQuantityType) *NullableMeasurementQuantityType + func (v *NullableMeasurementQuantityType) Set(val *MeasurementQuantityType) + func (v *NullableMeasurementQuantityType) UnmarshalJSON(src []byte) error + func (v *NullableMeasurementQuantityType) Unset() + func (v NullableMeasurementQuantityType) Get() *MeasurementQuantityType + func (v NullableMeasurementQuantityType) IsSet() bool + func (v NullableMeasurementQuantityType) MarshalJSON() ([]byte, error) + type NullableMlAnalyticsInfo struct + func NewNullableMlAnalyticsInfo(val *MlAnalyticsInfo) *NullableMlAnalyticsInfo + func (v *NullableMlAnalyticsInfo) Set(val *MlAnalyticsInfo) + func (v *NullableMlAnalyticsInfo) UnmarshalJSON(src []byte) error + func (v *NullableMlAnalyticsInfo) Unset() + func (v NullableMlAnalyticsInfo) Get() *MlAnalyticsInfo + func (v NullableMlAnalyticsInfo) IsSet() bool + func (v NullableMlAnalyticsInfo) MarshalJSON() ([]byte, error) + type NullableMnsAgentSingle struct + func NewNullableMnsAgentSingle(val *MnsAgentSingle) *NullableMnsAgentSingle + func (v *NullableMnsAgentSingle) Set(val *MnsAgentSingle) + func (v *NullableMnsAgentSingle) UnmarshalJSON(src []byte) error + func (v *NullableMnsAgentSingle) Unset() + func (v NullableMnsAgentSingle) Get() *MnsAgentSingle + func (v NullableMnsAgentSingle) IsSet() bool + func (v NullableMnsAgentSingle) MarshalJSON() ([]byte, error) + type NullableMnsAgentSingleAllOf struct + func NewNullableMnsAgentSingleAllOf(val *MnsAgentSingleAllOf) *NullableMnsAgentSingleAllOf + func (v *NullableMnsAgentSingleAllOf) Set(val *MnsAgentSingleAllOf) + func (v *NullableMnsAgentSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableMnsAgentSingleAllOf) Unset() + func (v NullableMnsAgentSingleAllOf) Get() *MnsAgentSingleAllOf + func (v NullableMnsAgentSingleAllOf) IsSet() bool + func (v NullableMnsAgentSingleAllOf) MarshalJSON() ([]byte, error) + type NullableMnsAgentSingleAllOfAttributes struct + func NewNullableMnsAgentSingleAllOfAttributes(val *MnsAgentSingleAllOfAttributes) *NullableMnsAgentSingleAllOfAttributes + func (v *NullableMnsAgentSingleAllOfAttributes) Set(val *MnsAgentSingleAllOfAttributes) + func (v *NullableMnsAgentSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableMnsAgentSingleAllOfAttributes) Unset() + func (v NullableMnsAgentSingleAllOfAttributes) Get() *MnsAgentSingleAllOfAttributes + func (v NullableMnsAgentSingleAllOfAttributes) IsSet() bool + func (v NullableMnsAgentSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableMnsInfoSingle struct + func NewNullableMnsInfoSingle(val *MnsInfoSingle) *NullableMnsInfoSingle + func (v *NullableMnsInfoSingle) Set(val *MnsInfoSingle) + func (v *NullableMnsInfoSingle) UnmarshalJSON(src []byte) error + func (v *NullableMnsInfoSingle) Unset() + func (v NullableMnsInfoSingle) Get() *MnsInfoSingle + func (v NullableMnsInfoSingle) IsSet() bool + func (v NullableMnsInfoSingle) MarshalJSON() ([]byte, error) + type NullableMnsRegistrySingle struct + func NewNullableMnsRegistrySingle(val *MnsRegistrySingle) *NullableMnsRegistrySingle + func (v *NullableMnsRegistrySingle) Set(val *MnsRegistrySingle) + func (v *NullableMnsRegistrySingle) UnmarshalJSON(src []byte) error + func (v *NullableMnsRegistrySingle) Unset() + func (v NullableMnsRegistrySingle) Get() *MnsRegistrySingle + func (v NullableMnsRegistrySingle) IsSet() bool + func (v NullableMnsRegistrySingle) MarshalJSON() ([]byte, error) + type NullableModel5GCNfConnEcmInfo struct + func NewNullableModel5GCNfConnEcmInfo(val *Model5GCNfConnEcmInfo) *NullableModel5GCNfConnEcmInfo + func (v *NullableModel5GCNfConnEcmInfo) Set(val *Model5GCNfConnEcmInfo) + func (v *NullableModel5GCNfConnEcmInfo) UnmarshalJSON(src []byte) error + func (v *NullableModel5GCNfConnEcmInfo) Unset() + func (v NullableModel5GCNfConnEcmInfo) Get() *Model5GCNfConnEcmInfo + func (v NullableModel5GCNfConnEcmInfo) IsSet() bool + func (v NullableModel5GCNfConnEcmInfo) MarshalJSON() ([]byte, error) + type NullableMulticastAccessControl struct + func NewNullableMulticastAccessControl(val *MulticastAccessControl) *NullableMulticastAccessControl + func (v *NullableMulticastAccessControl) Set(val *MulticastAccessControl) + func (v *NullableMulticastAccessControl) UnmarshalJSON(src []byte) error + func (v *NullableMulticastAccessControl) Unset() + func (v NullableMulticastAccessControl) Get() *MulticastAccessControl + func (v NullableMulticastAccessControl) IsSet() bool + func (v NullableMulticastAccessControl) MarshalJSON() ([]byte, error) + type NullableMulticastAccessControlAnyOf struct + func NewNullableMulticastAccessControlAnyOf(val *MulticastAccessControlAnyOf) *NullableMulticastAccessControlAnyOf + func (v *NullableMulticastAccessControlAnyOf) Set(val *MulticastAccessControlAnyOf) + func (v *NullableMulticastAccessControlAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableMulticastAccessControlAnyOf) Unset() + func (v NullableMulticastAccessControlAnyOf) Get() *MulticastAccessControlAnyOf + func (v NullableMulticastAccessControlAnyOf) IsSet() bool + func (v NullableMulticastAccessControlAnyOf) MarshalJSON() ([]byte, error) + type NullableN3iwfFunctionSingle struct + func NewNullableN3iwfFunctionSingle(val *N3iwfFunctionSingle) *NullableN3iwfFunctionSingle + func (v *NullableN3iwfFunctionSingle) Set(val *N3iwfFunctionSingle) + func (v *NullableN3iwfFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableN3iwfFunctionSingle) Unset() + func (v NullableN3iwfFunctionSingle) Get() *N3iwfFunctionSingle + func (v NullableN3iwfFunctionSingle) IsSet() bool + func (v NullableN3iwfFunctionSingle) MarshalJSON() ([]byte, error) + type NullableN3iwfFunctionSingleAllOf struct + func NewNullableN3iwfFunctionSingleAllOf(val *N3iwfFunctionSingleAllOf) *NullableN3iwfFunctionSingleAllOf + func (v *NullableN3iwfFunctionSingleAllOf) Set(val *N3iwfFunctionSingleAllOf) + func (v *NullableN3iwfFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableN3iwfFunctionSingleAllOf) Unset() + func (v NullableN3iwfFunctionSingleAllOf) Get() *N3iwfFunctionSingleAllOf + func (v NullableN3iwfFunctionSingleAllOf) IsSet() bool + func (v NullableN3iwfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableN3iwfFunctionSingleAllOf1 struct + func NewNullableN3iwfFunctionSingleAllOf1(val *N3iwfFunctionSingleAllOf1) *NullableN3iwfFunctionSingleAllOf1 + func (v *NullableN3iwfFunctionSingleAllOf1) Set(val *N3iwfFunctionSingleAllOf1) + func (v *NullableN3iwfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableN3iwfFunctionSingleAllOf1) Unset() + func (v NullableN3iwfFunctionSingleAllOf1) Get() *N3iwfFunctionSingleAllOf1 + func (v NullableN3iwfFunctionSingleAllOf1) IsSet() bool + func (v NullableN3iwfFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + type NullableN3iwfFunctionSingleAllOfAttributes struct + func NewNullableN3iwfFunctionSingleAllOfAttributes(val *N3iwfFunctionSingleAllOfAttributes) *NullableN3iwfFunctionSingleAllOfAttributes + func (v *NullableN3iwfFunctionSingleAllOfAttributes) Set(val *N3iwfFunctionSingleAllOfAttributes) + func (v *NullableN3iwfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableN3iwfFunctionSingleAllOfAttributes) Unset() + func (v NullableN3iwfFunctionSingleAllOfAttributes) Get() *N3iwfFunctionSingleAllOfAttributes + func (v NullableN3iwfFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableN3iwfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableN3iwfFunctionSingleAllOfAttributesAllOf struct + func NewNullableN3iwfFunctionSingleAllOfAttributesAllOf(val *N3iwfFunctionSingleAllOfAttributesAllOf) *NullableN3iwfFunctionSingleAllOfAttributesAllOf + func (v *NullableN3iwfFunctionSingleAllOfAttributesAllOf) Set(val *N3iwfFunctionSingleAllOfAttributesAllOf) + func (v *NullableN3iwfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableN3iwfFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableN3iwfFunctionSingleAllOfAttributesAllOf) Get() *N3iwfFunctionSingleAllOfAttributesAllOf + func (v NullableN3iwfFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableN3iwfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableNFProfile struct + func NewNullableNFProfile(val *NFProfile) *NullableNFProfile + func (v *NullableNFProfile) Set(val *NFProfile) + func (v *NullableNFProfile) UnmarshalJSON(src []byte) error + func (v *NullableNFProfile) Unset() + func (v NullableNFProfile) Get() *NFProfile + func (v NullableNFProfile) IsSet() bool + func (v NullableNFProfile) MarshalJSON() ([]byte, error) + type NullableNFService struct + func NewNullableNFService(val *NFService) *NullableNFService + func (v *NullableNFService) Set(val *NFService) + func (v *NullableNFService) UnmarshalJSON(src []byte) error + func (v *NullableNFService) Unset() + func (v NullableNFService) Get() *NFService + func (v NullableNFService) IsSet() bool + func (v NullableNFService) MarshalJSON() ([]byte, error) + type NullableNFServiceType struct + func NewNullableNFServiceType(val *NFServiceType) *NullableNFServiceType + func (v *NullableNFServiceType) Set(val *NFServiceType) + func (v *NullableNFServiceType) UnmarshalJSON(src []byte) error + func (v *NullableNFServiceType) Unset() + func (v NullableNFServiceType) Get() *NFServiceType + func (v NullableNFServiceType) IsSet() bool + func (v NullableNFServiceType) MarshalJSON() ([]byte, error) + type NullableNFStatus struct + func NewNullableNFStatus(val *NFStatus) *NullableNFStatus + func (v *NullableNFStatus) Set(val *NFStatus) + func (v *NullableNFStatus) UnmarshalJSON(src []byte) error + func (v *NullableNFStatus) Unset() + func (v NullableNFStatus) Get() *NFStatus + func (v NullableNFStatus) IsSet() bool + func (v NullableNFStatus) MarshalJSON() ([]byte, error) + type NullableNFType struct + func NewNullableNFType(val *NFType) *NullableNFType + func (v *NullableNFType) Set(val *NFType) + func (v *NullableNFType) UnmarshalJSON(src []byte) error + func (v *NullableNFType) Unset() + func (v NullableNFType) Get() *NFType + func (v NullableNFType) IsSet() bool + func (v NullableNFType) MarshalJSON() ([]byte, error) + type NullableNRTACRange struct + func NewNullableNRTACRange(val *NRTACRange) *NullableNRTACRange + func (v *NullableNRTACRange) Set(val *NRTACRange) + func (v *NullableNRTACRange) UnmarshalJSON(src []byte) error + func (v *NullableNRTACRange) Unset() + func (v NullableNRTACRange) Get() *NRTACRange + func (v NullableNRTACRange) IsSet() bool + func (v NullableNRTACRange) MarshalJSON() ([]byte, error) + type NullableNefFunctionSingle struct + func NewNullableNefFunctionSingle(val *NefFunctionSingle) *NullableNefFunctionSingle + func (v *NullableNefFunctionSingle) Set(val *NefFunctionSingle) + func (v *NullableNefFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableNefFunctionSingle) Unset() + func (v NullableNefFunctionSingle) Get() *NefFunctionSingle + func (v NullableNefFunctionSingle) IsSet() bool + func (v NullableNefFunctionSingle) MarshalJSON() ([]byte, error) + type NullableNefFunctionSingleAllOf struct + func NewNullableNefFunctionSingleAllOf(val *NefFunctionSingleAllOf) *NullableNefFunctionSingleAllOf + func (v *NullableNefFunctionSingleAllOf) Set(val *NefFunctionSingleAllOf) + func (v *NullableNefFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableNefFunctionSingleAllOf) Unset() + func (v NullableNefFunctionSingleAllOf) Get() *NefFunctionSingleAllOf + func (v NullableNefFunctionSingleAllOf) IsSet() bool + func (v NullableNefFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableNefFunctionSingleAllOf1 struct + func NewNullableNefFunctionSingleAllOf1(val *NefFunctionSingleAllOf1) *NullableNefFunctionSingleAllOf1 + func (v *NullableNefFunctionSingleAllOf1) Set(val *NefFunctionSingleAllOf1) + func (v *NullableNefFunctionSingleAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableNefFunctionSingleAllOf1) Unset() + func (v NullableNefFunctionSingleAllOf1) Get() *NefFunctionSingleAllOf1 + func (v NullableNefFunctionSingleAllOf1) IsSet() bool + func (v NullableNefFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + type NullableNefFunctionSingleAllOfAttributes struct + func NewNullableNefFunctionSingleAllOfAttributes(val *NefFunctionSingleAllOfAttributes) *NullableNefFunctionSingleAllOfAttributes + func (v *NullableNefFunctionSingleAllOfAttributes) Set(val *NefFunctionSingleAllOfAttributes) + func (v *NullableNefFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableNefFunctionSingleAllOfAttributes) Unset() + func (v NullableNefFunctionSingleAllOfAttributes) Get() *NefFunctionSingleAllOfAttributes + func (v NullableNefFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableNefFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableNefFunctionSingleAllOfAttributesAllOf struct + func NewNullableNefFunctionSingleAllOfAttributesAllOf(val *NefFunctionSingleAllOfAttributesAllOf) *NullableNefFunctionSingleAllOfAttributesAllOf + func (v *NullableNefFunctionSingleAllOfAttributesAllOf) Set(val *NefFunctionSingleAllOfAttributesAllOf) + func (v *NullableNefFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableNefFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableNefFunctionSingleAllOfAttributesAllOf) Get() *NefFunctionSingleAllOfAttributesAllOf + func (v NullableNefFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableNefFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableNetworkSliceInfo struct + func NewNullableNetworkSliceInfo(val *NetworkSliceInfo) *NullableNetworkSliceInfo + func (v *NullableNetworkSliceInfo) Set(val *NetworkSliceInfo) + func (v *NullableNetworkSliceInfo) UnmarshalJSON(src []byte) error + func (v *NullableNetworkSliceInfo) Unset() + func (v NullableNetworkSliceInfo) Get() *NetworkSliceInfo + func (v NullableNetworkSliceInfo) IsSet() bool + func (v NullableNetworkSliceInfo) MarshalJSON() ([]byte, error) + type NullableNgeirFunctionSingle struct + func NewNullableNgeirFunctionSingle(val *NgeirFunctionSingle) *NullableNgeirFunctionSingle + func (v *NullableNgeirFunctionSingle) Set(val *NgeirFunctionSingle) + func (v *NullableNgeirFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableNgeirFunctionSingle) Unset() + func (v NullableNgeirFunctionSingle) Get() *NgeirFunctionSingle + func (v NullableNgeirFunctionSingle) IsSet() bool + func (v NullableNgeirFunctionSingle) MarshalJSON() ([]byte, error) + type NullableNgeirFunctionSingleAllOf struct + func NewNullableNgeirFunctionSingleAllOf(val *NgeirFunctionSingleAllOf) *NullableNgeirFunctionSingleAllOf + func (v *NullableNgeirFunctionSingleAllOf) Set(val *NgeirFunctionSingleAllOf) + func (v *NullableNgeirFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableNgeirFunctionSingleAllOf) Unset() + func (v NullableNgeirFunctionSingleAllOf) Get() *NgeirFunctionSingleAllOf + func (v NullableNgeirFunctionSingleAllOf) IsSet() bool + func (v NullableNgeirFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableNgeirFunctionSingleAllOf1 struct + func NewNullableNgeirFunctionSingleAllOf1(val *NgeirFunctionSingleAllOf1) *NullableNgeirFunctionSingleAllOf1 + func (v *NullableNgeirFunctionSingleAllOf1) Set(val *NgeirFunctionSingleAllOf1) + func (v *NullableNgeirFunctionSingleAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableNgeirFunctionSingleAllOf1) Unset() + func (v NullableNgeirFunctionSingleAllOf1) Get() *NgeirFunctionSingleAllOf1 + func (v NullableNgeirFunctionSingleAllOf1) IsSet() bool + func (v NullableNgeirFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + type NullableNgeirFunctionSingleAllOfAttributes struct + func NewNullableNgeirFunctionSingleAllOfAttributes(val *NgeirFunctionSingleAllOfAttributes) *NullableNgeirFunctionSingleAllOfAttributes + func (v *NullableNgeirFunctionSingleAllOfAttributes) Set(val *NgeirFunctionSingleAllOfAttributes) + func (v *NullableNgeirFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableNgeirFunctionSingleAllOfAttributes) Unset() + func (v NullableNgeirFunctionSingleAllOfAttributes) Get() *NgeirFunctionSingleAllOfAttributes + func (v NullableNgeirFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableNgeirFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableNgeirFunctionSingleAllOfAttributesAllOf struct + func NewNullableNgeirFunctionSingleAllOfAttributesAllOf(val *NgeirFunctionSingleAllOfAttributesAllOf) *NullableNgeirFunctionSingleAllOfAttributesAllOf + func (v *NullableNgeirFunctionSingleAllOfAttributesAllOf) Set(val *NgeirFunctionSingleAllOfAttributesAllOf) + func (v *NullableNgeirFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableNgeirFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableNgeirFunctionSingleAllOfAttributesAllOf) Get() *NgeirFunctionSingleAllOfAttributesAllOf + func (v NullableNgeirFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableNgeirFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableNodeFilter struct + func NewNullableNodeFilter(val *NodeFilter) *NullableNodeFilter + func (v *NullableNodeFilter) Set(val *NodeFilter) + func (v *NullableNodeFilter) UnmarshalJSON(src []byte) error + func (v *NullableNodeFilter) Unset() + func (v NullableNodeFilter) Get() *NodeFilter + func (v NullableNodeFilter) IsSet() bool + func (v NullableNodeFilter) MarshalJSON() ([]byte, error) + type NullableNotificationType struct + func NewNullableNotificationType(val *NotificationType) *NullableNotificationType + func (v *NullableNotificationType) Set(val *NotificationType) + func (v *NullableNotificationType) UnmarshalJSON(src []byte) error + func (v *NullableNotificationType) Unset() + func (v NullableNotificationType) Get() *NotificationType + func (v NullableNotificationType) IsSet() bool + func (v NullableNotificationType) MarshalJSON() ([]byte, error) + type NullableNotificationType1 struct + func NewNullableNotificationType1(val *NotificationType1) *NullableNotificationType1 + func (v *NullableNotificationType1) Set(val *NotificationType1) + func (v *NullableNotificationType1) UnmarshalJSON(src []byte) error + func (v *NullableNotificationType1) Unset() + func (v NullableNotificationType1) Get() *NotificationType1 + func (v NullableNotificationType1) IsSet() bool + func (v NullableNotificationType1) MarshalJSON() ([]byte, error) + type NullableNrfFunctionSingle struct + func NewNullableNrfFunctionSingle(val *NrfFunctionSingle) *NullableNrfFunctionSingle + func (v *NullableNrfFunctionSingle) Set(val *NrfFunctionSingle) + func (v *NullableNrfFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableNrfFunctionSingle) Unset() + func (v NullableNrfFunctionSingle) Get() *NrfFunctionSingle + func (v NullableNrfFunctionSingle) IsSet() bool + func (v NullableNrfFunctionSingle) MarshalJSON() ([]byte, error) + type NullableNrfFunctionSingleAllOf struct + func NewNullableNrfFunctionSingleAllOf(val *NrfFunctionSingleAllOf) *NullableNrfFunctionSingleAllOf + func (v *NullableNrfFunctionSingleAllOf) Set(val *NrfFunctionSingleAllOf) + func (v *NullableNrfFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableNrfFunctionSingleAllOf) Unset() + func (v NullableNrfFunctionSingleAllOf) Get() *NrfFunctionSingleAllOf + func (v NullableNrfFunctionSingleAllOf) IsSet() bool + func (v NullableNrfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableNrfFunctionSingleAllOf1 struct + func NewNullableNrfFunctionSingleAllOf1(val *NrfFunctionSingleAllOf1) *NullableNrfFunctionSingleAllOf1 + func (v *NullableNrfFunctionSingleAllOf1) Set(val *NrfFunctionSingleAllOf1) + func (v *NullableNrfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableNrfFunctionSingleAllOf1) Unset() + func (v NullableNrfFunctionSingleAllOf1) Get() *NrfFunctionSingleAllOf1 + func (v NullableNrfFunctionSingleAllOf1) IsSet() bool + func (v NullableNrfFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + type NullableNrfFunctionSingleAllOfAttributes struct + func NewNullableNrfFunctionSingleAllOfAttributes(val *NrfFunctionSingleAllOfAttributes) *NullableNrfFunctionSingleAllOfAttributes + func (v *NullableNrfFunctionSingleAllOfAttributes) Set(val *NrfFunctionSingleAllOfAttributes) + func (v *NullableNrfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableNrfFunctionSingleAllOfAttributes) Unset() + func (v NullableNrfFunctionSingleAllOfAttributes) Get() *NrfFunctionSingleAllOfAttributes + func (v NullableNrfFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableNrfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableNrfFunctionSingleAllOfAttributesAllOf struct + func NewNullableNrfFunctionSingleAllOfAttributesAllOf(val *NrfFunctionSingleAllOfAttributesAllOf) *NullableNrfFunctionSingleAllOfAttributesAllOf + func (v *NullableNrfFunctionSingleAllOfAttributesAllOf) Set(val *NrfFunctionSingleAllOfAttributesAllOf) + func (v *NullableNrfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableNrfFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableNrfFunctionSingleAllOfAttributesAllOf) Get() *NrfFunctionSingleAllOfAttributesAllOf + func (v NullableNrfFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableNrfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableNsacfCapability struct + func NewNullableNsacfCapability(val *NsacfCapability) *NullableNsacfCapability + func (v *NullableNsacfCapability) Set(val *NsacfCapability) + func (v *NullableNsacfCapability) UnmarshalJSON(src []byte) error + func (v *NullableNsacfCapability) Unset() + func (v NullableNsacfCapability) Get() *NsacfCapability + func (v NullableNsacfCapability) IsSet() bool + func (v NullableNsacfCapability) MarshalJSON() ([]byte, error) + type NullableNsacfFunctionSingle struct + func NewNullableNsacfFunctionSingle(val *NsacfFunctionSingle) *NullableNsacfFunctionSingle + func (v *NullableNsacfFunctionSingle) Set(val *NsacfFunctionSingle) + func (v *NullableNsacfFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableNsacfFunctionSingle) Unset() + func (v NullableNsacfFunctionSingle) Get() *NsacfFunctionSingle + func (v NullableNsacfFunctionSingle) IsSet() bool + func (v NullableNsacfFunctionSingle) MarshalJSON() ([]byte, error) + type NullableNsacfFunctionSingleAllOf struct + func NewNullableNsacfFunctionSingleAllOf(val *NsacfFunctionSingleAllOf) *NullableNsacfFunctionSingleAllOf + func (v *NullableNsacfFunctionSingleAllOf) Set(val *NsacfFunctionSingleAllOf) + func (v *NullableNsacfFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableNsacfFunctionSingleAllOf) Unset() + func (v NullableNsacfFunctionSingleAllOf) Get() *NsacfFunctionSingleAllOf + func (v NullableNsacfFunctionSingleAllOf) IsSet() bool + func (v NullableNsacfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableNsacfFunctionSingleAllOf1 struct + func NewNullableNsacfFunctionSingleAllOf1(val *NsacfFunctionSingleAllOf1) *NullableNsacfFunctionSingleAllOf1 + func (v *NullableNsacfFunctionSingleAllOf1) Set(val *NsacfFunctionSingleAllOf1) + func (v *NullableNsacfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableNsacfFunctionSingleAllOf1) Unset() + func (v NullableNsacfFunctionSingleAllOf1) Get() *NsacfFunctionSingleAllOf1 + func (v NullableNsacfFunctionSingleAllOf1) IsSet() bool + func (v NullableNsacfFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + type NullableNsacfFunctionSingleAllOfAttributes struct + func NewNullableNsacfFunctionSingleAllOfAttributes(val *NsacfFunctionSingleAllOfAttributes) *NullableNsacfFunctionSingleAllOfAttributes + func (v *NullableNsacfFunctionSingleAllOfAttributes) Set(val *NsacfFunctionSingleAllOfAttributes) + func (v *NullableNsacfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableNsacfFunctionSingleAllOfAttributes) Unset() + func (v NullableNsacfFunctionSingleAllOfAttributes) Get() *NsacfFunctionSingleAllOfAttributes + func (v NullableNsacfFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableNsacfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableNsacfFunctionSingleAllOfAttributesAllOf struct + func NewNullableNsacfFunctionSingleAllOfAttributesAllOf(val *NsacfFunctionSingleAllOfAttributesAllOf) *NullableNsacfFunctionSingleAllOfAttributesAllOf + func (v *NullableNsacfFunctionSingleAllOfAttributesAllOf) Set(val *NsacfFunctionSingleAllOfAttributesAllOf) + func (v *NullableNsacfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableNsacfFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableNsacfFunctionSingleAllOfAttributesAllOf) Get() *NsacfFunctionSingleAllOfAttributesAllOf + func (v NullableNsacfFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableNsacfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableNsacfInfo struct + func NewNullableNsacfInfo(val *NsacfInfo) *NullableNsacfInfo + func (v *NullableNsacfInfo) Set(val *NsacfInfo) + func (v *NullableNsacfInfo) UnmarshalJSON(src []byte) error + func (v *NullableNsacfInfo) Unset() + func (v NullableNsacfInfo) Get() *NsacfInfo + func (v NullableNsacfInfo) IsSet() bool + func (v NullableNsacfInfo) MarshalJSON() ([]byte, error) + type NullableNsacfInfoSnssai struct + func NewNullableNsacfInfoSnssai(val *NsacfInfoSnssai) *NullableNsacfInfoSnssai + func (v *NullableNsacfInfoSnssai) Set(val *NsacfInfoSnssai) + func (v *NullableNsacfInfoSnssai) UnmarshalJSON(src []byte) error + func (v *NullableNsacfInfoSnssai) Unset() + func (v NullableNsacfInfoSnssai) Get() *NsacfInfoSnssai + func (v NullableNsacfInfoSnssai) IsSet() bool + func (v NullableNsacfInfoSnssai) MarshalJSON() ([]byte, error) + type NullableNssfFunctionSingle struct + func NewNullableNssfFunctionSingle(val *NssfFunctionSingle) *NullableNssfFunctionSingle + func (v *NullableNssfFunctionSingle) Set(val *NssfFunctionSingle) + func (v *NullableNssfFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableNssfFunctionSingle) Unset() + func (v NullableNssfFunctionSingle) Get() *NssfFunctionSingle + func (v NullableNssfFunctionSingle) IsSet() bool + func (v NullableNssfFunctionSingle) MarshalJSON() ([]byte, error) + type NullableNssfFunctionSingleAllOf struct + func NewNullableNssfFunctionSingleAllOf(val *NssfFunctionSingleAllOf) *NullableNssfFunctionSingleAllOf + func (v *NullableNssfFunctionSingleAllOf) Set(val *NssfFunctionSingleAllOf) + func (v *NullableNssfFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableNssfFunctionSingleAllOf) Unset() + func (v NullableNssfFunctionSingleAllOf) Get() *NssfFunctionSingleAllOf + func (v NullableNssfFunctionSingleAllOf) IsSet() bool + func (v NullableNssfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableNssfFunctionSingleAllOf1 struct + func NewNullableNssfFunctionSingleAllOf1(val *NssfFunctionSingleAllOf1) *NullableNssfFunctionSingleAllOf1 + func (v *NullableNssfFunctionSingleAllOf1) Set(val *NssfFunctionSingleAllOf1) + func (v *NullableNssfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableNssfFunctionSingleAllOf1) Unset() + func (v NullableNssfFunctionSingleAllOf1) Get() *NssfFunctionSingleAllOf1 + func (v NullableNssfFunctionSingleAllOf1) IsSet() bool + func (v NullableNssfFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + type NullableNssfFunctionSingleAllOfAttributes struct + func NewNullableNssfFunctionSingleAllOfAttributes(val *NssfFunctionSingleAllOfAttributes) *NullableNssfFunctionSingleAllOfAttributes + func (v *NullableNssfFunctionSingleAllOfAttributes) Set(val *NssfFunctionSingleAllOfAttributes) + func (v *NullableNssfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableNssfFunctionSingleAllOfAttributes) Unset() + func (v NullableNssfFunctionSingleAllOfAttributes) Get() *NssfFunctionSingleAllOfAttributes + func (v NullableNssfFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableNssfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableNssfFunctionSingleAllOfAttributesAllOf struct + func NewNullableNssfFunctionSingleAllOfAttributesAllOf(val *NssfFunctionSingleAllOfAttributesAllOf) *NullableNssfFunctionSingleAllOfAttributesAllOf + func (v *NullableNssfFunctionSingleAllOfAttributesAllOf) Set(val *NssfFunctionSingleAllOfAttributesAllOf) + func (v *NullableNssfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableNssfFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableNssfFunctionSingleAllOfAttributesAllOf) Get() *NssfFunctionSingleAllOfAttributesAllOf + func (v NullableNssfFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableNssfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableNtfSubscriptionControlSingle struct + func NewNullableNtfSubscriptionControlSingle(val *NtfSubscriptionControlSingle) *NullableNtfSubscriptionControlSingle + func (v *NullableNtfSubscriptionControlSingle) Set(val *NtfSubscriptionControlSingle) + func (v *NullableNtfSubscriptionControlSingle) UnmarshalJSON(src []byte) error + func (v *NullableNtfSubscriptionControlSingle) Unset() + func (v NullableNtfSubscriptionControlSingle) Get() *NtfSubscriptionControlSingle + func (v NullableNtfSubscriptionControlSingle) IsSet() bool + func (v NullableNtfSubscriptionControlSingle) MarshalJSON() ([]byte, error) + type NullableNtfSubscriptionControlSingleAllOf struct + func NewNullableNtfSubscriptionControlSingleAllOf(val *NtfSubscriptionControlSingleAllOf) *NullableNtfSubscriptionControlSingleAllOf + func (v *NullableNtfSubscriptionControlSingleAllOf) Set(val *NtfSubscriptionControlSingleAllOf) + func (v *NullableNtfSubscriptionControlSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableNtfSubscriptionControlSingleAllOf) Unset() + func (v NullableNtfSubscriptionControlSingleAllOf) Get() *NtfSubscriptionControlSingleAllOf + func (v NullableNtfSubscriptionControlSingleAllOf) IsSet() bool + func (v NullableNtfSubscriptionControlSingleAllOf) MarshalJSON() ([]byte, error) + type NullableNtfSubscriptionControlSingleAllOfAttributes struct + func NewNullableNtfSubscriptionControlSingleAllOfAttributes(val *NtfSubscriptionControlSingleAllOfAttributes) *NullableNtfSubscriptionControlSingleAllOfAttributes + func (v *NullableNtfSubscriptionControlSingleAllOfAttributes) Set(val *NtfSubscriptionControlSingleAllOfAttributes) + func (v *NullableNtfSubscriptionControlSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableNtfSubscriptionControlSingleAllOfAttributes) Unset() + func (v NullableNtfSubscriptionControlSingleAllOfAttributes) Get() *NtfSubscriptionControlSingleAllOfAttributes + func (v NullableNtfSubscriptionControlSingleAllOfAttributes) IsSet() bool + func (v NullableNtfSubscriptionControlSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableNullValue struct + func NewNullableNullValue(val *NullValue) *NullableNullValue + func (v *NullableNullValue) Set(val *NullValue) + func (v *NullableNullValue) UnmarshalJSON(src []byte) error + func (v *NullableNullValue) Unset() + func (v NullableNullValue) Get() *NullValue + func (v NullableNullValue) IsSet() bool + func (v NullableNullValue) MarshalJSON() ([]byte, error) + type NullableNwdafCapability struct + func NewNullableNwdafCapability(val *NwdafCapability) *NullableNwdafCapability + func (v *NullableNwdafCapability) Set(val *NwdafCapability) + func (v *NullableNwdafCapability) UnmarshalJSON(src []byte) error + func (v *NullableNwdafCapability) Unset() + func (v NullableNwdafCapability) Get() *NwdafCapability + func (v NullableNwdafCapability) IsSet() bool + func (v NullableNwdafCapability) MarshalJSON() ([]byte, error) + type NullableNwdafEvent struct + func NewNullableNwdafEvent(val *NwdafEvent) *NullableNwdafEvent + func (v *NullableNwdafEvent) Set(val *NwdafEvent) + func (v *NullableNwdafEvent) UnmarshalJSON(src []byte) error + func (v *NullableNwdafEvent) Unset() + func (v NullableNwdafEvent) Get() *NwdafEvent + func (v NullableNwdafEvent) IsSet() bool + func (v NullableNwdafEvent) MarshalJSON() ([]byte, error) + type NullableNwdafEventAnyOf struct + func NewNullableNwdafEventAnyOf(val *NwdafEventAnyOf) *NullableNwdafEventAnyOf + func (v *NullableNwdafEventAnyOf) Set(val *NwdafEventAnyOf) + func (v *NullableNwdafEventAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableNwdafEventAnyOf) Unset() + func (v NullableNwdafEventAnyOf) Get() *NwdafEventAnyOf + func (v NullableNwdafEventAnyOf) IsSet() bool + func (v NullableNwdafEventAnyOf) MarshalJSON() ([]byte, error) + type NullableNwdafFunctionSingle struct + func NewNullableNwdafFunctionSingle(val *NwdafFunctionSingle) *NullableNwdafFunctionSingle + func (v *NullableNwdafFunctionSingle) Set(val *NwdafFunctionSingle) + func (v *NullableNwdafFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableNwdafFunctionSingle) Unset() + func (v NullableNwdafFunctionSingle) Get() *NwdafFunctionSingle + func (v NullableNwdafFunctionSingle) IsSet() bool + func (v NullableNwdafFunctionSingle) MarshalJSON() ([]byte, error) + type NullableNwdafFunctionSingleAllOf struct + func NewNullableNwdafFunctionSingleAllOf(val *NwdafFunctionSingleAllOf) *NullableNwdafFunctionSingleAllOf + func (v *NullableNwdafFunctionSingleAllOf) Set(val *NwdafFunctionSingleAllOf) + func (v *NullableNwdafFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableNwdafFunctionSingleAllOf) Unset() + func (v NullableNwdafFunctionSingleAllOf) Get() *NwdafFunctionSingleAllOf + func (v NullableNwdafFunctionSingleAllOf) IsSet() bool + func (v NullableNwdafFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableNwdafFunctionSingleAllOfAttributes struct + func NewNullableNwdafFunctionSingleAllOfAttributes(val *NwdafFunctionSingleAllOfAttributes) *NullableNwdafFunctionSingleAllOfAttributes + func (v *NullableNwdafFunctionSingleAllOfAttributes) Set(val *NwdafFunctionSingleAllOfAttributes) + func (v *NullableNwdafFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableNwdafFunctionSingleAllOfAttributes) Unset() + func (v NullableNwdafFunctionSingleAllOfAttributes) Get() *NwdafFunctionSingleAllOfAttributes + func (v NullableNwdafFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableNwdafFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableNwdafFunctionSingleAllOfAttributesAllOf struct + func NewNullableNwdafFunctionSingleAllOfAttributesAllOf(val *NwdafFunctionSingleAllOfAttributesAllOf) *NullableNwdafFunctionSingleAllOfAttributesAllOf + func (v *NullableNwdafFunctionSingleAllOfAttributesAllOf) Set(val *NwdafFunctionSingleAllOfAttributesAllOf) + func (v *NullableNwdafFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableNwdafFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableNwdafFunctionSingleAllOfAttributesAllOf) Get() *NwdafFunctionSingleAllOfAttributesAllOf + func (v NullableNwdafFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableNwdafFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableNwdafInfo struct + func NewNullableNwdafInfo(val *NwdafInfo) *NullableNwdafInfo + func (v *NullableNwdafInfo) Set(val *NwdafInfo) + func (v *NullableNwdafInfo) UnmarshalJSON(src []byte) error + func (v *NullableNwdafInfo) Unset() + func (v NullableNwdafInfo) Get() *NwdafInfo + func (v NullableNwdafInfo) IsSet() bool + func (v NullableNwdafInfo) MarshalJSON() ([]byte, error) + type NullableOperation struct + func NewNullableOperation(val *Operation) *NullableOperation + func (v *NullableOperation) Set(val *Operation) + func (v *NullableOperation) UnmarshalJSON(src []byte) error + func (v *NullableOperation) Unset() + func (v NullableOperation) Get() *Operation + func (v NullableOperation) IsSet() bool + func (v NullableOperation) MarshalJSON() ([]byte, error) + type NullableOperationSemantics struct + func NewNullableOperationSemantics(val *OperationSemantics) *NullableOperationSemantics + func (v *NullableOperationSemantics) Set(val *OperationSemantics) + func (v *NullableOperationSemantics) UnmarshalJSON(src []byte) error + func (v *NullableOperationSemantics) Unset() + func (v NullableOperationSemantics) Get() *OperationSemantics + func (v NullableOperationSemantics) IsSet() bool + func (v NullableOperationSemantics) MarshalJSON() ([]byte, error) + type NullableOperationalState struct + func NewNullableOperationalState(val *OperationalState) *NullableOperationalState + func (v *NullableOperationalState) Set(val *OperationalState) + func (v *NullableOperationalState) UnmarshalJSON(src []byte) error + func (v *NullableOperationalState) Unset() + func (v NullableOperationalState) Get() *OperationalState + func (v NullableOperationalState) IsSet() bool + func (v NullableOperationalState) MarshalJSON() ([]byte, error) + type NullablePacketErrorRate struct + func NewNullablePacketErrorRate(val *PacketErrorRate) *NullablePacketErrorRate + func (v *NullablePacketErrorRate) Set(val *PacketErrorRate) + func (v *NullablePacketErrorRate) UnmarshalJSON(src []byte) error + func (v *NullablePacketErrorRate) Unset() + func (v NullablePacketErrorRate) Get() *PacketErrorRate + func (v NullablePacketErrorRate) IsSet() bool + func (v NullablePacketErrorRate) MarshalJSON() ([]byte, error) + type NullablePccRule struct + func NewNullablePccRule(val *PccRule) *NullablePccRule + func (v *NullablePccRule) Set(val *PccRule) + func (v *NullablePccRule) UnmarshalJSON(src []byte) error + func (v *NullablePccRule) Unset() + func (v NullablePccRule) Get() *PccRule + func (v NullablePccRule) IsSet() bool + func (v NullablePccRule) MarshalJSON() ([]byte, error) + type NullablePcfFunctionSingle struct + func NewNullablePcfFunctionSingle(val *PcfFunctionSingle) *NullablePcfFunctionSingle + func (v *NullablePcfFunctionSingle) Set(val *PcfFunctionSingle) + func (v *NullablePcfFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullablePcfFunctionSingle) Unset() + func (v NullablePcfFunctionSingle) Get() *PcfFunctionSingle + func (v NullablePcfFunctionSingle) IsSet() bool + func (v NullablePcfFunctionSingle) MarshalJSON() ([]byte, error) + type NullablePcfFunctionSingleAllOf struct + func NewNullablePcfFunctionSingleAllOf(val *PcfFunctionSingleAllOf) *NullablePcfFunctionSingleAllOf + func (v *NullablePcfFunctionSingleAllOf) Set(val *PcfFunctionSingleAllOf) + func (v *NullablePcfFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePcfFunctionSingleAllOf) Unset() + func (v NullablePcfFunctionSingleAllOf) Get() *PcfFunctionSingleAllOf + func (v NullablePcfFunctionSingleAllOf) IsSet() bool + func (v NullablePcfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullablePcfFunctionSingleAllOf1 struct + func NewNullablePcfFunctionSingleAllOf1(val *PcfFunctionSingleAllOf1) *NullablePcfFunctionSingleAllOf1 + func (v *NullablePcfFunctionSingleAllOf1) Set(val *PcfFunctionSingleAllOf1) + func (v *NullablePcfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error + func (v *NullablePcfFunctionSingleAllOf1) Unset() + func (v NullablePcfFunctionSingleAllOf1) Get() *PcfFunctionSingleAllOf1 + func (v NullablePcfFunctionSingleAllOf1) IsSet() bool + func (v NullablePcfFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + type NullablePcfFunctionSingleAllOfAttributes struct + func NewNullablePcfFunctionSingleAllOfAttributes(val *PcfFunctionSingleAllOfAttributes) *NullablePcfFunctionSingleAllOfAttributes + func (v *NullablePcfFunctionSingleAllOfAttributes) Set(val *PcfFunctionSingleAllOfAttributes) + func (v *NullablePcfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullablePcfFunctionSingleAllOfAttributes) Unset() + func (v NullablePcfFunctionSingleAllOfAttributes) Get() *PcfFunctionSingleAllOfAttributes + func (v NullablePcfFunctionSingleAllOfAttributes) IsSet() bool + func (v NullablePcfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullablePcfFunctionSingleAllOfAttributesAllOf struct + func NewNullablePcfFunctionSingleAllOfAttributesAllOf(val *PcfFunctionSingleAllOfAttributesAllOf) *NullablePcfFunctionSingleAllOfAttributesAllOf + func (v *NullablePcfFunctionSingleAllOfAttributesAllOf) Set(val *PcfFunctionSingleAllOfAttributesAllOf) + func (v *NullablePcfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePcfFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullablePcfFunctionSingleAllOfAttributesAllOf) Get() *PcfFunctionSingleAllOfAttributesAllOf + func (v NullablePcfFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullablePcfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullablePeeParameter struct + func NewNullablePeeParameter(val *PeeParameter) *NullablePeeParameter + func (v *NullablePeeParameter) Set(val *PeeParameter) + func (v *NullablePeeParameter) UnmarshalJSON(src []byte) error + func (v *NullablePeeParameter) Unset() + func (v NullablePeeParameter) Get() *PeeParameter + func (v NullablePeeParameter) IsSet() bool + func (v NullablePeeParameter) MarshalJSON() ([]byte, error) + type NullablePerceivedSeverity struct + func NewNullablePerceivedSeverity(val *PerceivedSeverity) *NullablePerceivedSeverity + func (v *NullablePerceivedSeverity) Set(val *PerceivedSeverity) + func (v *NullablePerceivedSeverity) UnmarshalJSON(src []byte) error + func (v *NullablePerceivedSeverity) Unset() + func (v NullablePerceivedSeverity) Get() *PerceivedSeverity + func (v NullablePerceivedSeverity) IsSet() bool + func (v NullablePerceivedSeverity) MarshalJSON() ([]byte, error) + type NullablePerfMetricJobSingle struct + func NewNullablePerfMetricJobSingle(val *PerfMetricJobSingle) *NullablePerfMetricJobSingle + func (v *NullablePerfMetricJobSingle) Set(val *PerfMetricJobSingle) + func (v *NullablePerfMetricJobSingle) UnmarshalJSON(src []byte) error + func (v *NullablePerfMetricJobSingle) Unset() + func (v NullablePerfMetricJobSingle) Get() *PerfMetricJobSingle + func (v NullablePerfMetricJobSingle) IsSet() bool + func (v NullablePerfMetricJobSingle) MarshalJSON() ([]byte, error) + type NullablePerfMetricJobSingleAllOf struct + func NewNullablePerfMetricJobSingleAllOf(val *PerfMetricJobSingleAllOf) *NullablePerfMetricJobSingleAllOf + func (v *NullablePerfMetricJobSingleAllOf) Set(val *PerfMetricJobSingleAllOf) + func (v *NullablePerfMetricJobSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePerfMetricJobSingleAllOf) Unset() + func (v NullablePerfMetricJobSingleAllOf) Get() *PerfMetricJobSingleAllOf + func (v NullablePerfMetricJobSingleAllOf) IsSet() bool + func (v NullablePerfMetricJobSingleAllOf) MarshalJSON() ([]byte, error) + type NullablePerfMetricJobSingleAllOfAttributes struct + func NewNullablePerfMetricJobSingleAllOfAttributes(val *PerfMetricJobSingleAllOfAttributes) *NullablePerfMetricJobSingleAllOfAttributes + func (v *NullablePerfMetricJobSingleAllOfAttributes) Set(val *PerfMetricJobSingleAllOfAttributes) + func (v *NullablePerfMetricJobSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullablePerfMetricJobSingleAllOfAttributes) Unset() + func (v NullablePerfMetricJobSingleAllOfAttributes) Get() *PerfMetricJobSingleAllOfAttributes + func (v NullablePerfMetricJobSingleAllOfAttributes) IsSet() bool + func (v NullablePerfMetricJobSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullablePerfNotificationTypes struct + func NewNullablePerfNotificationTypes(val *PerfNotificationTypes) *NullablePerfNotificationTypes + func (v *NullablePerfNotificationTypes) Set(val *PerfNotificationTypes) + func (v *NullablePerfNotificationTypes) UnmarshalJSON(src []byte) error + func (v *NullablePerfNotificationTypes) Unset() + func (v NullablePerfNotificationTypes) Get() *PerfNotificationTypes + func (v NullablePerfNotificationTypes) IsSet() bool + func (v NullablePerfNotificationTypes) MarshalJSON() ([]byte, error) + type NullablePfdData struct + func NewNullablePfdData(val *PfdData) *NullablePfdData + func (v *NullablePfdData) Set(val *PfdData) + func (v *NullablePfdData) UnmarshalJSON(src []byte) error + func (v *NullablePfdData) Unset() + func (v NullablePfdData) Get() *PfdData + func (v NullablePfdData) IsSet() bool + func (v NullablePfdData) MarshalJSON() ([]byte, error) + type NullablePlmnId struct + func NewNullablePlmnId(val *PlmnId) *NullablePlmnId + func (v *NullablePlmnId) Set(val *PlmnId) + func (v *NullablePlmnId) UnmarshalJSON(src []byte) error + func (v *NullablePlmnId) Unset() + func (v NullablePlmnId) Get() *PlmnId + func (v NullablePlmnId) IsSet() bool + func (v NullablePlmnId) MarshalJSON() ([]byte, error) + type NullablePlmnId1 struct + func NewNullablePlmnId1(val *PlmnId1) *NullablePlmnId1 + func (v *NullablePlmnId1) Set(val *PlmnId1) + func (v *NullablePlmnId1) UnmarshalJSON(src []byte) error + func (v *NullablePlmnId1) Unset() + func (v NullablePlmnId1) Get() *PlmnId1 + func (v NullablePlmnId1) IsSet() bool + func (v NullablePlmnId1) MarshalJSON() ([]byte, error) + type NullablePlmnId2 struct + func NewNullablePlmnId2(val *PlmnId2) *NullablePlmnId2 + func (v *NullablePlmnId2) Set(val *PlmnId2) + func (v *NullablePlmnId2) UnmarshalJSON(src []byte) error + func (v *NullablePlmnId2) Unset() + func (v NullablePlmnId2) Get() *PlmnId2 + func (v NullablePlmnId2) IsSet() bool + func (v NullablePlmnId2) MarshalJSON() ([]byte, error) + type NullablePlmnIdNid struct + func NewNullablePlmnIdNid(val *PlmnIdNid) *NullablePlmnIdNid + func (v *NullablePlmnIdNid) Set(val *PlmnIdNid) + func (v *NullablePlmnIdNid) UnmarshalJSON(src []byte) error + func (v *NullablePlmnIdNid) Unset() + func (v NullablePlmnIdNid) Get() *PlmnIdNid + func (v NullablePlmnIdNid) IsSet() bool + func (v NullablePlmnIdNid) MarshalJSON() ([]byte, error) + type NullablePlmnIdNid1 struct + func NewNullablePlmnIdNid1(val *PlmnIdNid1) *NullablePlmnIdNid1 + func (v *NullablePlmnIdNid1) Set(val *PlmnIdNid1) + func (v *NullablePlmnIdNid1) UnmarshalJSON(src []byte) error + func (v *NullablePlmnIdNid1) Unset() + func (v NullablePlmnIdNid1) Get() *PlmnIdNid1 + func (v NullablePlmnIdNid1) IsSet() bool + func (v NullablePlmnIdNid1) MarshalJSON() ([]byte, error) + type NullablePlmnInfo struct + func NewNullablePlmnInfo(val *PlmnInfo) *NullablePlmnInfo + func (v *NullablePlmnInfo) Set(val *PlmnInfo) + func (v *NullablePlmnInfo) UnmarshalJSON(src []byte) error + func (v *NullablePlmnInfo) Unset() + func (v NullablePlmnInfo) Get() *PlmnInfo + func (v NullablePlmnInfo) IsSet() bool + func (v NullablePlmnInfo) MarshalJSON() ([]byte, error) + type NullablePlmnListTypeInner struct + func NewNullablePlmnListTypeInner(val *PlmnListTypeInner) *NullablePlmnListTypeInner + func (v *NullablePlmnListTypeInner) Set(val *PlmnListTypeInner) + func (v *NullablePlmnListTypeInner) UnmarshalJSON(src []byte) error + func (v *NullablePlmnListTypeInner) Unset() + func (v NullablePlmnListTypeInner) Get() *PlmnListTypeInner + func (v NullablePlmnListTypeInner) IsSet() bool + func (v NullablePlmnListTypeInner) MarshalJSON() ([]byte, error) + type NullablePlmnTargetType struct + func NewNullablePlmnTargetType(val *PlmnTargetType) *NullablePlmnTargetType + func (v *NullablePlmnTargetType) Set(val *PlmnTargetType) + func (v *NullablePlmnTargetType) UnmarshalJSON(src []byte) error + func (v *NullablePlmnTargetType) Unset() + func (v NullablePlmnTargetType) Get() *PlmnTargetType + func (v NullablePlmnTargetType) IsSet() bool + func (v NullablePlmnTargetType) MarshalJSON() ([]byte, error) + type NullablePositioningMethodType struct + func NewNullablePositioningMethodType(val *PositioningMethodType) *NullablePositioningMethodType + func (v *NullablePositioningMethodType) Set(val *PositioningMethodType) + func (v *NullablePositioningMethodType) UnmarshalJSON(src []byte) error + func (v *NullablePositioningMethodType) Unset() + func (v NullablePositioningMethodType) Get() *PositioningMethodType + func (v NullablePositioningMethodType) IsSet() bool + func (v NullablePositioningMethodType) MarshalJSON() ([]byte, error) + type NullablePredefinedPccRuleSetSingle struct + func NewNullablePredefinedPccRuleSetSingle(val *PredefinedPccRuleSetSingle) *NullablePredefinedPccRuleSetSingle + func (v *NullablePredefinedPccRuleSetSingle) Set(val *PredefinedPccRuleSetSingle) + func (v *NullablePredefinedPccRuleSetSingle) UnmarshalJSON(src []byte) error + func (v *NullablePredefinedPccRuleSetSingle) Unset() + func (v NullablePredefinedPccRuleSetSingle) Get() *PredefinedPccRuleSetSingle + func (v NullablePredefinedPccRuleSetSingle) IsSet() bool + func (v NullablePredefinedPccRuleSetSingle) MarshalJSON() ([]byte, error) + type NullablePredefinedPccRuleSetSingleAllOf struct + func NewNullablePredefinedPccRuleSetSingleAllOf(val *PredefinedPccRuleSetSingleAllOf) *NullablePredefinedPccRuleSetSingleAllOf + func (v *NullablePredefinedPccRuleSetSingleAllOf) Set(val *PredefinedPccRuleSetSingleAllOf) + func (v *NullablePredefinedPccRuleSetSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePredefinedPccRuleSetSingleAllOf) Unset() + func (v NullablePredefinedPccRuleSetSingleAllOf) Get() *PredefinedPccRuleSetSingleAllOf + func (v NullablePredefinedPccRuleSetSingleAllOf) IsSet() bool + func (v NullablePredefinedPccRuleSetSingleAllOf) MarshalJSON() ([]byte, error) + type NullablePredefinedPccRuleSetSingleAllOfAttributes struct + func NewNullablePredefinedPccRuleSetSingleAllOfAttributes(val *PredefinedPccRuleSetSingleAllOfAttributes) *NullablePredefinedPccRuleSetSingleAllOfAttributes + func (v *NullablePredefinedPccRuleSetSingleAllOfAttributes) Set(val *PredefinedPccRuleSetSingleAllOfAttributes) + func (v *NullablePredefinedPccRuleSetSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullablePredefinedPccRuleSetSingleAllOfAttributes) Unset() + func (v NullablePredefinedPccRuleSetSingleAllOfAttributes) Get() *PredefinedPccRuleSetSingleAllOfAttributes + func (v NullablePredefinedPccRuleSetSingleAllOfAttributes) IsSet() bool + func (v NullablePredefinedPccRuleSetSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf struct + func NewNullablePredefinedPccRuleSetSingleAllOfAttributesAllOf(val *PredefinedPccRuleSetSingleAllOfAttributesAllOf) *NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf + func (v *NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) Set(val *PredefinedPccRuleSetSingleAllOfAttributesAllOf) + func (v *NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) Unset() + func (v NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) Get() *PredefinedPccRuleSetSingleAllOfAttributesAllOf + func (v NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) IsSet() bool + func (v NullablePredefinedPccRuleSetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullablePreemptionCapability struct + func NewNullablePreemptionCapability(val *PreemptionCapability) *NullablePreemptionCapability + func (v *NullablePreemptionCapability) Set(val *PreemptionCapability) + func (v *NullablePreemptionCapability) UnmarshalJSON(src []byte) error + func (v *NullablePreemptionCapability) Unset() + func (v NullablePreemptionCapability) Get() *PreemptionCapability + func (v NullablePreemptionCapability) IsSet() bool + func (v NullablePreemptionCapability) MarshalJSON() ([]byte, error) + type NullablePreemptionCapabilityAnyOf struct + func NewNullablePreemptionCapabilityAnyOf(val *PreemptionCapabilityAnyOf) *NullablePreemptionCapabilityAnyOf + func (v *NullablePreemptionCapabilityAnyOf) Set(val *PreemptionCapabilityAnyOf) + func (v *NullablePreemptionCapabilityAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePreemptionCapabilityAnyOf) Unset() + func (v NullablePreemptionCapabilityAnyOf) Get() *PreemptionCapabilityAnyOf + func (v NullablePreemptionCapabilityAnyOf) IsSet() bool + func (v NullablePreemptionCapabilityAnyOf) MarshalJSON() ([]byte, error) + type NullablePreemptionVulnerability struct + func NewNullablePreemptionVulnerability(val *PreemptionVulnerability) *NullablePreemptionVulnerability + func (v *NullablePreemptionVulnerability) Set(val *PreemptionVulnerability) + func (v *NullablePreemptionVulnerability) UnmarshalJSON(src []byte) error + func (v *NullablePreemptionVulnerability) Unset() + func (v NullablePreemptionVulnerability) Get() *PreemptionVulnerability + func (v NullablePreemptionVulnerability) IsSet() bool + func (v NullablePreemptionVulnerability) MarshalJSON() ([]byte, error) + type NullablePreemptionVulnerabilityAnyOf struct + func NewNullablePreemptionVulnerabilityAnyOf(val *PreemptionVulnerabilityAnyOf) *NullablePreemptionVulnerabilityAnyOf + func (v *NullablePreemptionVulnerabilityAnyOf) Set(val *PreemptionVulnerabilityAnyOf) + func (v *NullablePreemptionVulnerabilityAnyOf) UnmarshalJSON(src []byte) error + func (v *NullablePreemptionVulnerabilityAnyOf) Unset() + func (v NullablePreemptionVulnerabilityAnyOf) Get() *PreemptionVulnerabilityAnyOf + func (v NullablePreemptionVulnerabilityAnyOf) IsSet() bool + func (v NullablePreemptionVulnerabilityAnyOf) MarshalJSON() ([]byte, error) + type NullableProbableCause struct + func NewNullableProbableCause(val *ProbableCause) *NullableProbableCause + func (v *NullableProbableCause) Set(val *ProbableCause) + func (v *NullableProbableCause) UnmarshalJSON(src []byte) error + func (v *NullableProbableCause) Unset() + func (v NullableProbableCause) Get() *ProbableCause + func (v NullableProbableCause) IsSet() bool + func (v NullableProbableCause) MarshalJSON() ([]byte, error) + type NullableProbableCauseOneOf struct + func NewNullableProbableCauseOneOf(val *ProbableCauseOneOf) *NullableProbableCauseOneOf + func (v *NullableProbableCauseOneOf) Set(val *ProbableCauseOneOf) + func (v *NullableProbableCauseOneOf) UnmarshalJSON(src []byte) error + func (v *NullableProbableCauseOneOf) Unset() + func (v NullableProbableCauseOneOf) Get() *ProbableCauseOneOf + func (v NullableProbableCauseOneOf) IsSet() bool + func (v NullableProbableCauseOneOf) MarshalJSON() ([]byte, error) + type NullableProseCapability struct + func NewNullableProseCapability(val *ProseCapability) *NullableProseCapability + func (v *NullableProseCapability) Set(val *ProseCapability) + func (v *NullableProseCapability) UnmarshalJSON(src []byte) error + func (v *NullableProseCapability) Unset() + func (v NullableProseCapability) Get() *ProseCapability + func (v NullableProseCapability) IsSet() bool + func (v NullableProseCapability) MarshalJSON() ([]byte, error) + type NullableProvMnS struct + func NewNullableProvMnS(val *ProvMnS) *NullableProvMnS + func (v *NullableProvMnS) Set(val *ProvMnS) + func (v *NullableProvMnS) UnmarshalJSON(src []byte) error + func (v *NullableProvMnS) Unset() + func (v NullableProvMnS) Get() *ProvMnS + func (v NullableProvMnS) IsSet() bool + func (v NullableProvMnS) MarshalJSON() ([]byte, error) + type NullableProvMnSOneOf struct + func NewNullableProvMnSOneOf(val *ProvMnSOneOf) *NullableProvMnSOneOf + func (v *NullableProvMnSOneOf) Set(val *ProvMnSOneOf) + func (v *NullableProvMnSOneOf) UnmarshalJSON(src []byte) error + func (v *NullableProvMnSOneOf) Unset() + func (v NullableProvMnSOneOf) Get() *ProvMnSOneOf + func (v NullableProvMnSOneOf) IsSet() bool + func (v NullableProvMnSOneOf) MarshalJSON() ([]byte, error) + type NullableProvMnSOneOf1 struct + func NewNullableProvMnSOneOf1(val *ProvMnSOneOf1) *NullableProvMnSOneOf1 + func (v *NullableProvMnSOneOf1) Set(val *ProvMnSOneOf1) + func (v *NullableProvMnSOneOf1) UnmarshalJSON(src []byte) error + func (v *NullableProvMnSOneOf1) Unset() + func (v NullableProvMnSOneOf1) Get() *ProvMnSOneOf1 + func (v NullableProvMnSOneOf1) IsSet() bool + func (v NullableProvMnSOneOf1) MarshalJSON() ([]byte, error) + type NullableQFPacketDelayThresholdsType struct + func NewNullableQFPacketDelayThresholdsType(val *QFPacketDelayThresholdsType) *NullableQFPacketDelayThresholdsType + func (v *NullableQFPacketDelayThresholdsType) Set(val *QFPacketDelayThresholdsType) + func (v *NullableQFPacketDelayThresholdsType) UnmarshalJSON(src []byte) error + func (v *NullableQFPacketDelayThresholdsType) Unset() + func (v NullableQFPacketDelayThresholdsType) Get() *QFPacketDelayThresholdsType + func (v NullableQFPacketDelayThresholdsType) IsSet() bool + func (v NullableQFPacketDelayThresholdsType) MarshalJSON() ([]byte, error) + type NullableQFQoSMonitoringControlSingle struct + func NewNullableQFQoSMonitoringControlSingle(val *QFQoSMonitoringControlSingle) *NullableQFQoSMonitoringControlSingle + func (v *NullableQFQoSMonitoringControlSingle) Set(val *QFQoSMonitoringControlSingle) + func (v *NullableQFQoSMonitoringControlSingle) UnmarshalJSON(src []byte) error + func (v *NullableQFQoSMonitoringControlSingle) Unset() + func (v NullableQFQoSMonitoringControlSingle) Get() *QFQoSMonitoringControlSingle + func (v NullableQFQoSMonitoringControlSingle) IsSet() bool + func (v NullableQFQoSMonitoringControlSingle) MarshalJSON() ([]byte, error) + type NullableQFQoSMonitoringControlSingleAllOf struct + func NewNullableQFQoSMonitoringControlSingleAllOf(val *QFQoSMonitoringControlSingleAllOf) *NullableQFQoSMonitoringControlSingleAllOf + func (v *NullableQFQoSMonitoringControlSingleAllOf) Set(val *QFQoSMonitoringControlSingleAllOf) + func (v *NullableQFQoSMonitoringControlSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableQFQoSMonitoringControlSingleAllOf) Unset() + func (v NullableQFQoSMonitoringControlSingleAllOf) Get() *QFQoSMonitoringControlSingleAllOf + func (v NullableQFQoSMonitoringControlSingleAllOf) IsSet() bool + func (v NullableQFQoSMonitoringControlSingleAllOf) MarshalJSON() ([]byte, error) + type NullableQFQoSMonitoringControlSingleAllOfAttributes struct + func NewNullableQFQoSMonitoringControlSingleAllOfAttributes(val *QFQoSMonitoringControlSingleAllOfAttributes) *NullableQFQoSMonitoringControlSingleAllOfAttributes + func (v *NullableQFQoSMonitoringControlSingleAllOfAttributes) Set(val *QFQoSMonitoringControlSingleAllOfAttributes) + func (v *NullableQFQoSMonitoringControlSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableQFQoSMonitoringControlSingleAllOfAttributes) Unset() + func (v NullableQFQoSMonitoringControlSingleAllOfAttributes) Get() *QFQoSMonitoringControlSingleAllOfAttributes + func (v NullableQFQoSMonitoringControlSingleAllOfAttributes) IsSet() bool + func (v NullableQFQoSMonitoringControlSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf struct + func NewNullableQFQoSMonitoringControlSingleAllOfAttributesAllOf(val *QFQoSMonitoringControlSingleAllOfAttributesAllOf) *NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf + func (v *NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) Set(val *QFQoSMonitoringControlSingleAllOfAttributesAllOf) + func (v *NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) Unset() + func (v NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) Get() *QFQoSMonitoringControlSingleAllOfAttributesAllOf + func (v NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableQFQoSMonitoringControlSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableQosData struct + func NewNullableQosData(val *QosData) *NullableQosData + func (v *NullableQosData) Set(val *QosData) + func (v *NullableQosData) UnmarshalJSON(src []byte) error + func (v *NullableQosData) Unset() + func (v NullableQosData) Get() *QosData + func (v NullableQosData) IsSet() bool + func (v NullableQosData) MarshalJSON() ([]byte, error) + type NullableRatType struct + func NewNullableRatType(val *RatType) *NullableRatType + func (v *NullableRatType) Set(val *RatType) + func (v *NullableRatType) UnmarshalJSON(src []byte) error + func (v *NullableRatType) Unset() + func (v NullableRatType) Get() *RatType + func (v NullableRatType) IsSet() bool + func (v NullableRatType) MarshalJSON() ([]byte, error) + type NullableRatTypeAnyOf struct + func NewNullableRatTypeAnyOf(val *RatTypeAnyOf) *NullableRatTypeAnyOf + func (v *NullableRatTypeAnyOf) Set(val *RatTypeAnyOf) + func (v *NullableRatTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableRatTypeAnyOf) Unset() + func (v NullableRatTypeAnyOf) Get() *RatTypeAnyOf + func (v NullableRatTypeAnyOf) IsSet() bool + func (v NullableRatTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableRedirectAddressType struct + func NewNullableRedirectAddressType(val *RedirectAddressType) *NullableRedirectAddressType + func (v *NullableRedirectAddressType) Set(val *RedirectAddressType) + func (v *NullableRedirectAddressType) UnmarshalJSON(src []byte) error + func (v *NullableRedirectAddressType) Unset() + func (v NullableRedirectAddressType) Get() *RedirectAddressType + func (v NullableRedirectAddressType) IsSet() bool + func (v NullableRedirectAddressType) MarshalJSON() ([]byte, error) + type NullableRedirectAddressTypeAnyOf struct + func NewNullableRedirectAddressTypeAnyOf(val *RedirectAddressTypeAnyOf) *NullableRedirectAddressTypeAnyOf + func (v *NullableRedirectAddressTypeAnyOf) Set(val *RedirectAddressTypeAnyOf) + func (v *NullableRedirectAddressTypeAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableRedirectAddressTypeAnyOf) Unset() + func (v NullableRedirectAddressTypeAnyOf) Get() *RedirectAddressTypeAnyOf + func (v NullableRedirectAddressTypeAnyOf) IsSet() bool + func (v NullableRedirectAddressTypeAnyOf) MarshalJSON() ([]byte, error) + type NullableRedirectInformation struct + func NewNullableRedirectInformation(val *RedirectInformation) *NullableRedirectInformation + func (v *NullableRedirectInformation) Set(val *RedirectInformation) + func (v *NullableRedirectInformation) UnmarshalJSON(src []byte) error + func (v *NullableRedirectInformation) Unset() + func (v NullableRedirectInformation) Get() *RedirectInformation + func (v NullableRedirectInformation) IsSet() bool + func (v NullableRedirectInformation) MarshalJSON() ([]byte, error) + type NullableRegistrationState struct + func NewNullableRegistrationState(val *RegistrationState) *NullableRegistrationState + func (v *NullableRegistrationState) Set(val *RegistrationState) + func (v *NullableRegistrationState) UnmarshalJSON(src []byte) error + func (v *NullableRegistrationState) Unset() + func (v NullableRegistrationState) Get() *RegistrationState + func (v NullableRegistrationState) IsSet() bool + func (v NullableRegistrationState) MarshalJSON() ([]byte, error) + type NullableRemoteAddress struct + func NewNullableRemoteAddress(val *RemoteAddress) *NullableRemoteAddress + func (v *NullableRemoteAddress) Set(val *RemoteAddress) + func (v *NullableRemoteAddress) UnmarshalJSON(src []byte) error + func (v *NullableRemoteAddress) Unset() + func (v NullableRemoteAddress) Get() *RemoteAddress + func (v NullableRemoteAddress) IsSet() bool + func (v NullableRemoteAddress) MarshalJSON() ([]byte, error) + type NullableReportAmountType struct + func NewNullableReportAmountType(val *ReportAmountType) *NullableReportAmountType + func (v *NullableReportAmountType) Set(val *ReportAmountType) + func (v *NullableReportAmountType) UnmarshalJSON(src []byte) error + func (v *NullableReportAmountType) Unset() + func (v NullableReportAmountType) Get() *ReportAmountType + func (v NullableReportAmountType) IsSet() bool + func (v NullableReportAmountType) MarshalJSON() ([]byte, error) + type NullableReportIntervalType struct + func NewNullableReportIntervalType(val *ReportIntervalType) *NullableReportIntervalType + func (v *NullableReportIntervalType) Set(val *ReportIntervalType) + func (v *NullableReportIntervalType) UnmarshalJSON(src []byte) error + func (v *NullableReportIntervalType) Unset() + func (v NullableReportIntervalType) Get() *ReportIntervalType + func (v NullableReportIntervalType) IsSet() bool + func (v NullableReportIntervalType) MarshalJSON() ([]byte, error) + type NullableReportTypeType struct + func NewNullableReportTypeType(val *ReportTypeType) *NullableReportTypeType + func (v *NullableReportTypeType) Set(val *ReportTypeType) + func (v *NullableReportTypeType) UnmarshalJSON(src []byte) error + func (v *NullableReportTypeType) Unset() + func (v NullableReportTypeType) Get() *ReportTypeType + func (v NullableReportTypeType) IsSet() bool + func (v NullableReportTypeType) MarshalJSON() ([]byte, error) + type NullableReportingCtrl struct + func NewNullableReportingCtrl(val *ReportingCtrl) *NullableReportingCtrl + func (v *NullableReportingCtrl) Set(val *ReportingCtrl) + func (v *NullableReportingCtrl) UnmarshalJSON(src []byte) error + func (v *NullableReportingCtrl) Unset() + func (v NullableReportingCtrl) Get() *ReportingCtrl + func (v NullableReportingCtrl) IsSet() bool + func (v NullableReportingCtrl) MarshalJSON() ([]byte, error) + type NullableReportingCtrlOneOf struct + func NewNullableReportingCtrlOneOf(val *ReportingCtrlOneOf) *NullableReportingCtrlOneOf + func (v *NullableReportingCtrlOneOf) Set(val *ReportingCtrlOneOf) + func (v *NullableReportingCtrlOneOf) UnmarshalJSON(src []byte) error + func (v *NullableReportingCtrlOneOf) Unset() + func (v NullableReportingCtrlOneOf) Get() *ReportingCtrlOneOf + func (v NullableReportingCtrlOneOf) IsSet() bool + func (v NullableReportingCtrlOneOf) MarshalJSON() ([]byte, error) + type NullableReportingCtrlOneOf1 struct + func NewNullableReportingCtrlOneOf1(val *ReportingCtrlOneOf1) *NullableReportingCtrlOneOf1 + func (v *NullableReportingCtrlOneOf1) Set(val *ReportingCtrlOneOf1) + func (v *NullableReportingCtrlOneOf1) UnmarshalJSON(src []byte) error + func (v *NullableReportingCtrlOneOf1) Unset() + func (v NullableReportingCtrlOneOf1) Get() *ReportingCtrlOneOf1 + func (v NullableReportingCtrlOneOf1) IsSet() bool + func (v NullableReportingCtrlOneOf1) MarshalJSON() ([]byte, error) + type NullableReportingCtrlOneOf2 struct + func NewNullableReportingCtrlOneOf2(val *ReportingCtrlOneOf2) *NullableReportingCtrlOneOf2 + func (v *NullableReportingCtrlOneOf2) Set(val *ReportingCtrlOneOf2) + func (v *NullableReportingCtrlOneOf2) UnmarshalJSON(src []byte) error + func (v *NullableReportingCtrlOneOf2) Unset() + func (v NullableReportingCtrlOneOf2) Get() *ReportingCtrlOneOf2 + func (v NullableReportingCtrlOneOf2) IsSet() bool + func (v NullableReportingCtrlOneOf2) MarshalJSON() ([]byte, error) + type NullableResources5gcNrm struct + func NewNullableResources5gcNrm(val *Resources5gcNrm) *NullableResources5gcNrm + func (v *NullableResources5gcNrm) Set(val *Resources5gcNrm) + func (v *NullableResources5gcNrm) UnmarshalJSON(src []byte) error + func (v *NullableResources5gcNrm) Unset() + func (v NullableResources5gcNrm) Get() *Resources5gcNrm + func (v NullableResources5gcNrm) IsSet() bool + func (v NullableResources5gcNrm) MarshalJSON() ([]byte, error) + type NullableRouteInformation struct + func NewNullableRouteInformation(val *RouteInformation) *NullableRouteInformation + func (v *NullableRouteInformation) Set(val *RouteInformation) + func (v *NullableRouteInformation) UnmarshalJSON(src []byte) error + func (v *NullableRouteInformation) Unset() + func (v NullableRouteInformation) Get() *RouteInformation + func (v NullableRouteInformation) IsSet() bool + func (v NullableRouteInformation) MarshalJSON() ([]byte, error) + type NullableRouteToLocation struct + func NewNullableRouteToLocation(val *RouteToLocation) *NullableRouteToLocation + func (v *NullableRouteToLocation) Set(val *RouteToLocation) + func (v *NullableRouteToLocation) UnmarshalJSON(src []byte) error + func (v *NullableRouteToLocation) Unset() + func (v NullableRouteToLocation) Get() *RouteToLocation + func (v NullableRouteToLocation) IsSet() bool + func (v NullableRouteToLocation) MarshalJSON() ([]byte, error) + type NullableSAP struct + func NewNullableSAP(val *SAP) *NullableSAP + func (v *NullableSAP) Set(val *SAP) + func (v *NullableSAP) UnmarshalJSON(src []byte) error + func (v *NullableSAP) Unset() + func (v NullableSAP) Get() *SAP + func (v NullableSAP) IsSet() bool + func (v NullableSAP) MarshalJSON() ([]byte, error) + type NullableSEPPType struct + func NewNullableSEPPType(val *SEPPType) *NullableSEPPType + func (v *NullableSEPPType) Set(val *SEPPType) + func (v *NullableSEPPType) UnmarshalJSON(src []byte) error + func (v *NullableSEPPType) Unset() + func (v NullableSEPPType) Get() *SEPPType + func (v NullableSEPPType) IsSet() bool + func (v NullableSEPPType) MarshalJSON() ([]byte, error) + type NullableSNssaiSmfInfoItem struct + func NewNullableSNssaiSmfInfoItem(val *SNssaiSmfInfoItem) *NullableSNssaiSmfInfoItem + func (v *NullableSNssaiSmfInfoItem) Set(val *SNssaiSmfInfoItem) + func (v *NullableSNssaiSmfInfoItem) UnmarshalJSON(src []byte) error + func (v *NullableSNssaiSmfInfoItem) Unset() + func (v NullableSNssaiSmfInfoItem) Get() *SNssaiSmfInfoItem + func (v NullableSNssaiSmfInfoItem) IsSet() bool + func (v NullableSNssaiSmfInfoItem) MarshalJSON() ([]byte, error) + type NullableScope struct + func NewNullableScope(val *Scope) *NullableScope + func (v *NullableScope) Set(val *Scope) + func (v *NullableScope) UnmarshalJSON(src []byte) error + func (v *NullableScope) Unset() + func (v NullableScope) Get() *Scope + func (v NullableScope) IsSet() bool + func (v NullableScope) MarshalJSON() ([]byte, error) + type NullableScpCapability struct + func NewNullableScpCapability(val *ScpCapability) *NullableScpCapability + func (v *NullableScpCapability) Set(val *ScpCapability) + func (v *NullableScpCapability) UnmarshalJSON(src []byte) error + func (v *NullableScpCapability) Unset() + func (v NullableScpCapability) Get() *ScpCapability + func (v NullableScpCapability) IsSet() bool + func (v NullableScpCapability) MarshalJSON() ([]byte, error) + type NullableScpDomainInfo struct + func NewNullableScpDomainInfo(val *ScpDomainInfo) *NullableScpDomainInfo + func (v *NullableScpDomainInfo) Set(val *ScpDomainInfo) + func (v *NullableScpDomainInfo) UnmarshalJSON(src []byte) error + func (v *NullableScpDomainInfo) Unset() + func (v NullableScpDomainInfo) Get() *ScpDomainInfo + func (v NullableScpDomainInfo) IsSet() bool + func (v NullableScpDomainInfo) MarshalJSON() ([]byte, error) + type NullableScpFunctionSingle struct + func NewNullableScpFunctionSingle(val *ScpFunctionSingle) *NullableScpFunctionSingle + func (v *NullableScpFunctionSingle) Set(val *ScpFunctionSingle) + func (v *NullableScpFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableScpFunctionSingle) Unset() + func (v NullableScpFunctionSingle) Get() *ScpFunctionSingle + func (v NullableScpFunctionSingle) IsSet() bool + func (v NullableScpFunctionSingle) MarshalJSON() ([]byte, error) + type NullableScpFunctionSingleAllOf struct + func NewNullableScpFunctionSingleAllOf(val *ScpFunctionSingleAllOf) *NullableScpFunctionSingleAllOf + func (v *NullableScpFunctionSingleAllOf) Set(val *ScpFunctionSingleAllOf) + func (v *NullableScpFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableScpFunctionSingleAllOf) Unset() + func (v NullableScpFunctionSingleAllOf) Get() *ScpFunctionSingleAllOf + func (v NullableScpFunctionSingleAllOf) IsSet() bool + func (v NullableScpFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableScpFunctionSingleAllOfAttributes struct + func NewNullableScpFunctionSingleAllOfAttributes(val *ScpFunctionSingleAllOfAttributes) *NullableScpFunctionSingleAllOfAttributes + func (v *NullableScpFunctionSingleAllOfAttributes) Set(val *ScpFunctionSingleAllOfAttributes) + func (v *NullableScpFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableScpFunctionSingleAllOfAttributes) Unset() + func (v NullableScpFunctionSingleAllOfAttributes) Get() *ScpFunctionSingleAllOfAttributes + func (v NullableScpFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableScpFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableScpFunctionSingleAllOfAttributesAllOf struct + func NewNullableScpFunctionSingleAllOfAttributesAllOf(val *ScpFunctionSingleAllOfAttributesAllOf) *NullableScpFunctionSingleAllOfAttributesAllOf + func (v *NullableScpFunctionSingleAllOfAttributesAllOf) Set(val *ScpFunctionSingleAllOfAttributesAllOf) + func (v *NullableScpFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableScpFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableScpFunctionSingleAllOfAttributesAllOf) Get() *ScpFunctionSingleAllOfAttributesAllOf + func (v NullableScpFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableScpFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableScpInfo struct + func NewNullableScpInfo(val *ScpInfo) *NullableScpInfo + func (v *NullableScpInfo) Set(val *ScpInfo) + func (v *NullableScpInfo) UnmarshalJSON(src []byte) error + func (v *NullableScpInfo) Unset() + func (v NullableScpInfo) Get() *ScpInfo + func (v NullableScpInfo) IsSet() bool + func (v NullableScpInfo) MarshalJSON() ([]byte, error) + type NullableSdRange struct + func NewNullableSdRange(val *SdRange) *NullableSdRange + func (v *NullableSdRange) Set(val *SdRange) + func (v *NullableSdRange) UnmarshalJSON(src []byte) error + func (v *NullableSdRange) Unset() + func (v NullableSdRange) Get() *SdRange + func (v NullableSdRange) IsSet() bool + func (v NullableSdRange) MarshalJSON() ([]byte, error) + type NullableSeppFunctionSingle struct + func NewNullableSeppFunctionSingle(val *SeppFunctionSingle) *NullableSeppFunctionSingle + func (v *NullableSeppFunctionSingle) Set(val *SeppFunctionSingle) + func (v *NullableSeppFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableSeppFunctionSingle) Unset() + func (v NullableSeppFunctionSingle) Get() *SeppFunctionSingle + func (v NullableSeppFunctionSingle) IsSet() bool + func (v NullableSeppFunctionSingle) MarshalJSON() ([]byte, error) + type NullableSeppFunctionSingleAllOf struct + func NewNullableSeppFunctionSingleAllOf(val *SeppFunctionSingleAllOf) *NullableSeppFunctionSingleAllOf + func (v *NullableSeppFunctionSingleAllOf) Set(val *SeppFunctionSingleAllOf) + func (v *NullableSeppFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableSeppFunctionSingleAllOf) Unset() + func (v NullableSeppFunctionSingleAllOf) Get() *SeppFunctionSingleAllOf + func (v NullableSeppFunctionSingleAllOf) IsSet() bool + func (v NullableSeppFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableSeppFunctionSingleAllOf1 struct + func NewNullableSeppFunctionSingleAllOf1(val *SeppFunctionSingleAllOf1) *NullableSeppFunctionSingleAllOf1 + func (v *NullableSeppFunctionSingleAllOf1) Set(val *SeppFunctionSingleAllOf1) + func (v *NullableSeppFunctionSingleAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableSeppFunctionSingleAllOf1) Unset() + func (v NullableSeppFunctionSingleAllOf1) Get() *SeppFunctionSingleAllOf1 + func (v NullableSeppFunctionSingleAllOf1) IsSet() bool + func (v NullableSeppFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + type NullableSeppFunctionSingleAllOfAttributes struct + func NewNullableSeppFunctionSingleAllOfAttributes(val *SeppFunctionSingleAllOfAttributes) *NullableSeppFunctionSingleAllOfAttributes + func (v *NullableSeppFunctionSingleAllOfAttributes) Set(val *SeppFunctionSingleAllOfAttributes) + func (v *NullableSeppFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableSeppFunctionSingleAllOfAttributes) Unset() + func (v NullableSeppFunctionSingleAllOfAttributes) Get() *SeppFunctionSingleAllOfAttributes + func (v NullableSeppFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableSeppFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableSeppFunctionSingleAllOfAttributesAllOf struct + func NewNullableSeppFunctionSingleAllOfAttributesAllOf(val *SeppFunctionSingleAllOfAttributesAllOf) *NullableSeppFunctionSingleAllOfAttributesAllOf + func (v *NullableSeppFunctionSingleAllOfAttributesAllOf) Set(val *SeppFunctionSingleAllOfAttributesAllOf) + func (v *NullableSeppFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableSeppFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableSeppFunctionSingleAllOfAttributesAllOf) Get() *SeppFunctionSingleAllOfAttributesAllOf + func (v NullableSeppFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableSeppFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableSeppInfo struct + func NewNullableSeppInfo(val *SeppInfo) *NullableSeppInfo + func (v *NullableSeppInfo) Set(val *SeppInfo) + func (v *NullableSeppInfo) UnmarshalJSON(src []byte) error + func (v *NullableSeppInfo) Unset() + func (v NullableSeppInfo) Get() *SeppInfo + func (v NullableSeppInfo) IsSet() bool + func (v NullableSeppInfo) MarshalJSON() ([]byte, error) + type NullableServingLocation struct + func NewNullableServingLocation(val *ServingLocation) *NullableServingLocation + func (v *NullableServingLocation) Set(val *ServingLocation) + func (v *NullableServingLocation) UnmarshalJSON(src []byte) error + func (v *NullableServingLocation) Unset() + func (v NullableServingLocation) Get() *ServingLocation + func (v NullableServingLocation) IsSet() bool + func (v NullableServingLocation) MarshalJSON() ([]byte, error) + type NullableSharedDataIdRange struct + func NewNullableSharedDataIdRange(val *SharedDataIdRange) *NullableSharedDataIdRange + func (v *NullableSharedDataIdRange) Set(val *SharedDataIdRange) + func (v *NullableSharedDataIdRange) UnmarshalJSON(src []byte) error + func (v *NullableSharedDataIdRange) Unset() + func (v NullableSharedDataIdRange) Get() *SharedDataIdRange + func (v NullableSharedDataIdRange) IsSet() bool + func (v NullableSharedDataIdRange) MarshalJSON() ([]byte, error) + type NullableSmfFunctionSingle struct + func NewNullableSmfFunctionSingle(val *SmfFunctionSingle) *NullableSmfFunctionSingle + func (v *NullableSmfFunctionSingle) Set(val *SmfFunctionSingle) + func (v *NullableSmfFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableSmfFunctionSingle) Unset() + func (v NullableSmfFunctionSingle) Get() *SmfFunctionSingle + func (v NullableSmfFunctionSingle) IsSet() bool + func (v NullableSmfFunctionSingle) MarshalJSON() ([]byte, error) + type NullableSmfFunctionSingleAllOf struct + func NewNullableSmfFunctionSingleAllOf(val *SmfFunctionSingleAllOf) *NullableSmfFunctionSingleAllOf + func (v *NullableSmfFunctionSingleAllOf) Set(val *SmfFunctionSingleAllOf) + func (v *NullableSmfFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableSmfFunctionSingleAllOf) Unset() + func (v NullableSmfFunctionSingleAllOf) Get() *SmfFunctionSingleAllOf + func (v NullableSmfFunctionSingleAllOf) IsSet() bool + func (v NullableSmfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableSmfFunctionSingleAllOf1 struct + func NewNullableSmfFunctionSingleAllOf1(val *SmfFunctionSingleAllOf1) *NullableSmfFunctionSingleAllOf1 + func (v *NullableSmfFunctionSingleAllOf1) Set(val *SmfFunctionSingleAllOf1) + func (v *NullableSmfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableSmfFunctionSingleAllOf1) Unset() + func (v NullableSmfFunctionSingleAllOf1) Get() *SmfFunctionSingleAllOf1 + func (v NullableSmfFunctionSingleAllOf1) IsSet() bool + func (v NullableSmfFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + type NullableSmfFunctionSingleAllOfAttributes struct + func NewNullableSmfFunctionSingleAllOfAttributes(val *SmfFunctionSingleAllOfAttributes) *NullableSmfFunctionSingleAllOfAttributes + func (v *NullableSmfFunctionSingleAllOfAttributes) Set(val *SmfFunctionSingleAllOfAttributes) + func (v *NullableSmfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableSmfFunctionSingleAllOfAttributes) Unset() + func (v NullableSmfFunctionSingleAllOfAttributes) Get() *SmfFunctionSingleAllOfAttributes + func (v NullableSmfFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableSmfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableSmfFunctionSingleAllOfAttributesAllOf struct + func NewNullableSmfFunctionSingleAllOfAttributesAllOf(val *SmfFunctionSingleAllOfAttributesAllOf) *NullableSmfFunctionSingleAllOfAttributesAllOf + func (v *NullableSmfFunctionSingleAllOfAttributesAllOf) Set(val *SmfFunctionSingleAllOfAttributesAllOf) + func (v *NullableSmfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableSmfFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableSmfFunctionSingleAllOfAttributesAllOf) Get() *SmfFunctionSingleAllOfAttributesAllOf + func (v NullableSmfFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableSmfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableSmsfFunctionSingle struct + func NewNullableSmsfFunctionSingle(val *SmsfFunctionSingle) *NullableSmsfFunctionSingle + func (v *NullableSmsfFunctionSingle) Set(val *SmsfFunctionSingle) + func (v *NullableSmsfFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableSmsfFunctionSingle) Unset() + func (v NullableSmsfFunctionSingle) Get() *SmsfFunctionSingle + func (v NullableSmsfFunctionSingle) IsSet() bool + func (v NullableSmsfFunctionSingle) MarshalJSON() ([]byte, error) + type NullableSmsfFunctionSingleAllOf struct + func NewNullableSmsfFunctionSingleAllOf(val *SmsfFunctionSingleAllOf) *NullableSmsfFunctionSingleAllOf + func (v *NullableSmsfFunctionSingleAllOf) Set(val *SmsfFunctionSingleAllOf) + func (v *NullableSmsfFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableSmsfFunctionSingleAllOf) Unset() + func (v NullableSmsfFunctionSingleAllOf) Get() *SmsfFunctionSingleAllOf + func (v NullableSmsfFunctionSingleAllOf) IsSet() bool + func (v NullableSmsfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableSmsfFunctionSingleAllOf1 struct + func NewNullableSmsfFunctionSingleAllOf1(val *SmsfFunctionSingleAllOf1) *NullableSmsfFunctionSingleAllOf1 + func (v *NullableSmsfFunctionSingleAllOf1) Set(val *SmsfFunctionSingleAllOf1) + func (v *NullableSmsfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableSmsfFunctionSingleAllOf1) Unset() + func (v NullableSmsfFunctionSingleAllOf1) Get() *SmsfFunctionSingleAllOf1 + func (v NullableSmsfFunctionSingleAllOf1) IsSet() bool + func (v NullableSmsfFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + type NullableSmsfFunctionSingleAllOfAttributes struct + func NewNullableSmsfFunctionSingleAllOfAttributes(val *SmsfFunctionSingleAllOfAttributes) *NullableSmsfFunctionSingleAllOfAttributes + func (v *NullableSmsfFunctionSingleAllOfAttributes) Set(val *SmsfFunctionSingleAllOfAttributes) + func (v *NullableSmsfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableSmsfFunctionSingleAllOfAttributes) Unset() + func (v NullableSmsfFunctionSingleAllOfAttributes) Get() *SmsfFunctionSingleAllOfAttributes + func (v NullableSmsfFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableSmsfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableSmsfFunctionSingleAllOfAttributesAllOf struct + func NewNullableSmsfFunctionSingleAllOfAttributesAllOf(val *SmsfFunctionSingleAllOfAttributesAllOf) *NullableSmsfFunctionSingleAllOfAttributesAllOf + func (v *NullableSmsfFunctionSingleAllOfAttributesAllOf) Set(val *SmsfFunctionSingleAllOfAttributesAllOf) + func (v *NullableSmsfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableSmsfFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableSmsfFunctionSingleAllOfAttributesAllOf) Get() *SmsfFunctionSingleAllOfAttributesAllOf + func (v NullableSmsfFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableSmsfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableSnpnId struct + func NewNullableSnpnId(val *SnpnId) *NullableSnpnId + func (v *NullableSnpnId) Set(val *SnpnId) + func (v *NullableSnpnId) UnmarshalJSON(src []byte) error + func (v *NullableSnpnId) Unset() + func (v NullableSnpnId) Get() *SnpnId + func (v NullableSnpnId) IsSet() bool + func (v NullableSnpnId) MarshalJSON() ([]byte, error) + type NullableSnpnInfo struct + func NewNullableSnpnInfo(val *SnpnInfo) *NullableSnpnInfo + func (v *NullableSnpnInfo) Set(val *SnpnInfo) + func (v *NullableSnpnInfo) UnmarshalJSON(src []byte) error + func (v *NullableSnpnInfo) Unset() + func (v NullableSnpnInfo) Get() *SnpnInfo + func (v NullableSnpnInfo) IsSet() bool + func (v NullableSnpnInfo) MarshalJSON() ([]byte, error) + type NullableSnssai struct + func NewNullableSnssai(val *Snssai) *NullableSnssai + func (v *NullableSnssai) Set(val *Snssai) + func (v *NullableSnssai) UnmarshalJSON(src []byte) error + func (v *NullableSnssai) Unset() + func (v NullableSnssai) Get() *Snssai + func (v NullableSnssai) IsSet() bool + func (v NullableSnssai) MarshalJSON() ([]byte, error) + type NullableSnssai1 struct + func NewNullableSnssai1(val *Snssai1) *NullableSnssai1 + func (v *NullableSnssai1) Set(val *Snssai1) + func (v *NullableSnssai1) UnmarshalJSON(src []byte) error + func (v *NullableSnssai1) Unset() + func (v NullableSnssai1) Get() *Snssai1 + func (v NullableSnssai1) IsSet() bool + func (v NullableSnssai1) MarshalJSON() ([]byte, error) + type NullableSnssaiExtension struct + func NewNullableSnssaiExtension(val *SnssaiExtension) *NullableSnssaiExtension + func (v *NullableSnssaiExtension) Set(val *SnssaiExtension) + func (v *NullableSnssaiExtension) UnmarshalJSON(src []byte) error + func (v *NullableSnssaiExtension) Unset() + func (v NullableSnssaiExtension) Get() *SnssaiExtension + func (v NullableSnssaiExtension) IsSet() bool + func (v NullableSnssaiExtension) MarshalJSON() ([]byte, error) + type NullableSnssaiInfo struct + func NewNullableSnssaiInfo(val *SnssaiInfo) *NullableSnssaiInfo + func (v *NullableSnssaiInfo) Set(val *SnssaiInfo) + func (v *NullableSnssaiInfo) UnmarshalJSON(src []byte) error + func (v *NullableSnssaiInfo) Unset() + func (v NullableSnssaiInfo) Get() *SnssaiInfo + func (v NullableSnssaiInfo) IsSet() bool + func (v NullableSnssaiInfo) MarshalJSON() ([]byte, error) + type NullableSnssaiInfoItem struct + func NewNullableSnssaiInfoItem(val *SnssaiInfoItem) *NullableSnssaiInfoItem + func (v *NullableSnssaiInfoItem) Set(val *SnssaiInfoItem) + func (v *NullableSnssaiInfoItem) UnmarshalJSON(src []byte) error + func (v *NullableSnssaiInfoItem) Unset() + func (v NullableSnssaiInfoItem) Get() *SnssaiInfoItem + func (v NullableSnssaiInfoItem) IsSet() bool + func (v NullableSnssaiInfoItem) MarshalJSON() ([]byte, error) + type NullableSpecificProblem struct + func NewNullableSpecificProblem(val *SpecificProblem) *NullableSpecificProblem + func (v *NullableSpecificProblem) Set(val *SpecificProblem) + func (v *NullableSpecificProblem) UnmarshalJSON(src []byte) error + func (v *NullableSpecificProblem) Unset() + func (v NullableSpecificProblem) Get() *SpecificProblem + func (v NullableSpecificProblem) IsSet() bool + func (v NullableSpecificProblem) MarshalJSON() ([]byte, error) + type NullableSteerModeValue struct + func NewNullableSteerModeValue(val *SteerModeValue) *NullableSteerModeValue + func (v *NullableSteerModeValue) Set(val *SteerModeValue) + func (v *NullableSteerModeValue) UnmarshalJSON(src []byte) error + func (v *NullableSteerModeValue) Unset() + func (v NullableSteerModeValue) Get() *SteerModeValue + func (v NullableSteerModeValue) IsSet() bool + func (v NullableSteerModeValue) MarshalJSON() ([]byte, error) + type NullableSteerModeValueAnyOf struct + func NewNullableSteerModeValueAnyOf(val *SteerModeValueAnyOf) *NullableSteerModeValueAnyOf + func (v *NullableSteerModeValueAnyOf) Set(val *SteerModeValueAnyOf) + func (v *NullableSteerModeValueAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableSteerModeValueAnyOf) Unset() + func (v NullableSteerModeValueAnyOf) Get() *SteerModeValueAnyOf + func (v NullableSteerModeValueAnyOf) IsSet() bool + func (v NullableSteerModeValueAnyOf) MarshalJSON() ([]byte, error) + type NullableSteeringFunctionality struct + func NewNullableSteeringFunctionality(val *SteeringFunctionality) *NullableSteeringFunctionality + func (v *NullableSteeringFunctionality) Set(val *SteeringFunctionality) + func (v *NullableSteeringFunctionality) UnmarshalJSON(src []byte) error + func (v *NullableSteeringFunctionality) Unset() + func (v NullableSteeringFunctionality) Get() *SteeringFunctionality + func (v NullableSteeringFunctionality) IsSet() bool + func (v NullableSteeringFunctionality) MarshalJSON() ([]byte, error) + type NullableSteeringFunctionalityAnyOf struct + func NewNullableSteeringFunctionalityAnyOf(val *SteeringFunctionalityAnyOf) *NullableSteeringFunctionalityAnyOf + func (v *NullableSteeringFunctionalityAnyOf) Set(val *SteeringFunctionalityAnyOf) + func (v *NullableSteeringFunctionalityAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableSteeringFunctionalityAnyOf) Unset() + func (v NullableSteeringFunctionalityAnyOf) Get() *SteeringFunctionalityAnyOf + func (v NullableSteeringFunctionalityAnyOf) IsSet() bool + func (v NullableSteeringFunctionalityAnyOf) MarshalJSON() ([]byte, error) + type NullableSteeringMode struct + func NewNullableSteeringMode(val *SteeringMode) *NullableSteeringMode + func (v *NullableSteeringMode) Set(val *SteeringMode) + func (v *NullableSteeringMode) UnmarshalJSON(src []byte) error + func (v *NullableSteeringMode) Unset() + func (v NullableSteeringMode) Get() *SteeringMode + func (v NullableSteeringMode) IsSet() bool + func (v NullableSteeringMode) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableSubNetworkAttr struct + func NewNullableSubNetworkAttr(val *SubNetworkAttr) *NullableSubNetworkAttr + func (v *NullableSubNetworkAttr) Set(val *SubNetworkAttr) + func (v *NullableSubNetworkAttr) UnmarshalJSON(src []byte) error + func (v *NullableSubNetworkAttr) Unset() + func (v NullableSubNetworkAttr) Get() *SubNetworkAttr + func (v NullableSubNetworkAttr) IsSet() bool + func (v NullableSubNetworkAttr) MarshalJSON() ([]byte, error) + type NullableSubNetworkNcO struct + func NewNullableSubNetworkNcO(val *SubNetworkNcO) *NullableSubNetworkNcO + func (v *NullableSubNetworkNcO) Set(val *SubNetworkNcO) + func (v *NullableSubNetworkNcO) UnmarshalJSON(src []byte) error + func (v *NullableSubNetworkNcO) Unset() + func (v NullableSubNetworkNcO) Get() *SubNetworkNcO + func (v NullableSubNetworkNcO) IsSet() bool + func (v NullableSubNetworkNcO) MarshalJSON() ([]byte, error) + type NullableSubNetworkSingle struct + func NewNullableSubNetworkSingle(val *SubNetworkSingle) *NullableSubNetworkSingle + func (v *NullableSubNetworkSingle) Set(val *SubNetworkSingle) + func (v *NullableSubNetworkSingle) UnmarshalJSON(src []byte) error + func (v *NullableSubNetworkSingle) Unset() + func (v NullableSubNetworkSingle) Get() *SubNetworkSingle + func (v NullableSubNetworkSingle) IsSet() bool + func (v NullableSubNetworkSingle) MarshalJSON() ([]byte, error) + type NullableSubNetworkSingleAllOf struct + func NewNullableSubNetworkSingleAllOf(val *SubNetworkSingleAllOf) *NullableSubNetworkSingleAllOf + func (v *NullableSubNetworkSingleAllOf) Set(val *SubNetworkSingleAllOf) + func (v *NullableSubNetworkSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableSubNetworkSingleAllOf) Unset() + func (v NullableSubNetworkSingleAllOf) Get() *SubNetworkSingleAllOf + func (v NullableSubNetworkSingleAllOf) IsSet() bool + func (v NullableSubNetworkSingleAllOf) MarshalJSON() ([]byte, error) + type NullableSubNetworkSingleAllOf1 struct + func NewNullableSubNetworkSingleAllOf1(val *SubNetworkSingleAllOf1) *NullableSubNetworkSingleAllOf1 + func (v *NullableSubNetworkSingleAllOf1) Set(val *SubNetworkSingleAllOf1) + func (v *NullableSubNetworkSingleAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableSubNetworkSingleAllOf1) Unset() + func (v NullableSubNetworkSingleAllOf1) Get() *SubNetworkSingleAllOf1 + func (v NullableSubNetworkSingleAllOf1) IsSet() bool + func (v NullableSubNetworkSingleAllOf1) MarshalJSON() ([]byte, error) + type NullableSubNetworkSingleAllOfAttributes struct + func NewNullableSubNetworkSingleAllOfAttributes(val *SubNetworkSingleAllOfAttributes) *NullableSubNetworkSingleAllOfAttributes + func (v *NullableSubNetworkSingleAllOfAttributes) Set(val *SubNetworkSingleAllOfAttributes) + func (v *NullableSubNetworkSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableSubNetworkSingleAllOfAttributes) Unset() + func (v NullableSubNetworkSingleAllOfAttributes) Get() *SubNetworkSingleAllOfAttributes + func (v NullableSubNetworkSingleAllOfAttributes) IsSet() bool + func (v NullableSubNetworkSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableSuciInfo struct + func NewNullableSuciInfo(val *SuciInfo) *NullableSuciInfo + func (v *NullableSuciInfo) Set(val *SuciInfo) + func (v *NullableSuciInfo) UnmarshalJSON(src []byte) error + func (v *NullableSuciInfo) Unset() + func (v NullableSuciInfo) Get() *SuciInfo + func (v NullableSuciInfo) IsSet() bool + func (v NullableSuciInfo) MarshalJSON() ([]byte, error) + type NullableSupiRange struct + func NewNullableSupiRange(val *SupiRange) *NullableSupiRange + func (v *NullableSupiRange) Set(val *SupiRange) + func (v *NullableSupiRange) UnmarshalJSON(src []byte) error + func (v *NullableSupiRange) Unset() + func (v NullableSupiRange) Get() *SupiRange + func (v NullableSupiRange) IsSet() bool + func (v NullableSupiRange) MarshalJSON() ([]byte, error) + type NullableSupportedDataSet struct + func NewNullableSupportedDataSet(val *SupportedDataSet) *NullableSupportedDataSet + func (v *NullableSupportedDataSet) Set(val *SupportedDataSet) + func (v *NullableSupportedDataSet) UnmarshalJSON(src []byte) error + func (v *NullableSupportedDataSet) Unset() + func (v NullableSupportedDataSet) Get() *SupportedDataSet + func (v NullableSupportedDataSet) IsSet() bool + func (v NullableSupportedDataSet) MarshalJSON() ([]byte, error) + type NullableSupportedFunc struct + func NewNullableSupportedFunc(val *SupportedFunc) *NullableSupportedFunc + func (v *NullableSupportedFunc) Set(val *SupportedFunc) + func (v *NullableSupportedFunc) UnmarshalJSON(src []byte) error + func (v *NullableSupportedFunc) Unset() + func (v NullableSupportedFunc) Get() *SupportedFunc + func (v NullableSupportedFunc) IsSet() bool + func (v NullableSupportedFunc) MarshalJSON() ([]byte, error) + type NullableSupportedPerfMetricGroup struct + func NewNullableSupportedPerfMetricGroup(val *SupportedPerfMetricGroup) *NullableSupportedPerfMetricGroup + func (v *NullableSupportedPerfMetricGroup) Set(val *SupportedPerfMetricGroup) + func (v *NullableSupportedPerfMetricGroup) UnmarshalJSON(src []byte) error + func (v *NullableSupportedPerfMetricGroup) Unset() + func (v NullableSupportedPerfMetricGroup) Get() *SupportedPerfMetricGroup + func (v NullableSupportedPerfMetricGroup) IsSet() bool + func (v NullableSupportedPerfMetricGroup) MarshalJSON() ([]byte, error) + type NullableTai struct + func NewNullableTai(val *Tai) *NullableTai + func (v *NullableTai) Set(val *Tai) + func (v *NullableTai) UnmarshalJSON(src []byte) error + func (v *NullableTai) Unset() + func (v NullableTai) Get() *Tai + func (v NullableTai) IsSet() bool + func (v NullableTai) MarshalJSON() ([]byte, error) + type NullableTai1 struct + func NewNullableTai1(val *Tai1) *NullableTai1 + func (v *NullableTai1) Set(val *Tai1) + func (v *NullableTai1) UnmarshalJSON(src []byte) error + func (v *NullableTai1) Unset() + func (v NullableTai1) Get() *Tai1 + func (v NullableTai1) IsSet() bool + func (v NullableTai1) MarshalJSON() ([]byte, error) + type NullableTaiRange struct + func NewNullableTaiRange(val *TaiRange) *NullableTaiRange + func (v *NullableTaiRange) Set(val *TaiRange) + func (v *NullableTaiRange) UnmarshalJSON(src []byte) error + func (v *NullableTaiRange) Unset() + func (v NullableTaiRange) Get() *TaiRange + func (v NullableTaiRange) IsSet() bool + func (v NullableTaiRange) MarshalJSON() ([]byte, error) + type NullableThresholdInfo struct + func NewNullableThresholdInfo(val *ThresholdInfo) *NullableThresholdInfo + func (v *NullableThresholdInfo) Set(val *ThresholdInfo) + func (v *NullableThresholdInfo) UnmarshalJSON(src []byte) error + func (v *NullableThresholdInfo) Unset() + func (v NullableThresholdInfo) Get() *ThresholdInfo + func (v NullableThresholdInfo) IsSet() bool + func (v NullableThresholdInfo) MarshalJSON() ([]byte, error) + type NullableThresholdInfo1 struct + func NewNullableThresholdInfo1(val *ThresholdInfo1) *NullableThresholdInfo1 + func (v *NullableThresholdInfo1) Set(val *ThresholdInfo1) + func (v *NullableThresholdInfo1) UnmarshalJSON(src []byte) error + func (v *NullableThresholdInfo1) Unset() + func (v NullableThresholdInfo1) Get() *ThresholdInfo1 + func (v NullableThresholdInfo1) IsSet() bool + func (v NullableThresholdInfo1) MarshalJSON() ([]byte, error) + type NullableThresholdInfoHysteresis struct + func NewNullableThresholdInfoHysteresis(val *ThresholdInfoHysteresis) *NullableThresholdInfoHysteresis + func (v *NullableThresholdInfoHysteresis) Set(val *ThresholdInfoHysteresis) + func (v *NullableThresholdInfoHysteresis) UnmarshalJSON(src []byte) error + func (v *NullableThresholdInfoHysteresis) Unset() + func (v NullableThresholdInfoHysteresis) Get() *ThresholdInfoHysteresis + func (v NullableThresholdInfoHysteresis) IsSet() bool + func (v NullableThresholdInfoHysteresis) MarshalJSON() ([]byte, error) + type NullableThresholdInfoThresholdValue struct + func NewNullableThresholdInfoThresholdValue(val *ThresholdInfoThresholdValue) *NullableThresholdInfoThresholdValue + func (v *NullableThresholdInfoThresholdValue) Set(val *ThresholdInfoThresholdValue) + func (v *NullableThresholdInfoThresholdValue) UnmarshalJSON(src []byte) error + func (v *NullableThresholdInfoThresholdValue) Unset() + func (v NullableThresholdInfoThresholdValue) Get() *ThresholdInfoThresholdValue + func (v NullableThresholdInfoThresholdValue) IsSet() bool + func (v NullableThresholdInfoThresholdValue) MarshalJSON() ([]byte, error) + type NullableThresholdLevelInd struct + func NewNullableThresholdLevelInd(val *ThresholdLevelInd) *NullableThresholdLevelInd + func (v *NullableThresholdLevelInd) Set(val *ThresholdLevelInd) + func (v *NullableThresholdLevelInd) UnmarshalJSON(src []byte) error + func (v *NullableThresholdLevelInd) Unset() + func (v NullableThresholdLevelInd) Get() *ThresholdLevelInd + func (v NullableThresholdLevelInd) IsSet() bool + func (v NullableThresholdLevelInd) MarshalJSON() ([]byte, error) + type NullableThresholdLevelIndOneOf struct + func NewNullableThresholdLevelIndOneOf(val *ThresholdLevelIndOneOf) *NullableThresholdLevelIndOneOf + func (v *NullableThresholdLevelIndOneOf) Set(val *ThresholdLevelIndOneOf) + func (v *NullableThresholdLevelIndOneOf) UnmarshalJSON(src []byte) error + func (v *NullableThresholdLevelIndOneOf) Unset() + func (v NullableThresholdLevelIndOneOf) Get() *ThresholdLevelIndOneOf + func (v NullableThresholdLevelIndOneOf) IsSet() bool + func (v NullableThresholdLevelIndOneOf) MarshalJSON() ([]byte, error) + type NullableThresholdLevelIndOneOf1 struct + func NewNullableThresholdLevelIndOneOf1(val *ThresholdLevelIndOneOf1) *NullableThresholdLevelIndOneOf1 + func (v *NullableThresholdLevelIndOneOf1) Set(val *ThresholdLevelIndOneOf1) + func (v *NullableThresholdLevelIndOneOf1) UnmarshalJSON(src []byte) error + func (v *NullableThresholdLevelIndOneOf1) Unset() + func (v NullableThresholdLevelIndOneOf1) Get() *ThresholdLevelIndOneOf1 + func (v NullableThresholdLevelIndOneOf1) IsSet() bool + func (v NullableThresholdLevelIndOneOf1) MarshalJSON() ([]byte, error) + type NullableThresholdMonitorSingle struct + func NewNullableThresholdMonitorSingle(val *ThresholdMonitorSingle) *NullableThresholdMonitorSingle + func (v *NullableThresholdMonitorSingle) Set(val *ThresholdMonitorSingle) + func (v *NullableThresholdMonitorSingle) UnmarshalJSON(src []byte) error + func (v *NullableThresholdMonitorSingle) Unset() + func (v NullableThresholdMonitorSingle) Get() *ThresholdMonitorSingle + func (v NullableThresholdMonitorSingle) IsSet() bool + func (v NullableThresholdMonitorSingle) MarshalJSON() ([]byte, error) + type NullableThresholdMonitorSingleAllOf struct + func NewNullableThresholdMonitorSingleAllOf(val *ThresholdMonitorSingleAllOf) *NullableThresholdMonitorSingleAllOf + func (v *NullableThresholdMonitorSingleAllOf) Set(val *ThresholdMonitorSingleAllOf) + func (v *NullableThresholdMonitorSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableThresholdMonitorSingleAllOf) Unset() + func (v NullableThresholdMonitorSingleAllOf) Get() *ThresholdMonitorSingleAllOf + func (v NullableThresholdMonitorSingleAllOf) IsSet() bool + func (v NullableThresholdMonitorSingleAllOf) MarshalJSON() ([]byte, error) + type NullableThresholdMonitorSingleAllOfAttributes struct + func NewNullableThresholdMonitorSingleAllOfAttributes(val *ThresholdMonitorSingleAllOfAttributes) *NullableThresholdMonitorSingleAllOfAttributes + func (v *NullableThresholdMonitorSingleAllOfAttributes) Set(val *ThresholdMonitorSingleAllOfAttributes) + func (v *NullableThresholdMonitorSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableThresholdMonitorSingleAllOfAttributes) Unset() + func (v NullableThresholdMonitorSingleAllOfAttributes) Get() *ThresholdMonitorSingleAllOfAttributes + func (v NullableThresholdMonitorSingleAllOfAttributes) IsSet() bool + func (v NullableThresholdMonitorSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableTimeToTriggerL1Type struct + func NewNullableTimeToTriggerL1Type(val *TimeToTriggerL1Type) *NullableTimeToTriggerL1Type + func (v *NullableTimeToTriggerL1Type) Set(val *TimeToTriggerL1Type) + func (v *NullableTimeToTriggerL1Type) UnmarshalJSON(src []byte) error + func (v *NullableTimeToTriggerL1Type) Unset() + func (v NullableTimeToTriggerL1Type) Get() *TimeToTriggerL1Type + func (v NullableTimeToTriggerL1Type) IsSet() bool + func (v NullableTimeToTriggerL1Type) MarshalJSON() ([]byte, error) + type NullableTimeWindow struct + func NewNullableTimeWindow(val *TimeWindow) *NullableTimeWindow + func (v *NullableTimeWindow) Set(val *TimeWindow) + func (v *NullableTimeWindow) UnmarshalJSON(src []byte) error + func (v *NullableTimeWindow) Unset() + func (v NullableTimeWindow) Get() *TimeWindow + func (v NullableTimeWindow) IsSet() bool + func (v NullableTimeWindow) MarshalJSON() ([]byte, error) + type NullableTop struct + func NewNullableTop(val *Top) *NullableTop + func (v *NullableTop) Set(val *Top) + func (v *NullableTop) UnmarshalJSON(src []byte) error + func (v *NullableTop) Unset() + func (v NullableTop) Get() *Top + func (v NullableTop) IsSet() bool + func (v NullableTop) MarshalJSON() ([]byte, error) + type NullableTopologicalServiceArea struct + func NewNullableTopologicalServiceArea(val *TopologicalServiceArea) *NullableTopologicalServiceArea + func (v *NullableTopologicalServiceArea) Set(val *TopologicalServiceArea) + func (v *NullableTopologicalServiceArea) UnmarshalJSON(src []byte) error + func (v *NullableTopologicalServiceArea) Unset() + func (v NullableTopologicalServiceArea) Get() *TopologicalServiceArea + func (v NullableTopologicalServiceArea) IsSet() bool + func (v NullableTopologicalServiceArea) MarshalJSON() ([]byte, error) + type NullableTraceDepthType struct + func NewNullableTraceDepthType(val *TraceDepthType) *NullableTraceDepthType + func (v *NullableTraceDepthType) Set(val *TraceDepthType) + func (v *NullableTraceDepthType) UnmarshalJSON(src []byte) error + func (v *NullableTraceDepthType) Unset() + func (v NullableTraceDepthType) Get() *TraceDepthType + func (v NullableTraceDepthType) IsSet() bool + func (v NullableTraceDepthType) MarshalJSON() ([]byte, error) + type NullableTraceJobAttr struct + func NewNullableTraceJobAttr(val *TraceJobAttr) *NullableTraceJobAttr + func (v *NullableTraceJobAttr) Set(val *TraceJobAttr) + func (v *NullableTraceJobAttr) UnmarshalJSON(src []byte) error + func (v *NullableTraceJobAttr) Unset() + func (v NullableTraceJobAttr) Get() *TraceJobAttr + func (v NullableTraceJobAttr) IsSet() bool + func (v NullableTraceJobAttr) MarshalJSON() ([]byte, error) + type NullableTraceJobSingle struct + func NewNullableTraceJobSingle(val *TraceJobSingle) *NullableTraceJobSingle + func (v *NullableTraceJobSingle) Set(val *TraceJobSingle) + func (v *NullableTraceJobSingle) UnmarshalJSON(src []byte) error + func (v *NullableTraceJobSingle) Unset() + func (v NullableTraceJobSingle) Get() *TraceJobSingle + func (v NullableTraceJobSingle) IsSet() bool + func (v NullableTraceJobSingle) MarshalJSON() ([]byte, error) + type NullableTraceJobSingleAllOf struct + func NewNullableTraceJobSingleAllOf(val *TraceJobSingleAllOf) *NullableTraceJobSingleAllOf + func (v *NullableTraceJobSingleAllOf) Set(val *TraceJobSingleAllOf) + func (v *NullableTraceJobSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableTraceJobSingleAllOf) Unset() + func (v NullableTraceJobSingleAllOf) Get() *TraceJobSingleAllOf + func (v NullableTraceJobSingleAllOf) IsSet() bool + func (v NullableTraceJobSingleAllOf) MarshalJSON() ([]byte, error) + type NullableTraceReferenceType struct + func NewNullableTraceReferenceType(val *TraceReferenceType) *NullableTraceReferenceType + func (v *NullableTraceReferenceType) Set(val *TraceReferenceType) + func (v *NullableTraceReferenceType) UnmarshalJSON(src []byte) error + func (v *NullableTraceReferenceType) Unset() + func (v NullableTraceReferenceType) Get() *TraceReferenceType + func (v NullableTraceReferenceType) IsSet() bool + func (v NullableTraceReferenceType) MarshalJSON() ([]byte, error) + type NullableTraceReportingFormatType struct + func NewNullableTraceReportingFormatType(val *TraceReportingFormatType) *NullableTraceReportingFormatType + func (v *NullableTraceReportingFormatType) Set(val *TraceReportingFormatType) + func (v *NullableTraceReportingFormatType) UnmarshalJSON(src []byte) error + func (v *NullableTraceReportingFormatType) Unset() + func (v NullableTraceReportingFormatType) Get() *TraceReportingFormatType + func (v NullableTraceReportingFormatType) IsSet() bool + func (v NullableTraceReportingFormatType) MarshalJSON() ([]byte, error) + type NullableTraceTargetType struct + func NewNullableTraceTargetType(val *TraceTargetType) *NullableTraceTargetType + func (v *NullableTraceTargetType) Set(val *TraceTargetType) + func (v *NullableTraceTargetType) UnmarshalJSON(src []byte) error + func (v *NullableTraceTargetType) Unset() + func (v NullableTraceTargetType) Get() *TraceTargetType + func (v NullableTraceTargetType) IsSet() bool + func (v NullableTraceTargetType) MarshalJSON() ([]byte, error) + type NullableTrafficControlData struct + func NewNullableTrafficControlData(val *TrafficControlData) *NullableTrafficControlData + func (v *NullableTrafficControlData) Set(val *TrafficControlData) + func (v *NullableTrafficControlData) UnmarshalJSON(src []byte) error + func (v *NullableTrafficControlData) Unset() + func (v NullableTrafficControlData) Get() *TrafficControlData + func (v NullableTrafficControlData) IsSet() bool + func (v NullableTrafficControlData) MarshalJSON() ([]byte, error) + type NullableTransportProtocol struct + func NewNullableTransportProtocol(val *TransportProtocol) *NullableTransportProtocol + func (v *NullableTransportProtocol) Set(val *TransportProtocol) + func (v *NullableTransportProtocol) UnmarshalJSON(src []byte) error + func (v *NullableTransportProtocol) Unset() + func (v NullableTransportProtocol) Get() *TransportProtocol + func (v NullableTransportProtocol) IsSet() bool + func (v NullableTransportProtocol) MarshalJSON() ([]byte, error) + type NullableTransportProtocolAnyOf struct + func NewNullableTransportProtocolAnyOf(val *TransportProtocolAnyOf) *NullableTransportProtocolAnyOf + func (v *NullableTransportProtocolAnyOf) Set(val *TransportProtocolAnyOf) + func (v *NullableTransportProtocolAnyOf) UnmarshalJSON(src []byte) error + func (v *NullableTransportProtocolAnyOf) Unset() + func (v NullableTransportProtocolAnyOf) Get() *TransportProtocolAnyOf + func (v NullableTransportProtocolAnyOf) IsSet() bool + func (v NullableTransportProtocolAnyOf) MarshalJSON() ([]byte, error) + type NullableTrendIndication struct + func NewNullableTrendIndication(val *TrendIndication) *NullableTrendIndication + func (v *NullableTrendIndication) Set(val *TrendIndication) + func (v *NullableTrendIndication) UnmarshalJSON(src []byte) error + func (v *NullableTrendIndication) Unset() + func (v NullableTrendIndication) Get() *TrendIndication + func (v NullableTrendIndication) IsSet() bool + func (v NullableTrendIndication) MarshalJSON() ([]byte, error) + type NullableTriggeringEventsType struct + func NewNullableTriggeringEventsType(val *TriggeringEventsType) *NullableTriggeringEventsType + func (v *NullableTriggeringEventsType) Set(val *TriggeringEventsType) + func (v *NullableTriggeringEventsType) UnmarshalJSON(src []byte) error + func (v *NullableTriggeringEventsType) Unset() + func (v NullableTriggeringEventsType) Get() *TriggeringEventsType + func (v NullableTriggeringEventsType) IsSet() bool + func (v NullableTriggeringEventsType) MarshalJSON() ([]byte, error) + type NullableTscaiInputContainer struct + func NewNullableTscaiInputContainer(val *TscaiInputContainer) *NullableTscaiInputContainer + func (v *NullableTscaiInputContainer) Set(val *TscaiInputContainer) + func (v *NullableTscaiInputContainer) UnmarshalJSON(src []byte) error + func (v *NullableTscaiInputContainer) Unset() + func (v NullableTscaiInputContainer) Get() *TscaiInputContainer + func (v NullableTscaiInputContainer) IsSet() bool + func (v NullableTscaiInputContainer) MarshalJSON() ([]byte, error) + type NullableUPFConnectionInfo struct + func NewNullableUPFConnectionInfo(val *UPFConnectionInfo) *NullableUPFConnectionInfo + func (v *NullableUPFConnectionInfo) Set(val *UPFConnectionInfo) + func (v *NullableUPFConnectionInfo) UnmarshalJSON(src []byte) error + func (v *NullableUPFConnectionInfo) Unset() + func (v NullableUPFConnectionInfo) Get() *UPFConnectionInfo + func (v NullableUPFConnectionInfo) IsSet() bool + func (v NullableUPFConnectionInfo) MarshalJSON() ([]byte, error) + type NullableUdmFunctionSingle struct + func NewNullableUdmFunctionSingle(val *UdmFunctionSingle) *NullableUdmFunctionSingle + func (v *NullableUdmFunctionSingle) Set(val *UdmFunctionSingle) + func (v *NullableUdmFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableUdmFunctionSingle) Unset() + func (v NullableUdmFunctionSingle) Get() *UdmFunctionSingle + func (v NullableUdmFunctionSingle) IsSet() bool + func (v NullableUdmFunctionSingle) MarshalJSON() ([]byte, error) + type NullableUdmFunctionSingleAllOf struct + func NewNullableUdmFunctionSingleAllOf(val *UdmFunctionSingleAllOf) *NullableUdmFunctionSingleAllOf + func (v *NullableUdmFunctionSingleAllOf) Set(val *UdmFunctionSingleAllOf) + func (v *NullableUdmFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableUdmFunctionSingleAllOf) Unset() + func (v NullableUdmFunctionSingleAllOf) Get() *UdmFunctionSingleAllOf + func (v NullableUdmFunctionSingleAllOf) IsSet() bool + func (v NullableUdmFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableUdmFunctionSingleAllOf1 struct + func NewNullableUdmFunctionSingleAllOf1(val *UdmFunctionSingleAllOf1) *NullableUdmFunctionSingleAllOf1 + func (v *NullableUdmFunctionSingleAllOf1) Set(val *UdmFunctionSingleAllOf1) + func (v *NullableUdmFunctionSingleAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableUdmFunctionSingleAllOf1) Unset() + func (v NullableUdmFunctionSingleAllOf1) Get() *UdmFunctionSingleAllOf1 + func (v NullableUdmFunctionSingleAllOf1) IsSet() bool + func (v NullableUdmFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + type NullableUdmFunctionSingleAllOfAttributes struct + func NewNullableUdmFunctionSingleAllOfAttributes(val *UdmFunctionSingleAllOfAttributes) *NullableUdmFunctionSingleAllOfAttributes + func (v *NullableUdmFunctionSingleAllOfAttributes) Set(val *UdmFunctionSingleAllOfAttributes) + func (v *NullableUdmFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableUdmFunctionSingleAllOfAttributes) Unset() + func (v NullableUdmFunctionSingleAllOfAttributes) Get() *UdmFunctionSingleAllOfAttributes + func (v NullableUdmFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableUdmFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableUdmFunctionSingleAllOfAttributesAllOf struct + func NewNullableUdmFunctionSingleAllOfAttributesAllOf(val *UdmFunctionSingleAllOfAttributesAllOf) *NullableUdmFunctionSingleAllOfAttributesAllOf + func (v *NullableUdmFunctionSingleAllOfAttributesAllOf) Set(val *UdmFunctionSingleAllOfAttributesAllOf) + func (v *NullableUdmFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableUdmFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableUdmFunctionSingleAllOfAttributesAllOf) Get() *UdmFunctionSingleAllOfAttributesAllOf + func (v NullableUdmFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableUdmFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableUdrFunctionSingle struct + func NewNullableUdrFunctionSingle(val *UdrFunctionSingle) *NullableUdrFunctionSingle + func (v *NullableUdrFunctionSingle) Set(val *UdrFunctionSingle) + func (v *NullableUdrFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableUdrFunctionSingle) Unset() + func (v NullableUdrFunctionSingle) Get() *UdrFunctionSingle + func (v NullableUdrFunctionSingle) IsSet() bool + func (v NullableUdrFunctionSingle) MarshalJSON() ([]byte, error) + type NullableUdrFunctionSingleAllOf struct + func NewNullableUdrFunctionSingleAllOf(val *UdrFunctionSingleAllOf) *NullableUdrFunctionSingleAllOf + func (v *NullableUdrFunctionSingleAllOf) Set(val *UdrFunctionSingleAllOf) + func (v *NullableUdrFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableUdrFunctionSingleAllOf) Unset() + func (v NullableUdrFunctionSingleAllOf) Get() *UdrFunctionSingleAllOf + func (v NullableUdrFunctionSingleAllOf) IsSet() bool + func (v NullableUdrFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableUdrFunctionSingleAllOfAttributes struct + func NewNullableUdrFunctionSingleAllOfAttributes(val *UdrFunctionSingleAllOfAttributes) *NullableUdrFunctionSingleAllOfAttributes + func (v *NullableUdrFunctionSingleAllOfAttributes) Set(val *UdrFunctionSingleAllOfAttributes) + func (v *NullableUdrFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableUdrFunctionSingleAllOfAttributes) Unset() + func (v NullableUdrFunctionSingleAllOfAttributes) Get() *UdrFunctionSingleAllOfAttributes + func (v NullableUdrFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableUdrFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableUdrFunctionSingleAllOfAttributesAllOf struct + func NewNullableUdrFunctionSingleAllOfAttributesAllOf(val *UdrFunctionSingleAllOfAttributesAllOf) *NullableUdrFunctionSingleAllOfAttributesAllOf + func (v *NullableUdrFunctionSingleAllOfAttributesAllOf) Set(val *UdrFunctionSingleAllOfAttributesAllOf) + func (v *NullableUdrFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableUdrFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableUdrFunctionSingleAllOfAttributesAllOf) Get() *UdrFunctionSingleAllOfAttributesAllOf + func (v NullableUdrFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableUdrFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableUdsfFunctionSingle struct + func NewNullableUdsfFunctionSingle(val *UdsfFunctionSingle) *NullableUdsfFunctionSingle + func (v *NullableUdsfFunctionSingle) Set(val *UdsfFunctionSingle) + func (v *NullableUdsfFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableUdsfFunctionSingle) Unset() + func (v NullableUdsfFunctionSingle) Get() *UdsfFunctionSingle + func (v NullableUdsfFunctionSingle) IsSet() bool + func (v NullableUdsfFunctionSingle) MarshalJSON() ([]byte, error) + type NullableUdsfFunctionSingleAllOf struct + func NewNullableUdsfFunctionSingleAllOf(val *UdsfFunctionSingleAllOf) *NullableUdsfFunctionSingleAllOf + func (v *NullableUdsfFunctionSingleAllOf) Set(val *UdsfFunctionSingleAllOf) + func (v *NullableUdsfFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableUdsfFunctionSingleAllOf) Unset() + func (v NullableUdsfFunctionSingleAllOf) Get() *UdsfFunctionSingleAllOf + func (v NullableUdsfFunctionSingleAllOf) IsSet() bool + func (v NullableUdsfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableUdsfFunctionSingleAllOfAttributes struct + func NewNullableUdsfFunctionSingleAllOfAttributes(val *UdsfFunctionSingleAllOfAttributes) *NullableUdsfFunctionSingleAllOfAttributes + func (v *NullableUdsfFunctionSingleAllOfAttributes) Set(val *UdsfFunctionSingleAllOfAttributes) + func (v *NullableUdsfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableUdsfFunctionSingleAllOfAttributes) Unset() + func (v NullableUdsfFunctionSingleAllOfAttributes) Get() *UdsfFunctionSingleAllOfAttributes + func (v NullableUdsfFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableUdsfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableUdsfFunctionSingleAllOfAttributesAllOf struct + func NewNullableUdsfFunctionSingleAllOfAttributesAllOf(val *UdsfFunctionSingleAllOfAttributesAllOf) *NullableUdsfFunctionSingleAllOfAttributesAllOf + func (v *NullableUdsfFunctionSingleAllOfAttributesAllOf) Set(val *UdsfFunctionSingleAllOfAttributesAllOf) + func (v *NullableUdsfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableUdsfFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableUdsfFunctionSingleAllOfAttributesAllOf) Get() *UdsfFunctionSingleAllOfAttributesAllOf + func (v NullableUdsfFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableUdsfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableUdsfInfo struct + func NewNullableUdsfInfo(val *UdsfInfo) *NullableUdsfInfo + func (v *NullableUdsfInfo) Set(val *UdsfInfo) + func (v *NullableUdsfInfo) UnmarshalJSON(src []byte) error + func (v *NullableUdsfInfo) Unset() + func (v NullableUdsfInfo) Get() *UdsfInfo + func (v NullableUdsfInfo) IsSet() bool + func (v NullableUdsfInfo) MarshalJSON() ([]byte, error) + type NullableUnTrustAfInfo struct + func NewNullableUnTrustAfInfo(val *UnTrustAfInfo) *NullableUnTrustAfInfo + func (v *NullableUnTrustAfInfo) Set(val *UnTrustAfInfo) + func (v *NullableUnTrustAfInfo) UnmarshalJSON(src []byte) error + func (v *NullableUnTrustAfInfo) Unset() + func (v NullableUnTrustAfInfo) Get() *UnTrustAfInfo + func (v NullableUnTrustAfInfo) IsSet() bool + func (v NullableUnTrustAfInfo) MarshalJSON() ([]byte, error) + type NullableUpPathChgEvent struct + func NewNullableUpPathChgEvent(val *UpPathChgEvent) *NullableUpPathChgEvent + func (v *NullableUpPathChgEvent) Set(val *UpPathChgEvent) + func (v *NullableUpPathChgEvent) UnmarshalJSON(src []byte) error + func (v *NullableUpPathChgEvent) Unset() + func (v NullableUpPathChgEvent) Get() *UpPathChgEvent + func (v NullableUpPathChgEvent) IsSet() bool + func (v NullableUpPathChgEvent) MarshalJSON() ([]byte, error) + type NullableUpfFunctionSingle struct + func NewNullableUpfFunctionSingle(val *UpfFunctionSingle) *NullableUpfFunctionSingle + func (v *NullableUpfFunctionSingle) Set(val *UpfFunctionSingle) + func (v *NullableUpfFunctionSingle) UnmarshalJSON(src []byte) error + func (v *NullableUpfFunctionSingle) Unset() + func (v NullableUpfFunctionSingle) Get() *UpfFunctionSingle + func (v NullableUpfFunctionSingle) IsSet() bool + func (v NullableUpfFunctionSingle) MarshalJSON() ([]byte, error) + type NullableUpfFunctionSingleAllOf struct + func NewNullableUpfFunctionSingleAllOf(val *UpfFunctionSingleAllOf) *NullableUpfFunctionSingleAllOf + func (v *NullableUpfFunctionSingleAllOf) Set(val *UpfFunctionSingleAllOf) + func (v *NullableUpfFunctionSingleAllOf) UnmarshalJSON(src []byte) error + func (v *NullableUpfFunctionSingleAllOf) Unset() + func (v NullableUpfFunctionSingleAllOf) Get() *UpfFunctionSingleAllOf + func (v NullableUpfFunctionSingleAllOf) IsSet() bool + func (v NullableUpfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + type NullableUpfFunctionSingleAllOf1 struct + func NewNullableUpfFunctionSingleAllOf1(val *UpfFunctionSingleAllOf1) *NullableUpfFunctionSingleAllOf1 + func (v *NullableUpfFunctionSingleAllOf1) Set(val *UpfFunctionSingleAllOf1) + func (v *NullableUpfFunctionSingleAllOf1) UnmarshalJSON(src []byte) error + func (v *NullableUpfFunctionSingleAllOf1) Unset() + func (v NullableUpfFunctionSingleAllOf1) Get() *UpfFunctionSingleAllOf1 + func (v NullableUpfFunctionSingleAllOf1) IsSet() bool + func (v NullableUpfFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + type NullableUpfFunctionSingleAllOfAttributes struct + func NewNullableUpfFunctionSingleAllOfAttributes(val *UpfFunctionSingleAllOfAttributes) *NullableUpfFunctionSingleAllOfAttributes + func (v *NullableUpfFunctionSingleAllOfAttributes) Set(val *UpfFunctionSingleAllOfAttributes) + func (v *NullableUpfFunctionSingleAllOfAttributes) UnmarshalJSON(src []byte) error + func (v *NullableUpfFunctionSingleAllOfAttributes) Unset() + func (v NullableUpfFunctionSingleAllOfAttributes) Get() *UpfFunctionSingleAllOfAttributes + func (v NullableUpfFunctionSingleAllOfAttributes) IsSet() bool + func (v NullableUpfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + type NullableUpfFunctionSingleAllOfAttributesAllOf struct + func NewNullableUpfFunctionSingleAllOfAttributesAllOf(val *UpfFunctionSingleAllOfAttributesAllOf) *NullableUpfFunctionSingleAllOfAttributesAllOf + func (v *NullableUpfFunctionSingleAllOfAttributesAllOf) Set(val *UpfFunctionSingleAllOfAttributesAllOf) + func (v *NullableUpfFunctionSingleAllOfAttributesAllOf) UnmarshalJSON(src []byte) error + func (v *NullableUpfFunctionSingleAllOfAttributesAllOf) Unset() + func (v NullableUpfFunctionSingleAllOfAttributesAllOf) Get() *UpfFunctionSingleAllOfAttributesAllOf + func (v NullableUpfFunctionSingleAllOfAttributesAllOf) IsSet() bool + func (v NullableUpfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + type NullableUsageState struct + func NewNullableUsageState(val *UsageState) *NullableUsageState + func (v *NullableUsageState) Set(val *UsageState) + func (v *NullableUsageState) UnmarshalJSON(src []byte) error + func (v *NullableUsageState) Unset() + func (v NullableUsageState) Get() *UsageState + func (v NullableUsageState) IsSet() bool + func (v NullableUsageState) MarshalJSON() ([]byte, error) + type NullableV2xCapability struct + func NewNullableV2xCapability(val *V2xCapability) *NullableV2xCapability + func (v *NullableV2xCapability) Set(val *V2xCapability) + func (v *NullableV2xCapability) UnmarshalJSON(src []byte) error + func (v *NullableV2xCapability) Unset() + func (v NullableV2xCapability) Get() *V2xCapability + func (v NullableV2xCapability) IsSet() bool + func (v NullableV2xCapability) MarshalJSON() ([]byte, error) + type NullableVnfParameter struct + func NewNullableVnfParameter(val *VnfParameter) *NullableVnfParameter + func (v *NullableVnfParameter) Set(val *VnfParameter) + func (v *NullableVnfParameter) UnmarshalJSON(src []byte) error + func (v *NullableVnfParameter) Unset() + func (v NullableVnfParameter) Get() *VnfParameter + func (v NullableVnfParameter) IsSet() bool + func (v NullableVnfParameter) MarshalJSON() ([]byte, error) + type NullableVsDataContainerSingle struct + func NewNullableVsDataContainerSingle(val *VsDataContainerSingle) *NullableVsDataContainerSingle + func (v *NullableVsDataContainerSingle) Set(val *VsDataContainerSingle) + func (v *NullableVsDataContainerSingle) UnmarshalJSON(src []byte) error + func (v *NullableVsDataContainerSingle) Unset() + func (v NullableVsDataContainerSingle) Get() *VsDataContainerSingle + func (v NullableVsDataContainerSingle) IsSet() bool + func (v NullableVsDataContainerSingle) MarshalJSON() ([]byte, error) + type NullableVsDataContainerSingleAttributes struct + func NewNullableVsDataContainerSingleAttributes(val *VsDataContainerSingleAttributes) *NullableVsDataContainerSingleAttributes + func (v *NullableVsDataContainerSingleAttributes) Set(val *VsDataContainerSingleAttributes) + func (v *NullableVsDataContainerSingleAttributes) UnmarshalJSON(src []byte) error + func (v *NullableVsDataContainerSingleAttributes) Unset() + func (v NullableVsDataContainerSingleAttributes) Get() *VsDataContainerSingleAttributes + func (v NullableVsDataContainerSingleAttributes) IsSet() bool + func (v NullableVsDataContainerSingleAttributes) MarshalJSON() ([]byte, error) + type NwdafCapability struct + AnalyticsAggregation *bool + AnalyticsMetadataProvisioning *bool + func NewNwdafCapability() *NwdafCapability + func NewNwdafCapabilityWithDefaults() *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) SetAnalyticsAggregation(v bool) + func (o *NwdafCapability) SetAnalyticsMetadataProvisioning(v bool) + func (o NwdafCapability) MarshalJSON() ([]byte, error) + func (o NwdafCapability) ToMap() (map[string]interface{}, error) + type NwdafEvent struct + NwdafEventAnyOf *NwdafEventAnyOf + String *string + func (dst *NwdafEvent) UnmarshalJSON(data []byte) error + func (src *NwdafEvent) MarshalJSON() ([]byte, error) + type NwdafEventAnyOf string + const SLICE_LOAD_LEVEL + func NewNwdafEventAnyOfFromValue(v string) (*NwdafEventAnyOf, error) + func (v *NwdafEventAnyOf) UnmarshalJSON(src []byte) error + func (v NwdafEventAnyOf) IsValid() bool + func (v NwdafEventAnyOf) Ptr() *NwdafEventAnyOf + type NwdafFunctionSingle struct + Attributes *ManagedFunctionAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewNwdafFunctionSingle(id NullableString) *NwdafFunctionSingle + func NewNwdafFunctionSingleWithDefaults() *NwdafFunctionSingle + func (o *NwdafFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *NwdafFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *NwdafFunctionSingle) GetId() string + func (o *NwdafFunctionSingle) GetIdOk() (*string, bool) + func (o *NwdafFunctionSingle) GetObjectClass() string + func (o *NwdafFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *NwdafFunctionSingle) GetObjectInstance() string + func (o *NwdafFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *NwdafFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *NwdafFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *NwdafFunctionSingle) HasAttributes() bool + func (o *NwdafFunctionSingle) HasObjectClass() bool + func (o *NwdafFunctionSingle) HasObjectInstance() bool + func (o *NwdafFunctionSingle) HasVsDataContainer() bool + func (o *NwdafFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *NwdafFunctionSingle) SetId(v string) + func (o *NwdafFunctionSingle) SetObjectClass(v string) + func (o *NwdafFunctionSingle) SetObjectInstance(v string) + func (o *NwdafFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o NwdafFunctionSingle) MarshalJSON() ([]byte, error) + func (o NwdafFunctionSingle) ToMap() (map[string]interface{}, error) + type NwdafFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewNwdafFunctionSingleAllOf() *NwdafFunctionSingleAllOf + func NewNwdafFunctionSingleAllOfWithDefaults() *NwdafFunctionSingleAllOf + func (o *NwdafFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *NwdafFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *NwdafFunctionSingleAllOf) HasAttributes() bool + func (o *NwdafFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o NwdafFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o NwdafFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type NwdafFunctionSingleAllOfAttributes struct + AdministrativeState *AdministrativeState + CommModelList []CommModel + ManagedNFProfile *ManagedNFProfile + NetworkSliceInfoList []NetworkSliceInfo + NwdafInfo *NwdafInfo + PeeParametersList []PeeParameter + PlmnIdList []PlmnId + PriorityLabel *int32 + SBIFqdn *string + SnssaiList []Snssai + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + VnfParametersList []VnfParameter + func NewNwdafFunctionSingleAllOfAttributes() *NwdafFunctionSingleAllOfAttributes + func NewNwdafFunctionSingleAllOfAttributesWithDefaults() *NwdafFunctionSingleAllOfAttributes + func (o *NwdafFunctionSingleAllOfAttributes) GetAdministrativeState() AdministrativeState + func (o *NwdafFunctionSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool) + func (o *NwdafFunctionSingleAllOfAttributes) GetCommModelList() []CommModel + func (o *NwdafFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool) + func (o *NwdafFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile + func (o *NwdafFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *NwdafFunctionSingleAllOfAttributes) GetNetworkSliceInfoList() []NetworkSliceInfo + func (o *NwdafFunctionSingleAllOfAttributes) GetNetworkSliceInfoListOk() ([]NetworkSliceInfo, bool) + func (o *NwdafFunctionSingleAllOfAttributes) GetNwdafInfo() NwdafInfo + func (o *NwdafFunctionSingleAllOfAttributes) GetNwdafInfoOk() (*NwdafInfo, bool) + func (o *NwdafFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *NwdafFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *NwdafFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId + func (o *NwdafFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool) + func (o *NwdafFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *NwdafFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *NwdafFunctionSingleAllOfAttributes) GetSBIFqdn() string + func (o *NwdafFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool) + func (o *NwdafFunctionSingleAllOfAttributes) GetSnssaiList() []Snssai + func (o *NwdafFunctionSingleAllOfAttributes) GetSnssaiListOk() ([]Snssai, bool) + func (o *NwdafFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *NwdafFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *NwdafFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *NwdafFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *NwdafFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *NwdafFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *NwdafFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *NwdafFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *NwdafFunctionSingleAllOfAttributes) HasAdministrativeState() bool + func (o *NwdafFunctionSingleAllOfAttributes) HasCommModelList() bool + func (o *NwdafFunctionSingleAllOfAttributes) HasManagedNFProfile() bool + func (o *NwdafFunctionSingleAllOfAttributes) HasNetworkSliceInfoList() bool + func (o *NwdafFunctionSingleAllOfAttributes) HasNwdafInfo() bool + func (o *NwdafFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *NwdafFunctionSingleAllOfAttributes) HasPlmnIdList() bool + func (o *NwdafFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *NwdafFunctionSingleAllOfAttributes) HasSBIFqdn() bool + func (o *NwdafFunctionSingleAllOfAttributes) HasSnssaiList() bool + func (o *NwdafFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *NwdafFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *NwdafFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *NwdafFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *NwdafFunctionSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState) + func (o *NwdafFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel) + func (o *NwdafFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile) + func (o *NwdafFunctionSingleAllOfAttributes) SetNetworkSliceInfoList(v []NetworkSliceInfo) + func (o *NwdafFunctionSingleAllOfAttributes) SetNwdafInfo(v NwdafInfo) + func (o *NwdafFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *NwdafFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId) + func (o *NwdafFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *NwdafFunctionSingleAllOfAttributes) SetSBIFqdn(v string) + func (o *NwdafFunctionSingleAllOfAttributes) SetSnssaiList(v []Snssai) + func (o *NwdafFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *NwdafFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *NwdafFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *NwdafFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o NwdafFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o NwdafFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type NwdafFunctionSingleAllOfAttributesAllOf struct + AdministrativeState *AdministrativeState + CommModelList []CommModel + ManagedNFProfile *ManagedNFProfile + NetworkSliceInfoList []NetworkSliceInfo + NwdafInfo *NwdafInfo + PlmnIdList []PlmnId + SBIFqdn *string + SnssaiList []Snssai + func NewNwdafFunctionSingleAllOfAttributesAllOf() *NwdafFunctionSingleAllOfAttributesAllOf + func NewNwdafFunctionSingleAllOfAttributesAllOfWithDefaults() *NwdafFunctionSingleAllOfAttributesAllOf + func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetAdministrativeState() AdministrativeState + func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetAdministrativeStateOk() (*AdministrativeState, bool) + func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel + func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool) + func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile + func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetNetworkSliceInfoList() []NetworkSliceInfo + func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetNetworkSliceInfoListOk() ([]NetworkSliceInfo, bool) + func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetNwdafInfo() NwdafInfo + func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetNwdafInfoOk() (*NwdafInfo, bool) + func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId + func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool) + func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string + func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool) + func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetSnssaiList() []Snssai + func (o *NwdafFunctionSingleAllOfAttributesAllOf) GetSnssaiListOk() ([]Snssai, bool) + func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasAdministrativeState() bool + func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool + func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool + func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasNetworkSliceInfoList() bool + func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasNwdafInfo() bool + func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool + func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool + func (o *NwdafFunctionSingleAllOfAttributesAllOf) HasSnssaiList() bool + func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetAdministrativeState(v AdministrativeState) + func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel) + func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile) + func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetNetworkSliceInfoList(v []NetworkSliceInfo) + func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetNwdafInfo(v NwdafInfo) + func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId) + func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string) + func (o *NwdafFunctionSingleAllOfAttributesAllOf) SetSnssaiList(v []Snssai) + func (o NwdafFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o NwdafFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type NwdafInfo struct + EventIds []EventId + NwdafEvents []NwdafEvent + func NewNwdafInfo() *NwdafInfo + func NewNwdafInfoWithDefaults() *NwdafInfo + func (o *NwdafInfo) GetEventIds() []EventId + func (o *NwdafInfo) GetEventIdsOk() ([]EventId, bool) + func (o *NwdafInfo) GetNwdafEvents() []NwdafEvent + func (o *NwdafInfo) GetNwdafEventsOk() ([]NwdafEvent, bool) + func (o *NwdafInfo) HasEventIds() bool + func (o *NwdafInfo) HasNwdafEvents() bool + func (o *NwdafInfo) SetEventIds(v []EventId) + func (o *NwdafInfo) SetNwdafEvents(v []NwdafEvent) + func (o NwdafInfo) MarshalJSON() ([]byte, error) + func (o NwdafInfo) ToMap() (map[string]interface{}, error) + type Operation struct + AllowedNFTypes *NFType + Name *string + OperationSemantics *OperationSemantics + func NewOperation() *Operation + func NewOperationWithDefaults() *Operation + func (o *Operation) GetAllowedNFTypes() NFType + func (o *Operation) GetAllowedNFTypesOk() (*NFType, bool) + func (o *Operation) GetName() string + func (o *Operation) GetNameOk() (*string, bool) + func (o *Operation) GetOperationSemantics() OperationSemantics + func (o *Operation) GetOperationSemanticsOk() (*OperationSemantics, bool) + func (o *Operation) HasAllowedNFTypes() bool + func (o *Operation) HasName() bool + func (o *Operation) HasOperationSemantics() bool + func (o *Operation) SetAllowedNFTypes(v NFType) + func (o *Operation) SetName(v string) + func (o *Operation) SetOperationSemantics(v OperationSemantics) + func (o Operation) MarshalJSON() ([]byte, error) + func (o Operation) ToMap() (map[string]interface{}, error) + type OperationSemantics string + const REQUEST_RESPONSE + const SUBSCRIBE_NOTIFY + func NewOperationSemanticsFromValue(v string) (*OperationSemantics, error) + func (v *OperationSemantics) UnmarshalJSON(src []byte) error + func (v OperationSemantics) IsValid() bool + func (v OperationSemantics) Ptr() *OperationSemantics + type OperationalState string + func NewOperationalStateFromValue(v string) (*OperationalState, error) + func (v *OperationalState) UnmarshalJSON(src []byte) error + func (v OperationalState) IsValid() bool + func (v OperationalState) Ptr() *OperationalState + type PacketErrorRate struct + Exponent *int32 + Scalar *int32 + func NewPacketErrorRate() *PacketErrorRate + func NewPacketErrorRateWithDefaults() *PacketErrorRate + func (o *PacketErrorRate) GetExponent() int32 + func (o *PacketErrorRate) GetExponentOk() (*int32, bool) + func (o *PacketErrorRate) GetScalar() int32 + func (o *PacketErrorRate) GetScalarOk() (*int32, bool) + func (o *PacketErrorRate) HasExponent() bool + func (o *PacketErrorRate) HasScalar() bool + func (o *PacketErrorRate) SetExponent(v int32) + func (o *PacketErrorRate) SetScalar(v int32) + func (o PacketErrorRate) MarshalJSON() ([]byte, error) + func (o PacketErrorRate) ToMap() (map[string]interface{}, error) + type PccRule struct + AfSigProtocol *AfSigProtocol + AltQosParams [][]QosData + AppDescriptor *string + ApplicationId *string + ConditionData NullableConditionData + ContentVersion *int32 + FlowInfoList []FlowInformation + IsAppRelocatable *bool + IsUeAddrPreserved *bool + PccRuleId *string + Precedence *int32 + QosData [][]QosData + TrafficControlData [][]TrafficControlData + TscaiInputDl NullableTscaiInputContainer + TscaiInputUl NullableTscaiInputContainer + func NewPccRule() *PccRule + func NewPccRuleWithDefaults() *PccRule + func (o *PccRule) GetAfSigProtocol() AfSigProtocol + func (o *PccRule) GetAfSigProtocolOk() (*AfSigProtocol, bool) + func (o *PccRule) GetAltQosParams() [][]QosData + func (o *PccRule) GetAltQosParamsOk() ([][]QosData, bool) + func (o *PccRule) GetAppDescriptor() string + func (o *PccRule) GetAppDescriptorOk() (*string, bool) + func (o *PccRule) GetApplicationId() string + func (o *PccRule) GetApplicationIdOk() (*string, bool) + func (o *PccRule) GetConditionData() ConditionData + func (o *PccRule) GetConditionDataOk() (*ConditionData, bool) + func (o *PccRule) GetContentVersion() int32 + func (o *PccRule) GetContentVersionOk() (*int32, bool) + func (o *PccRule) GetFlowInfoList() []FlowInformation + func (o *PccRule) GetFlowInfoListOk() ([]FlowInformation, bool) + func (o *PccRule) GetIsAppRelocatable() bool + func (o *PccRule) GetIsAppRelocatableOk() (*bool, bool) + func (o *PccRule) GetIsUeAddrPreserved() bool + func (o *PccRule) GetIsUeAddrPreservedOk() (*bool, bool) + func (o *PccRule) GetPccRuleId() string + func (o *PccRule) GetPccRuleIdOk() (*string, bool) + func (o *PccRule) GetPrecedence() int32 + func (o *PccRule) GetPrecedenceOk() (*int32, bool) + func (o *PccRule) GetQosData() [][]QosData + func (o *PccRule) GetQosDataOk() ([][]QosData, bool) + func (o *PccRule) GetTrafficControlData() [][]TrafficControlData + func (o *PccRule) GetTrafficControlDataOk() ([][]TrafficControlData, bool) + func (o *PccRule) GetTscaiInputDl() TscaiInputContainer + func (o *PccRule) GetTscaiInputDlOk() (*TscaiInputContainer, bool) + func (o *PccRule) GetTscaiInputUl() TscaiInputContainer + func (o *PccRule) GetTscaiInputUlOk() (*TscaiInputContainer, bool) + func (o *PccRule) HasAfSigProtocol() bool + func (o *PccRule) HasAltQosParams() bool + func (o *PccRule) HasAppDescriptor() bool + func (o *PccRule) HasApplicationId() bool + func (o *PccRule) HasConditionData() bool + func (o *PccRule) HasContentVersion() bool + func (o *PccRule) HasFlowInfoList() bool + func (o *PccRule) HasIsAppRelocatable() bool + func (o *PccRule) HasIsUeAddrPreserved() bool + func (o *PccRule) HasPccRuleId() bool + func (o *PccRule) HasPrecedence() bool + func (o *PccRule) HasQosData() bool + func (o *PccRule) HasTrafficControlData() bool + func (o *PccRule) HasTscaiInputDl() bool + func (o *PccRule) HasTscaiInputUl() bool + func (o *PccRule) SetAfSigProtocol(v AfSigProtocol) + func (o *PccRule) SetAltQosParams(v [][]QosData) + func (o *PccRule) SetAppDescriptor(v string) + func (o *PccRule) SetApplicationId(v string) + func (o *PccRule) SetConditionData(v ConditionData) + func (o *PccRule) SetConditionDataNil() + func (o *PccRule) SetContentVersion(v int32) + func (o *PccRule) SetFlowInfoList(v []FlowInformation) + func (o *PccRule) SetIsAppRelocatable(v bool) + func (o *PccRule) SetIsUeAddrPreserved(v bool) + func (o *PccRule) SetPccRuleId(v string) + func (o *PccRule) SetPrecedence(v int32) + func (o *PccRule) SetQosData(v [][]QosData) + func (o *PccRule) SetTrafficControlData(v [][]TrafficControlData) + func (o *PccRule) SetTscaiInputDl(v TscaiInputContainer) + func (o *PccRule) SetTscaiInputDlNil() + func (o *PccRule) SetTscaiInputUl(v TscaiInputContainer) + func (o *PccRule) SetTscaiInputUlNil() + func (o *PccRule) UnsetConditionData() + func (o *PccRule) UnsetTscaiInputDl() + func (o *PccRule) UnsetTscaiInputUl() + func (o PccRule) MarshalJSON() ([]byte, error) + func (o PccRule) ToMap() (map[string]interface{}, error) + type PcfFunctionSingle struct + Attributes *ManagedFunctionAttr + EPN15 []EPN15Single + EPN16 []EPN16Single + EPN5 []EPN5Single + EPN7 []EPN7Single + EPRx []EPRxSingle + Id NullableString + ManagedNFService []ManagedNFServiceSingle + ObjectClass *string + ObjectInstance *string + PerfMetricJob []PerfMetricJobSingle + PredefinedPccRuleSet *PredefinedPccRuleSetSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + VsDataContainer []VsDataContainerSingle + func NewPcfFunctionSingle(id NullableString) *PcfFunctionSingle + func NewPcfFunctionSingleWithDefaults() *PcfFunctionSingle + func (o *PcfFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *PcfFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *PcfFunctionSingle) GetEPN15() []EPN15Single + func (o *PcfFunctionSingle) GetEPN15Ok() ([]EPN15Single, bool) + func (o *PcfFunctionSingle) GetEPN16() []EPN16Single + func (o *PcfFunctionSingle) GetEPN16Ok() ([]EPN16Single, bool) + func (o *PcfFunctionSingle) GetEPN5() []EPN5Single + func (o *PcfFunctionSingle) GetEPN5Ok() ([]EPN5Single, bool) + func (o *PcfFunctionSingle) GetEPN7() []EPN7Single + func (o *PcfFunctionSingle) GetEPN7Ok() ([]EPN7Single, bool) + func (o *PcfFunctionSingle) GetEPRx() []EPRxSingle + func (o *PcfFunctionSingle) GetEPRxOk() ([]EPRxSingle, bool) + func (o *PcfFunctionSingle) GetId() string + func (o *PcfFunctionSingle) GetIdOk() (*string, bool) + func (o *PcfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle + func (o *PcfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool) + func (o *PcfFunctionSingle) GetObjectClass() string + func (o *PcfFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *PcfFunctionSingle) GetObjectInstance() string + func (o *PcfFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *PcfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle + func (o *PcfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *PcfFunctionSingle) GetPredefinedPccRuleSet() PredefinedPccRuleSetSingle + func (o *PcfFunctionSingle) GetPredefinedPccRuleSetOk() (*PredefinedPccRuleSetSingle, bool) + func (o *PcfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *PcfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *PcfFunctionSingle) GetTraceJob() []TraceJobSingle + func (o *PcfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *PcfFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *PcfFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *PcfFunctionSingle) HasAttributes() bool + func (o *PcfFunctionSingle) HasEPN15() bool + func (o *PcfFunctionSingle) HasEPN16() bool + func (o *PcfFunctionSingle) HasEPN5() bool + func (o *PcfFunctionSingle) HasEPN7() bool + func (o *PcfFunctionSingle) HasEPRx() bool + func (o *PcfFunctionSingle) HasManagedNFService() bool + func (o *PcfFunctionSingle) HasObjectClass() bool + func (o *PcfFunctionSingle) HasObjectInstance() bool + func (o *PcfFunctionSingle) HasPerfMetricJob() bool + func (o *PcfFunctionSingle) HasPredefinedPccRuleSet() bool + func (o *PcfFunctionSingle) HasThresholdMonitor() bool + func (o *PcfFunctionSingle) HasTraceJob() bool + func (o *PcfFunctionSingle) HasVsDataContainer() bool + func (o *PcfFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *PcfFunctionSingle) SetEPN15(v []EPN15Single) + func (o *PcfFunctionSingle) SetEPN16(v []EPN16Single) + func (o *PcfFunctionSingle) SetEPN5(v []EPN5Single) + func (o *PcfFunctionSingle) SetEPN7(v []EPN7Single) + func (o *PcfFunctionSingle) SetEPRx(v []EPRxSingle) + func (o *PcfFunctionSingle) SetId(v string) + func (o *PcfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle) + func (o *PcfFunctionSingle) SetObjectClass(v string) + func (o *PcfFunctionSingle) SetObjectInstance(v string) + func (o *PcfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *PcfFunctionSingle) SetPredefinedPccRuleSet(v PredefinedPccRuleSetSingle) + func (o *PcfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *PcfFunctionSingle) SetTraceJob(v []TraceJobSingle) + func (o *PcfFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o PcfFunctionSingle) MarshalJSON() ([]byte, error) + func (o PcfFunctionSingle) ToMap() (map[string]interface{}, error) + type PcfFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewPcfFunctionSingleAllOf() *PcfFunctionSingleAllOf + func NewPcfFunctionSingleAllOfWithDefaults() *PcfFunctionSingleAllOf + func (o *PcfFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *PcfFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *PcfFunctionSingleAllOf) HasAttributes() bool + func (o *PcfFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o PcfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o PcfFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type PcfFunctionSingleAllOf1 struct + EPN15 []EPN15Single + EPN16 []EPN16Single + EPN5 []EPN5Single + EPN7 []EPN7Single + EPRx []EPRxSingle + PredefinedPccRuleSet *PredefinedPccRuleSetSingle + func NewPcfFunctionSingleAllOf1() *PcfFunctionSingleAllOf1 + func NewPcfFunctionSingleAllOf1WithDefaults() *PcfFunctionSingleAllOf1 + func (o *PcfFunctionSingleAllOf1) GetEPN15() []EPN15Single + func (o *PcfFunctionSingleAllOf1) GetEPN15Ok() ([]EPN15Single, bool) + func (o *PcfFunctionSingleAllOf1) GetEPN16() []EPN16Single + func (o *PcfFunctionSingleAllOf1) GetEPN16Ok() ([]EPN16Single, bool) + func (o *PcfFunctionSingleAllOf1) GetEPN5() []EPN5Single + func (o *PcfFunctionSingleAllOf1) GetEPN5Ok() ([]EPN5Single, bool) + func (o *PcfFunctionSingleAllOf1) GetEPN7() []EPN7Single + func (o *PcfFunctionSingleAllOf1) GetEPN7Ok() ([]EPN7Single, bool) + func (o *PcfFunctionSingleAllOf1) GetEPRx() []EPRxSingle + func (o *PcfFunctionSingleAllOf1) GetEPRxOk() ([]EPRxSingle, bool) + func (o *PcfFunctionSingleAllOf1) GetPredefinedPccRuleSet() PredefinedPccRuleSetSingle + func (o *PcfFunctionSingleAllOf1) GetPredefinedPccRuleSetOk() (*PredefinedPccRuleSetSingle, bool) + func (o *PcfFunctionSingleAllOf1) HasEPN15() bool + func (o *PcfFunctionSingleAllOf1) HasEPN16() bool + func (o *PcfFunctionSingleAllOf1) HasEPN5() bool + func (o *PcfFunctionSingleAllOf1) HasEPN7() bool + func (o *PcfFunctionSingleAllOf1) HasEPRx() bool + func (o *PcfFunctionSingleAllOf1) HasPredefinedPccRuleSet() bool + func (o *PcfFunctionSingleAllOf1) SetEPN15(v []EPN15Single) + func (o *PcfFunctionSingleAllOf1) SetEPN16(v []EPN16Single) + func (o *PcfFunctionSingleAllOf1) SetEPN5(v []EPN5Single) + func (o *PcfFunctionSingleAllOf1) SetEPN7(v []EPN7Single) + func (o *PcfFunctionSingleAllOf1) SetEPRx(v []EPRxSingle) + func (o *PcfFunctionSingleAllOf1) SetPredefinedPccRuleSet(v PredefinedPccRuleSetSingle) + func (o PcfFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + func (o PcfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error) + type PcfFunctionSingleAllOfAttributes struct + CommModelList []CommModel + Configurable5QISetRef *string + DnnList []string + Dynamic5QISetRef *string + GpsiRanges []IdentityRange + GroupId *string + ManagedNFProfile *ManagedNFProfile + PLMNInfoList []PlmnInfo + PeeParametersList []PeeParameter + PriorityLabel *int32 + ProseCapability *ProseCapability + ProseSupportInd *bool + RxDiamHost *string + RxDiamRealm *string + SBIFqdn *string + SupiRanges []SupiRange + SupportedBMOList []string + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + V2xCapability *V2xCapability + V2xSupportInd *bool + VnfParametersList []VnfParameter + func NewPcfFunctionSingleAllOfAttributes() *PcfFunctionSingleAllOfAttributes + func NewPcfFunctionSingleAllOfAttributesWithDefaults() *PcfFunctionSingleAllOfAttributes + func (o *PcfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel + func (o *PcfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool) + func (o *PcfFunctionSingleAllOfAttributes) GetConfigurable5QISetRef() string + func (o *PcfFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk() (*string, bool) + func (o *PcfFunctionSingleAllOfAttributes) GetDnnList() []string + func (o *PcfFunctionSingleAllOfAttributes) GetDnnListOk() ([]string, bool) + func (o *PcfFunctionSingleAllOfAttributes) GetDynamic5QISetRef() string + func (o *PcfFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk() (*string, bool) + func (o *PcfFunctionSingleAllOfAttributes) GetGpsiRanges() []IdentityRange + func (o *PcfFunctionSingleAllOfAttributes) GetGpsiRangesOk() ([]IdentityRange, bool) + func (o *PcfFunctionSingleAllOfAttributes) GetGroupId() string + func (o *PcfFunctionSingleAllOfAttributes) GetGroupIdOk() (*string, bool) + func (o *PcfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile + func (o *PcfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *PcfFunctionSingleAllOfAttributes) GetPLMNInfoList() []PlmnInfo + func (o *PcfFunctionSingleAllOfAttributes) GetPLMNInfoListOk() ([]PlmnInfo, bool) + func (o *PcfFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *PcfFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *PcfFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *PcfFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *PcfFunctionSingleAllOfAttributes) GetProseCapability() ProseCapability + func (o *PcfFunctionSingleAllOfAttributes) GetProseCapabilityOk() (*ProseCapability, bool) + func (o *PcfFunctionSingleAllOfAttributes) GetProseSupportInd() bool + func (o *PcfFunctionSingleAllOfAttributes) GetProseSupportIndOk() (*bool, bool) + func (o *PcfFunctionSingleAllOfAttributes) GetRxDiamHost() string + func (o *PcfFunctionSingleAllOfAttributes) GetRxDiamHostOk() (*string, bool) + func (o *PcfFunctionSingleAllOfAttributes) GetRxDiamRealm() string + func (o *PcfFunctionSingleAllOfAttributes) GetRxDiamRealmOk() (*string, bool) + func (o *PcfFunctionSingleAllOfAttributes) GetSBIFqdn() string + func (o *PcfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool) + func (o *PcfFunctionSingleAllOfAttributes) GetSupiRanges() []SupiRange + func (o *PcfFunctionSingleAllOfAttributes) GetSupiRangesOk() ([]SupiRange, bool) + func (o *PcfFunctionSingleAllOfAttributes) GetSupportedBMOList() []string + func (o *PcfFunctionSingleAllOfAttributes) GetSupportedBMOListOk() ([]string, bool) + func (o *PcfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *PcfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *PcfFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *PcfFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *PcfFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *PcfFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *PcfFunctionSingleAllOfAttributes) GetV2xCapability() V2xCapability + func (o *PcfFunctionSingleAllOfAttributes) GetV2xCapabilityOk() (*V2xCapability, bool) + func (o *PcfFunctionSingleAllOfAttributes) GetV2xSupportInd() bool + func (o *PcfFunctionSingleAllOfAttributes) GetV2xSupportIndOk() (*bool, bool) + func (o *PcfFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *PcfFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *PcfFunctionSingleAllOfAttributes) HasCommModelList() bool + func (o *PcfFunctionSingleAllOfAttributes) HasConfigurable5QISetRef() bool + func (o *PcfFunctionSingleAllOfAttributes) HasDnnList() bool + func (o *PcfFunctionSingleAllOfAttributes) HasDynamic5QISetRef() bool + func (o *PcfFunctionSingleAllOfAttributes) HasGpsiRanges() bool + func (o *PcfFunctionSingleAllOfAttributes) HasGroupId() bool + func (o *PcfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool + func (o *PcfFunctionSingleAllOfAttributes) HasPLMNInfoList() bool + func (o *PcfFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *PcfFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *PcfFunctionSingleAllOfAttributes) HasProseCapability() bool + func (o *PcfFunctionSingleAllOfAttributes) HasProseSupportInd() bool + func (o *PcfFunctionSingleAllOfAttributes) HasRxDiamHost() bool + func (o *PcfFunctionSingleAllOfAttributes) HasRxDiamRealm() bool + func (o *PcfFunctionSingleAllOfAttributes) HasSBIFqdn() bool + func (o *PcfFunctionSingleAllOfAttributes) HasSupiRanges() bool + func (o *PcfFunctionSingleAllOfAttributes) HasSupportedBMOList() bool + func (o *PcfFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *PcfFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *PcfFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *PcfFunctionSingleAllOfAttributes) HasV2xCapability() bool + func (o *PcfFunctionSingleAllOfAttributes) HasV2xSupportInd() bool + func (o *PcfFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *PcfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel) + func (o *PcfFunctionSingleAllOfAttributes) SetConfigurable5QISetRef(v string) + func (o *PcfFunctionSingleAllOfAttributes) SetDnnList(v []string) + func (o *PcfFunctionSingleAllOfAttributes) SetDynamic5QISetRef(v string) + func (o *PcfFunctionSingleAllOfAttributes) SetGpsiRanges(v []IdentityRange) + func (o *PcfFunctionSingleAllOfAttributes) SetGroupId(v string) + func (o *PcfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile) + func (o *PcfFunctionSingleAllOfAttributes) SetPLMNInfoList(v []PlmnInfo) + func (o *PcfFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *PcfFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *PcfFunctionSingleAllOfAttributes) SetProseCapability(v ProseCapability) + func (o *PcfFunctionSingleAllOfAttributes) SetProseSupportInd(v bool) + func (o *PcfFunctionSingleAllOfAttributes) SetRxDiamHost(v string) + func (o *PcfFunctionSingleAllOfAttributes) SetRxDiamRealm(v string) + func (o *PcfFunctionSingleAllOfAttributes) SetSBIFqdn(v string) + func (o *PcfFunctionSingleAllOfAttributes) SetSupiRanges(v []SupiRange) + func (o *PcfFunctionSingleAllOfAttributes) SetSupportedBMOList(v []string) + func (o *PcfFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *PcfFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *PcfFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *PcfFunctionSingleAllOfAttributes) SetV2xCapability(v V2xCapability) + func (o *PcfFunctionSingleAllOfAttributes) SetV2xSupportInd(v bool) + func (o *PcfFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o PcfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o PcfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type PcfFunctionSingleAllOfAttributesAllOf struct + CommModelList []CommModel + Configurable5QISetRef *string + DnnList []string + Dynamic5QISetRef *string + GpsiRanges []IdentityRange + GroupId *string + ManagedNFProfile *ManagedNFProfile + PLMNInfoList []PlmnInfo + ProseCapability *ProseCapability + ProseSupportInd *bool + RxDiamHost *string + RxDiamRealm *string + SBIFqdn *string + SupiRanges []SupiRange + SupportedBMOList []string + V2xCapability *V2xCapability + V2xSupportInd *bool + func NewPcfFunctionSingleAllOfAttributesAllOf() *PcfFunctionSingleAllOfAttributesAllOf + func NewPcfFunctionSingleAllOfAttributesAllOfWithDefaults() *PcfFunctionSingleAllOfAttributesAllOf + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool) + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef() string + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk() (*string, bool) + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetDnnList() []string + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetDnnListOk() ([]string, bool) + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef() string + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk() (*string, bool) + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetGpsiRanges() []IdentityRange + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetGpsiRangesOk() ([]IdentityRange, bool) + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetGroupId() string + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetGroupIdOk() (*string, bool) + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList() []PlmnInfo + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk() ([]PlmnInfo, bool) + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetProseCapability() ProseCapability + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetProseCapabilityOk() (*ProseCapability, bool) + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetProseSupportInd() bool + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetProseSupportIndOk() (*bool, bool) + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamHost() string + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamHostOk() (*string, bool) + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamRealm() string + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetRxDiamRealmOk() (*string, bool) + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool) + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetSupiRanges() []SupiRange + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetSupiRangesOk() ([]SupiRange, bool) + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetSupportedBMOList() []string + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetSupportedBMOListOk() ([]string, bool) + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetV2xCapability() V2xCapability + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetV2xCapabilityOk() (*V2xCapability, bool) + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetV2xSupportInd() bool + func (o *PcfFunctionSingleAllOfAttributesAllOf) GetV2xSupportIndOk() (*bool, bool) + func (o *PcfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool + func (o *PcfFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef() bool + func (o *PcfFunctionSingleAllOfAttributesAllOf) HasDnnList() bool + func (o *PcfFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef() bool + func (o *PcfFunctionSingleAllOfAttributesAllOf) HasGpsiRanges() bool + func (o *PcfFunctionSingleAllOfAttributesAllOf) HasGroupId() bool + func (o *PcfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool + func (o *PcfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool + func (o *PcfFunctionSingleAllOfAttributesAllOf) HasProseCapability() bool + func (o *PcfFunctionSingleAllOfAttributesAllOf) HasProseSupportInd() bool + func (o *PcfFunctionSingleAllOfAttributesAllOf) HasRxDiamHost() bool + func (o *PcfFunctionSingleAllOfAttributesAllOf) HasRxDiamRealm() bool + func (o *PcfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool + func (o *PcfFunctionSingleAllOfAttributesAllOf) HasSupiRanges() bool + func (o *PcfFunctionSingleAllOfAttributesAllOf) HasSupportedBMOList() bool + func (o *PcfFunctionSingleAllOfAttributesAllOf) HasV2xCapability() bool + func (o *PcfFunctionSingleAllOfAttributesAllOf) HasV2xSupportInd() bool + func (o *PcfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel) + func (o *PcfFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef(v string) + func (o *PcfFunctionSingleAllOfAttributesAllOf) SetDnnList(v []string) + func (o *PcfFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef(v string) + func (o *PcfFunctionSingleAllOfAttributesAllOf) SetGpsiRanges(v []IdentityRange) + func (o *PcfFunctionSingleAllOfAttributesAllOf) SetGroupId(v string) + func (o *PcfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile) + func (o *PcfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList(v []PlmnInfo) + func (o *PcfFunctionSingleAllOfAttributesAllOf) SetProseCapability(v ProseCapability) + func (o *PcfFunctionSingleAllOfAttributesAllOf) SetProseSupportInd(v bool) + func (o *PcfFunctionSingleAllOfAttributesAllOf) SetRxDiamHost(v string) + func (o *PcfFunctionSingleAllOfAttributesAllOf) SetRxDiamRealm(v string) + func (o *PcfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string) + func (o *PcfFunctionSingleAllOfAttributesAllOf) SetSupiRanges(v []SupiRange) + func (o *PcfFunctionSingleAllOfAttributesAllOf) SetSupportedBMOList(v []string) + func (o *PcfFunctionSingleAllOfAttributesAllOf) SetV2xCapability(v V2xCapability) + func (o *PcfFunctionSingleAllOfAttributesAllOf) SetV2xSupportInd(v bool) + func (o PcfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o PcfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type PeeParameter struct + EnvironmentType *string + EquipmentType *string + PowerInterface *string + SiteAltitude *float32 + SiteDescription *string + SiteIdentification *string + SiteLatitude *float32 + SiteLongitude *float32 + func NewPeeParameter() *PeeParameter + func NewPeeParameterWithDefaults() *PeeParameter + func (o *PeeParameter) GetEnvironmentType() string + func (o *PeeParameter) GetEnvironmentTypeOk() (*string, bool) + func (o *PeeParameter) GetEquipmentType() string + func (o *PeeParameter) GetEquipmentTypeOk() (*string, bool) + func (o *PeeParameter) GetPowerInterface() string + func (o *PeeParameter) GetPowerInterfaceOk() (*string, bool) + func (o *PeeParameter) GetSiteAltitude() float32 + func (o *PeeParameter) GetSiteAltitudeOk() (*float32, bool) + func (o *PeeParameter) GetSiteDescription() string + func (o *PeeParameter) GetSiteDescriptionOk() (*string, bool) + func (o *PeeParameter) GetSiteIdentification() string + func (o *PeeParameter) GetSiteIdentificationOk() (*string, bool) + func (o *PeeParameter) GetSiteLatitude() float32 + func (o *PeeParameter) GetSiteLatitudeOk() (*float32, bool) + func (o *PeeParameter) GetSiteLongitude() float32 + func (o *PeeParameter) GetSiteLongitudeOk() (*float32, bool) + func (o *PeeParameter) HasEnvironmentType() bool + func (o *PeeParameter) HasEquipmentType() bool + func (o *PeeParameter) HasPowerInterface() bool + func (o *PeeParameter) HasSiteAltitude() bool + func (o *PeeParameter) HasSiteDescription() bool + func (o *PeeParameter) HasSiteIdentification() bool + func (o *PeeParameter) HasSiteLatitude() bool + func (o *PeeParameter) HasSiteLongitude() bool + func (o *PeeParameter) SetEnvironmentType(v string) + func (o *PeeParameter) SetEquipmentType(v string) + func (o *PeeParameter) SetPowerInterface(v string) + func (o *PeeParameter) SetSiteAltitude(v float32) + func (o *PeeParameter) SetSiteDescription(v string) + func (o *PeeParameter) SetSiteIdentification(v string) + func (o *PeeParameter) SetSiteLatitude(v float32) + func (o *PeeParameter) SetSiteLongitude(v float32) + func (o PeeParameter) MarshalJSON() ([]byte, error) + func (o PeeParameter) ToMap() (map[string]interface{}, error) + type PerceivedSeverity string + const CLEARED + const CRITICAL + const INDETERMINATE + const MAJOR + const MINOR + const WARNING + func NewPerceivedSeverityFromValue(v string) (*PerceivedSeverity, error) + func (v *PerceivedSeverity) UnmarshalJSON(src []byte) error + func (v PerceivedSeverity) IsValid() bool + func (v PerceivedSeverity) Ptr() *PerceivedSeverity + type PerfMetricJobSingle struct + Attributes *PerfMetricJobSingleAllOfAttributes + Files []FilesSingle + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewPerfMetricJobSingle(id NullableString) *PerfMetricJobSingle + func NewPerfMetricJobSingleWithDefaults() *PerfMetricJobSingle + func (o *PerfMetricJobSingle) GetAttributes() PerfMetricJobSingleAllOfAttributes + func (o *PerfMetricJobSingle) GetAttributesOk() (*PerfMetricJobSingleAllOfAttributes, bool) + func (o *PerfMetricJobSingle) GetFiles() []FilesSingle + func (o *PerfMetricJobSingle) GetFilesOk() ([]FilesSingle, bool) + func (o *PerfMetricJobSingle) GetId() string + func (o *PerfMetricJobSingle) GetIdOk() (*string, bool) + func (o *PerfMetricJobSingle) GetObjectClass() string + func (o *PerfMetricJobSingle) GetObjectClassOk() (*string, bool) + func (o *PerfMetricJobSingle) GetObjectInstance() string + func (o *PerfMetricJobSingle) GetObjectInstanceOk() (*string, bool) + func (o *PerfMetricJobSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *PerfMetricJobSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *PerfMetricJobSingle) HasAttributes() bool + func (o *PerfMetricJobSingle) HasFiles() bool + func (o *PerfMetricJobSingle) HasObjectClass() bool + func (o *PerfMetricJobSingle) HasObjectInstance() bool + func (o *PerfMetricJobSingle) HasVsDataContainer() bool + func (o *PerfMetricJobSingle) SetAttributes(v PerfMetricJobSingleAllOfAttributes) + func (o *PerfMetricJobSingle) SetFiles(v []FilesSingle) + func (o *PerfMetricJobSingle) SetId(v string) + func (o *PerfMetricJobSingle) SetObjectClass(v string) + func (o *PerfMetricJobSingle) SetObjectInstance(v string) + func (o *PerfMetricJobSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o PerfMetricJobSingle) MarshalJSON() ([]byte, error) + func (o PerfMetricJobSingle) ToMap() (map[string]interface{}, error) + type PerfMetricJobSingleAllOf struct + Attributes *PerfMetricJobSingleAllOfAttributes + Files []FilesSingle + func NewPerfMetricJobSingleAllOf() *PerfMetricJobSingleAllOf + func NewPerfMetricJobSingleAllOfWithDefaults() *PerfMetricJobSingleAllOf + func (o *PerfMetricJobSingleAllOf) GetAttributes() PerfMetricJobSingleAllOfAttributes + func (o *PerfMetricJobSingleAllOf) GetAttributesOk() (*PerfMetricJobSingleAllOfAttributes, bool) + func (o *PerfMetricJobSingleAllOf) GetFiles() []FilesSingle + func (o *PerfMetricJobSingleAllOf) GetFilesOk() ([]FilesSingle, bool) + func (o *PerfMetricJobSingleAllOf) HasAttributes() bool + func (o *PerfMetricJobSingleAllOf) HasFiles() bool + func (o *PerfMetricJobSingleAllOf) SetAttributes(v PerfMetricJobSingleAllOfAttributes) + func (o *PerfMetricJobSingleAllOf) SetFiles(v []FilesSingle) + func (o PerfMetricJobSingleAllOf) MarshalJSON() ([]byte, error) + func (o PerfMetricJobSingleAllOf) ToMap() (map[string]interface{}, error) + type PerfMetricJobSingleAllOfAttributes struct + AdministrativeState *AdministrativeState + GranularityPeriod *int32 + JobId *string + ObjectInstances []string + OperationalState *OperationalState + PerformanceMetrics []string + ReportingCtrl *ReportingCtrl + RootObjectInstances []string + func NewPerfMetricJobSingleAllOfAttributes() *PerfMetricJobSingleAllOfAttributes + func NewPerfMetricJobSingleAllOfAttributesWithDefaults() *PerfMetricJobSingleAllOfAttributes + func (o *PerfMetricJobSingleAllOfAttributes) GetAdministrativeState() AdministrativeState + func (o *PerfMetricJobSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool) + func (o *PerfMetricJobSingleAllOfAttributes) GetGranularityPeriod() int32 + func (o *PerfMetricJobSingleAllOfAttributes) GetGranularityPeriodOk() (*int32, bool) + func (o *PerfMetricJobSingleAllOfAttributes) GetJobId() string + func (o *PerfMetricJobSingleAllOfAttributes) GetJobIdOk() (*string, bool) + func (o *PerfMetricJobSingleAllOfAttributes) GetObjectInstances() []string + func (o *PerfMetricJobSingleAllOfAttributes) GetObjectInstancesOk() ([]string, bool) + func (o *PerfMetricJobSingleAllOfAttributes) GetOperationalState() OperationalState + func (o *PerfMetricJobSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool) + func (o *PerfMetricJobSingleAllOfAttributes) GetPerformanceMetrics() []string + func (o *PerfMetricJobSingleAllOfAttributes) GetPerformanceMetricsOk() ([]string, bool) + func (o *PerfMetricJobSingleAllOfAttributes) GetReportingCtrl() ReportingCtrl + func (o *PerfMetricJobSingleAllOfAttributes) GetReportingCtrlOk() (*ReportingCtrl, bool) + func (o *PerfMetricJobSingleAllOfAttributes) GetRootObjectInstances() []string + func (o *PerfMetricJobSingleAllOfAttributes) GetRootObjectInstancesOk() ([]string, bool) + func (o *PerfMetricJobSingleAllOfAttributes) HasAdministrativeState() bool + func (o *PerfMetricJobSingleAllOfAttributes) HasGranularityPeriod() bool + func (o *PerfMetricJobSingleAllOfAttributes) HasJobId() bool + func (o *PerfMetricJobSingleAllOfAttributes) HasObjectInstances() bool + func (o *PerfMetricJobSingleAllOfAttributes) HasOperationalState() bool + func (o *PerfMetricJobSingleAllOfAttributes) HasPerformanceMetrics() bool + func (o *PerfMetricJobSingleAllOfAttributes) HasReportingCtrl() bool + func (o *PerfMetricJobSingleAllOfAttributes) HasRootObjectInstances() bool + func (o *PerfMetricJobSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState) + func (o *PerfMetricJobSingleAllOfAttributes) SetGranularityPeriod(v int32) + func (o *PerfMetricJobSingleAllOfAttributes) SetJobId(v string) + func (o *PerfMetricJobSingleAllOfAttributes) SetObjectInstances(v []string) + func (o *PerfMetricJobSingleAllOfAttributes) SetOperationalState(v OperationalState) + func (o *PerfMetricJobSingleAllOfAttributes) SetPerformanceMetrics(v []string) + func (o *PerfMetricJobSingleAllOfAttributes) SetReportingCtrl(v ReportingCtrl) + func (o *PerfMetricJobSingleAllOfAttributes) SetRootObjectInstances(v []string) + func (o PerfMetricJobSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o PerfMetricJobSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type PerfNotificationTypes string + const NOTIFY_THRESHOLD_CROSSING + func NewPerfNotificationTypesFromValue(v string) (*PerfNotificationTypes, error) + func (v *PerfNotificationTypes) UnmarshalJSON(src []byte) error + func (v PerfNotificationTypes) IsValid() bool + func (v PerfNotificationTypes) Ptr() *PerfNotificationTypes + type PfdData struct + AfIds []string + AppIds []string + func NewPfdData() *PfdData + func NewPfdDataWithDefaults() *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) SetAfIds(v []string) + func (o *PfdData) SetAppIds(v []string) + func (o PfdData) MarshalJSON() ([]byte, error) + func (o PfdData) ToMap() (map[string]interface{}, error) + type PlmnId struct + Mcc *string + Mnc *string + func NewPlmnId() *PlmnId + func NewPlmnIdWithDefaults() *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) HasMcc() bool + func (o *PlmnId) HasMnc() bool + func (o *PlmnId) SetMcc(v string) + func (o *PlmnId) SetMnc(v string) + func (o PlmnId) MarshalJSON() ([]byte, error) + func (o PlmnId) ToMap() (map[string]interface{}, error) + type PlmnId1 struct + Mcc *string + Mnc *string + func NewPlmnId1() *PlmnId1 + func NewPlmnId1WithDefaults() *PlmnId1 + func (o *PlmnId1) GetMcc() string + func (o *PlmnId1) GetMccOk() (*string, bool) + func (o *PlmnId1) GetMnc() string + func (o *PlmnId1) GetMncOk() (*string, bool) + func (o *PlmnId1) HasMcc() bool + func (o *PlmnId1) HasMnc() bool + func (o *PlmnId1) SetMcc(v string) + func (o *PlmnId1) SetMnc(v string) + func (o PlmnId1) MarshalJSON() ([]byte, error) + func (o PlmnId1) ToMap() (map[string]interface{}, error) + type PlmnId2 struct + Mcc string + Mnc string + func NewPlmnId2(mcc string, mnc string) *PlmnId2 + func NewPlmnId2WithDefaults() *PlmnId2 + func (o *PlmnId2) GetMcc() string + func (o *PlmnId2) GetMccOk() (*string, bool) + func (o *PlmnId2) GetMnc() string + func (o *PlmnId2) GetMncOk() (*string, bool) + func (o *PlmnId2) SetMcc(v string) + func (o *PlmnId2) SetMnc(v string) + func (o PlmnId2) MarshalJSON() ([]byte, error) + func (o PlmnId2) ToMap() (map[string]interface{}, error) + type PlmnIdNid struct + Mcc *string + Mnc *string + Nid *string + func NewPlmnIdNid() *PlmnIdNid + func NewPlmnIdNidWithDefaults() *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) HasMcc() bool + func (o *PlmnIdNid) HasMnc() bool + func (o *PlmnIdNid) HasNid() bool + func (o *PlmnIdNid) SetMcc(v string) + func (o *PlmnIdNid) SetMnc(v string) + func (o *PlmnIdNid) SetNid(v string) + func (o PlmnIdNid) MarshalJSON() ([]byte, error) + func (o PlmnIdNid) ToMap() (map[string]interface{}, error) + type PlmnIdNid1 struct + Mcc string + Mnc string + Nid *string + func NewPlmnIdNid1(mcc string, mnc string) *PlmnIdNid1 + func NewPlmnIdNid1WithDefaults() *PlmnIdNid1 + func (o *PlmnIdNid1) GetMcc() string + func (o *PlmnIdNid1) GetMccOk() (*string, bool) + func (o *PlmnIdNid1) GetMnc() string + func (o *PlmnIdNid1) GetMncOk() (*string, bool) + func (o *PlmnIdNid1) GetNid() string + func (o *PlmnIdNid1) GetNidOk() (*string, bool) + func (o *PlmnIdNid1) HasNid() bool + func (o *PlmnIdNid1) SetMcc(v string) + func (o *PlmnIdNid1) SetMnc(v string) + func (o *PlmnIdNid1) SetNid(v string) + func (o PlmnIdNid1) MarshalJSON() ([]byte, error) + func (o PlmnIdNid1) ToMap() (map[string]interface{}, error) + type PlmnInfo struct + PlmnId *PlmnId + Snssai *Snssai + func NewPlmnInfo() *PlmnInfo + func NewPlmnInfoWithDefaults() *PlmnInfo + func (o *PlmnInfo) GetPlmnId() PlmnId + func (o *PlmnInfo) GetPlmnIdOk() (*PlmnId, bool) + func (o *PlmnInfo) GetSnssai() Snssai + func (o *PlmnInfo) GetSnssaiOk() (*Snssai, bool) + func (o *PlmnInfo) HasPlmnId() bool + func (o *PlmnInfo) HasSnssai() bool + func (o *PlmnInfo) SetPlmnId(v PlmnId) + func (o *PlmnInfo) SetSnssai(v Snssai) + func (o PlmnInfo) MarshalJSON() ([]byte, error) + func (o PlmnInfo) ToMap() (map[string]interface{}, error) + type PlmnListTypeInner struct + Mcc string + Mnc string + func NewPlmnListTypeInner(mcc string, mnc string) *PlmnListTypeInner + func NewPlmnListTypeInnerWithDefaults() *PlmnListTypeInner + func (o *PlmnListTypeInner) GetMcc() string + func (o *PlmnListTypeInner) GetMccOk() (*string, bool) + func (o *PlmnListTypeInner) GetMnc() string + func (o *PlmnListTypeInner) GetMncOk() (*string, bool) + func (o *PlmnListTypeInner) SetMcc(v string) + func (o *PlmnListTypeInner) SetMnc(v string) + func (o PlmnListTypeInner) MarshalJSON() ([]byte, error) + func (o PlmnListTypeInner) ToMap() (map[string]interface{}, error) + type PlmnTargetType struct + Mcc string + Mnc string + func NewPlmnTargetType(mcc string, mnc string) *PlmnTargetType + func NewPlmnTargetTypeWithDefaults() *PlmnTargetType + func (o *PlmnTargetType) GetMcc() string + func (o *PlmnTargetType) GetMccOk() (*string, bool) + func (o *PlmnTargetType) GetMnc() string + func (o *PlmnTargetType) GetMncOk() (*string, bool) + func (o *PlmnTargetType) SetMcc(v string) + func (o *PlmnTargetType) SetMnc(v string) + func (o PlmnTargetType) MarshalJSON() ([]byte, error) + func (o PlmnTargetType) ToMap() (map[string]interface{}, error) + type PositioningMethodType string + const E_CELL_ID + const GNSS + func NewPositioningMethodTypeFromValue(v string) (*PositioningMethodType, error) + func (v *PositioningMethodType) UnmarshalJSON(src []byte) error + func (v PositioningMethodType) IsValid() bool + func (v PositioningMethodType) Ptr() *PositioningMethodType + type PredefinedPccRuleSetSingle struct + Attributes *interface{} + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewPredefinedPccRuleSetSingle(id NullableString) *PredefinedPccRuleSetSingle + func NewPredefinedPccRuleSetSingleWithDefaults() *PredefinedPccRuleSetSingle + func (o *PredefinedPccRuleSetSingle) GetAttributes() interface{} + func (o *PredefinedPccRuleSetSingle) GetAttributesOk() (*interface{}, bool) + func (o *PredefinedPccRuleSetSingle) GetId() string + func (o *PredefinedPccRuleSetSingle) GetIdOk() (*string, bool) + func (o *PredefinedPccRuleSetSingle) GetObjectClass() string + func (o *PredefinedPccRuleSetSingle) GetObjectClassOk() (*string, bool) + func (o *PredefinedPccRuleSetSingle) GetObjectInstance() string + func (o *PredefinedPccRuleSetSingle) GetObjectInstanceOk() (*string, bool) + func (o *PredefinedPccRuleSetSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *PredefinedPccRuleSetSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *PredefinedPccRuleSetSingle) HasAttributes() bool + func (o *PredefinedPccRuleSetSingle) HasObjectClass() bool + func (o *PredefinedPccRuleSetSingle) HasObjectInstance() bool + func (o *PredefinedPccRuleSetSingle) HasVsDataContainer() bool + func (o *PredefinedPccRuleSetSingle) SetAttributes(v interface{}) + func (o *PredefinedPccRuleSetSingle) SetId(v string) + func (o *PredefinedPccRuleSetSingle) SetObjectClass(v string) + func (o *PredefinedPccRuleSetSingle) SetObjectInstance(v string) + func (o *PredefinedPccRuleSetSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o PredefinedPccRuleSetSingle) MarshalJSON() ([]byte, error) + func (o PredefinedPccRuleSetSingle) ToMap() (map[string]interface{}, error) + type PredefinedPccRuleSetSingleAllOf struct + Attributes *interface{} + func NewPredefinedPccRuleSetSingleAllOf() *PredefinedPccRuleSetSingleAllOf + func NewPredefinedPccRuleSetSingleAllOfWithDefaults() *PredefinedPccRuleSetSingleAllOf + func (o *PredefinedPccRuleSetSingleAllOf) GetAttributes() interface{} + func (o *PredefinedPccRuleSetSingleAllOf) GetAttributesOk() (*interface{}, bool) + func (o *PredefinedPccRuleSetSingleAllOf) HasAttributes() bool + func (o *PredefinedPccRuleSetSingleAllOf) SetAttributes(v interface{}) + func (o PredefinedPccRuleSetSingleAllOf) MarshalJSON() ([]byte, error) + func (o PredefinedPccRuleSetSingleAllOf) ToMap() (map[string]interface{}, error) + type PredefinedPccRuleSetSingleAllOfAttributes struct + PredefinedPccRules []PccRule + func NewPredefinedPccRuleSetSingleAllOfAttributes() *PredefinedPccRuleSetSingleAllOfAttributes + func NewPredefinedPccRuleSetSingleAllOfAttributesWithDefaults() *PredefinedPccRuleSetSingleAllOfAttributes + func (o *PredefinedPccRuleSetSingleAllOfAttributes) GetPredefinedPccRules() []PccRule + func (o *PredefinedPccRuleSetSingleAllOfAttributes) GetPredefinedPccRulesOk() ([]PccRule, bool) + func (o *PredefinedPccRuleSetSingleAllOfAttributes) HasPredefinedPccRules() bool + func (o *PredefinedPccRuleSetSingleAllOfAttributes) SetPredefinedPccRules(v []PccRule) + func (o PredefinedPccRuleSetSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o PredefinedPccRuleSetSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type PredefinedPccRuleSetSingleAllOfAttributesAllOf struct + PredefinedPccRules []PccRule + func NewPredefinedPccRuleSetSingleAllOfAttributesAllOf() *PredefinedPccRuleSetSingleAllOfAttributesAllOf + func NewPredefinedPccRuleSetSingleAllOfAttributesAllOfWithDefaults() *PredefinedPccRuleSetSingleAllOfAttributesAllOf + func (o *PredefinedPccRuleSetSingleAllOfAttributesAllOf) GetPredefinedPccRules() []PccRule + func (o *PredefinedPccRuleSetSingleAllOfAttributesAllOf) GetPredefinedPccRulesOk() ([]PccRule, bool) + func (o *PredefinedPccRuleSetSingleAllOfAttributesAllOf) HasPredefinedPccRules() bool + func (o *PredefinedPccRuleSetSingleAllOfAttributesAllOf) SetPredefinedPccRules(v []PccRule) + func (o PredefinedPccRuleSetSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o PredefinedPccRuleSetSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type PreemptionCapability struct + PreemptionCapabilityAnyOf *PreemptionCapabilityAnyOf + String *string + func (dst *PreemptionCapability) UnmarshalJSON(data []byte) error + func (src *PreemptionCapability) MarshalJSON() ([]byte, error) + type PreemptionCapabilityAnyOf string + const MAY_PREEMPT + const NOT_PREEMPT + func NewPreemptionCapabilityAnyOfFromValue(v string) (*PreemptionCapabilityAnyOf, error) + func (v *PreemptionCapabilityAnyOf) UnmarshalJSON(src []byte) error + func (v PreemptionCapabilityAnyOf) IsValid() bool + func (v PreemptionCapabilityAnyOf) Ptr() *PreemptionCapabilityAnyOf + type PreemptionVulnerability struct + PreemptionVulnerabilityAnyOf *PreemptionVulnerabilityAnyOf + String *string + func (dst *PreemptionVulnerability) UnmarshalJSON(data []byte) error + func (src *PreemptionVulnerability) MarshalJSON() ([]byte, error) + type PreemptionVulnerabilityAnyOf string + const NOT_PREEMPTABLE + const PREEMPTABLE + func NewPreemptionVulnerabilityAnyOfFromValue(v string) (*PreemptionVulnerabilityAnyOf, error) + func (v *PreemptionVulnerabilityAnyOf) UnmarshalJSON(src []byte) error + func (v PreemptionVulnerabilityAnyOf) IsValid() bool + func (v PreemptionVulnerabilityAnyOf) Ptr() *PreemptionVulnerabilityAnyOf + type ProbableCause struct + AnyOfstringstring *AnyOfstringstring + Int32 *int32 + func AnyOfstringstringAsProbableCause(v *AnyOfstringstring) ProbableCause + func Int32AsProbableCause(v *int32) ProbableCause + func (dst *ProbableCause) UnmarshalJSON(data []byte) error + func (obj *ProbableCause) GetActualInstance() interface{} + func (src ProbableCause) MarshalJSON() ([]byte, error) + type ProbableCauseOneOf struct + func (dst *ProbableCauseOneOf) UnmarshalJSON(data []byte) error + func (src *ProbableCauseOneOf) MarshalJSON() ([]byte, error) + type ProseCapability struct + ProseDirectCommunication *bool + ProseDirectDiscovey *bool + ProseL2RemoteUe *bool + ProseL2UetoNetworkRelay *bool + ProseL3RemoteUe *bool + ProseL3UetoNetworkRelay *bool + func NewProseCapability() *ProseCapability + func NewProseCapabilityWithDefaults() *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) 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) MarshalJSON() ([]byte, error) + func (o ProseCapability) ToMap() (map[string]interface{}, error) + type ProvMnS struct + ProvMnSOneOf *ProvMnSOneOf + ProvMnSOneOf1 *ProvMnSOneOf1 + func ProvMnSOneOf1AsProvMnS(v *ProvMnSOneOf1) ProvMnS + func ProvMnSOneOfAsProvMnS(v *ProvMnSOneOf) ProvMnS + func (dst *ProvMnS) UnmarshalJSON(data []byte) error + func (obj *ProvMnS) GetActualInstance() interface{} + func (src ProvMnS) MarshalJSON() ([]byte, error) + type ProvMnSOneOf struct + SubNetwork []SubNetworkSingle + func NewProvMnSOneOf() *ProvMnSOneOf + func NewProvMnSOneOfWithDefaults() *ProvMnSOneOf + func (o *ProvMnSOneOf) GetSubNetwork() []SubNetworkSingle + func (o *ProvMnSOneOf) GetSubNetworkOk() ([]SubNetworkSingle, bool) + func (o *ProvMnSOneOf) HasSubNetwork() bool + func (o *ProvMnSOneOf) SetSubNetwork(v []SubNetworkSingle) + func (o ProvMnSOneOf) MarshalJSON() ([]byte, error) + func (o ProvMnSOneOf) ToMap() (map[string]interface{}, error) + type ProvMnSOneOf1 struct + ManagedElement []ManagedElementSingle + func NewProvMnSOneOf1() *ProvMnSOneOf1 + func NewProvMnSOneOf1WithDefaults() *ProvMnSOneOf1 + func (o *ProvMnSOneOf1) GetManagedElement() []ManagedElementSingle + func (o *ProvMnSOneOf1) GetManagedElementOk() ([]ManagedElementSingle, bool) + func (o *ProvMnSOneOf1) HasManagedElement() bool + func (o *ProvMnSOneOf1) SetManagedElement(v []ManagedElementSingle) + func (o ProvMnSOneOf1) MarshalJSON() ([]byte, error) + func (o ProvMnSOneOf1) ToMap() (map[string]interface{}, error) + type QFPacketDelayThresholdsType struct + ThresholdDl *int32 + ThresholdRtt *int32 + ThresholdUl *int32 + func NewQFPacketDelayThresholdsType() *QFPacketDelayThresholdsType + func NewQFPacketDelayThresholdsTypeWithDefaults() *QFPacketDelayThresholdsType + func (o *QFPacketDelayThresholdsType) GetThresholdDl() int32 + func (o *QFPacketDelayThresholdsType) GetThresholdDlOk() (*int32, bool) + func (o *QFPacketDelayThresholdsType) GetThresholdRtt() int32 + func (o *QFPacketDelayThresholdsType) GetThresholdRttOk() (*int32, bool) + func (o *QFPacketDelayThresholdsType) GetThresholdUl() int32 + func (o *QFPacketDelayThresholdsType) GetThresholdUlOk() (*int32, bool) + func (o *QFPacketDelayThresholdsType) HasThresholdDl() bool + func (o *QFPacketDelayThresholdsType) HasThresholdRtt() bool + func (o *QFPacketDelayThresholdsType) HasThresholdUl() bool + func (o *QFPacketDelayThresholdsType) SetThresholdDl(v int32) + func (o *QFPacketDelayThresholdsType) SetThresholdRtt(v int32) + func (o *QFPacketDelayThresholdsType) SetThresholdUl(v int32) + func (o QFPacketDelayThresholdsType) MarshalJSON() ([]byte, error) + func (o QFPacketDelayThresholdsType) ToMap() (map[string]interface{}, error) + type QFQoSMonitoringControlSingle struct + Attributes *interface{} + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewQFQoSMonitoringControlSingle(id NullableString) *QFQoSMonitoringControlSingle + func NewQFQoSMonitoringControlSingleWithDefaults() *QFQoSMonitoringControlSingle + func (o *QFQoSMonitoringControlSingle) GetAttributes() interface{} + func (o *QFQoSMonitoringControlSingle) GetAttributesOk() (*interface{}, bool) + func (o *QFQoSMonitoringControlSingle) GetId() string + func (o *QFQoSMonitoringControlSingle) GetIdOk() (*string, bool) + func (o *QFQoSMonitoringControlSingle) GetObjectClass() string + func (o *QFQoSMonitoringControlSingle) GetObjectClassOk() (*string, bool) + func (o *QFQoSMonitoringControlSingle) GetObjectInstance() string + func (o *QFQoSMonitoringControlSingle) GetObjectInstanceOk() (*string, bool) + func (o *QFQoSMonitoringControlSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *QFQoSMonitoringControlSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *QFQoSMonitoringControlSingle) HasAttributes() bool + func (o *QFQoSMonitoringControlSingle) HasObjectClass() bool + func (o *QFQoSMonitoringControlSingle) HasObjectInstance() bool + func (o *QFQoSMonitoringControlSingle) HasVsDataContainer() bool + func (o *QFQoSMonitoringControlSingle) SetAttributes(v interface{}) + func (o *QFQoSMonitoringControlSingle) SetId(v string) + func (o *QFQoSMonitoringControlSingle) SetObjectClass(v string) + func (o *QFQoSMonitoringControlSingle) SetObjectInstance(v string) + func (o *QFQoSMonitoringControlSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o QFQoSMonitoringControlSingle) MarshalJSON() ([]byte, error) + func (o QFQoSMonitoringControlSingle) ToMap() (map[string]interface{}, error) + type QFQoSMonitoringControlSingleAllOf struct + Attributes *interface{} + func NewQFQoSMonitoringControlSingleAllOf() *QFQoSMonitoringControlSingleAllOf + func NewQFQoSMonitoringControlSingleAllOfWithDefaults() *QFQoSMonitoringControlSingleAllOf + func (o *QFQoSMonitoringControlSingleAllOf) GetAttributes() interface{} + func (o *QFQoSMonitoringControlSingleAllOf) GetAttributesOk() (*interface{}, bool) + func (o *QFQoSMonitoringControlSingleAllOf) HasAttributes() bool + func (o *QFQoSMonitoringControlSingleAllOf) SetAttributes(v interface{}) + func (o QFQoSMonitoringControlSingleAllOf) MarshalJSON() ([]byte, error) + func (o QFQoSMonitoringControlSingleAllOf) ToMap() (map[string]interface{}, error) + type QFQoSMonitoringControlSingleAllOfAttributes struct + IsEventTriggeredQFMonitoringSupported *bool + IsPeriodicQFMonitoringSupported *bool + IsSessionReleasedQFMonitoringSupported *bool + QFMeasurementPeriod *int32 + QFMinimumWaitTime *int32 + QFMonitored5QIs []int32 + QFMonitoredSNSSAIs []Snssai + QFPacketDelayThresholds *QFPacketDelayThresholdsType + QFQoSMonitoringState *string + func NewQFQoSMonitoringControlSingleAllOfAttributes() *QFQoSMonitoringControlSingleAllOfAttributes + func NewQFQoSMonitoringControlSingleAllOfAttributesWithDefaults() *QFQoSMonitoringControlSingleAllOfAttributes + func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredQFMonitoringSupported() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsEventTriggeredQFMonitoringSupportedOk() (*bool, bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicQFMonitoringSupported() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsPeriodicQFMonitoringSupportedOk() (*bool, bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsSessionReleasedQFMonitoringSupported() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetIsSessionReleasedQFMonitoringSupportedOk() (*bool, bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMeasurementPeriod() int32 + func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMeasurementPeriodOk() (*int32, bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMinimumWaitTime() int32 + func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMinimumWaitTimeOk() (*int32, bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitored5QIs() []int32 + func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitored5QIsOk() ([]int32, bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitoredSNSSAIs() []Snssai + func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFMonitoredSNSSAIsOk() ([]Snssai, bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFPacketDelayThresholds() QFPacketDelayThresholdsType + func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFPacketDelayThresholdsOk() (*QFPacketDelayThresholdsType, bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFQoSMonitoringState() string + func (o *QFQoSMonitoringControlSingleAllOfAttributes) GetQFQoSMonitoringStateOk() (*string, bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasIsEventTriggeredQFMonitoringSupported() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasIsPeriodicQFMonitoringSupported() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasIsSessionReleasedQFMonitoringSupported() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFMeasurementPeriod() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFMinimumWaitTime() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFMonitored5QIs() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFMonitoredSNSSAIs() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFPacketDelayThresholds() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributes) HasQFQoSMonitoringState() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetIsEventTriggeredQFMonitoringSupported(v bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetIsPeriodicQFMonitoringSupported(v bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetIsSessionReleasedQFMonitoringSupported(v bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetQFMeasurementPeriod(v int32) + func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetQFMinimumWaitTime(v int32) + func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetQFMonitored5QIs(v []int32) + func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetQFMonitoredSNSSAIs(v []Snssai) + func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetQFPacketDelayThresholds(v QFPacketDelayThresholdsType) + func (o *QFQoSMonitoringControlSingleAllOfAttributes) SetQFQoSMonitoringState(v string) + func (o QFQoSMonitoringControlSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o QFQoSMonitoringControlSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type QFQoSMonitoringControlSingleAllOfAttributesAllOf struct + IsEventTriggeredQFMonitoringSupported *bool + IsPeriodicQFMonitoringSupported *bool + IsSessionReleasedQFMonitoringSupported *bool + QFMeasurementPeriod *int32 + QFMinimumWaitTime *int32 + QFMonitored5QIs []int32 + QFMonitoredSNSSAIs []Snssai + QFPacketDelayThresholds *QFPacketDelayThresholdsType + QFQoSMonitoringState *string + func NewQFQoSMonitoringControlSingleAllOfAttributesAllOf() *QFQoSMonitoringControlSingleAllOfAttributesAllOf + func NewQFQoSMonitoringControlSingleAllOfAttributesAllOfWithDefaults() *QFQoSMonitoringControlSingleAllOfAttributesAllOf + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredQFMonitoringSupported() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsEventTriggeredQFMonitoringSupportedOk() (*bool, bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicQFMonitoringSupported() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsPeriodicQFMonitoringSupportedOk() (*bool, bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsSessionReleasedQFMonitoringSupported() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetIsSessionReleasedQFMonitoringSupportedOk() (*bool, bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMeasurementPeriod() int32 + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMeasurementPeriodOk() (*int32, bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMinimumWaitTime() int32 + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMinimumWaitTimeOk() (*int32, bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitored5QIs() []int32 + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitored5QIsOk() ([]int32, bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitoredSNSSAIs() []Snssai + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFMonitoredSNSSAIsOk() ([]Snssai, bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFPacketDelayThresholds() QFPacketDelayThresholdsType + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFPacketDelayThresholdsOk() (*QFPacketDelayThresholdsType, bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFQoSMonitoringState() string + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) GetQFQoSMonitoringStateOk() (*string, bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsEventTriggeredQFMonitoringSupported() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsPeriodicQFMonitoringSupported() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasIsSessionReleasedQFMonitoringSupported() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFMeasurementPeriod() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFMinimumWaitTime() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFMonitored5QIs() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFMonitoredSNSSAIs() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFPacketDelayThresholds() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) HasQFQoSMonitoringState() bool + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsEventTriggeredQFMonitoringSupported(v bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsPeriodicQFMonitoringSupported(v bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetIsSessionReleasedQFMonitoringSupported(v bool) + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMeasurementPeriod(v int32) + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMinimumWaitTime(v int32) + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMonitored5QIs(v []int32) + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFMonitoredSNSSAIs(v []Snssai) + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFPacketDelayThresholds(v QFPacketDelayThresholdsType) + func (o *QFQoSMonitoringControlSingleAllOfAttributesAllOf) SetQFQoSMonitoringState(v string) + func (o QFQoSMonitoringControlSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o QFQoSMonitoringControlSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type QosData struct + Arp *Arp + ExtMaxDataBurstVol NullableInt32 + FiveQIValue *int32 + GbrDl NullableString + GbrUl NullableString + MaxPacketLossRateDl NullableInt32 + MaxPacketLossRateUl NullableInt32 + MaxbrDl NullableString + MaxbrUl NullableString + QosId *string + QosNotificationControl *bool + ReflectiveQos *bool + SharingKeyDl *string + SharingKeyUl *string + func NewQosData() *QosData + func NewQosDataWithDefaults() *QosData + func (o *QosData) GetArp() Arp + func (o *QosData) GetArpOk() (*Arp, bool) + func (o *QosData) GetExtMaxDataBurstVol() int32 + func (o *QosData) GetExtMaxDataBurstVolOk() (*int32, bool) + func (o *QosData) GetFiveQIValue() int32 + func (o *QosData) GetFiveQIValueOk() (*int32, bool) + func (o *QosData) GetGbrDl() string + func (o *QosData) GetGbrDlOk() (*string, bool) + func (o *QosData) GetGbrUl() string + func (o *QosData) GetGbrUlOk() (*string, bool) + func (o *QosData) GetMaxPacketLossRateDl() int32 + func (o *QosData) GetMaxPacketLossRateDlOk() (*int32, bool) + func (o *QosData) GetMaxPacketLossRateUl() int32 + func (o *QosData) GetMaxPacketLossRateUlOk() (*int32, bool) + func (o *QosData) GetMaxbrDl() string + func (o *QosData) GetMaxbrDlOk() (*string, bool) + func (o *QosData) GetMaxbrUl() string + func (o *QosData) GetMaxbrUlOk() (*string, bool) + func (o *QosData) GetQosId() string + func (o *QosData) GetQosIdOk() (*string, bool) + func (o *QosData) GetQosNotificationControl() bool + func (o *QosData) GetQosNotificationControlOk() (*bool, bool) + func (o *QosData) GetReflectiveQos() bool + func (o *QosData) GetReflectiveQosOk() (*bool, bool) + func (o *QosData) GetSharingKeyDl() string + func (o *QosData) GetSharingKeyDlOk() (*string, bool) + func (o *QosData) GetSharingKeyUl() string + func (o *QosData) GetSharingKeyUlOk() (*string, bool) + func (o *QosData) HasArp() bool + func (o *QosData) HasExtMaxDataBurstVol() bool + func (o *QosData) HasFiveQIValue() bool + func (o *QosData) HasGbrDl() bool + func (o *QosData) HasGbrUl() bool + func (o *QosData) HasMaxPacketLossRateDl() bool + func (o *QosData) HasMaxPacketLossRateUl() bool + func (o *QosData) HasMaxbrDl() bool + func (o *QosData) HasMaxbrUl() bool + func (o *QosData) HasQosId() bool + func (o *QosData) HasQosNotificationControl() bool + func (o *QosData) HasReflectiveQos() bool + func (o *QosData) HasSharingKeyDl() bool + func (o *QosData) HasSharingKeyUl() bool + func (o *QosData) SetArp(v Arp) + func (o *QosData) SetExtMaxDataBurstVol(v int32) + func (o *QosData) SetExtMaxDataBurstVolNil() + func (o *QosData) SetFiveQIValue(v int32) + func (o *QosData) SetGbrDl(v string) + func (o *QosData) SetGbrDlNil() + func (o *QosData) SetGbrUl(v string) + func (o *QosData) SetGbrUlNil() + func (o *QosData) SetMaxPacketLossRateDl(v int32) + func (o *QosData) SetMaxPacketLossRateDlNil() + func (o *QosData) SetMaxPacketLossRateUl(v int32) + func (o *QosData) SetMaxPacketLossRateUlNil() + func (o *QosData) SetMaxbrDl(v string) + func (o *QosData) SetMaxbrDlNil() + func (o *QosData) SetMaxbrUl(v string) + func (o *QosData) SetMaxbrUlNil() + func (o *QosData) SetQosId(v string) + func (o *QosData) SetQosNotificationControl(v bool) + func (o *QosData) SetReflectiveQos(v bool) + func (o *QosData) SetSharingKeyDl(v string) + func (o *QosData) SetSharingKeyUl(v string) + func (o *QosData) UnsetExtMaxDataBurstVol() + func (o *QosData) UnsetGbrDl() + func (o *QosData) UnsetGbrUl() + func (o *QosData) UnsetMaxPacketLossRateDl() + func (o *QosData) UnsetMaxPacketLossRateUl() + func (o *QosData) UnsetMaxbrDl() + func (o *QosData) UnsetMaxbrUl() + func (o QosData) MarshalJSON() ([]byte, error) + func (o QosData) ToMap() (map[string]interface{}, error) + type RatType struct + RatTypeAnyOf *RatTypeAnyOf + String *string + func (dst *RatType) UnmarshalJSON(data []byte) error + func (src *RatType) MarshalJSON() ([]byte, error) + type RatTypeAnyOf string + const EUTRA + const EUTRA_U + const GERA + const LTE_M + const NBIOT + const NR + const NR_GEO + const NR_LEO + const NR_MEO + const NR_OTHER_SAT + const NR_REDCAP + const NR_U + const TRUSTED_N3_GA + const TRUSTED_WLAN + const UTRA + const VIRTUAL + const WIRELINE + const WIRELINE_BBF + const WIRELINE_CABLE + const WLAN + func NewRatTypeAnyOfFromValue(v string) (*RatTypeAnyOf, error) + func (v *RatTypeAnyOf) UnmarshalJSON(src []byte) error + func (v RatTypeAnyOf) IsValid() bool + func (v RatTypeAnyOf) Ptr() *RatTypeAnyOf + type RedirectAddressType struct + RedirectAddressTypeAnyOf *RedirectAddressTypeAnyOf + String *string + func (dst *RedirectAddressType) UnmarshalJSON(data []byte) error + func (src *RedirectAddressType) MarshalJSON() ([]byte, error) + type RedirectAddressTypeAnyOf string + const IPV4_ADDR + const IPV6_ADDR + const SIP_URI + const URL + func NewRedirectAddressTypeAnyOfFromValue(v string) (*RedirectAddressTypeAnyOf, error) + func (v *RedirectAddressTypeAnyOf) UnmarshalJSON(src []byte) error + func (v RedirectAddressTypeAnyOf) IsValid() bool + func (v RedirectAddressTypeAnyOf) Ptr() *RedirectAddressTypeAnyOf + type RedirectInformation struct + RedirectAddressType *RedirectAddressType + RedirectEnabled *bool + RedirectServerAddress *string + func NewRedirectInformation() *RedirectInformation + func NewRedirectInformationWithDefaults() *RedirectInformation + func (o *RedirectInformation) GetRedirectAddressType() RedirectAddressType + func (o *RedirectInformation) GetRedirectAddressTypeOk() (*RedirectAddressType, bool) + func (o *RedirectInformation) GetRedirectEnabled() bool + func (o *RedirectInformation) GetRedirectEnabledOk() (*bool, bool) + func (o *RedirectInformation) GetRedirectServerAddress() string + func (o *RedirectInformation) GetRedirectServerAddressOk() (*string, bool) + func (o *RedirectInformation) HasRedirectAddressType() bool + func (o *RedirectInformation) HasRedirectEnabled() bool + func (o *RedirectInformation) HasRedirectServerAddress() bool + func (o *RedirectInformation) SetRedirectAddressType(v RedirectAddressType) + func (o *RedirectInformation) SetRedirectEnabled(v bool) + func (o *RedirectInformation) SetRedirectServerAddress(v string) + func (o RedirectInformation) MarshalJSON() ([]byte, error) + func (o RedirectInformation) ToMap() (map[string]interface{}, error) + type RegistrationState string + const DEREGISTERED + func NewRegistrationStateFromValue(v string) (*RegistrationState, error) + func (v *RegistrationState) UnmarshalJSON(src []byte) error + func (v RegistrationState) IsValid() bool + func (v RegistrationState) Ptr() *RegistrationState + type RemoteAddress struct + Ipv4Address *string + Ipv6Address *Ipv6Addr + func NewRemoteAddress() *RemoteAddress + func NewRemoteAddressWithDefaults() *RemoteAddress + func (o *RemoteAddress) GetIpv4Address() string + func (o *RemoteAddress) GetIpv4AddressOk() (*string, bool) + func (o *RemoteAddress) GetIpv6Address() Ipv6Addr + func (o *RemoteAddress) GetIpv6AddressOk() (*Ipv6Addr, bool) + func (o *RemoteAddress) HasIpv4Address() bool + func (o *RemoteAddress) HasIpv6Address() bool + func (o *RemoteAddress) SetIpv4Address(v string) + func (o *RemoteAddress) SetIpv6Address(v Ipv6Addr) + func (o RemoteAddress) MarshalJSON() ([]byte, error) + func (o RemoteAddress) ToMap() (map[string]interface{}, error) + type ReportAmountType string + const INFINITY + func NewReportAmountTypeFromValue(v string) (*ReportAmountType, error) + func (v *ReportAmountType) UnmarshalJSON(src []byte) error + func (v ReportAmountType) IsValid() bool + func (v ReportAmountType) Ptr() *ReportAmountType + type ReportIntervalType struct + LTE []string + NR []string + UMTS []string + func NewReportIntervalType() *ReportIntervalType + func NewReportIntervalTypeWithDefaults() *ReportIntervalType + func (o *ReportIntervalType) GetLTE() []string + func (o *ReportIntervalType) GetLTEOk() ([]string, bool) + func (o *ReportIntervalType) GetNR() []string + func (o *ReportIntervalType) GetNROk() ([]string, bool) + func (o *ReportIntervalType) GetUMTS() []string + func (o *ReportIntervalType) GetUMTSOk() ([]string, bool) + func (o *ReportIntervalType) HasLTE() bool + func (o *ReportIntervalType) HasNR() bool + func (o *ReportIntervalType) HasUMTS() bool + func (o *ReportIntervalType) SetLTE(v []string) + func (o *ReportIntervalType) SetNR(v []string) + func (o *ReportIntervalType) SetUMTS(v []string) + func (o ReportIntervalType) MarshalJSON() ([]byte, error) + func (o ReportIntervalType) ToMap() (map[string]interface{}, error) + type ReportTypeType string + const EVENT_TRIGGERED + const PERIODICAL + func NewReportTypeTypeFromValue(v string) (*ReportTypeType, error) + func (v *ReportTypeType) UnmarshalJSON(src []byte) error + func (v ReportTypeType) IsValid() bool + func (v ReportTypeType) Ptr() *ReportTypeType + type ReportingCtrl struct + ReportingCtrlOneOf *ReportingCtrlOneOf + ReportingCtrlOneOf1 *ReportingCtrlOneOf1 + ReportingCtrlOneOf2 *ReportingCtrlOneOf2 + func ReportingCtrlOneOf1AsReportingCtrl(v *ReportingCtrlOneOf1) ReportingCtrl + func ReportingCtrlOneOf2AsReportingCtrl(v *ReportingCtrlOneOf2) ReportingCtrl + func ReportingCtrlOneOfAsReportingCtrl(v *ReportingCtrlOneOf) ReportingCtrl + func (dst *ReportingCtrl) UnmarshalJSON(data []byte) error + func (obj *ReportingCtrl) GetActualInstance() interface{} + func (src ReportingCtrl) MarshalJSON() ([]byte, error) + type ReportingCtrlOneOf struct + FileReportingPeriod *int32 + func NewReportingCtrlOneOf() *ReportingCtrlOneOf + func NewReportingCtrlOneOfWithDefaults() *ReportingCtrlOneOf + func (o *ReportingCtrlOneOf) GetFileReportingPeriod() int32 + func (o *ReportingCtrlOneOf) GetFileReportingPeriodOk() (*int32, bool) + func (o *ReportingCtrlOneOf) HasFileReportingPeriod() bool + func (o *ReportingCtrlOneOf) SetFileReportingPeriod(v int32) + func (o ReportingCtrlOneOf) MarshalJSON() ([]byte, error) + func (o ReportingCtrlOneOf) ToMap() (map[string]interface{}, error) + type ReportingCtrlOneOf1 struct + FileLocation *string + FileReportingPeriod *int32 + func NewReportingCtrlOneOf1() *ReportingCtrlOneOf1 + func NewReportingCtrlOneOf1WithDefaults() *ReportingCtrlOneOf1 + func (o *ReportingCtrlOneOf1) GetFileLocation() string + func (o *ReportingCtrlOneOf1) GetFileLocationOk() (*string, bool) + func (o *ReportingCtrlOneOf1) GetFileReportingPeriod() int32 + func (o *ReportingCtrlOneOf1) GetFileReportingPeriodOk() (*int32, bool) + func (o *ReportingCtrlOneOf1) HasFileLocation() bool + func (o *ReportingCtrlOneOf1) HasFileReportingPeriod() bool + func (o *ReportingCtrlOneOf1) SetFileLocation(v string) + func (o *ReportingCtrlOneOf1) SetFileReportingPeriod(v int32) + func (o ReportingCtrlOneOf1) MarshalJSON() ([]byte, error) + func (o ReportingCtrlOneOf1) ToMap() (map[string]interface{}, error) + type ReportingCtrlOneOf2 struct + StreamTarget *string + func NewReportingCtrlOneOf2() *ReportingCtrlOneOf2 + func NewReportingCtrlOneOf2WithDefaults() *ReportingCtrlOneOf2 + func (o *ReportingCtrlOneOf2) GetStreamTarget() string + func (o *ReportingCtrlOneOf2) GetStreamTargetOk() (*string, bool) + func (o *ReportingCtrlOneOf2) HasStreamTarget() bool + func (o *ReportingCtrlOneOf2) SetStreamTarget(v string) + func (o ReportingCtrlOneOf2) MarshalJSON() ([]byte, error) + func (o ReportingCtrlOneOf2) ToMap() (map[string]interface{}, error) + type Resources5gcNrm struct + AmfFunctionSingle *AmfFunctionSingle + AmfRegionSingle *AmfRegionSingle + AmfSetSingle *AmfSetSingle + AusfFunctionSingle *AusfFunctionSingle + Configurable5QISetSingle *Configurable5QISetSingle + DDNMFFunctionSingle *DDNMFFunctionSingle + Dynamic5QISetSingle *Dynamic5QISetSingle + EASDFFunctionSingle *EASDFFunctionSingle + EPMAPSMSCSingle *EPMAPSMSCSingle + EPN10Single *EPN10Single + EPN11Single *EPN11Single + EPN12Single *EPN12Single + EPN13Single *EPN13Single + EPN14Single *EPN14Single + EPN15Single *EPN15Single + EPN16Single *EPN16Single + EPN17Single *EPN17Single + EPN20Single *EPN20Single + EPN21Single *EPN21Single + EPN22Single *EPN22Single + EPN26Single *EPN26Single + EPN27Single *EPN27Single + EPN2Single *EPN2Single + EPN31Single *EPN31Single + EPN32Single *EPN32Single + EPN33Single *EPN33Single + EPN3Single *EPN3Single + EPN4Single *EPN4Single + EPN5Single *EPN5Single + EPN60Single *EPN60Single + EPN6Single *EPN6Single + EPN7Single *EPN7Single + EPN88Single *EPN88Single + EPN8Single *EPN8Single + EPN9Single *EPN9Single + EPNLGSingle *EPNLGSingle + EPNLSSingle *EPNLSSingle + EPNpc4Single *EPNpc4Single + EPNpc6Single *EPNpc6Single + EPNpc7Single *EPNpc7Single + EPNpc8Single *EPNpc8Single + EPRxSingle *EPRxSingle + EPS5CSingle *EPS5CSingle + EPS5USingle *EPS5USingle + EcmConnectionInfoSingle *EcmConnectionInfoSingle + ExternalAmfFunctionSingle *ExternalAmfFunctionSingle + ExternalNrfFunctionSingle *ExternalNrfFunctionSingle + ExternalNssfFunctionSingle *ExternalNssfFunctionSingle + ExternalSeppFunctionSingle *ExternalSeppFunctionSingle + FiveQiDscpMappingSetSingle *FiveQiDscpMappingSetSingle + GtpUPathQoSMonitoringControlSingle *GtpUPathQoSMonitoringControlSingle + LmfFunctionSingle *LmfFunctionSingle + ManagedElementSingle *ManagedElementSingle + N3iwfFunctionSingle *N3iwfFunctionSingle + NefFunctionSingle *NefFunctionSingle + NgeirFunctionSingle *NgeirFunctionSingle + NrfFunctionSingle *NrfFunctionSingle + NsacfFunctionSingle *NsacfFunctionSingle + NssfFunctionSingle *NssfFunctionSingle + NwdafFunctionSingle *NwdafFunctionSingle + PcfFunctionSingle *PcfFunctionSingle + PredefinedPccRuleSetSingle *PredefinedPccRuleSetSingle + ProvMnS *ProvMnS + QFQoSMonitoringControlSingle *QFQoSMonitoringControlSingle + ScpFunctionSingle *ScpFunctionSingle + SeppFunctionSingle *SeppFunctionSingle + SmfFunctionSingle *SmfFunctionSingle + SmsfFunctionSingle *SmsfFunctionSingle + SubNetworkSingle *SubNetworkSingle + UdmFunctionSingle *UdmFunctionSingle + UdrFunctionSingle *UdrFunctionSingle + UdsfFunctionSingle *UdsfFunctionSingle + UpfFunctionSingle *UpfFunctionSingle + func AmfFunctionSingleAsResources5gcNrm(v *AmfFunctionSingle) Resources5gcNrm + func AmfRegionSingleAsResources5gcNrm(v *AmfRegionSingle) Resources5gcNrm + func AmfSetSingleAsResources5gcNrm(v *AmfSetSingle) Resources5gcNrm + func AusfFunctionSingleAsResources5gcNrm(v *AusfFunctionSingle) Resources5gcNrm + func Configurable5QISetSingleAsResources5gcNrm(v *Configurable5QISetSingle) Resources5gcNrm + func DDNMFFunctionSingleAsResources5gcNrm(v *DDNMFFunctionSingle) Resources5gcNrm + func Dynamic5QISetSingleAsResources5gcNrm(v *Dynamic5QISetSingle) Resources5gcNrm + func EASDFFunctionSingleAsResources5gcNrm(v *EASDFFunctionSingle) Resources5gcNrm + func EPMAPSMSCSingleAsResources5gcNrm(v *EPMAPSMSCSingle) Resources5gcNrm + func EPN10SingleAsResources5gcNrm(v *EPN10Single) Resources5gcNrm + func EPN11SingleAsResources5gcNrm(v *EPN11Single) Resources5gcNrm + func EPN12SingleAsResources5gcNrm(v *EPN12Single) Resources5gcNrm + func EPN13SingleAsResources5gcNrm(v *EPN13Single) Resources5gcNrm + func EPN14SingleAsResources5gcNrm(v *EPN14Single) Resources5gcNrm + func EPN15SingleAsResources5gcNrm(v *EPN15Single) Resources5gcNrm + func EPN16SingleAsResources5gcNrm(v *EPN16Single) Resources5gcNrm + func EPN17SingleAsResources5gcNrm(v *EPN17Single) Resources5gcNrm + func EPN20SingleAsResources5gcNrm(v *EPN20Single) Resources5gcNrm + func EPN21SingleAsResources5gcNrm(v *EPN21Single) Resources5gcNrm + func EPN22SingleAsResources5gcNrm(v *EPN22Single) Resources5gcNrm + func EPN26SingleAsResources5gcNrm(v *EPN26Single) Resources5gcNrm + func EPN27SingleAsResources5gcNrm(v *EPN27Single) Resources5gcNrm + func EPN2SingleAsResources5gcNrm(v *EPN2Single) Resources5gcNrm + func EPN31SingleAsResources5gcNrm(v *EPN31Single) Resources5gcNrm + func EPN32SingleAsResources5gcNrm(v *EPN32Single) Resources5gcNrm + func EPN33SingleAsResources5gcNrm(v *EPN33Single) Resources5gcNrm + func EPN3SingleAsResources5gcNrm(v *EPN3Single) Resources5gcNrm + func EPN4SingleAsResources5gcNrm(v *EPN4Single) Resources5gcNrm + func EPN5SingleAsResources5gcNrm(v *EPN5Single) Resources5gcNrm + func EPN60SingleAsResources5gcNrm(v *EPN60Single) Resources5gcNrm + func EPN6SingleAsResources5gcNrm(v *EPN6Single) Resources5gcNrm + func EPN7SingleAsResources5gcNrm(v *EPN7Single) Resources5gcNrm + func EPN88SingleAsResources5gcNrm(v *EPN88Single) Resources5gcNrm + func EPN8SingleAsResources5gcNrm(v *EPN8Single) Resources5gcNrm + func EPN9SingleAsResources5gcNrm(v *EPN9Single) Resources5gcNrm + func EPNLGSingleAsResources5gcNrm(v *EPNLGSingle) Resources5gcNrm + func EPNLSSingleAsResources5gcNrm(v *EPNLSSingle) Resources5gcNrm + func EPNpc4SingleAsResources5gcNrm(v *EPNpc4Single) Resources5gcNrm + func EPNpc6SingleAsResources5gcNrm(v *EPNpc6Single) Resources5gcNrm + func EPNpc7SingleAsResources5gcNrm(v *EPNpc7Single) Resources5gcNrm + func EPNpc8SingleAsResources5gcNrm(v *EPNpc8Single) Resources5gcNrm + func EPRxSingleAsResources5gcNrm(v *EPRxSingle) Resources5gcNrm + func EPS5CSingleAsResources5gcNrm(v *EPS5CSingle) Resources5gcNrm + func EPS5USingleAsResources5gcNrm(v *EPS5USingle) Resources5gcNrm + func EcmConnectionInfoSingleAsResources5gcNrm(v *EcmConnectionInfoSingle) Resources5gcNrm + func ExternalAmfFunctionSingleAsResources5gcNrm(v *ExternalAmfFunctionSingle) Resources5gcNrm + func ExternalNrfFunctionSingleAsResources5gcNrm(v *ExternalNrfFunctionSingle) Resources5gcNrm + func ExternalNssfFunctionSingleAsResources5gcNrm(v *ExternalNssfFunctionSingle) Resources5gcNrm + func ExternalSeppFunctionSingleAsResources5gcNrm(v *ExternalSeppFunctionSingle) Resources5gcNrm + func FiveQiDscpMappingSetSingleAsResources5gcNrm(v *FiveQiDscpMappingSetSingle) Resources5gcNrm + func GtpUPathQoSMonitoringControlSingleAsResources5gcNrm(v *GtpUPathQoSMonitoringControlSingle) Resources5gcNrm + func LmfFunctionSingleAsResources5gcNrm(v *LmfFunctionSingle) Resources5gcNrm + func ManagedElementSingleAsResources5gcNrm(v *ManagedElementSingle) Resources5gcNrm + func N3iwfFunctionSingleAsResources5gcNrm(v *N3iwfFunctionSingle) Resources5gcNrm + func NefFunctionSingleAsResources5gcNrm(v *NefFunctionSingle) Resources5gcNrm + func NgeirFunctionSingleAsResources5gcNrm(v *NgeirFunctionSingle) Resources5gcNrm + func NrfFunctionSingleAsResources5gcNrm(v *NrfFunctionSingle) Resources5gcNrm + func NsacfFunctionSingleAsResources5gcNrm(v *NsacfFunctionSingle) Resources5gcNrm + func NssfFunctionSingleAsResources5gcNrm(v *NssfFunctionSingle) Resources5gcNrm + func NwdafFunctionSingleAsResources5gcNrm(v *NwdafFunctionSingle) Resources5gcNrm + func PcfFunctionSingleAsResources5gcNrm(v *PcfFunctionSingle) Resources5gcNrm + func PredefinedPccRuleSetSingleAsResources5gcNrm(v *PredefinedPccRuleSetSingle) Resources5gcNrm + func ProvMnSAsResources5gcNrm(v *ProvMnS) Resources5gcNrm + func QFQoSMonitoringControlSingleAsResources5gcNrm(v *QFQoSMonitoringControlSingle) Resources5gcNrm + func ScpFunctionSingleAsResources5gcNrm(v *ScpFunctionSingle) Resources5gcNrm + func SeppFunctionSingleAsResources5gcNrm(v *SeppFunctionSingle) Resources5gcNrm + func SmfFunctionSingleAsResources5gcNrm(v *SmfFunctionSingle) Resources5gcNrm + func SmsfFunctionSingleAsResources5gcNrm(v *SmsfFunctionSingle) Resources5gcNrm + func SubNetworkSingleAsResources5gcNrm(v *SubNetworkSingle) Resources5gcNrm + func UdmFunctionSingleAsResources5gcNrm(v *UdmFunctionSingle) Resources5gcNrm + func UdrFunctionSingleAsResources5gcNrm(v *UdrFunctionSingle) Resources5gcNrm + func UdsfFunctionSingleAsResources5gcNrm(v *UdsfFunctionSingle) Resources5gcNrm + func UpfFunctionSingleAsResources5gcNrm(v *UpfFunctionSingle) Resources5gcNrm + func (dst *Resources5gcNrm) UnmarshalJSON(data []byte) error + func (obj *Resources5gcNrm) GetActualInstance() interface{} + func (src Resources5gcNrm) MarshalJSON() ([]byte, error) + type RouteInformation struct + Ipv4Addr *string + Ipv6Addr *Ipv6Addr1 + PortNumber int32 + func NewRouteInformation(portNumber int32) *RouteInformation + func NewRouteInformationWithDefaults() *RouteInformation + func (o *RouteInformation) GetIpv4Addr() string + func (o *RouteInformation) GetIpv4AddrOk() (*string, bool) + func (o *RouteInformation) GetIpv6Addr() Ipv6Addr1 + func (o *RouteInformation) GetIpv6AddrOk() (*Ipv6Addr1, bool) + func (o *RouteInformation) GetPortNumber() int32 + func (o *RouteInformation) GetPortNumberOk() (*int32, bool) + func (o *RouteInformation) HasIpv4Addr() bool + func (o *RouteInformation) HasIpv6Addr() bool + func (o *RouteInformation) SetIpv4Addr(v string) + func (o *RouteInformation) SetIpv6Addr(v Ipv6Addr1) + func (o *RouteInformation) SetPortNumber(v int32) + func (o RouteInformation) MarshalJSON() ([]byte, error) + func (o RouteInformation) ToMap() (map[string]interface{}, error) + type RouteToLocation struct + Interface *interface{} + func (dst *RouteToLocation) UnmarshalJSON(data []byte) error + func (src *RouteToLocation) MarshalJSON() ([]byte, error) + type SAP struct + Host *HostAddr + Port *int32 + func NewSAP() *SAP + func NewSAPWithDefaults() *SAP + func (o *SAP) GetHost() HostAddr + func (o *SAP) GetHostOk() (*HostAddr, bool) + func (o *SAP) GetPort() int32 + func (o *SAP) GetPortOk() (*int32, bool) + func (o *SAP) HasHost() bool + func (o *SAP) HasPort() bool + func (o *SAP) SetHost(v HostAddr) + func (o *SAP) SetPort(v int32) + func (o SAP) MarshalJSON() ([]byte, error) + func (o SAP) ToMap() (map[string]interface{}, error) + type SEPPType string + const CSEPP + const PSEPP + func NewSEPPTypeFromValue(v string) (*SEPPType, error) + func (v *SEPPType) UnmarshalJSON(src []byte) error + func (v SEPPType) IsValid() bool + func (v SEPPType) Ptr() *SEPPType + type SNssaiSmfInfoItem struct + DnnSmfInfoList []DnnSmfInfoItem + SNSSAI *Snssai + func NewSNssaiSmfInfoItem() *SNssaiSmfInfoItem + func NewSNssaiSmfInfoItemWithDefaults() *SNssaiSmfInfoItem + func (o *SNssaiSmfInfoItem) GetDnnSmfInfoList() []DnnSmfInfoItem + func (o *SNssaiSmfInfoItem) GetDnnSmfInfoListOk() ([]DnnSmfInfoItem, bool) + func (o *SNssaiSmfInfoItem) GetSNSSAI() Snssai + func (o *SNssaiSmfInfoItem) GetSNSSAIOk() (*Snssai, bool) + func (o *SNssaiSmfInfoItem) HasDnnSmfInfoList() bool + func (o *SNssaiSmfInfoItem) HasSNSSAI() bool + func (o *SNssaiSmfInfoItem) SetDnnSmfInfoList(v []DnnSmfInfoItem) + func (o *SNssaiSmfInfoItem) SetSNSSAI(v Snssai) + func (o SNssaiSmfInfoItem) MarshalJSON() ([]byte, error) + func (o SNssaiSmfInfoItem) ToMap() (map[string]interface{}, error) + type Scope struct + ScopeLevel *int32 + ScopeType *string + func NewScope() *Scope + func NewScopeWithDefaults() *Scope + func (o *Scope) GetScopeLevel() int32 + func (o *Scope) GetScopeLevelOk() (*int32, bool) + func (o *Scope) GetScopeType() string + func (o *Scope) GetScopeTypeOk() (*string, bool) + func (o *Scope) HasScopeLevel() bool + func (o *Scope) HasScopeType() bool + func (o *Scope) SetScopeLevel(v int32) + func (o *Scope) SetScopeType(v string) + func (o Scope) MarshalJSON() ([]byte, error) + func (o Scope) ToMap() (map[string]interface{}, error) + type ScpCapability string + const INDIRECT_COM_WITH_DELEG_DISC + func NewScpCapabilityFromValue(v string) (*ScpCapability, error) + func (v *ScpCapability) UnmarshalJSON(src []byte) error + func (v ScpCapability) IsValid() bool + func (v ScpCapability) Ptr() *ScpCapability + type ScpDomainInfo struct + ScpFqdn *string + ScpIpEndPoints []IpEndPoint1 + ScpPorts *map[string]int32 + ScpPrefix *string + func NewScpDomainInfo() *ScpDomainInfo + func NewScpDomainInfoWithDefaults() *ScpDomainInfo + func (o *ScpDomainInfo) GetScpFqdn() string + func (o *ScpDomainInfo) GetScpFqdnOk() (*string, bool) + func (o *ScpDomainInfo) GetScpIpEndPoints() []IpEndPoint1 + func (o *ScpDomainInfo) GetScpIpEndPointsOk() ([]IpEndPoint1, 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) SetScpFqdn(v string) + func (o *ScpDomainInfo) SetScpIpEndPoints(v []IpEndPoint1) + func (o *ScpDomainInfo) SetScpPorts(v map[string]int32) + func (o *ScpDomainInfo) SetScpPrefix(v string) + func (o ScpDomainInfo) MarshalJSON() ([]byte, error) + func (o ScpDomainInfo) ToMap() (map[string]interface{}, error) + type ScpFunctionSingle struct + Attributes *ManagedFunctionAttr + Id NullableString + ManagedNFService []ManagedNFServiceSingle + ObjectClass *string + ObjectInstance *string + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + VsDataContainer []VsDataContainerSingle + func NewScpFunctionSingle(id NullableString) *ScpFunctionSingle + func NewScpFunctionSingleWithDefaults() *ScpFunctionSingle + func (o *ScpFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *ScpFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *ScpFunctionSingle) GetId() string + func (o *ScpFunctionSingle) GetIdOk() (*string, bool) + func (o *ScpFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle + func (o *ScpFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool) + func (o *ScpFunctionSingle) GetObjectClass() string + func (o *ScpFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *ScpFunctionSingle) GetObjectInstance() string + func (o *ScpFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *ScpFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle + func (o *ScpFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *ScpFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *ScpFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *ScpFunctionSingle) GetTraceJob() []TraceJobSingle + func (o *ScpFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *ScpFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *ScpFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *ScpFunctionSingle) HasAttributes() bool + func (o *ScpFunctionSingle) HasManagedNFService() bool + func (o *ScpFunctionSingle) HasObjectClass() bool + func (o *ScpFunctionSingle) HasObjectInstance() bool + func (o *ScpFunctionSingle) HasPerfMetricJob() bool + func (o *ScpFunctionSingle) HasThresholdMonitor() bool + func (o *ScpFunctionSingle) HasTraceJob() bool + func (o *ScpFunctionSingle) HasVsDataContainer() bool + func (o *ScpFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *ScpFunctionSingle) SetId(v string) + func (o *ScpFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle) + func (o *ScpFunctionSingle) SetObjectClass(v string) + func (o *ScpFunctionSingle) SetObjectInstance(v string) + func (o *ScpFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *ScpFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *ScpFunctionSingle) SetTraceJob(v []TraceJobSingle) + func (o *ScpFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o ScpFunctionSingle) MarshalJSON() ([]byte, error) + func (o ScpFunctionSingle) ToMap() (map[string]interface{}, error) + type ScpFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewScpFunctionSingleAllOf() *ScpFunctionSingleAllOf + func NewScpFunctionSingleAllOfWithDefaults() *ScpFunctionSingleAllOf + func (o *ScpFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *ScpFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *ScpFunctionSingleAllOf) HasAttributes() bool + func (o *ScpFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o ScpFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o ScpFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type ScpFunctionSingleAllOfAttributes struct + Address *HostAddr + PeeParametersList []PeeParameter + PriorityLabel *int32 + ScpInfo *ScpInfo + SupportedFuncList []SupportedFunc + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + VnfParametersList []VnfParameter + func NewScpFunctionSingleAllOfAttributes() *ScpFunctionSingleAllOfAttributes + func NewScpFunctionSingleAllOfAttributesWithDefaults() *ScpFunctionSingleAllOfAttributes + func (o *ScpFunctionSingleAllOfAttributes) GetAddress() HostAddr + func (o *ScpFunctionSingleAllOfAttributes) GetAddressOk() (*HostAddr, bool) + func (o *ScpFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *ScpFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *ScpFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *ScpFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *ScpFunctionSingleAllOfAttributes) GetScpInfo() ScpInfo + func (o *ScpFunctionSingleAllOfAttributes) GetScpInfoOk() (*ScpInfo, bool) + func (o *ScpFunctionSingleAllOfAttributes) GetSupportedFuncList() []SupportedFunc + func (o *ScpFunctionSingleAllOfAttributes) GetSupportedFuncListOk() ([]SupportedFunc, bool) + func (o *ScpFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *ScpFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *ScpFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *ScpFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *ScpFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *ScpFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *ScpFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *ScpFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *ScpFunctionSingleAllOfAttributes) HasAddress() bool + func (o *ScpFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *ScpFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *ScpFunctionSingleAllOfAttributes) HasScpInfo() bool + func (o *ScpFunctionSingleAllOfAttributes) HasSupportedFuncList() bool + func (o *ScpFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *ScpFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *ScpFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *ScpFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *ScpFunctionSingleAllOfAttributes) SetAddress(v HostAddr) + func (o *ScpFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *ScpFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *ScpFunctionSingleAllOfAttributes) SetScpInfo(v ScpInfo) + func (o *ScpFunctionSingleAllOfAttributes) SetSupportedFuncList(v []SupportedFunc) + func (o *ScpFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *ScpFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *ScpFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *ScpFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o ScpFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o ScpFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type ScpFunctionSingleAllOfAttributesAllOf struct + Address *HostAddr + ScpInfo *ScpInfo + SupportedFuncList []SupportedFunc + func NewScpFunctionSingleAllOfAttributesAllOf() *ScpFunctionSingleAllOfAttributesAllOf + func NewScpFunctionSingleAllOfAttributesAllOfWithDefaults() *ScpFunctionSingleAllOfAttributesAllOf + func (o *ScpFunctionSingleAllOfAttributesAllOf) GetAddress() HostAddr + func (o *ScpFunctionSingleAllOfAttributesAllOf) GetAddressOk() (*HostAddr, bool) + func (o *ScpFunctionSingleAllOfAttributesAllOf) GetScpInfo() ScpInfo + func (o *ScpFunctionSingleAllOfAttributesAllOf) GetScpInfoOk() (*ScpInfo, bool) + func (o *ScpFunctionSingleAllOfAttributesAllOf) GetSupportedFuncList() []SupportedFunc + func (o *ScpFunctionSingleAllOfAttributesAllOf) GetSupportedFuncListOk() ([]SupportedFunc, bool) + func (o *ScpFunctionSingleAllOfAttributesAllOf) HasAddress() bool + func (o *ScpFunctionSingleAllOfAttributesAllOf) HasScpInfo() bool + func (o *ScpFunctionSingleAllOfAttributesAllOf) HasSupportedFuncList() bool + func (o *ScpFunctionSingleAllOfAttributesAllOf) SetAddress(v HostAddr) + func (o *ScpFunctionSingleAllOfAttributesAllOf) SetScpInfo(v ScpInfo) + func (o *ScpFunctionSingleAllOfAttributesAllOf) SetSupportedFuncList(v []SupportedFunc) + func (o ScpFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o ScpFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type ScpInfo struct + AddressDomains []string + IpReachability *IpReachability + Ipv4AddrRanges []Ipv4AddressRange + Ipv4Addresses []string + Ipv6PrefixRanges []Ipv6PrefixRange + Ipv6Prefixes []Ipv6Prefix1 + RemotePlmnList []PlmnId2 + RemoteSnpnList []PlmnIdNid + ScpCapabilities []ScpCapability + ScpDomainInfoList *map[string]ScpDomainInfo + ScpPorts *map[string]int32 + ScpPrefix *string + ServedNfSetIdList []string + func NewScpInfo() *ScpInfo + func NewScpInfoWithDefaults() *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() []Ipv6Prefix1 + func (o *ScpInfo) GetIpv6PrefixesOk() ([]Ipv6Prefix1, bool) + func (o *ScpInfo) GetRemotePlmnList() []PlmnId2 + func (o *ScpInfo) GetRemotePlmnListOk() ([]PlmnId2, 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) 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 []Ipv6Prefix1) + func (o *ScpInfo) SetRemotePlmnList(v []PlmnId2) + 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) MarshalJSON() ([]byte, error) + func (o ScpInfo) ToMap() (map[string]interface{}, error) + type SdRange struct + End *string + Start *string + func NewSdRange() *SdRange + func NewSdRangeWithDefaults() *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) SetEnd(v string) + func (o *SdRange) SetStart(v string) + func (o SdRange) MarshalJSON() ([]byte, error) + func (o SdRange) ToMap() (map[string]interface{}, error) + type SeppFunctionSingle struct + Attributes *ManagedFunctionAttr + EPN32 []EPN32Single + Id NullableString + ManagedNFService []ManagedNFServiceSingle + ObjectClass *string + ObjectInstance *string + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + VsDataContainer []VsDataContainerSingle + func NewSeppFunctionSingle(id NullableString) *SeppFunctionSingle + func NewSeppFunctionSingleWithDefaults() *SeppFunctionSingle + func (o *SeppFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *SeppFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *SeppFunctionSingle) GetEPN32() []EPN32Single + func (o *SeppFunctionSingle) GetEPN32Ok() ([]EPN32Single, bool) + func (o *SeppFunctionSingle) GetId() string + func (o *SeppFunctionSingle) GetIdOk() (*string, bool) + func (o *SeppFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle + func (o *SeppFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool) + func (o *SeppFunctionSingle) GetObjectClass() string + func (o *SeppFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *SeppFunctionSingle) GetObjectInstance() string + func (o *SeppFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *SeppFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle + func (o *SeppFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *SeppFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *SeppFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *SeppFunctionSingle) GetTraceJob() []TraceJobSingle + func (o *SeppFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *SeppFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *SeppFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *SeppFunctionSingle) HasAttributes() bool + func (o *SeppFunctionSingle) HasEPN32() bool + func (o *SeppFunctionSingle) HasManagedNFService() bool + func (o *SeppFunctionSingle) HasObjectClass() bool + func (o *SeppFunctionSingle) HasObjectInstance() bool + func (o *SeppFunctionSingle) HasPerfMetricJob() bool + func (o *SeppFunctionSingle) HasThresholdMonitor() bool + func (o *SeppFunctionSingle) HasTraceJob() bool + func (o *SeppFunctionSingle) HasVsDataContainer() bool + func (o *SeppFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *SeppFunctionSingle) SetEPN32(v []EPN32Single) + func (o *SeppFunctionSingle) SetId(v string) + func (o *SeppFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle) + func (o *SeppFunctionSingle) SetObjectClass(v string) + func (o *SeppFunctionSingle) SetObjectInstance(v string) + func (o *SeppFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *SeppFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *SeppFunctionSingle) SetTraceJob(v []TraceJobSingle) + func (o *SeppFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o SeppFunctionSingle) MarshalJSON() ([]byte, error) + func (o SeppFunctionSingle) ToMap() (map[string]interface{}, error) + type SeppFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewSeppFunctionSingleAllOf() *SeppFunctionSingleAllOf + func NewSeppFunctionSingleAllOfWithDefaults() *SeppFunctionSingleAllOf + func (o *SeppFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *SeppFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *SeppFunctionSingleAllOf) HasAttributes() bool + func (o *SeppFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o SeppFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o SeppFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type SeppFunctionSingleAllOf1 struct + EPN32 []EPN32Single + func NewSeppFunctionSingleAllOf1() *SeppFunctionSingleAllOf1 + func NewSeppFunctionSingleAllOf1WithDefaults() *SeppFunctionSingleAllOf1 + func (o *SeppFunctionSingleAllOf1) GetEPN32() []EPN32Single + func (o *SeppFunctionSingleAllOf1) GetEPN32Ok() ([]EPN32Single, bool) + func (o *SeppFunctionSingleAllOf1) HasEPN32() bool + func (o *SeppFunctionSingleAllOf1) SetEPN32(v []EPN32Single) + func (o SeppFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + func (o SeppFunctionSingleAllOf1) ToMap() (map[string]interface{}, error) + type SeppFunctionSingleAllOfAttributes struct + Fqdn *string + PeeParametersList []PeeParameter + PlmnId *PlmnId + PriorityLabel *int32 + SEPPId *int32 + SEPPType *SEPPType + SeppInfo *SeppInfo + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + VnfParametersList []VnfParameter + func NewSeppFunctionSingleAllOfAttributes() *SeppFunctionSingleAllOfAttributes + func NewSeppFunctionSingleAllOfAttributesWithDefaults() *SeppFunctionSingleAllOfAttributes + func (o *SeppFunctionSingleAllOfAttributes) GetFqdn() string + func (o *SeppFunctionSingleAllOfAttributes) GetFqdnOk() (*string, bool) + func (o *SeppFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *SeppFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *SeppFunctionSingleAllOfAttributes) GetPlmnId() PlmnId + func (o *SeppFunctionSingleAllOfAttributes) GetPlmnIdOk() (*PlmnId, bool) + func (o *SeppFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *SeppFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *SeppFunctionSingleAllOfAttributes) GetSEPPId() int32 + func (o *SeppFunctionSingleAllOfAttributes) GetSEPPIdOk() (*int32, bool) + func (o *SeppFunctionSingleAllOfAttributes) GetSEPPType() SEPPType + func (o *SeppFunctionSingleAllOfAttributes) GetSEPPTypeOk() (*SEPPType, bool) + func (o *SeppFunctionSingleAllOfAttributes) GetSeppInfo() SeppInfo + func (o *SeppFunctionSingleAllOfAttributes) GetSeppInfoOk() (*SeppInfo, bool) + func (o *SeppFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *SeppFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *SeppFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *SeppFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *SeppFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *SeppFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *SeppFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *SeppFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *SeppFunctionSingleAllOfAttributes) HasFqdn() bool + func (o *SeppFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *SeppFunctionSingleAllOfAttributes) HasPlmnId() bool + func (o *SeppFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *SeppFunctionSingleAllOfAttributes) HasSEPPId() bool + func (o *SeppFunctionSingleAllOfAttributes) HasSEPPType() bool + func (o *SeppFunctionSingleAllOfAttributes) HasSeppInfo() bool + func (o *SeppFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *SeppFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *SeppFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *SeppFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *SeppFunctionSingleAllOfAttributes) SetFqdn(v string) + func (o *SeppFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *SeppFunctionSingleAllOfAttributes) SetPlmnId(v PlmnId) + func (o *SeppFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *SeppFunctionSingleAllOfAttributes) SetSEPPId(v int32) + func (o *SeppFunctionSingleAllOfAttributes) SetSEPPType(v SEPPType) + func (o *SeppFunctionSingleAllOfAttributes) SetSeppInfo(v SeppInfo) + func (o *SeppFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *SeppFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *SeppFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *SeppFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o SeppFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o SeppFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type SeppFunctionSingleAllOfAttributesAllOf struct + Fqdn *string + PlmnId *PlmnId + SEPPId *int32 + SEPPType *SEPPType + SeppInfo *SeppInfo + func NewSeppFunctionSingleAllOfAttributesAllOf() *SeppFunctionSingleAllOfAttributesAllOf + func NewSeppFunctionSingleAllOfAttributesAllOfWithDefaults() *SeppFunctionSingleAllOfAttributesAllOf + func (o *SeppFunctionSingleAllOfAttributesAllOf) GetFqdn() string + func (o *SeppFunctionSingleAllOfAttributesAllOf) GetFqdnOk() (*string, bool) + func (o *SeppFunctionSingleAllOfAttributesAllOf) GetPlmnId() PlmnId + func (o *SeppFunctionSingleAllOfAttributesAllOf) GetPlmnIdOk() (*PlmnId, bool) + func (o *SeppFunctionSingleAllOfAttributesAllOf) GetSEPPId() int32 + func (o *SeppFunctionSingleAllOfAttributesAllOf) GetSEPPIdOk() (*int32, bool) + func (o *SeppFunctionSingleAllOfAttributesAllOf) GetSEPPType() SEPPType + func (o *SeppFunctionSingleAllOfAttributesAllOf) GetSEPPTypeOk() (*SEPPType, bool) + func (o *SeppFunctionSingleAllOfAttributesAllOf) GetSeppInfo() SeppInfo + func (o *SeppFunctionSingleAllOfAttributesAllOf) GetSeppInfoOk() (*SeppInfo, bool) + func (o *SeppFunctionSingleAllOfAttributesAllOf) HasFqdn() bool + func (o *SeppFunctionSingleAllOfAttributesAllOf) HasPlmnId() bool + func (o *SeppFunctionSingleAllOfAttributesAllOf) HasSEPPId() bool + func (o *SeppFunctionSingleAllOfAttributesAllOf) HasSEPPType() bool + func (o *SeppFunctionSingleAllOfAttributesAllOf) HasSeppInfo() bool + func (o *SeppFunctionSingleAllOfAttributesAllOf) SetFqdn(v string) + func (o *SeppFunctionSingleAllOfAttributesAllOf) SetPlmnId(v PlmnId) + func (o *SeppFunctionSingleAllOfAttributesAllOf) SetSEPPId(v int32) + func (o *SeppFunctionSingleAllOfAttributesAllOf) SetSEPPType(v SEPPType) + func (o *SeppFunctionSingleAllOfAttributesAllOf) SetSeppInfo(v SeppInfo) + func (o SeppFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o SeppFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type SeppInfo struct + RemotePlmnList []PlmnId1 + RemoteSnpnList []PlmnIdNid1 + SeppPorts *map[string]int32 + SeppPrefix *string + func NewSeppInfo() *SeppInfo + func NewSeppInfoWithDefaults() *SeppInfo + func (o *SeppInfo) GetRemotePlmnList() []PlmnId1 + func (o *SeppInfo) GetRemotePlmnListOk() ([]PlmnId1, bool) + func (o *SeppInfo) GetRemoteSnpnList() []PlmnIdNid1 + func (o *SeppInfo) GetRemoteSnpnListOk() ([]PlmnIdNid1, 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) HasRemotePlmnList() bool + func (o *SeppInfo) HasRemoteSnpnList() bool + func (o *SeppInfo) HasSeppPorts() bool + func (o *SeppInfo) HasSeppPrefix() bool + func (o *SeppInfo) SetRemotePlmnList(v []PlmnId1) + func (o *SeppInfo) SetRemoteSnpnList(v []PlmnIdNid1) + func (o *SeppInfo) SetSeppPorts(v map[string]int32) + func (o *SeppInfo) SetSeppPrefix(v string) + func (o SeppInfo) MarshalJSON() ([]byte, error) + func (o SeppInfo) ToMap() (map[string]interface{}, error) + type ServerConfiguration struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type ServingLocation struct + GeographicalLocation *GeoLoc + TopologicalLocation *TopologicalServiceArea + func NewServingLocation() *ServingLocation + func NewServingLocationWithDefaults() *ServingLocation + func (o *ServingLocation) GetGeographicalLocation() GeoLoc + func (o *ServingLocation) GetGeographicalLocationOk() (*GeoLoc, bool) + func (o *ServingLocation) GetTopologicalLocation() TopologicalServiceArea + func (o *ServingLocation) GetTopologicalLocationOk() (*TopologicalServiceArea, bool) + func (o *ServingLocation) HasGeographicalLocation() bool + func (o *ServingLocation) HasTopologicalLocation() bool + func (o *ServingLocation) SetGeographicalLocation(v GeoLoc) + func (o *ServingLocation) SetTopologicalLocation(v TopologicalServiceArea) + func (o ServingLocation) MarshalJSON() ([]byte, error) + func (o ServingLocation) ToMap() (map[string]interface{}, error) + type SharedDataIdRange struct + Pattern *string + func NewSharedDataIdRange() *SharedDataIdRange + func NewSharedDataIdRangeWithDefaults() *SharedDataIdRange + func (o *SharedDataIdRange) GetPattern() string + func (o *SharedDataIdRange) GetPatternOk() (*string, bool) + func (o *SharedDataIdRange) HasPattern() bool + func (o *SharedDataIdRange) SetPattern(v string) + func (o SharedDataIdRange) MarshalJSON() ([]byte, error) + func (o SharedDataIdRange) ToMap() (map[string]interface{}, error) + type SmfFunctionSingle struct + Attributes *ManagedFunctionAttr + EPN10 []EPN10Single + EPN11 []EPN11Single + EPN16 []EPN16Single + EPN4 []EPN4Single + EPN7 []EPN7Single + EPS5C []EPS5CSingle + FiveQiDscpMappingSet *FiveQiDscpMappingSetSingle + GtpUPathQoSMonitoringControl *GtpUPathQoSMonitoringControlSingle + Id NullableString + ManagedNFService []ManagedNFServiceSingle + ObjectClass *string + ObjectInstance *string + PerfMetricJob []PerfMetricJobSingle + PredefinedPccRuleSet *PredefinedPccRuleSetSingle + QFQoSMonitoringControl *QFQoSMonitoringControlSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + VsDataContainer []VsDataContainerSingle + func NewSmfFunctionSingle(id NullableString) *SmfFunctionSingle + func NewSmfFunctionSingleWithDefaults() *SmfFunctionSingle + func (o *SmfFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *SmfFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *SmfFunctionSingle) GetEPN10() []EPN10Single + func (o *SmfFunctionSingle) GetEPN10Ok() ([]EPN10Single, bool) + func (o *SmfFunctionSingle) GetEPN11() []EPN11Single + func (o *SmfFunctionSingle) GetEPN11Ok() ([]EPN11Single, bool) + func (o *SmfFunctionSingle) GetEPN16() []EPN16Single + func (o *SmfFunctionSingle) GetEPN16Ok() ([]EPN16Single, bool) + func (o *SmfFunctionSingle) GetEPN4() []EPN4Single + func (o *SmfFunctionSingle) GetEPN4Ok() ([]EPN4Single, bool) + func (o *SmfFunctionSingle) GetEPN7() []EPN7Single + func (o *SmfFunctionSingle) GetEPN7Ok() ([]EPN7Single, bool) + func (o *SmfFunctionSingle) GetEPS5C() []EPS5CSingle + func (o *SmfFunctionSingle) GetEPS5COk() ([]EPS5CSingle, bool) + func (o *SmfFunctionSingle) GetFiveQiDscpMappingSet() FiveQiDscpMappingSetSingle + func (o *SmfFunctionSingle) GetFiveQiDscpMappingSetOk() (*FiveQiDscpMappingSetSingle, bool) + func (o *SmfFunctionSingle) GetGtpUPathQoSMonitoringControl() GtpUPathQoSMonitoringControlSingle + func (o *SmfFunctionSingle) GetGtpUPathQoSMonitoringControlOk() (*GtpUPathQoSMonitoringControlSingle, bool) + func (o *SmfFunctionSingle) GetId() string + func (o *SmfFunctionSingle) GetIdOk() (*string, bool) + func (o *SmfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle + func (o *SmfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool) + func (o *SmfFunctionSingle) GetObjectClass() string + func (o *SmfFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *SmfFunctionSingle) GetObjectInstance() string + func (o *SmfFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *SmfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle + func (o *SmfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *SmfFunctionSingle) GetPredefinedPccRuleSet() PredefinedPccRuleSetSingle + func (o *SmfFunctionSingle) GetPredefinedPccRuleSetOk() (*PredefinedPccRuleSetSingle, bool) + func (o *SmfFunctionSingle) GetQFQoSMonitoringControl() QFQoSMonitoringControlSingle + func (o *SmfFunctionSingle) GetQFQoSMonitoringControlOk() (*QFQoSMonitoringControlSingle, bool) + func (o *SmfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *SmfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *SmfFunctionSingle) GetTraceJob() []TraceJobSingle + func (o *SmfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *SmfFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *SmfFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *SmfFunctionSingle) HasAttributes() bool + func (o *SmfFunctionSingle) HasEPN10() bool + func (o *SmfFunctionSingle) HasEPN11() bool + func (o *SmfFunctionSingle) HasEPN16() bool + func (o *SmfFunctionSingle) HasEPN4() bool + func (o *SmfFunctionSingle) HasEPN7() bool + func (o *SmfFunctionSingle) HasEPS5C() bool + func (o *SmfFunctionSingle) HasFiveQiDscpMappingSet() bool + func (o *SmfFunctionSingle) HasGtpUPathQoSMonitoringControl() bool + func (o *SmfFunctionSingle) HasManagedNFService() bool + func (o *SmfFunctionSingle) HasObjectClass() bool + func (o *SmfFunctionSingle) HasObjectInstance() bool + func (o *SmfFunctionSingle) HasPerfMetricJob() bool + func (o *SmfFunctionSingle) HasPredefinedPccRuleSet() bool + func (o *SmfFunctionSingle) HasQFQoSMonitoringControl() bool + func (o *SmfFunctionSingle) HasThresholdMonitor() bool + func (o *SmfFunctionSingle) HasTraceJob() bool + func (o *SmfFunctionSingle) HasVsDataContainer() bool + func (o *SmfFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *SmfFunctionSingle) SetEPN10(v []EPN10Single) + func (o *SmfFunctionSingle) SetEPN11(v []EPN11Single) + func (o *SmfFunctionSingle) SetEPN16(v []EPN16Single) + func (o *SmfFunctionSingle) SetEPN4(v []EPN4Single) + func (o *SmfFunctionSingle) SetEPN7(v []EPN7Single) + func (o *SmfFunctionSingle) SetEPS5C(v []EPS5CSingle) + func (o *SmfFunctionSingle) SetFiveQiDscpMappingSet(v FiveQiDscpMappingSetSingle) + func (o *SmfFunctionSingle) SetGtpUPathQoSMonitoringControl(v GtpUPathQoSMonitoringControlSingle) + func (o *SmfFunctionSingle) SetId(v string) + func (o *SmfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle) + func (o *SmfFunctionSingle) SetObjectClass(v string) + func (o *SmfFunctionSingle) SetObjectInstance(v string) + func (o *SmfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *SmfFunctionSingle) SetPredefinedPccRuleSet(v PredefinedPccRuleSetSingle) + func (o *SmfFunctionSingle) SetQFQoSMonitoringControl(v QFQoSMonitoringControlSingle) + func (o *SmfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *SmfFunctionSingle) SetTraceJob(v []TraceJobSingle) + func (o *SmfFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o SmfFunctionSingle) MarshalJSON() ([]byte, error) + func (o SmfFunctionSingle) ToMap() (map[string]interface{}, error) + type SmfFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewSmfFunctionSingleAllOf() *SmfFunctionSingleAllOf + func NewSmfFunctionSingleAllOfWithDefaults() *SmfFunctionSingleAllOf + func (o *SmfFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *SmfFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *SmfFunctionSingleAllOf) HasAttributes() bool + func (o *SmfFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o SmfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o SmfFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type SmfFunctionSingleAllOf1 struct + EPN10 []EPN10Single + EPN11 []EPN11Single + EPN16 []EPN16Single + EPN4 []EPN4Single + EPN7 []EPN7Single + EPS5C []EPS5CSingle + FiveQiDscpMappingSet *FiveQiDscpMappingSetSingle + GtpUPathQoSMonitoringControl *GtpUPathQoSMonitoringControlSingle + PredefinedPccRuleSet *PredefinedPccRuleSetSingle + QFQoSMonitoringControl *QFQoSMonitoringControlSingle + func NewSmfFunctionSingleAllOf1() *SmfFunctionSingleAllOf1 + func NewSmfFunctionSingleAllOf1WithDefaults() *SmfFunctionSingleAllOf1 + func (o *SmfFunctionSingleAllOf1) GetEPN10() []EPN10Single + func (o *SmfFunctionSingleAllOf1) GetEPN10Ok() ([]EPN10Single, bool) + func (o *SmfFunctionSingleAllOf1) GetEPN11() []EPN11Single + func (o *SmfFunctionSingleAllOf1) GetEPN11Ok() ([]EPN11Single, bool) + func (o *SmfFunctionSingleAllOf1) GetEPN16() []EPN16Single + func (o *SmfFunctionSingleAllOf1) GetEPN16Ok() ([]EPN16Single, bool) + func (o *SmfFunctionSingleAllOf1) GetEPN4() []EPN4Single + func (o *SmfFunctionSingleAllOf1) GetEPN4Ok() ([]EPN4Single, bool) + func (o *SmfFunctionSingleAllOf1) GetEPN7() []EPN7Single + func (o *SmfFunctionSingleAllOf1) GetEPN7Ok() ([]EPN7Single, bool) + func (o *SmfFunctionSingleAllOf1) GetEPS5C() []EPS5CSingle + func (o *SmfFunctionSingleAllOf1) GetEPS5COk() ([]EPS5CSingle, bool) + func (o *SmfFunctionSingleAllOf1) GetFiveQiDscpMappingSet() FiveQiDscpMappingSetSingle + func (o *SmfFunctionSingleAllOf1) GetFiveQiDscpMappingSetOk() (*FiveQiDscpMappingSetSingle, bool) + func (o *SmfFunctionSingleAllOf1) GetGtpUPathQoSMonitoringControl() GtpUPathQoSMonitoringControlSingle + func (o *SmfFunctionSingleAllOf1) GetGtpUPathQoSMonitoringControlOk() (*GtpUPathQoSMonitoringControlSingle, bool) + func (o *SmfFunctionSingleAllOf1) GetPredefinedPccRuleSet() PredefinedPccRuleSetSingle + func (o *SmfFunctionSingleAllOf1) GetPredefinedPccRuleSetOk() (*PredefinedPccRuleSetSingle, bool) + func (o *SmfFunctionSingleAllOf1) GetQFQoSMonitoringControl() QFQoSMonitoringControlSingle + func (o *SmfFunctionSingleAllOf1) GetQFQoSMonitoringControlOk() (*QFQoSMonitoringControlSingle, bool) + func (o *SmfFunctionSingleAllOf1) HasEPN10() bool + func (o *SmfFunctionSingleAllOf1) HasEPN11() bool + func (o *SmfFunctionSingleAllOf1) HasEPN16() bool + func (o *SmfFunctionSingleAllOf1) HasEPN4() bool + func (o *SmfFunctionSingleAllOf1) HasEPN7() bool + func (o *SmfFunctionSingleAllOf1) HasEPS5C() bool + func (o *SmfFunctionSingleAllOf1) HasFiveQiDscpMappingSet() bool + func (o *SmfFunctionSingleAllOf1) HasGtpUPathQoSMonitoringControl() bool + func (o *SmfFunctionSingleAllOf1) HasPredefinedPccRuleSet() bool + func (o *SmfFunctionSingleAllOf1) HasQFQoSMonitoringControl() bool + func (o *SmfFunctionSingleAllOf1) SetEPN10(v []EPN10Single) + func (o *SmfFunctionSingleAllOf1) SetEPN11(v []EPN11Single) + func (o *SmfFunctionSingleAllOf1) SetEPN16(v []EPN16Single) + func (o *SmfFunctionSingleAllOf1) SetEPN4(v []EPN4Single) + func (o *SmfFunctionSingleAllOf1) SetEPN7(v []EPN7Single) + func (o *SmfFunctionSingleAllOf1) SetEPS5C(v []EPS5CSingle) + func (o *SmfFunctionSingleAllOf1) SetFiveQiDscpMappingSet(v FiveQiDscpMappingSetSingle) + func (o *SmfFunctionSingleAllOf1) SetGtpUPathQoSMonitoringControl(v GtpUPathQoSMonitoringControlSingle) + func (o *SmfFunctionSingleAllOf1) SetPredefinedPccRuleSet(v PredefinedPccRuleSetSingle) + func (o *SmfFunctionSingleAllOf1) SetQFQoSMonitoringControl(v QFQoSMonitoringControlSingle) + func (o SmfFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + func (o SmfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error) + type SmfFunctionSingleAllOfAttributes struct + AccessType *AccessType + CNSIIdList []string + CommModelList []CommModel + Configurable5QISetRef *string + Dynamic5QISetRef *string + ManagedNFProfile *ManagedNFProfile + NRTACList []int32 + PLMNInfoList []PlmnInfo + PeeParametersList []PeeParameter + PgwAddrList []IpAddr + Priority *int32 + PriorityLabel *int32 + PwgFqdn *string + PwgFqdnList []string + SBIFqdn *string + SNssaiSmfInfoList []SNssaiSmfInfoItem + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + TaiList []Tai + TaiRangeList []TaiRange + UserLabel *string + VnfParametersList []VnfParameter + VsmfSupportInd *bool + func NewSmfFunctionSingleAllOfAttributes() *SmfFunctionSingleAllOfAttributes + func NewSmfFunctionSingleAllOfAttributesWithDefaults() *SmfFunctionSingleAllOfAttributes + func (o *SmfFunctionSingleAllOfAttributes) GetAccessType() AccessType + func (o *SmfFunctionSingleAllOfAttributes) GetAccessTypeOk() (*AccessType, bool) + func (o *SmfFunctionSingleAllOfAttributes) GetCNSIIdList() []string + func (o *SmfFunctionSingleAllOfAttributes) GetCNSIIdListOk() ([]string, bool) + func (o *SmfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel + func (o *SmfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool) + func (o *SmfFunctionSingleAllOfAttributes) GetConfigurable5QISetRef() string + func (o *SmfFunctionSingleAllOfAttributes) GetConfigurable5QISetRefOk() (*string, bool) + func (o *SmfFunctionSingleAllOfAttributes) GetDynamic5QISetRef() string + func (o *SmfFunctionSingleAllOfAttributes) GetDynamic5QISetRefOk() (*string, bool) + func (o *SmfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile + func (o *SmfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *SmfFunctionSingleAllOfAttributes) GetNRTACList() []int32 + func (o *SmfFunctionSingleAllOfAttributes) GetNRTACListOk() ([]int32, bool) + func (o *SmfFunctionSingleAllOfAttributes) GetPLMNInfoList() []PlmnInfo + func (o *SmfFunctionSingleAllOfAttributes) GetPLMNInfoListOk() ([]PlmnInfo, bool) + func (o *SmfFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *SmfFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *SmfFunctionSingleAllOfAttributes) GetPgwAddrList() []IpAddr + func (o *SmfFunctionSingleAllOfAttributes) GetPgwAddrListOk() ([]IpAddr, bool) + func (o *SmfFunctionSingleAllOfAttributes) GetPriority() int32 + func (o *SmfFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *SmfFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *SmfFunctionSingleAllOfAttributes) GetPriorityOk() (*int32, bool) + func (o *SmfFunctionSingleAllOfAttributes) GetPwgFqdn() string + func (o *SmfFunctionSingleAllOfAttributes) GetPwgFqdnList() []string + func (o *SmfFunctionSingleAllOfAttributes) GetPwgFqdnListOk() ([]string, bool) + func (o *SmfFunctionSingleAllOfAttributes) GetPwgFqdnOk() (*string, bool) + func (o *SmfFunctionSingleAllOfAttributes) GetSBIFqdn() string + func (o *SmfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool) + func (o *SmfFunctionSingleAllOfAttributes) GetSNssaiSmfInfoList() []SNssaiSmfInfoItem + func (o *SmfFunctionSingleAllOfAttributes) GetSNssaiSmfInfoListOk() ([]SNssaiSmfInfoItem, bool) + func (o *SmfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *SmfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *SmfFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *SmfFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *SmfFunctionSingleAllOfAttributes) GetTaiList() []Tai + func (o *SmfFunctionSingleAllOfAttributes) GetTaiListOk() ([]Tai, bool) + func (o *SmfFunctionSingleAllOfAttributes) GetTaiRangeList() []TaiRange + func (o *SmfFunctionSingleAllOfAttributes) GetTaiRangeListOk() ([]TaiRange, bool) + func (o *SmfFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *SmfFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *SmfFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *SmfFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *SmfFunctionSingleAllOfAttributes) GetVsmfSupportInd() bool + func (o *SmfFunctionSingleAllOfAttributes) GetVsmfSupportIndOk() (*bool, bool) + func (o *SmfFunctionSingleAllOfAttributes) HasAccessType() bool + func (o *SmfFunctionSingleAllOfAttributes) HasCNSIIdList() bool + func (o *SmfFunctionSingleAllOfAttributes) HasCommModelList() bool + func (o *SmfFunctionSingleAllOfAttributes) HasConfigurable5QISetRef() bool + func (o *SmfFunctionSingleAllOfAttributes) HasDynamic5QISetRef() bool + func (o *SmfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool + func (o *SmfFunctionSingleAllOfAttributes) HasNRTACList() bool + func (o *SmfFunctionSingleAllOfAttributes) HasPLMNInfoList() bool + func (o *SmfFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *SmfFunctionSingleAllOfAttributes) HasPgwAddrList() bool + func (o *SmfFunctionSingleAllOfAttributes) HasPriority() bool + func (o *SmfFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *SmfFunctionSingleAllOfAttributes) HasPwgFqdn() bool + func (o *SmfFunctionSingleAllOfAttributes) HasPwgFqdnList() bool + func (o *SmfFunctionSingleAllOfAttributes) HasSBIFqdn() bool + func (o *SmfFunctionSingleAllOfAttributes) HasSNssaiSmfInfoList() bool + func (o *SmfFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *SmfFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *SmfFunctionSingleAllOfAttributes) HasTaiList() bool + func (o *SmfFunctionSingleAllOfAttributes) HasTaiRangeList() bool + func (o *SmfFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *SmfFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *SmfFunctionSingleAllOfAttributes) HasVsmfSupportInd() bool + func (o *SmfFunctionSingleAllOfAttributes) SetAccessType(v AccessType) + func (o *SmfFunctionSingleAllOfAttributes) SetCNSIIdList(v []string) + func (o *SmfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel) + func (o *SmfFunctionSingleAllOfAttributes) SetConfigurable5QISetRef(v string) + func (o *SmfFunctionSingleAllOfAttributes) SetDynamic5QISetRef(v string) + func (o *SmfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile) + func (o *SmfFunctionSingleAllOfAttributes) SetNRTACList(v []int32) + func (o *SmfFunctionSingleAllOfAttributes) SetPLMNInfoList(v []PlmnInfo) + func (o *SmfFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *SmfFunctionSingleAllOfAttributes) SetPgwAddrList(v []IpAddr) + func (o *SmfFunctionSingleAllOfAttributes) SetPriority(v int32) + func (o *SmfFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *SmfFunctionSingleAllOfAttributes) SetPwgFqdn(v string) + func (o *SmfFunctionSingleAllOfAttributes) SetPwgFqdnList(v []string) + func (o *SmfFunctionSingleAllOfAttributes) SetSBIFqdn(v string) + func (o *SmfFunctionSingleAllOfAttributes) SetSNssaiSmfInfoList(v []SNssaiSmfInfoItem) + func (o *SmfFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *SmfFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *SmfFunctionSingleAllOfAttributes) SetTaiList(v []Tai) + func (o *SmfFunctionSingleAllOfAttributes) SetTaiRangeList(v []TaiRange) + func (o *SmfFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *SmfFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o *SmfFunctionSingleAllOfAttributes) SetVsmfSupportInd(v bool) + func (o SmfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o SmfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type SmfFunctionSingleAllOfAttributesAllOf struct + AccessType *AccessType + CNSIIdList []string + CommModelList []CommModel + Configurable5QISetRef *string + Dynamic5QISetRef *string + ManagedNFProfile *ManagedNFProfile + NRTACList []int32 + PLMNInfoList []PlmnInfo + PgwAddrList []IpAddr + Priority *int32 + PwgFqdn *string + PwgFqdnList []string + SBIFqdn *string + SNssaiSmfInfoList []SNssaiSmfInfoItem + TaiList []Tai + TaiRangeList []TaiRange + VsmfSupportInd *bool + func NewSmfFunctionSingleAllOfAttributesAllOf() *SmfFunctionSingleAllOfAttributesAllOf + func NewSmfFunctionSingleAllOfAttributesAllOfWithDefaults() *SmfFunctionSingleAllOfAttributesAllOf + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetAccessType() AccessType + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetAccessTypeOk() (*AccessType, bool) + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList() []string + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk() ([]string, bool) + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool) + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRef() string + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetConfigurable5QISetRefOk() (*string, bool) + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRef() string + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetDynamic5QISetRefOk() (*string, bool) + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetNRTACList() []int32 + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetNRTACListOk() ([]int32, bool) + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList() []PlmnInfo + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk() ([]PlmnInfo, bool) + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPgwAddrList() []IpAddr + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPgwAddrListOk() ([]IpAddr, bool) + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPriority() int32 + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPriorityOk() (*int32, bool) + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPwgFqdn() string + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPwgFqdnList() []string + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPwgFqdnListOk() ([]string, bool) + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetPwgFqdnOk() (*string, bool) + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool) + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetSNssaiSmfInfoList() []SNssaiSmfInfoItem + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetSNssaiSmfInfoListOk() ([]SNssaiSmfInfoItem, bool) + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetTaiList() []Tai + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetTaiListOk() ([]Tai, bool) + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetTaiRangeList() []TaiRange + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetTaiRangeListOk() ([]TaiRange, bool) + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetVsmfSupportInd() bool + func (o *SmfFunctionSingleAllOfAttributesAllOf) GetVsmfSupportIndOk() (*bool, bool) + func (o *SmfFunctionSingleAllOfAttributesAllOf) HasAccessType() bool + func (o *SmfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList() bool + func (o *SmfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool + func (o *SmfFunctionSingleAllOfAttributesAllOf) HasConfigurable5QISetRef() bool + func (o *SmfFunctionSingleAllOfAttributesAllOf) HasDynamic5QISetRef() bool + func (o *SmfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool + func (o *SmfFunctionSingleAllOfAttributesAllOf) HasNRTACList() bool + func (o *SmfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool + func (o *SmfFunctionSingleAllOfAttributesAllOf) HasPgwAddrList() bool + func (o *SmfFunctionSingleAllOfAttributesAllOf) HasPriority() bool + func (o *SmfFunctionSingleAllOfAttributesAllOf) HasPwgFqdn() bool + func (o *SmfFunctionSingleAllOfAttributesAllOf) HasPwgFqdnList() bool + func (o *SmfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool + func (o *SmfFunctionSingleAllOfAttributesAllOf) HasSNssaiSmfInfoList() bool + func (o *SmfFunctionSingleAllOfAttributesAllOf) HasTaiList() bool + func (o *SmfFunctionSingleAllOfAttributesAllOf) HasTaiRangeList() bool + func (o *SmfFunctionSingleAllOfAttributesAllOf) HasVsmfSupportInd() bool + func (o *SmfFunctionSingleAllOfAttributesAllOf) SetAccessType(v AccessType) + func (o *SmfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList(v []string) + func (o *SmfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel) + func (o *SmfFunctionSingleAllOfAttributesAllOf) SetConfigurable5QISetRef(v string) + func (o *SmfFunctionSingleAllOfAttributesAllOf) SetDynamic5QISetRef(v string) + func (o *SmfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile) + func (o *SmfFunctionSingleAllOfAttributesAllOf) SetNRTACList(v []int32) + func (o *SmfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList(v []PlmnInfo) + func (o *SmfFunctionSingleAllOfAttributesAllOf) SetPgwAddrList(v []IpAddr) + func (o *SmfFunctionSingleAllOfAttributesAllOf) SetPriority(v int32) + func (o *SmfFunctionSingleAllOfAttributesAllOf) SetPwgFqdn(v string) + func (o *SmfFunctionSingleAllOfAttributesAllOf) SetPwgFqdnList(v []string) + func (o *SmfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string) + func (o *SmfFunctionSingleAllOfAttributesAllOf) SetSNssaiSmfInfoList(v []SNssaiSmfInfoItem) + func (o *SmfFunctionSingleAllOfAttributesAllOf) SetTaiList(v []Tai) + func (o *SmfFunctionSingleAllOfAttributesAllOf) SetTaiRangeList(v []TaiRange) + func (o *SmfFunctionSingleAllOfAttributesAllOf) SetVsmfSupportInd(v bool) + func (o SmfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o SmfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type SmsfFunctionSingle struct + Attributes *ManagedFunctionAttr + EPN20 []EPN20Single + EPN21 []EPN21Single + EP_MAP_SMSC []EPMAPSMSCSingle + Id NullableString + ManagedNFService []ManagedNFServiceSingle + ObjectClass *string + ObjectInstance *string + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + VsDataContainer []VsDataContainerSingle + func NewSmsfFunctionSingle(id NullableString) *SmsfFunctionSingle + func NewSmsfFunctionSingleWithDefaults() *SmsfFunctionSingle + func (o *SmsfFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *SmsfFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *SmsfFunctionSingle) GetEPN20() []EPN20Single + func (o *SmsfFunctionSingle) GetEPN20Ok() ([]EPN20Single, bool) + func (o *SmsfFunctionSingle) GetEPN21() []EPN21Single + func (o *SmsfFunctionSingle) GetEPN21Ok() ([]EPN21Single, bool) + func (o *SmsfFunctionSingle) GetEP_MAP_SMSC() []EPMAPSMSCSingle + func (o *SmsfFunctionSingle) GetEP_MAP_SMSCOk() ([]EPMAPSMSCSingle, bool) + func (o *SmsfFunctionSingle) GetId() string + func (o *SmsfFunctionSingle) GetIdOk() (*string, bool) + func (o *SmsfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle + func (o *SmsfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool) + func (o *SmsfFunctionSingle) GetObjectClass() string + func (o *SmsfFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *SmsfFunctionSingle) GetObjectInstance() string + func (o *SmsfFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *SmsfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle + func (o *SmsfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *SmsfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *SmsfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *SmsfFunctionSingle) GetTraceJob() []TraceJobSingle + func (o *SmsfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *SmsfFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *SmsfFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *SmsfFunctionSingle) HasAttributes() bool + func (o *SmsfFunctionSingle) HasEPN20() bool + func (o *SmsfFunctionSingle) HasEPN21() bool + func (o *SmsfFunctionSingle) HasEP_MAP_SMSC() bool + func (o *SmsfFunctionSingle) HasManagedNFService() bool + func (o *SmsfFunctionSingle) HasObjectClass() bool + func (o *SmsfFunctionSingle) HasObjectInstance() bool + func (o *SmsfFunctionSingle) HasPerfMetricJob() bool + func (o *SmsfFunctionSingle) HasThresholdMonitor() bool + func (o *SmsfFunctionSingle) HasTraceJob() bool + func (o *SmsfFunctionSingle) HasVsDataContainer() bool + func (o *SmsfFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *SmsfFunctionSingle) SetEPN20(v []EPN20Single) + func (o *SmsfFunctionSingle) SetEPN21(v []EPN21Single) + func (o *SmsfFunctionSingle) SetEP_MAP_SMSC(v []EPMAPSMSCSingle) + func (o *SmsfFunctionSingle) SetId(v string) + func (o *SmsfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle) + func (o *SmsfFunctionSingle) SetObjectClass(v string) + func (o *SmsfFunctionSingle) SetObjectInstance(v string) + func (o *SmsfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *SmsfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *SmsfFunctionSingle) SetTraceJob(v []TraceJobSingle) + func (o *SmsfFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o SmsfFunctionSingle) MarshalJSON() ([]byte, error) + func (o SmsfFunctionSingle) ToMap() (map[string]interface{}, error) + type SmsfFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewSmsfFunctionSingleAllOf() *SmsfFunctionSingleAllOf + func NewSmsfFunctionSingleAllOfWithDefaults() *SmsfFunctionSingleAllOf + func (o *SmsfFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *SmsfFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *SmsfFunctionSingleAllOf) HasAttributes() bool + func (o *SmsfFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o SmsfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o SmsfFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type SmsfFunctionSingleAllOf1 struct + EPN20 []EPN20Single + EPN21 []EPN21Single + EP_MAP_SMSC []EPMAPSMSCSingle + func NewSmsfFunctionSingleAllOf1() *SmsfFunctionSingleAllOf1 + func NewSmsfFunctionSingleAllOf1WithDefaults() *SmsfFunctionSingleAllOf1 + func (o *SmsfFunctionSingleAllOf1) GetEPN20() []EPN20Single + func (o *SmsfFunctionSingleAllOf1) GetEPN20Ok() ([]EPN20Single, bool) + func (o *SmsfFunctionSingleAllOf1) GetEPN21() []EPN21Single + func (o *SmsfFunctionSingleAllOf1) GetEPN21Ok() ([]EPN21Single, bool) + func (o *SmsfFunctionSingleAllOf1) GetEP_MAP_SMSC() []EPMAPSMSCSingle + func (o *SmsfFunctionSingleAllOf1) GetEP_MAP_SMSCOk() ([]EPMAPSMSCSingle, bool) + func (o *SmsfFunctionSingleAllOf1) HasEPN20() bool + func (o *SmsfFunctionSingleAllOf1) HasEPN21() bool + func (o *SmsfFunctionSingleAllOf1) HasEP_MAP_SMSC() bool + func (o *SmsfFunctionSingleAllOf1) SetEPN20(v []EPN20Single) + func (o *SmsfFunctionSingleAllOf1) SetEPN21(v []EPN21Single) + func (o *SmsfFunctionSingleAllOf1) SetEP_MAP_SMSC(v []EPMAPSMSCSingle) + func (o SmsfFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + func (o SmsfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error) + type SmsfFunctionSingleAllOfAttributes struct + CommModelList []CommModel + ManagedNFProfile *ManagedNFProfile + PeeParametersList []PeeParameter + PlmnIdList []PlmnId + PriorityLabel *int32 + SBIFqdn *string + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + VnfParametersList []VnfParameter + func NewSmsfFunctionSingleAllOfAttributes() *SmsfFunctionSingleAllOfAttributes + func NewSmsfFunctionSingleAllOfAttributesWithDefaults() *SmsfFunctionSingleAllOfAttributes + func (o *SmsfFunctionSingleAllOfAttributes) GetCommModelList() []CommModel + func (o *SmsfFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool) + func (o *SmsfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile + func (o *SmsfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *SmsfFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *SmsfFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *SmsfFunctionSingleAllOfAttributes) GetPlmnIdList() []PlmnId + func (o *SmsfFunctionSingleAllOfAttributes) GetPlmnIdListOk() ([]PlmnId, bool) + func (o *SmsfFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *SmsfFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *SmsfFunctionSingleAllOfAttributes) GetSBIFqdn() string + func (o *SmsfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool) + func (o *SmsfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *SmsfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *SmsfFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *SmsfFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *SmsfFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *SmsfFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *SmsfFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *SmsfFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *SmsfFunctionSingleAllOfAttributes) HasCommModelList() bool + func (o *SmsfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool + func (o *SmsfFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *SmsfFunctionSingleAllOfAttributes) HasPlmnIdList() bool + func (o *SmsfFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *SmsfFunctionSingleAllOfAttributes) HasSBIFqdn() bool + func (o *SmsfFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *SmsfFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *SmsfFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *SmsfFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *SmsfFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel) + func (o *SmsfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile) + func (o *SmsfFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *SmsfFunctionSingleAllOfAttributes) SetPlmnIdList(v []PlmnId) + func (o *SmsfFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *SmsfFunctionSingleAllOfAttributes) SetSBIFqdn(v string) + func (o *SmsfFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *SmsfFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *SmsfFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *SmsfFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o SmsfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o SmsfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type SmsfFunctionSingleAllOfAttributesAllOf struct + CommModelList []CommModel + ManagedNFProfile *ManagedNFProfile + PlmnIdList []PlmnId + SBIFqdn *string + func NewSmsfFunctionSingleAllOfAttributesAllOf() *SmsfFunctionSingleAllOfAttributesAllOf + func NewSmsfFunctionSingleAllOfAttributesAllOfWithDefaults() *SmsfFunctionSingleAllOfAttributesAllOf + func (o *SmsfFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel + func (o *SmsfFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool) + func (o *SmsfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile + func (o *SmsfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *SmsfFunctionSingleAllOfAttributesAllOf) GetPlmnIdList() []PlmnId + func (o *SmsfFunctionSingleAllOfAttributesAllOf) GetPlmnIdListOk() ([]PlmnId, bool) + func (o *SmsfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string + func (o *SmsfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool) + func (o *SmsfFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool + func (o *SmsfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool + func (o *SmsfFunctionSingleAllOfAttributesAllOf) HasPlmnIdList() bool + func (o *SmsfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool + func (o *SmsfFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel) + func (o *SmsfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile) + func (o *SmsfFunctionSingleAllOfAttributesAllOf) SetPlmnIdList(v []PlmnId) + func (o *SmsfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string) + func (o SmsfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o SmsfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type SnpnId struct + Mcc *string + Mnc *string + Nid *string + func NewSnpnId() *SnpnId + func NewSnpnIdWithDefaults() *SnpnId + func (o *SnpnId) GetMcc() string + func (o *SnpnId) GetMccOk() (*string, bool) + func (o *SnpnId) GetMnc() string + func (o *SnpnId) GetMncOk() (*string, bool) + func (o *SnpnId) GetNid() string + func (o *SnpnId) GetNidOk() (*string, bool) + func (o *SnpnId) HasMcc() bool + func (o *SnpnId) HasMnc() bool + func (o *SnpnId) HasNid() bool + func (o *SnpnId) SetMcc(v string) + func (o *SnpnId) SetMnc(v string) + func (o *SnpnId) SetNid(v string) + func (o SnpnId) MarshalJSON() ([]byte, error) + func (o SnpnId) ToMap() (map[string]interface{}, error) + type SnpnInfo struct + SnpnId *SnpnId + Snssai *Snssai + func NewSnpnInfo() *SnpnInfo + func NewSnpnInfoWithDefaults() *SnpnInfo + func (o *SnpnInfo) GetSnpnId() SnpnId + func (o *SnpnInfo) GetSnpnIdOk() (*SnpnId, bool) + func (o *SnpnInfo) GetSnssai() Snssai + func (o *SnpnInfo) GetSnssaiOk() (*Snssai, bool) + func (o *SnpnInfo) HasSnpnId() bool + func (o *SnpnInfo) HasSnssai() bool + func (o *SnpnInfo) SetSnpnId(v SnpnId) + func (o *SnpnInfo) SetSnssai(v Snssai) + func (o SnpnInfo) MarshalJSON() ([]byte, error) + func (o SnpnInfo) ToMap() (map[string]interface{}, error) + type Snssai struct + Sd *string + Sst *int32 + func NewSnssai() *Snssai + func NewSnssaiWithDefaults() *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) HasSst() bool + func (o *Snssai) SetSd(v string) + func (o *Snssai) SetSst(v int32) + func (o Snssai) MarshalJSON() ([]byte, error) + func (o Snssai) ToMap() (map[string]interface{}, error) + type Snssai1 struct + Sd *string + Sst int32 + func NewSnssai1(sst int32) *Snssai1 + func NewSnssai1WithDefaults() *Snssai1 + func (o *Snssai1) GetSd() string + func (o *Snssai1) GetSdOk() (*string, bool) + func (o *Snssai1) GetSst() int32 + func (o *Snssai1) GetSstOk() (*int32, bool) + func (o *Snssai1) HasSd() bool + func (o *Snssai1) SetSd(v string) + func (o *Snssai1) SetSst(v int32) + func (o Snssai1) MarshalJSON() ([]byte, error) + func (o Snssai1) ToMap() (map[string]interface{}, error) + type SnssaiExtension struct + SdRanges []SdRange + WildcardSd *bool + func NewSnssaiExtension() *SnssaiExtension + func NewSnssaiExtensionWithDefaults() *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) SetSdRanges(v []SdRange) + func (o *SnssaiExtension) SetWildcardSd(v bool) + func (o SnssaiExtension) MarshalJSON() ([]byte, error) + func (o SnssaiExtension) ToMap() (map[string]interface{}, error) + type SnssaiInfo struct + AdministrativeState *AdministrativeState + PlmnInfo *PlmnInfo + func NewSnssaiInfo() *SnssaiInfo + func NewSnssaiInfoWithDefaults() *SnssaiInfo + func (o *SnssaiInfo) GetAdministrativeState() AdministrativeState + func (o *SnssaiInfo) GetAdministrativeStateOk() (*AdministrativeState, bool) + func (o *SnssaiInfo) GetPlmnInfo() PlmnInfo + func (o *SnssaiInfo) GetPlmnInfoOk() (*PlmnInfo, bool) + func (o *SnssaiInfo) HasAdministrativeState() bool + func (o *SnssaiInfo) HasPlmnInfo() bool + func (o *SnssaiInfo) SetAdministrativeState(v AdministrativeState) + func (o *SnssaiInfo) SetPlmnInfo(v PlmnInfo) + func (o SnssaiInfo) MarshalJSON() ([]byte, error) + func (o SnssaiInfo) ToMap() (map[string]interface{}, error) + type SnssaiInfoItem struct + DnnInfoList []DnnInfoItem + SNssai ExtSnssai + func NewSnssaiInfoItem(sNssai ExtSnssai, dnnInfoList []DnnInfoItem) *SnssaiInfoItem + func NewSnssaiInfoItemWithDefaults() *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) SetDnnInfoList(v []DnnInfoItem) + func (o *SnssaiInfoItem) SetSNssai(v ExtSnssai) + func (o SnssaiInfoItem) MarshalJSON() ([]byte, error) + func (o SnssaiInfoItem) ToMap() (map[string]interface{}, error) + type SpecificProblem struct + Int32 *int32 + String *string + func Int32AsSpecificProblem(v *int32) SpecificProblem + func StringAsSpecificProblem(v *string) SpecificProblem + func (dst *SpecificProblem) UnmarshalJSON(data []byte) error + func (obj *SpecificProblem) GetActualInstance() interface{} + func (src SpecificProblem) MarshalJSON() ([]byte, error) + type SteerModeValue struct + SteerModeValueAnyOf *SteerModeValueAnyOf + String *string + func (dst *SteerModeValue) UnmarshalJSON(data []byte) error + func (src *SteerModeValue) MarshalJSON() ([]byte, error) + type SteerModeValueAnyOf string + const ACTIVE_STANDBY + const LOAD_BALANCING + const PRIORITY_BASED + const SMALLEST_DELAY + func NewSteerModeValueAnyOfFromValue(v string) (*SteerModeValueAnyOf, error) + func (v *SteerModeValueAnyOf) UnmarshalJSON(src []byte) error + func (v SteerModeValueAnyOf) IsValid() bool + func (v SteerModeValueAnyOf) Ptr() *SteerModeValueAnyOf + type SteeringFunctionality struct + SteeringFunctionalityAnyOf *SteeringFunctionalityAnyOf + String *string + func (dst *SteeringFunctionality) UnmarshalJSON(data []byte) error + func (src *SteeringFunctionality) MarshalJSON() ([]byte, error) + type SteeringFunctionalityAnyOf string + const ATSSS_LL + const MPTCP + func NewSteeringFunctionalityAnyOfFromValue(v string) (*SteeringFunctionalityAnyOf, error) + func (v *SteeringFunctionalityAnyOf) UnmarshalJSON(src []byte) error + func (v SteeringFunctionalityAnyOf) IsValid() bool + func (v SteeringFunctionalityAnyOf) Ptr() *SteeringFunctionalityAnyOf + type SteeringMode struct + Active *AccessType + PrioAcc *AccessType + Standby *AccessTypeRm + SteerModeValue *SteerModeValue + ThreeGLoad *int32 + func NewSteeringMode() *SteeringMode + func NewSteeringModeWithDefaults() *SteeringMode + func (o *SteeringMode) GetActive() AccessType + func (o *SteeringMode) GetActiveOk() (*AccessType, bool) + func (o *SteeringMode) GetPrioAcc() AccessType + func (o *SteeringMode) GetPrioAccOk() (*AccessType, bool) + func (o *SteeringMode) GetStandby() AccessTypeRm + func (o *SteeringMode) GetStandbyOk() (*AccessTypeRm, bool) + func (o *SteeringMode) GetSteerModeValue() SteerModeValue + func (o *SteeringMode) GetSteerModeValueOk() (*SteerModeValue, bool) + func (o *SteeringMode) GetThreeGLoad() int32 + func (o *SteeringMode) GetThreeGLoadOk() (*int32, bool) + func (o *SteeringMode) HasActive() bool + func (o *SteeringMode) HasPrioAcc() bool + func (o *SteeringMode) HasStandby() bool + func (o *SteeringMode) HasSteerModeValue() bool + func (o *SteeringMode) HasThreeGLoad() bool + func (o *SteeringMode) SetActive(v AccessType) + func (o *SteeringMode) SetPrioAcc(v AccessType) + func (o *SteeringMode) SetStandby(v AccessTypeRm) + func (o *SteeringMode) SetSteerModeValue(v SteerModeValue) + func (o *SteeringMode) SetThreeGLoad(v int32) + func (o SteeringMode) MarshalJSON() ([]byte, error) + func (o SteeringMode) ToMap() (map[string]interface{}, error) + type SubNetworkAttr struct + DnPrefix *string + PriorityLabel *int32 + SetOfMcc []string + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserDefinedNetworkType *string + UserLabel *string + func NewSubNetworkAttr() *SubNetworkAttr + func NewSubNetworkAttrWithDefaults() *SubNetworkAttr + func (o *SubNetworkAttr) GetDnPrefix() string + func (o *SubNetworkAttr) GetDnPrefixOk() (*string, bool) + func (o *SubNetworkAttr) GetPriorityLabel() int32 + func (o *SubNetworkAttr) GetPriorityLabelOk() (*int32, bool) + func (o *SubNetworkAttr) GetSetOfMcc() []string + func (o *SubNetworkAttr) GetSetOfMccOk() ([]string, bool) + func (o *SubNetworkAttr) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *SubNetworkAttr) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *SubNetworkAttr) GetSupportedTraceMetrics() []string + func (o *SubNetworkAttr) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *SubNetworkAttr) GetUserDefinedNetworkType() string + func (o *SubNetworkAttr) GetUserDefinedNetworkTypeOk() (*string, bool) + func (o *SubNetworkAttr) GetUserLabel() string + func (o *SubNetworkAttr) GetUserLabelOk() (*string, bool) + func (o *SubNetworkAttr) HasDnPrefix() bool + func (o *SubNetworkAttr) HasPriorityLabel() bool + func (o *SubNetworkAttr) HasSetOfMcc() bool + func (o *SubNetworkAttr) HasSupportedPerfMetricGroups() bool + func (o *SubNetworkAttr) HasSupportedTraceMetrics() bool + func (o *SubNetworkAttr) HasUserDefinedNetworkType() bool + func (o *SubNetworkAttr) HasUserLabel() bool + func (o *SubNetworkAttr) SetDnPrefix(v string) + func (o *SubNetworkAttr) SetPriorityLabel(v int32) + func (o *SubNetworkAttr) SetSetOfMcc(v []string) + func (o *SubNetworkAttr) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *SubNetworkAttr) SetSupportedTraceMetrics(v []string) + func (o *SubNetworkAttr) SetUserDefinedNetworkType(v string) + func (o *SubNetworkAttr) SetUserLabel(v string) + func (o SubNetworkAttr) MarshalJSON() ([]byte, error) + func (o SubNetworkAttr) ToMap() (map[string]interface{}, error) + type SubNetworkNcO struct + AlarmList *AlarmListSingle + FileDownloadJob []FileDownloadJobSingle + Files []FilesSingle + ManagementDataCollection []ManagementDataCollectionSingle + ManagementNode []ManagementNodeSingle + MeContext []MeContextSingle + MnsAgent []MnsAgentSingle + MnsRegistry *MnsRegistrySingle + NtfSubscriptionControl []NtfSubscriptionControlSingle + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + func NewSubNetworkNcO() *SubNetworkNcO + func NewSubNetworkNcOWithDefaults() *SubNetworkNcO + func (o *SubNetworkNcO) GetAlarmList() AlarmListSingle + func (o *SubNetworkNcO) GetAlarmListOk() (*AlarmListSingle, bool) + func (o *SubNetworkNcO) GetFileDownloadJob() []FileDownloadJobSingle + func (o *SubNetworkNcO) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool) + func (o *SubNetworkNcO) GetFiles() []FilesSingle + func (o *SubNetworkNcO) GetFilesOk() ([]FilesSingle, bool) + func (o *SubNetworkNcO) GetManagementDataCollection() []ManagementDataCollectionSingle + func (o *SubNetworkNcO) GetManagementDataCollectionOk() ([]ManagementDataCollectionSingle, bool) + func (o *SubNetworkNcO) GetManagementNode() []ManagementNodeSingle + func (o *SubNetworkNcO) GetManagementNodeOk() ([]ManagementNodeSingle, bool) + func (o *SubNetworkNcO) GetMeContext() []MeContextSingle + func (o *SubNetworkNcO) GetMeContextOk() ([]MeContextSingle, bool) + func (o *SubNetworkNcO) GetMnsAgent() []MnsAgentSingle + func (o *SubNetworkNcO) GetMnsAgentOk() ([]MnsAgentSingle, bool) + func (o *SubNetworkNcO) GetMnsRegistry() MnsRegistrySingle + func (o *SubNetworkNcO) GetMnsRegistryOk() (*MnsRegistrySingle, bool) + func (o *SubNetworkNcO) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle + func (o *SubNetworkNcO) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool) + func (o *SubNetworkNcO) GetPerfMetricJob() []PerfMetricJobSingle + func (o *SubNetworkNcO) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *SubNetworkNcO) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *SubNetworkNcO) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *SubNetworkNcO) GetTraceJob() []TraceJobSingle + func (o *SubNetworkNcO) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *SubNetworkNcO) HasAlarmList() bool + func (o *SubNetworkNcO) HasFileDownloadJob() bool + func (o *SubNetworkNcO) HasFiles() bool + func (o *SubNetworkNcO) HasManagementDataCollection() bool + func (o *SubNetworkNcO) HasManagementNode() bool + func (o *SubNetworkNcO) HasMeContext() bool + func (o *SubNetworkNcO) HasMnsAgent() bool + func (o *SubNetworkNcO) HasMnsRegistry() bool + func (o *SubNetworkNcO) HasNtfSubscriptionControl() bool + func (o *SubNetworkNcO) HasPerfMetricJob() bool + func (o *SubNetworkNcO) HasThresholdMonitor() bool + func (o *SubNetworkNcO) HasTraceJob() bool + func (o *SubNetworkNcO) SetAlarmList(v AlarmListSingle) + func (o *SubNetworkNcO) SetFileDownloadJob(v []FileDownloadJobSingle) + func (o *SubNetworkNcO) SetFiles(v []FilesSingle) + func (o *SubNetworkNcO) SetManagementDataCollection(v []ManagementDataCollectionSingle) + func (o *SubNetworkNcO) SetManagementNode(v []ManagementNodeSingle) + func (o *SubNetworkNcO) SetMeContext(v []MeContextSingle) + func (o *SubNetworkNcO) SetMnsAgent(v []MnsAgentSingle) + func (o *SubNetworkNcO) SetMnsRegistry(v MnsRegistrySingle) + func (o *SubNetworkNcO) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle) + func (o *SubNetworkNcO) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *SubNetworkNcO) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *SubNetworkNcO) SetTraceJob(v []TraceJobSingle) + func (o SubNetworkNcO) MarshalJSON() ([]byte, error) + func (o SubNetworkNcO) ToMap() (map[string]interface{}, error) + type SubNetworkSingle struct + AlarmList *AlarmListSingle + AmfRegion []AmfRegionSingle + AmfSet []AmfSetSingle + Attributes *SubNetworkAttr + Configurable5QISet []Configurable5QISetSingle + Dynamic5QISet []Dynamic5QISetSingle + EcmConnectionInfo []EcmConnectionInfoSingle + ExternalAmfFunction []ExternalAmfFunctionSingle + ExternalNrfFunction []ExternalNrfFunctionSingle + ExternalNssfFunction []ExternalNssfFunctionSingle + FileDownloadJob []FileDownloadJobSingle + Files []FilesSingle + Id NullableString + ManagedElement []ManagedElementSingle + ManagementDataCollection []ManagementDataCollectionSingle + ManagementNode []ManagementNodeSingle + MeContext []MeContextSingle + MnsAgent []MnsAgentSingle + MnsRegistry *MnsRegistrySingle + NtfSubscriptionControl []NtfSubscriptionControlSingle + ObjectClass *string + ObjectInstance *string + PerfMetricJob []PerfMetricJobSingle + SubNetwork []SubNetworkSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + VsDataContainer []VsDataContainerSingle + func NewSubNetworkSingle(id NullableString) *SubNetworkSingle + func NewSubNetworkSingleWithDefaults() *SubNetworkSingle + func (o *SubNetworkSingle) GetAlarmList() AlarmListSingle + func (o *SubNetworkSingle) GetAlarmListOk() (*AlarmListSingle, bool) + func (o *SubNetworkSingle) GetAmfRegion() []AmfRegionSingle + func (o *SubNetworkSingle) GetAmfRegionOk() ([]AmfRegionSingle, bool) + func (o *SubNetworkSingle) GetAmfSet() []AmfSetSingle + func (o *SubNetworkSingle) GetAmfSetOk() ([]AmfSetSingle, bool) + func (o *SubNetworkSingle) GetAttributes() SubNetworkAttr + func (o *SubNetworkSingle) GetAttributesOk() (*SubNetworkAttr, bool) + func (o *SubNetworkSingle) GetConfigurable5QISet() []Configurable5QISetSingle + func (o *SubNetworkSingle) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool) + func (o *SubNetworkSingle) GetDynamic5QISet() []Dynamic5QISetSingle + func (o *SubNetworkSingle) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool) + func (o *SubNetworkSingle) GetEcmConnectionInfo() []EcmConnectionInfoSingle + func (o *SubNetworkSingle) GetEcmConnectionInfoOk() ([]EcmConnectionInfoSingle, bool) + func (o *SubNetworkSingle) GetExternalAmfFunction() []ExternalAmfFunctionSingle + func (o *SubNetworkSingle) GetExternalAmfFunctionOk() ([]ExternalAmfFunctionSingle, bool) + func (o *SubNetworkSingle) GetExternalNrfFunction() []ExternalNrfFunctionSingle + func (o *SubNetworkSingle) GetExternalNrfFunctionOk() ([]ExternalNrfFunctionSingle, bool) + func (o *SubNetworkSingle) GetExternalNssfFunction() []ExternalNssfFunctionSingle + func (o *SubNetworkSingle) GetExternalNssfFunctionOk() ([]ExternalNssfFunctionSingle, bool) + func (o *SubNetworkSingle) GetFileDownloadJob() []FileDownloadJobSingle + func (o *SubNetworkSingle) GetFileDownloadJobOk() ([]FileDownloadJobSingle, bool) + func (o *SubNetworkSingle) GetFiles() []FilesSingle + func (o *SubNetworkSingle) GetFilesOk() ([]FilesSingle, bool) + func (o *SubNetworkSingle) GetId() string + func (o *SubNetworkSingle) GetIdOk() (*string, bool) + func (o *SubNetworkSingle) GetManagedElement() []ManagedElementSingle + func (o *SubNetworkSingle) GetManagedElementOk() ([]ManagedElementSingle, bool) + func (o *SubNetworkSingle) GetManagementDataCollection() []ManagementDataCollectionSingle + func (o *SubNetworkSingle) GetManagementDataCollectionOk() ([]ManagementDataCollectionSingle, bool) + func (o *SubNetworkSingle) GetManagementNode() []ManagementNodeSingle + func (o *SubNetworkSingle) GetManagementNodeOk() ([]ManagementNodeSingle, bool) + func (o *SubNetworkSingle) GetMeContext() []MeContextSingle + func (o *SubNetworkSingle) GetMeContextOk() ([]MeContextSingle, bool) + func (o *SubNetworkSingle) GetMnsAgent() []MnsAgentSingle + func (o *SubNetworkSingle) GetMnsAgentOk() ([]MnsAgentSingle, bool) + func (o *SubNetworkSingle) GetMnsRegistry() MnsRegistrySingle + func (o *SubNetworkSingle) GetMnsRegistryOk() (*MnsRegistrySingle, bool) + func (o *SubNetworkSingle) GetNtfSubscriptionControl() []NtfSubscriptionControlSingle + func (o *SubNetworkSingle) GetNtfSubscriptionControlOk() ([]NtfSubscriptionControlSingle, bool) + func (o *SubNetworkSingle) GetObjectClass() string + func (o *SubNetworkSingle) GetObjectClassOk() (*string, bool) + func (o *SubNetworkSingle) GetObjectInstance() string + func (o *SubNetworkSingle) GetObjectInstanceOk() (*string, bool) + func (o *SubNetworkSingle) GetPerfMetricJob() []PerfMetricJobSingle + func (o *SubNetworkSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *SubNetworkSingle) GetSubNetwork() []SubNetworkSingle + func (o *SubNetworkSingle) GetSubNetworkOk() ([]SubNetworkSingle, bool) + func (o *SubNetworkSingle) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *SubNetworkSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *SubNetworkSingle) GetTraceJob() []TraceJobSingle + func (o *SubNetworkSingle) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *SubNetworkSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *SubNetworkSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *SubNetworkSingle) HasAlarmList() bool + func (o *SubNetworkSingle) HasAmfRegion() bool + func (o *SubNetworkSingle) HasAmfSet() bool + func (o *SubNetworkSingle) HasAttributes() bool + func (o *SubNetworkSingle) HasConfigurable5QISet() bool + func (o *SubNetworkSingle) HasDynamic5QISet() bool + func (o *SubNetworkSingle) HasEcmConnectionInfo() bool + func (o *SubNetworkSingle) HasExternalAmfFunction() bool + func (o *SubNetworkSingle) HasExternalNrfFunction() bool + func (o *SubNetworkSingle) HasExternalNssfFunction() bool + func (o *SubNetworkSingle) HasFileDownloadJob() bool + func (o *SubNetworkSingle) HasFiles() bool + func (o *SubNetworkSingle) HasManagedElement() bool + func (o *SubNetworkSingle) HasManagementDataCollection() bool + func (o *SubNetworkSingle) HasManagementNode() bool + func (o *SubNetworkSingle) HasMeContext() bool + func (o *SubNetworkSingle) HasMnsAgent() bool + func (o *SubNetworkSingle) HasMnsRegistry() bool + func (o *SubNetworkSingle) HasNtfSubscriptionControl() bool + func (o *SubNetworkSingle) HasObjectClass() bool + func (o *SubNetworkSingle) HasObjectInstance() bool + func (o *SubNetworkSingle) HasPerfMetricJob() bool + func (o *SubNetworkSingle) HasSubNetwork() bool + func (o *SubNetworkSingle) HasThresholdMonitor() bool + func (o *SubNetworkSingle) HasTraceJob() bool + func (o *SubNetworkSingle) HasVsDataContainer() bool + func (o *SubNetworkSingle) SetAlarmList(v AlarmListSingle) + func (o *SubNetworkSingle) SetAmfRegion(v []AmfRegionSingle) + func (o *SubNetworkSingle) SetAmfSet(v []AmfSetSingle) + func (o *SubNetworkSingle) SetAttributes(v SubNetworkAttr) + func (o *SubNetworkSingle) SetConfigurable5QISet(v []Configurable5QISetSingle) + func (o *SubNetworkSingle) SetDynamic5QISet(v []Dynamic5QISetSingle) + func (o *SubNetworkSingle) SetEcmConnectionInfo(v []EcmConnectionInfoSingle) + func (o *SubNetworkSingle) SetExternalAmfFunction(v []ExternalAmfFunctionSingle) + func (o *SubNetworkSingle) SetExternalNrfFunction(v []ExternalNrfFunctionSingle) + func (o *SubNetworkSingle) SetExternalNssfFunction(v []ExternalNssfFunctionSingle) + func (o *SubNetworkSingle) SetFileDownloadJob(v []FileDownloadJobSingle) + func (o *SubNetworkSingle) SetFiles(v []FilesSingle) + func (o *SubNetworkSingle) SetId(v string) + func (o *SubNetworkSingle) SetManagedElement(v []ManagedElementSingle) + func (o *SubNetworkSingle) SetManagementDataCollection(v []ManagementDataCollectionSingle) + func (o *SubNetworkSingle) SetManagementNode(v []ManagementNodeSingle) + func (o *SubNetworkSingle) SetMeContext(v []MeContextSingle) + func (o *SubNetworkSingle) SetMnsAgent(v []MnsAgentSingle) + func (o *SubNetworkSingle) SetMnsRegistry(v MnsRegistrySingle) + func (o *SubNetworkSingle) SetNtfSubscriptionControl(v []NtfSubscriptionControlSingle) + func (o *SubNetworkSingle) SetObjectClass(v string) + func (o *SubNetworkSingle) SetObjectInstance(v string) + func (o *SubNetworkSingle) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *SubNetworkSingle) SetSubNetwork(v []SubNetworkSingle) + func (o *SubNetworkSingle) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *SubNetworkSingle) SetTraceJob(v []TraceJobSingle) + func (o *SubNetworkSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o SubNetworkSingle) MarshalJSON() ([]byte, error) + func (o SubNetworkSingle) ToMap() (map[string]interface{}, error) + type SubNetworkSingleAllOf struct + Attributes *SubNetworkAttr + func NewSubNetworkSingleAllOf() *SubNetworkSingleAllOf + func NewSubNetworkSingleAllOfWithDefaults() *SubNetworkSingleAllOf + func (o *SubNetworkSingleAllOf) GetAttributes() SubNetworkAttr + func (o *SubNetworkSingleAllOf) GetAttributesOk() (*SubNetworkAttr, bool) + func (o *SubNetworkSingleAllOf) HasAttributes() bool + func (o *SubNetworkSingleAllOf) SetAttributes(v SubNetworkAttr) + func (o SubNetworkSingleAllOf) MarshalJSON() ([]byte, error) + func (o SubNetworkSingleAllOf) ToMap() (map[string]interface{}, error) + type SubNetworkSingleAllOf1 struct + AmfRegion []AmfRegionSingle + AmfSet []AmfSetSingle + Configurable5QISet []Configurable5QISetSingle + Dynamic5QISet []Dynamic5QISetSingle + EcmConnectionInfo []EcmConnectionInfoSingle + ExternalAmfFunction []ExternalAmfFunctionSingle + ExternalNrfFunction []ExternalNrfFunctionSingle + ExternalNssfFunction []ExternalNssfFunctionSingle + ManagedElement []ManagedElementSingle + SubNetwork []SubNetworkSingle + func NewSubNetworkSingleAllOf1() *SubNetworkSingleAllOf1 + func NewSubNetworkSingleAllOf1WithDefaults() *SubNetworkSingleAllOf1 + func (o *SubNetworkSingleAllOf1) GetAmfRegion() []AmfRegionSingle + func (o *SubNetworkSingleAllOf1) GetAmfRegionOk() ([]AmfRegionSingle, bool) + func (o *SubNetworkSingleAllOf1) GetAmfSet() []AmfSetSingle + func (o *SubNetworkSingleAllOf1) GetAmfSetOk() ([]AmfSetSingle, bool) + func (o *SubNetworkSingleAllOf1) GetConfigurable5QISet() []Configurable5QISetSingle + func (o *SubNetworkSingleAllOf1) GetConfigurable5QISetOk() ([]Configurable5QISetSingle, bool) + func (o *SubNetworkSingleAllOf1) GetDynamic5QISet() []Dynamic5QISetSingle + func (o *SubNetworkSingleAllOf1) GetDynamic5QISetOk() ([]Dynamic5QISetSingle, bool) + func (o *SubNetworkSingleAllOf1) GetEcmConnectionInfo() []EcmConnectionInfoSingle + func (o *SubNetworkSingleAllOf1) GetEcmConnectionInfoOk() ([]EcmConnectionInfoSingle, bool) + func (o *SubNetworkSingleAllOf1) GetExternalAmfFunction() []ExternalAmfFunctionSingle + func (o *SubNetworkSingleAllOf1) GetExternalAmfFunctionOk() ([]ExternalAmfFunctionSingle, bool) + func (o *SubNetworkSingleAllOf1) GetExternalNrfFunction() []ExternalNrfFunctionSingle + func (o *SubNetworkSingleAllOf1) GetExternalNrfFunctionOk() ([]ExternalNrfFunctionSingle, bool) + func (o *SubNetworkSingleAllOf1) GetExternalNssfFunction() []ExternalNssfFunctionSingle + func (o *SubNetworkSingleAllOf1) GetExternalNssfFunctionOk() ([]ExternalNssfFunctionSingle, bool) + func (o *SubNetworkSingleAllOf1) GetManagedElement() []ManagedElementSingle + func (o *SubNetworkSingleAllOf1) GetManagedElementOk() ([]ManagedElementSingle, bool) + func (o *SubNetworkSingleAllOf1) GetSubNetwork() []SubNetworkSingle + func (o *SubNetworkSingleAllOf1) GetSubNetworkOk() ([]SubNetworkSingle, bool) + func (o *SubNetworkSingleAllOf1) HasAmfRegion() bool + func (o *SubNetworkSingleAllOf1) HasAmfSet() bool + func (o *SubNetworkSingleAllOf1) HasConfigurable5QISet() bool + func (o *SubNetworkSingleAllOf1) HasDynamic5QISet() bool + func (o *SubNetworkSingleAllOf1) HasEcmConnectionInfo() bool + func (o *SubNetworkSingleAllOf1) HasExternalAmfFunction() bool + func (o *SubNetworkSingleAllOf1) HasExternalNrfFunction() bool + func (o *SubNetworkSingleAllOf1) HasExternalNssfFunction() bool + func (o *SubNetworkSingleAllOf1) HasManagedElement() bool + func (o *SubNetworkSingleAllOf1) HasSubNetwork() bool + func (o *SubNetworkSingleAllOf1) SetAmfRegion(v []AmfRegionSingle) + func (o *SubNetworkSingleAllOf1) SetAmfSet(v []AmfSetSingle) + func (o *SubNetworkSingleAllOf1) SetConfigurable5QISet(v []Configurable5QISetSingle) + func (o *SubNetworkSingleAllOf1) SetDynamic5QISet(v []Dynamic5QISetSingle) + func (o *SubNetworkSingleAllOf1) SetEcmConnectionInfo(v []EcmConnectionInfoSingle) + func (o *SubNetworkSingleAllOf1) SetExternalAmfFunction(v []ExternalAmfFunctionSingle) + func (o *SubNetworkSingleAllOf1) SetExternalNrfFunction(v []ExternalNrfFunctionSingle) + func (o *SubNetworkSingleAllOf1) SetExternalNssfFunction(v []ExternalNssfFunctionSingle) + func (o *SubNetworkSingleAllOf1) SetManagedElement(v []ManagedElementSingle) + func (o *SubNetworkSingleAllOf1) SetSubNetwork(v []SubNetworkSingle) + func (o SubNetworkSingleAllOf1) MarshalJSON() ([]byte, error) + func (o SubNetworkSingleAllOf1) ToMap() (map[string]interface{}, error) + type SubNetworkSingleAllOfAttributes struct + DnPrefix *string + PriorityLabel *int32 + SetOfMcc []string + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserDefinedNetworkType *string + UserLabel *string + func NewSubNetworkSingleAllOfAttributes() *SubNetworkSingleAllOfAttributes + func NewSubNetworkSingleAllOfAttributesWithDefaults() *SubNetworkSingleAllOfAttributes + func (o *SubNetworkSingleAllOfAttributes) GetDnPrefix() string + func (o *SubNetworkSingleAllOfAttributes) GetDnPrefixOk() (*string, bool) + func (o *SubNetworkSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *SubNetworkSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *SubNetworkSingleAllOfAttributes) GetSetOfMcc() []string + func (o *SubNetworkSingleAllOfAttributes) GetSetOfMccOk() ([]string, bool) + func (o *SubNetworkSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *SubNetworkSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *SubNetworkSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *SubNetworkSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *SubNetworkSingleAllOfAttributes) GetUserDefinedNetworkType() string + func (o *SubNetworkSingleAllOfAttributes) GetUserDefinedNetworkTypeOk() (*string, bool) + func (o *SubNetworkSingleAllOfAttributes) GetUserLabel() string + func (o *SubNetworkSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *SubNetworkSingleAllOfAttributes) HasDnPrefix() bool + func (o *SubNetworkSingleAllOfAttributes) HasPriorityLabel() bool + func (o *SubNetworkSingleAllOfAttributes) HasSetOfMcc() bool + func (o *SubNetworkSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *SubNetworkSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *SubNetworkSingleAllOfAttributes) HasUserDefinedNetworkType() bool + func (o *SubNetworkSingleAllOfAttributes) HasUserLabel() bool + func (o *SubNetworkSingleAllOfAttributes) SetDnPrefix(v string) + func (o *SubNetworkSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *SubNetworkSingleAllOfAttributes) SetSetOfMcc(v []string) + func (o *SubNetworkSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *SubNetworkSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *SubNetworkSingleAllOfAttributes) SetUserDefinedNetworkType(v string) + func (o *SubNetworkSingleAllOfAttributes) SetUserLabel(v string) + func (o SubNetworkSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o SubNetworkSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type SuciInfo struct + HNwPubKeyIds []int32 + RoutingInds []string + func NewSuciInfo() *SuciInfo + func NewSuciInfoWithDefaults() *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) SetHNwPubKeyIds(v []int32) + func (o *SuciInfo) SetRoutingInds(v []string) + func (o SuciInfo) MarshalJSON() ([]byte, error) + func (o SuciInfo) ToMap() (map[string]interface{}, error) + type SupiRange struct + End *string + Pattern *string + Start *string + func NewSupiRange() *SupiRange + func NewSupiRangeWithDefaults() *SupiRange + func (o *SupiRange) GetEnd() string + func (o *SupiRange) GetEndOk() (*string, bool) + func (o *SupiRange) GetPattern() string + func (o *SupiRange) GetPatternOk() (*string, bool) + func (o *SupiRange) GetStart() string + func (o *SupiRange) GetStartOk() (*string, bool) + func (o *SupiRange) HasEnd() bool + func (o *SupiRange) HasPattern() bool + func (o *SupiRange) HasStart() bool + func (o *SupiRange) SetEnd(v string) + func (o *SupiRange) SetPattern(v string) + func (o *SupiRange) SetStart(v string) + func (o SupiRange) MarshalJSON() ([]byte, error) + func (o SupiRange) ToMap() (map[string]interface{}, error) + type SupportedDataSet string + const APPLICATION + const A_AFTI + const A_AMI + const A_BDT + const A_EASD + const A_IPTV + const A_PFD + const A_SPD + const EXPOSURE + const POLICY + const P_BDT + const P_NSSCD + const P_PLMNUE + const P_SCD + const P_UE + const SUBSCRIPTION + func NewSupportedDataSetFromValue(v string) (*SupportedDataSet, error) + func (v *SupportedDataSet) UnmarshalJSON(src []byte) error + func (v SupportedDataSet) IsValid() bool + func (v SupportedDataSet) Ptr() *SupportedDataSet + type SupportedFunc struct + Function *string + Policy *string + func NewSupportedFunc() *SupportedFunc + func NewSupportedFuncWithDefaults() *SupportedFunc + func (o *SupportedFunc) GetFunction() string + func (o *SupportedFunc) GetFunctionOk() (*string, bool) + func (o *SupportedFunc) GetPolicy() string + func (o *SupportedFunc) GetPolicyOk() (*string, bool) + func (o *SupportedFunc) HasFunction() bool + func (o *SupportedFunc) HasPolicy() bool + func (o *SupportedFunc) SetFunction(v string) + func (o *SupportedFunc) SetPolicy(v string) + func (o SupportedFunc) MarshalJSON() ([]byte, error) + func (o SupportedFunc) ToMap() (map[string]interface{}, error) + type SupportedPerfMetricGroup struct + GranularityPeriods []int32 + MonitorGranularityPeriods []int32 + PerformanceMetrics []string + ReportingMethods []string + func NewSupportedPerfMetricGroup() *SupportedPerfMetricGroup + func NewSupportedPerfMetricGroupWithDefaults() *SupportedPerfMetricGroup + func (o *SupportedPerfMetricGroup) GetGranularityPeriods() []int32 + func (o *SupportedPerfMetricGroup) GetGranularityPeriodsOk() ([]int32, bool) + func (o *SupportedPerfMetricGroup) GetMonitorGranularityPeriods() []int32 + func (o *SupportedPerfMetricGroup) GetMonitorGranularityPeriodsOk() ([]int32, bool) + func (o *SupportedPerfMetricGroup) GetPerformanceMetrics() []string + func (o *SupportedPerfMetricGroup) GetPerformanceMetricsOk() ([]string, bool) + func (o *SupportedPerfMetricGroup) GetReportingMethods() []string + func (o *SupportedPerfMetricGroup) GetReportingMethodsOk() ([]string, bool) + func (o *SupportedPerfMetricGroup) HasGranularityPeriods() bool + func (o *SupportedPerfMetricGroup) HasMonitorGranularityPeriods() bool + func (o *SupportedPerfMetricGroup) HasPerformanceMetrics() bool + func (o *SupportedPerfMetricGroup) HasReportingMethods() bool + func (o *SupportedPerfMetricGroup) SetGranularityPeriods(v []int32) + func (o *SupportedPerfMetricGroup) SetMonitorGranularityPeriods(v []int32) + func (o *SupportedPerfMetricGroup) SetPerformanceMetrics(v []string) + func (o *SupportedPerfMetricGroup) SetReportingMethods(v []string) + func (o SupportedPerfMetricGroup) MarshalJSON() ([]byte, error) + func (o SupportedPerfMetricGroup) ToMap() (map[string]interface{}, error) + type Tai struct + NrTac *int32 + PlmnId *PlmnId + func NewTai() *Tai + func NewTaiWithDefaults() *Tai + func (o *Tai) GetNrTac() int32 + func (o *Tai) GetNrTacOk() (*int32, bool) + func (o *Tai) GetPlmnId() PlmnId + func (o *Tai) GetPlmnIdOk() (*PlmnId, bool) + func (o *Tai) HasNrTac() bool + func (o *Tai) HasPlmnId() bool + func (o *Tai) SetNrTac(v int32) + func (o *Tai) SetPlmnId(v PlmnId) + func (o Tai) MarshalJSON() ([]byte, error) + func (o Tai) ToMap() (map[string]interface{}, error) + type Tai1 struct + Mcc *string + Mnc *string + Tac *string + func NewTai1() *Tai1 + func NewTai1WithDefaults() *Tai1 + func (o *Tai1) GetMcc() string + func (o *Tai1) GetMccOk() (*string, bool) + func (o *Tai1) GetMnc() string + func (o *Tai1) GetMncOk() (*string, bool) + func (o *Tai1) GetTac() string + func (o *Tai1) GetTacOk() (*string, bool) + func (o *Tai1) HasMcc() bool + func (o *Tai1) HasMnc() bool + func (o *Tai1) HasTac() bool + func (o *Tai1) SetMcc(v string) + func (o *Tai1) SetMnc(v string) + func (o *Tai1) SetTac(v string) + func (o Tai1) MarshalJSON() ([]byte, error) + func (o Tai1) ToMap() (map[string]interface{}, error) + type TaiRange struct + NRTACRangelist []NRTACRange + PlmnId *PlmnId + func NewTaiRange() *TaiRange + func NewTaiRangeWithDefaults() *TaiRange + func (o *TaiRange) GetNRTACRangelist() []NRTACRange + func (o *TaiRange) GetNRTACRangelistOk() ([]NRTACRange, bool) + func (o *TaiRange) GetPlmnId() PlmnId + func (o *TaiRange) GetPlmnIdOk() (*PlmnId, bool) + func (o *TaiRange) HasNRTACRangelist() bool + func (o *TaiRange) HasPlmnId() bool + func (o *TaiRange) SetNRTACRangelist(v []NRTACRange) + func (o *TaiRange) SetPlmnId(v PlmnId) + func (o TaiRange) MarshalJSON() ([]byte, error) + func (o TaiRange) ToMap() (map[string]interface{}, error) + type ThresholdInfo struct + Hysteresis *ThresholdInfoHysteresis + ThresholdDirection *string + ThresholdValue *ThresholdInfoThresholdValue + func NewThresholdInfo() *ThresholdInfo + func NewThresholdInfoWithDefaults() *ThresholdInfo + func (o *ThresholdInfo) GetHysteresis() ThresholdInfoHysteresis + func (o *ThresholdInfo) GetHysteresisOk() (*ThresholdInfoHysteresis, bool) + func (o *ThresholdInfo) GetThresholdDirection() string + func (o *ThresholdInfo) GetThresholdDirectionOk() (*string, bool) + func (o *ThresholdInfo) GetThresholdValue() ThresholdInfoThresholdValue + func (o *ThresholdInfo) GetThresholdValueOk() (*ThresholdInfoThresholdValue, bool) + func (o *ThresholdInfo) HasHysteresis() bool + func (o *ThresholdInfo) HasThresholdDirection() bool + func (o *ThresholdInfo) HasThresholdValue() bool + func (o *ThresholdInfo) SetHysteresis(v ThresholdInfoHysteresis) + func (o *ThresholdInfo) SetThresholdDirection(v string) + func (o *ThresholdInfo) SetThresholdValue(v ThresholdInfoThresholdValue) + func (o ThresholdInfo) MarshalJSON() ([]byte, error) + func (o ThresholdInfo) ToMap() (map[string]interface{}, error) + type ThresholdInfo1 struct + ArmTime *time.Time + ObservedMeasurement string + ObservedValue float32 + ThresholdLevel *ThresholdLevelInd + func NewThresholdInfo1(observedMeasurement string, observedValue float32) *ThresholdInfo1 + func NewThresholdInfo1WithDefaults() *ThresholdInfo1 + func (o *ThresholdInfo1) GetArmTime() time.Time + func (o *ThresholdInfo1) GetArmTimeOk() (*time.Time, bool) + func (o *ThresholdInfo1) GetObservedMeasurement() string + func (o *ThresholdInfo1) GetObservedMeasurementOk() (*string, bool) + func (o *ThresholdInfo1) GetObservedValue() float32 + func (o *ThresholdInfo1) GetObservedValueOk() (*float32, bool) + func (o *ThresholdInfo1) GetThresholdLevel() ThresholdLevelInd + func (o *ThresholdInfo1) GetThresholdLevelOk() (*ThresholdLevelInd, bool) + func (o *ThresholdInfo1) HasArmTime() bool + func (o *ThresholdInfo1) HasThresholdLevel() bool + func (o *ThresholdInfo1) SetArmTime(v time.Time) + func (o *ThresholdInfo1) SetObservedMeasurement(v string) + func (o *ThresholdInfo1) SetObservedValue(v float32) + func (o *ThresholdInfo1) SetThresholdLevel(v ThresholdLevelInd) + func (o ThresholdInfo1) MarshalJSON() ([]byte, error) + func (o ThresholdInfo1) ToMap() (map[string]interface{}, error) + type ThresholdInfoHysteresis struct + Float32 *float32 + Int32 *int32 + func Float32AsThresholdInfoHysteresis(v *float32) ThresholdInfoHysteresis + func Int32AsThresholdInfoHysteresis(v *int32) ThresholdInfoHysteresis + func (dst *ThresholdInfoHysteresis) UnmarshalJSON(data []byte) error + func (obj *ThresholdInfoHysteresis) GetActualInstance() interface{} + func (src ThresholdInfoHysteresis) MarshalJSON() ([]byte, error) + type ThresholdInfoThresholdValue struct + Float32 *float32 + Int32 *int32 + func Float32AsThresholdInfoThresholdValue(v *float32) ThresholdInfoThresholdValue + func Int32AsThresholdInfoThresholdValue(v *int32) ThresholdInfoThresholdValue + func (dst *ThresholdInfoThresholdValue) UnmarshalJSON(data []byte) error + func (obj *ThresholdInfoThresholdValue) GetActualInstance() interface{} + func (src ThresholdInfoThresholdValue) MarshalJSON() ([]byte, error) + type ThresholdLevelInd struct + ThresholdLevelIndOneOf *ThresholdLevelIndOneOf + ThresholdLevelIndOneOf1 *ThresholdLevelIndOneOf1 + func ThresholdLevelIndOneOf1AsThresholdLevelInd(v *ThresholdLevelIndOneOf1) ThresholdLevelInd + func ThresholdLevelIndOneOfAsThresholdLevelInd(v *ThresholdLevelIndOneOf) ThresholdLevelInd + func (dst *ThresholdLevelInd) UnmarshalJSON(data []byte) error + func (obj *ThresholdLevelInd) GetActualInstance() interface{} + func (src ThresholdLevelInd) MarshalJSON() ([]byte, error) + type ThresholdLevelIndOneOf struct + Up *ThresholdHysteresis + func NewThresholdLevelIndOneOf() *ThresholdLevelIndOneOf + func NewThresholdLevelIndOneOfWithDefaults() *ThresholdLevelIndOneOf + func (o *ThresholdLevelIndOneOf) GetUp() ThresholdHysteresis + func (o *ThresholdLevelIndOneOf) GetUpOk() (*ThresholdHysteresis, bool) + func (o *ThresholdLevelIndOneOf) HasUp() bool + func (o *ThresholdLevelIndOneOf) SetUp(v ThresholdHysteresis) + func (o ThresholdLevelIndOneOf) MarshalJSON() ([]byte, error) + func (o ThresholdLevelIndOneOf) ToMap() (map[string]interface{}, error) + type ThresholdLevelIndOneOf1 struct + Down *ThresholdHysteresis + func NewThresholdLevelIndOneOf1() *ThresholdLevelIndOneOf1 + func NewThresholdLevelIndOneOf1WithDefaults() *ThresholdLevelIndOneOf1 + func (o *ThresholdLevelIndOneOf1) GetDown() ThresholdHysteresis + func (o *ThresholdLevelIndOneOf1) GetDownOk() (*ThresholdHysteresis, bool) + func (o *ThresholdLevelIndOneOf1) HasDown() bool + func (o *ThresholdLevelIndOneOf1) SetDown(v ThresholdHysteresis) + func (o ThresholdLevelIndOneOf1) MarshalJSON() ([]byte, error) + func (o ThresholdLevelIndOneOf1) ToMap() (map[string]interface{}, error) + type ThresholdMonitorSingle struct + Attributes *ThresholdMonitorSingleAllOfAttributes + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewThresholdMonitorSingle(id NullableString) *ThresholdMonitorSingle + func NewThresholdMonitorSingleWithDefaults() *ThresholdMonitorSingle + func (o *ThresholdMonitorSingle) GetAttributes() ThresholdMonitorSingleAllOfAttributes + func (o *ThresholdMonitorSingle) GetAttributesOk() (*ThresholdMonitorSingleAllOfAttributes, bool) + func (o *ThresholdMonitorSingle) GetId() string + func (o *ThresholdMonitorSingle) GetIdOk() (*string, bool) + func (o *ThresholdMonitorSingle) GetObjectClass() string + func (o *ThresholdMonitorSingle) GetObjectClassOk() (*string, bool) + func (o *ThresholdMonitorSingle) GetObjectInstance() string + func (o *ThresholdMonitorSingle) GetObjectInstanceOk() (*string, bool) + func (o *ThresholdMonitorSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *ThresholdMonitorSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *ThresholdMonitorSingle) HasAttributes() bool + func (o *ThresholdMonitorSingle) HasObjectClass() bool + func (o *ThresholdMonitorSingle) HasObjectInstance() bool + func (o *ThresholdMonitorSingle) HasVsDataContainer() bool + func (o *ThresholdMonitorSingle) SetAttributes(v ThresholdMonitorSingleAllOfAttributes) + func (o *ThresholdMonitorSingle) SetId(v string) + func (o *ThresholdMonitorSingle) SetObjectClass(v string) + func (o *ThresholdMonitorSingle) SetObjectInstance(v string) + func (o *ThresholdMonitorSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o ThresholdMonitorSingle) MarshalJSON() ([]byte, error) + func (o ThresholdMonitorSingle) ToMap() (map[string]interface{}, error) + type ThresholdMonitorSingleAllOf struct + Attributes *ThresholdMonitorSingleAllOfAttributes + func NewThresholdMonitorSingleAllOf() *ThresholdMonitorSingleAllOf + func NewThresholdMonitorSingleAllOfWithDefaults() *ThresholdMonitorSingleAllOf + func (o *ThresholdMonitorSingleAllOf) GetAttributes() ThresholdMonitorSingleAllOfAttributes + func (o *ThresholdMonitorSingleAllOf) GetAttributesOk() (*ThresholdMonitorSingleAllOfAttributes, bool) + func (o *ThresholdMonitorSingleAllOf) HasAttributes() bool + func (o *ThresholdMonitorSingleAllOf) SetAttributes(v ThresholdMonitorSingleAllOfAttributes) + func (o ThresholdMonitorSingleAllOf) MarshalJSON() ([]byte, error) + func (o ThresholdMonitorSingleAllOf) ToMap() (map[string]interface{}, error) + type ThresholdMonitorSingleAllOfAttributes struct + AdministrativeState *AdministrativeState + MonitorGranularityPeriod *int32 + ObjectInstances []string + OperationalState *OperationalState + PerformanceMetrics []string + RootObjectInstances []string + ThresholdInfoList []ThresholdInfo + func NewThresholdMonitorSingleAllOfAttributes() *ThresholdMonitorSingleAllOfAttributes + func NewThresholdMonitorSingleAllOfAttributesWithDefaults() *ThresholdMonitorSingleAllOfAttributes + func (o *ThresholdMonitorSingleAllOfAttributes) GetAdministrativeState() AdministrativeState + func (o *ThresholdMonitorSingleAllOfAttributes) GetAdministrativeStateOk() (*AdministrativeState, bool) + func (o *ThresholdMonitorSingleAllOfAttributes) GetMonitorGranularityPeriod() int32 + func (o *ThresholdMonitorSingleAllOfAttributes) GetMonitorGranularityPeriodOk() (*int32, bool) + func (o *ThresholdMonitorSingleAllOfAttributes) GetObjectInstances() []string + func (o *ThresholdMonitorSingleAllOfAttributes) GetObjectInstancesOk() ([]string, bool) + func (o *ThresholdMonitorSingleAllOfAttributes) GetOperationalState() OperationalState + func (o *ThresholdMonitorSingleAllOfAttributes) GetOperationalStateOk() (*OperationalState, bool) + func (o *ThresholdMonitorSingleAllOfAttributes) GetPerformanceMetrics() []string + func (o *ThresholdMonitorSingleAllOfAttributes) GetPerformanceMetricsOk() ([]string, bool) + func (o *ThresholdMonitorSingleAllOfAttributes) GetRootObjectInstances() []string + func (o *ThresholdMonitorSingleAllOfAttributes) GetRootObjectInstancesOk() ([]string, bool) + func (o *ThresholdMonitorSingleAllOfAttributes) GetThresholdInfoList() []ThresholdInfo + func (o *ThresholdMonitorSingleAllOfAttributes) GetThresholdInfoListOk() ([]ThresholdInfo, bool) + func (o *ThresholdMonitorSingleAllOfAttributes) HasAdministrativeState() bool + func (o *ThresholdMonitorSingleAllOfAttributes) HasMonitorGranularityPeriod() bool + func (o *ThresholdMonitorSingleAllOfAttributes) HasObjectInstances() bool + func (o *ThresholdMonitorSingleAllOfAttributes) HasOperationalState() bool + func (o *ThresholdMonitorSingleAllOfAttributes) HasPerformanceMetrics() bool + func (o *ThresholdMonitorSingleAllOfAttributes) HasRootObjectInstances() bool + func (o *ThresholdMonitorSingleAllOfAttributes) HasThresholdInfoList() bool + func (o *ThresholdMonitorSingleAllOfAttributes) SetAdministrativeState(v AdministrativeState) + func (o *ThresholdMonitorSingleAllOfAttributes) SetMonitorGranularityPeriod(v int32) + func (o *ThresholdMonitorSingleAllOfAttributes) SetObjectInstances(v []string) + func (o *ThresholdMonitorSingleAllOfAttributes) SetOperationalState(v OperationalState) + func (o *ThresholdMonitorSingleAllOfAttributes) SetPerformanceMetrics(v []string) + func (o *ThresholdMonitorSingleAllOfAttributes) SetRootObjectInstances(v []string) + func (o *ThresholdMonitorSingleAllOfAttributes) SetThresholdInfoList(v []ThresholdInfo) + func (o ThresholdMonitorSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o ThresholdMonitorSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type TimeToTriggerL1Type string + func NewTimeToTriggerL1TypeFromValue(v string) (*TimeToTriggerL1Type, error) + func (v *TimeToTriggerL1Type) UnmarshalJSON(src []byte) error + func (v TimeToTriggerL1Type) IsValid() bool + func (v TimeToTriggerL1Type) Ptr() *TimeToTriggerL1Type + type TimeWindow struct + EndTime *time.Time + StartTime *time.Time + func NewTimeWindow() *TimeWindow + func NewTimeWindowWithDefaults() *TimeWindow + func (o *TimeWindow) GetEndTime() time.Time + func (o *TimeWindow) GetEndTimeOk() (*time.Time, bool) + func (o *TimeWindow) GetStartTime() time.Time + func (o *TimeWindow) GetStartTimeOk() (*time.Time, bool) + func (o *TimeWindow) HasEndTime() bool + func (o *TimeWindow) HasStartTime() bool + func (o *TimeWindow) SetEndTime(v time.Time) + func (o *TimeWindow) SetStartTime(v time.Time) + func (o TimeWindow) MarshalJSON() ([]byte, error) + func (o TimeWindow) ToMap() (map[string]interface{}, error) + type Top struct + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewTop(id NullableString) *Top + func NewTopWithDefaults() *Top + func (o *Top) GetId() string + func (o *Top) GetIdOk() (*string, bool) + func (o *Top) GetObjectClass() string + func (o *Top) GetObjectClassOk() (*string, bool) + func (o *Top) GetObjectInstance() string + func (o *Top) GetObjectInstanceOk() (*string, bool) + func (o *Top) GetVsDataContainer() []VsDataContainerSingle + func (o *Top) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *Top) HasObjectClass() bool + func (o *Top) HasObjectInstance() bool + func (o *Top) HasVsDataContainer() bool + func (o *Top) SetId(v string) + func (o *Top) SetObjectClass(v string) + func (o *Top) SetObjectInstance(v string) + func (o *Top) SetVsDataContainer(v []VsDataContainerSingle) + func (o Top) MarshalJSON() ([]byte, error) + func (o Top) ToMap() (map[string]interface{}, error) + type TopologicalServiceArea struct + CellIdList []int32 + ServingPLMN *PlmnId + TrackingAreaIdList []Tai + func NewTopologicalServiceArea() *TopologicalServiceArea + func NewTopologicalServiceAreaWithDefaults() *TopologicalServiceArea + func (o *TopologicalServiceArea) GetCellIdList() []int32 + func (o *TopologicalServiceArea) GetCellIdListOk() ([]int32, bool) + func (o *TopologicalServiceArea) GetServingPLMN() PlmnId + func (o *TopologicalServiceArea) GetServingPLMNOk() (*PlmnId, bool) + func (o *TopologicalServiceArea) GetTrackingAreaIdList() []Tai + func (o *TopologicalServiceArea) GetTrackingAreaIdListOk() ([]Tai, bool) + func (o *TopologicalServiceArea) HasCellIdList() bool + func (o *TopologicalServiceArea) HasServingPLMN() bool + func (o *TopologicalServiceArea) HasTrackingAreaIdList() bool + func (o *TopologicalServiceArea) SetCellIdList(v []int32) + func (o *TopologicalServiceArea) SetServingPLMN(v PlmnId) + func (o *TopologicalServiceArea) SetTrackingAreaIdList(v []Tai) + func (o TopologicalServiceArea) MarshalJSON() ([]byte, error) + func (o TopologicalServiceArea) ToMap() (map[string]interface{}, error) + type TraceDepthType string + const MAXIMUM + const MEDIUM + const MINIMUM + const VENDORMAXIMUM + const VENDORMEDIUM + const VENDORMINIMUM + func NewTraceDepthTypeFromValue(v string) (*TraceDepthType, error) + func (v *TraceDepthType) UnmarshalJSON(src []byte) error + func (v TraceDepthType) IsValid() bool + func (v TraceDepthType) Ptr() *TraceDepthType + type TraceJobAttr struct + AnonymizationOfMdtData *AnonymizationOfMdtDataType + AreaConfigurationForNeighCell *AreaConfig + AreaScope []AreaScope + BeamLevelMeasurement *bool + CollectionPeriodM6Lte *CollectionPeriodM6LteType + CollectionPeriodM6Nr *CollectionPeriodM6NrType + CollectionPeriodM7Lte *int32 + CollectionPeriodM7Nr *int32 + CollectionPeriodRrmLte *CollectionPeriodRrmLteType + CollectionPeriodRrmNr *CollectionPeriodRrmNrType + CollectionPeriodRrmUmts *CollectionPeriodRrmUmtsType + EventListForEventTriggeredMeasurement *EventListForEventTriggeredMeasurementType + EventThreshold *EventThresholdType + EventThresholdL1 *EventThresholdL1Type + EventThresholdUphUmts *int32 + ExcessPacketDelayThresholds *map[string]interface{} + HysteresisL1 *int32 + JobId *string + JobType *JobTypeType + ListOfInterfaces *ListOfInterfacesType + ListOfMeasurements *ListOfMeasurementsType + ListOfNeTypes []string + LoggingDuration *LoggingDurationType + LoggingInterval *LoggingIntervalType + MbsfnAreaList []MbsfnArea + MeasurementPeriodLte *MeasurementPeriodLteType + MeasurementPeriodUmts *MeasurementPeriodUmtsType + MeasurementQuantity *MeasurementQuantityType + PlmnList []PlmnListTypeInner + PlmnTarget *PlmnTargetType + PositioningMethod *PositioningMethodType + ReportAmount *ReportAmountType + ReportInterval *ReportIntervalType + ReportType *ReportTypeType + ReportingTrigger []string + SensorInformation []string + TimeToTriggerL1 *TimeToTriggerL1Type + TraceCollectionEntityId *int32 + TraceCollectionEntityIpAddress *IpAddr1 + TraceDepth *TraceDepthType + TraceRecordingSessionReference *string + TraceReference *TraceReferenceType + TraceReportingConsumerUri *string + TraceReportingFormat *TraceReportingFormatType + TraceTarget *TraceTargetType + TriggeringEvents *TriggeringEventsType + func NewTraceJobAttr() *TraceJobAttr + func NewTraceJobAttrWithDefaults() *TraceJobAttr + func (o *TraceJobAttr) GetAnonymizationOfMdtData() AnonymizationOfMdtDataType + func (o *TraceJobAttr) GetAnonymizationOfMdtDataOk() (*AnonymizationOfMdtDataType, bool) + func (o *TraceJobAttr) GetAreaConfigurationForNeighCell() AreaConfig + func (o *TraceJobAttr) GetAreaConfigurationForNeighCellOk() (*AreaConfig, bool) + func (o *TraceJobAttr) GetAreaScope() []AreaScope + func (o *TraceJobAttr) GetAreaScopeOk() ([]AreaScope, bool) + func (o *TraceJobAttr) GetBeamLevelMeasurement() bool + func (o *TraceJobAttr) GetBeamLevelMeasurementOk() (*bool, bool) + func (o *TraceJobAttr) GetCollectionPeriodM6Lte() CollectionPeriodM6LteType + func (o *TraceJobAttr) GetCollectionPeriodM6LteOk() (*CollectionPeriodM6LteType, bool) + func (o *TraceJobAttr) GetCollectionPeriodM6Nr() CollectionPeriodM6NrType + func (o *TraceJobAttr) GetCollectionPeriodM6NrOk() (*CollectionPeriodM6NrType, bool) + func (o *TraceJobAttr) GetCollectionPeriodM7Lte() int32 + func (o *TraceJobAttr) GetCollectionPeriodM7LteOk() (*int32, bool) + func (o *TraceJobAttr) GetCollectionPeriodM7Nr() int32 + func (o *TraceJobAttr) GetCollectionPeriodM7NrOk() (*int32, bool) + func (o *TraceJobAttr) GetCollectionPeriodRrmLte() CollectionPeriodRrmLteType + func (o *TraceJobAttr) GetCollectionPeriodRrmLteOk() (*CollectionPeriodRrmLteType, bool) + func (o *TraceJobAttr) GetCollectionPeriodRrmNr() CollectionPeriodRrmNrType + func (o *TraceJobAttr) GetCollectionPeriodRrmNrOk() (*CollectionPeriodRrmNrType, bool) + func (o *TraceJobAttr) GetCollectionPeriodRrmUmts() CollectionPeriodRrmUmtsType + func (o *TraceJobAttr) GetCollectionPeriodRrmUmtsOk() (*CollectionPeriodRrmUmtsType, bool) + func (o *TraceJobAttr) GetEventListForEventTriggeredMeasurement() EventListForEventTriggeredMeasurementType + func (o *TraceJobAttr) GetEventListForEventTriggeredMeasurementOk() (*EventListForEventTriggeredMeasurementType, bool) + func (o *TraceJobAttr) GetEventThreshold() EventThresholdType + func (o *TraceJobAttr) GetEventThresholdL1() EventThresholdL1Type + func (o *TraceJobAttr) GetEventThresholdL1Ok() (*EventThresholdL1Type, bool) + func (o *TraceJobAttr) GetEventThresholdOk() (*EventThresholdType, bool) + func (o *TraceJobAttr) GetEventThresholdUphUmts() int32 + func (o *TraceJobAttr) GetEventThresholdUphUmtsOk() (*int32, bool) + func (o *TraceJobAttr) GetExcessPacketDelayThresholds() map[string]interface{} + func (o *TraceJobAttr) GetExcessPacketDelayThresholdsOk() (*map[string]interface{}, bool) + func (o *TraceJobAttr) GetHysteresisL1() int32 + func (o *TraceJobAttr) GetHysteresisL1Ok() (*int32, bool) + func (o *TraceJobAttr) GetJobId() string + func (o *TraceJobAttr) GetJobIdOk() (*string, bool) + func (o *TraceJobAttr) GetJobType() JobTypeType + func (o *TraceJobAttr) GetJobTypeOk() (*JobTypeType, bool) + func (o *TraceJobAttr) GetListOfInterfaces() ListOfInterfacesType + func (o *TraceJobAttr) GetListOfInterfacesOk() (*ListOfInterfacesType, bool) + func (o *TraceJobAttr) GetListOfMeasurements() ListOfMeasurementsType + func (o *TraceJobAttr) GetListOfMeasurementsOk() (*ListOfMeasurementsType, bool) + func (o *TraceJobAttr) GetListOfNeTypes() []string + func (o *TraceJobAttr) GetListOfNeTypesOk() ([]string, bool) + func (o *TraceJobAttr) GetLoggingDuration() LoggingDurationType + func (o *TraceJobAttr) GetLoggingDurationOk() (*LoggingDurationType, bool) + func (o *TraceJobAttr) GetLoggingInterval() LoggingIntervalType + func (o *TraceJobAttr) GetLoggingIntervalOk() (*LoggingIntervalType, bool) + func (o *TraceJobAttr) GetMbsfnAreaList() []MbsfnArea + func (o *TraceJobAttr) GetMbsfnAreaListOk() ([]MbsfnArea, bool) + func (o *TraceJobAttr) GetMeasurementPeriodLte() MeasurementPeriodLteType + func (o *TraceJobAttr) GetMeasurementPeriodLteOk() (*MeasurementPeriodLteType, bool) + func (o *TraceJobAttr) GetMeasurementPeriodUmts() MeasurementPeriodUmtsType + func (o *TraceJobAttr) GetMeasurementPeriodUmtsOk() (*MeasurementPeriodUmtsType, bool) + func (o *TraceJobAttr) GetMeasurementQuantity() MeasurementQuantityType + func (o *TraceJobAttr) GetMeasurementQuantityOk() (*MeasurementQuantityType, bool) + func (o *TraceJobAttr) GetPlmnList() []PlmnListTypeInner + func (o *TraceJobAttr) GetPlmnListOk() ([]PlmnListTypeInner, bool) + func (o *TraceJobAttr) GetPlmnTarget() PlmnTargetType + func (o *TraceJobAttr) GetPlmnTargetOk() (*PlmnTargetType, bool) + func (o *TraceJobAttr) GetPositioningMethod() PositioningMethodType + func (o *TraceJobAttr) GetPositioningMethodOk() (*PositioningMethodType, bool) + func (o *TraceJobAttr) GetReportAmount() ReportAmountType + func (o *TraceJobAttr) GetReportAmountOk() (*ReportAmountType, bool) + func (o *TraceJobAttr) GetReportInterval() ReportIntervalType + func (o *TraceJobAttr) GetReportIntervalOk() (*ReportIntervalType, bool) + func (o *TraceJobAttr) GetReportType() ReportTypeType + func (o *TraceJobAttr) GetReportTypeOk() (*ReportTypeType, bool) + func (o *TraceJobAttr) GetReportingTrigger() []string + func (o *TraceJobAttr) GetReportingTriggerOk() ([]string, bool) + func (o *TraceJobAttr) GetSensorInformation() []string + func (o *TraceJobAttr) GetSensorInformationOk() ([]string, bool) + func (o *TraceJobAttr) GetTimeToTriggerL1() TimeToTriggerL1Type + func (o *TraceJobAttr) GetTimeToTriggerL1Ok() (*TimeToTriggerL1Type, bool) + func (o *TraceJobAttr) GetTraceCollectionEntityId() int32 + func (o *TraceJobAttr) GetTraceCollectionEntityIdOk() (*int32, bool) + func (o *TraceJobAttr) GetTraceCollectionEntityIpAddress() IpAddr1 + func (o *TraceJobAttr) GetTraceCollectionEntityIpAddressOk() (*IpAddr1, bool) + func (o *TraceJobAttr) GetTraceDepth() TraceDepthType + func (o *TraceJobAttr) GetTraceDepthOk() (*TraceDepthType, bool) + func (o *TraceJobAttr) GetTraceRecordingSessionReference() string + func (o *TraceJobAttr) GetTraceRecordingSessionReferenceOk() (*string, bool) + func (o *TraceJobAttr) GetTraceReference() TraceReferenceType + func (o *TraceJobAttr) GetTraceReferenceOk() (*TraceReferenceType, bool) + func (o *TraceJobAttr) GetTraceReportingConsumerUri() string + func (o *TraceJobAttr) GetTraceReportingConsumerUriOk() (*string, bool) + func (o *TraceJobAttr) GetTraceReportingFormat() TraceReportingFormatType + func (o *TraceJobAttr) GetTraceReportingFormatOk() (*TraceReportingFormatType, bool) + func (o *TraceJobAttr) GetTraceTarget() TraceTargetType + func (o *TraceJobAttr) GetTraceTargetOk() (*TraceTargetType, bool) + func (o *TraceJobAttr) GetTriggeringEvents() TriggeringEventsType + func (o *TraceJobAttr) GetTriggeringEventsOk() (*TriggeringEventsType, bool) + func (o *TraceJobAttr) HasAnonymizationOfMdtData() bool + func (o *TraceJobAttr) HasAreaConfigurationForNeighCell() bool + func (o *TraceJobAttr) HasAreaScope() bool + func (o *TraceJobAttr) HasBeamLevelMeasurement() bool + func (o *TraceJobAttr) HasCollectionPeriodM6Lte() bool + func (o *TraceJobAttr) HasCollectionPeriodM6Nr() bool + func (o *TraceJobAttr) HasCollectionPeriodM7Lte() bool + func (o *TraceJobAttr) HasCollectionPeriodM7Nr() bool + func (o *TraceJobAttr) HasCollectionPeriodRrmLte() bool + func (o *TraceJobAttr) HasCollectionPeriodRrmNr() bool + func (o *TraceJobAttr) HasCollectionPeriodRrmUmts() bool + func (o *TraceJobAttr) HasEventListForEventTriggeredMeasurement() bool + func (o *TraceJobAttr) HasEventThreshold() bool + func (o *TraceJobAttr) HasEventThresholdL1() bool + func (o *TraceJobAttr) HasEventThresholdUphUmts() bool + func (o *TraceJobAttr) HasExcessPacketDelayThresholds() bool + func (o *TraceJobAttr) HasHysteresisL1() bool + func (o *TraceJobAttr) HasJobId() bool + func (o *TraceJobAttr) HasJobType() bool + func (o *TraceJobAttr) HasListOfInterfaces() bool + func (o *TraceJobAttr) HasListOfMeasurements() bool + func (o *TraceJobAttr) HasListOfNeTypes() bool + func (o *TraceJobAttr) HasLoggingDuration() bool + func (o *TraceJobAttr) HasLoggingInterval() bool + func (o *TraceJobAttr) HasMbsfnAreaList() bool + func (o *TraceJobAttr) HasMeasurementPeriodLte() bool + func (o *TraceJobAttr) HasMeasurementPeriodUmts() bool + func (o *TraceJobAttr) HasMeasurementQuantity() bool + func (o *TraceJobAttr) HasPlmnList() bool + func (o *TraceJobAttr) HasPlmnTarget() bool + func (o *TraceJobAttr) HasPositioningMethod() bool + func (o *TraceJobAttr) HasReportAmount() bool + func (o *TraceJobAttr) HasReportInterval() bool + func (o *TraceJobAttr) HasReportType() bool + func (o *TraceJobAttr) HasReportingTrigger() bool + func (o *TraceJobAttr) HasSensorInformation() bool + func (o *TraceJobAttr) HasTimeToTriggerL1() bool + func (o *TraceJobAttr) HasTraceCollectionEntityId() bool + func (o *TraceJobAttr) HasTraceCollectionEntityIpAddress() bool + func (o *TraceJobAttr) HasTraceDepth() bool + func (o *TraceJobAttr) HasTraceRecordingSessionReference() bool + func (o *TraceJobAttr) HasTraceReference() bool + func (o *TraceJobAttr) HasTraceReportingConsumerUri() bool + func (o *TraceJobAttr) HasTraceReportingFormat() bool + func (o *TraceJobAttr) HasTraceTarget() bool + func (o *TraceJobAttr) HasTriggeringEvents() bool + func (o *TraceJobAttr) SetAnonymizationOfMdtData(v AnonymizationOfMdtDataType) + func (o *TraceJobAttr) SetAreaConfigurationForNeighCell(v AreaConfig) + func (o *TraceJobAttr) SetAreaScope(v []AreaScope) + func (o *TraceJobAttr) SetBeamLevelMeasurement(v bool) + func (o *TraceJobAttr) SetCollectionPeriodM6Lte(v CollectionPeriodM6LteType) + func (o *TraceJobAttr) SetCollectionPeriodM6Nr(v CollectionPeriodM6NrType) + func (o *TraceJobAttr) SetCollectionPeriodM7Lte(v int32) + func (o *TraceJobAttr) SetCollectionPeriodM7Nr(v int32) + func (o *TraceJobAttr) SetCollectionPeriodRrmLte(v CollectionPeriodRrmLteType) + func (o *TraceJobAttr) SetCollectionPeriodRrmNr(v CollectionPeriodRrmNrType) + func (o *TraceJobAttr) SetCollectionPeriodRrmUmts(v CollectionPeriodRrmUmtsType) + func (o *TraceJobAttr) SetEventListForEventTriggeredMeasurement(v EventListForEventTriggeredMeasurementType) + func (o *TraceJobAttr) SetEventThreshold(v EventThresholdType) + func (o *TraceJobAttr) SetEventThresholdL1(v EventThresholdL1Type) + func (o *TraceJobAttr) SetEventThresholdUphUmts(v int32) + func (o *TraceJobAttr) SetExcessPacketDelayThresholds(v map[string]interface{}) + func (o *TraceJobAttr) SetHysteresisL1(v int32) + func (o *TraceJobAttr) SetJobId(v string) + func (o *TraceJobAttr) SetJobType(v JobTypeType) + func (o *TraceJobAttr) SetListOfInterfaces(v ListOfInterfacesType) + func (o *TraceJobAttr) SetListOfMeasurements(v ListOfMeasurementsType) + func (o *TraceJobAttr) SetListOfNeTypes(v []string) + func (o *TraceJobAttr) SetLoggingDuration(v LoggingDurationType) + func (o *TraceJobAttr) SetLoggingInterval(v LoggingIntervalType) + func (o *TraceJobAttr) SetMbsfnAreaList(v []MbsfnArea) + func (o *TraceJobAttr) SetMeasurementPeriodLte(v MeasurementPeriodLteType) + func (o *TraceJobAttr) SetMeasurementPeriodUmts(v MeasurementPeriodUmtsType) + func (o *TraceJobAttr) SetMeasurementQuantity(v MeasurementQuantityType) + func (o *TraceJobAttr) SetPlmnList(v []PlmnListTypeInner) + func (o *TraceJobAttr) SetPlmnTarget(v PlmnTargetType) + func (o *TraceJobAttr) SetPositioningMethod(v PositioningMethodType) + func (o *TraceJobAttr) SetReportAmount(v ReportAmountType) + func (o *TraceJobAttr) SetReportInterval(v ReportIntervalType) + func (o *TraceJobAttr) SetReportType(v ReportTypeType) + func (o *TraceJobAttr) SetReportingTrigger(v []string) + func (o *TraceJobAttr) SetSensorInformation(v []string) + func (o *TraceJobAttr) SetTimeToTriggerL1(v TimeToTriggerL1Type) + func (o *TraceJobAttr) SetTraceCollectionEntityId(v int32) + func (o *TraceJobAttr) SetTraceCollectionEntityIpAddress(v IpAddr1) + func (o *TraceJobAttr) SetTraceDepth(v TraceDepthType) + func (o *TraceJobAttr) SetTraceRecordingSessionReference(v string) + func (o *TraceJobAttr) SetTraceReference(v TraceReferenceType) + func (o *TraceJobAttr) SetTraceReportingConsumerUri(v string) + func (o *TraceJobAttr) SetTraceReportingFormat(v TraceReportingFormatType) + func (o *TraceJobAttr) SetTraceTarget(v TraceTargetType) + func (o *TraceJobAttr) SetTriggeringEvents(v TriggeringEventsType) + func (o TraceJobAttr) MarshalJSON() ([]byte, error) + func (o TraceJobAttr) ToMap() (map[string]interface{}, error) + type TraceJobSingle struct + Attributes *TraceJobAttr + Files []FilesSingle + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewTraceJobSingle(id NullableString) *TraceJobSingle + func NewTraceJobSingleWithDefaults() *TraceJobSingle + func (o *TraceJobSingle) GetAttributes() TraceJobAttr + func (o *TraceJobSingle) GetAttributesOk() (*TraceJobAttr, bool) + func (o *TraceJobSingle) GetFiles() []FilesSingle + func (o *TraceJobSingle) GetFilesOk() ([]FilesSingle, bool) + func (o *TraceJobSingle) GetId() string + func (o *TraceJobSingle) GetIdOk() (*string, bool) + func (o *TraceJobSingle) GetObjectClass() string + func (o *TraceJobSingle) GetObjectClassOk() (*string, bool) + func (o *TraceJobSingle) GetObjectInstance() string + func (o *TraceJobSingle) GetObjectInstanceOk() (*string, bool) + func (o *TraceJobSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *TraceJobSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *TraceJobSingle) HasAttributes() bool + func (o *TraceJobSingle) HasFiles() bool + func (o *TraceJobSingle) HasObjectClass() bool + func (o *TraceJobSingle) HasObjectInstance() bool + func (o *TraceJobSingle) HasVsDataContainer() bool + func (o *TraceJobSingle) SetAttributes(v TraceJobAttr) + func (o *TraceJobSingle) SetFiles(v []FilesSingle) + func (o *TraceJobSingle) SetId(v string) + func (o *TraceJobSingle) SetObjectClass(v string) + func (o *TraceJobSingle) SetObjectInstance(v string) + func (o *TraceJobSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o TraceJobSingle) MarshalJSON() ([]byte, error) + func (o TraceJobSingle) ToMap() (map[string]interface{}, error) + type TraceJobSingleAllOf struct + Attributes *TraceJobAttr + Files []FilesSingle + func NewTraceJobSingleAllOf() *TraceJobSingleAllOf + func NewTraceJobSingleAllOfWithDefaults() *TraceJobSingleAllOf + func (o *TraceJobSingleAllOf) GetAttributes() TraceJobAttr + func (o *TraceJobSingleAllOf) GetAttributesOk() (*TraceJobAttr, bool) + func (o *TraceJobSingleAllOf) GetFiles() []FilesSingle + func (o *TraceJobSingleAllOf) GetFilesOk() ([]FilesSingle, bool) + func (o *TraceJobSingleAllOf) HasAttributes() bool + func (o *TraceJobSingleAllOf) HasFiles() bool + func (o *TraceJobSingleAllOf) SetAttributes(v TraceJobAttr) + func (o *TraceJobSingleAllOf) SetFiles(v []FilesSingle) + func (o TraceJobSingleAllOf) MarshalJSON() ([]byte, error) + func (o TraceJobSingleAllOf) ToMap() (map[string]interface{}, error) + type TraceReferenceType struct + Mcc string + Mnc string + TraceId string + func NewTraceReferenceType(mcc string, mnc string, traceId string) *TraceReferenceType + func NewTraceReferenceTypeWithDefaults() *TraceReferenceType + func (o *TraceReferenceType) GetMcc() string + func (o *TraceReferenceType) GetMccOk() (*string, bool) + func (o *TraceReferenceType) GetMnc() string + func (o *TraceReferenceType) GetMncOk() (*string, bool) + func (o *TraceReferenceType) GetTraceId() string + func (o *TraceReferenceType) GetTraceIdOk() (*string, bool) + func (o *TraceReferenceType) SetMcc(v string) + func (o *TraceReferenceType) SetMnc(v string) + func (o *TraceReferenceType) SetTraceId(v string) + func (o TraceReferenceType) MarshalJSON() ([]byte, error) + func (o TraceReferenceType) ToMap() (map[string]interface{}, error) + type TraceReportingFormatType string + const FILE_BASED + const STREAMING + func NewTraceReportingFormatTypeFromValue(v string) (*TraceReportingFormatType, error) + func (v *TraceReportingFormatType) UnmarshalJSON(src []byte) error + func (v TraceReportingFormatType) IsValid() bool + func (v TraceReportingFormatType) Ptr() *TraceReportingFormatType + type TraceTargetType struct + TargetIdType string + TargetIdValue string + func NewTraceTargetType(targetIdType string, targetIdValue string) *TraceTargetType + func NewTraceTargetTypeWithDefaults() *TraceTargetType + func (o *TraceTargetType) GetTargetIdType() string + func (o *TraceTargetType) GetTargetIdTypeOk() (*string, bool) + func (o *TraceTargetType) GetTargetIdValue() string + func (o *TraceTargetType) GetTargetIdValueOk() (*string, bool) + func (o *TraceTargetType) SetTargetIdType(v string) + func (o *TraceTargetType) SetTargetIdValue(v string) + func (o TraceTargetType) MarshalJSON() ([]byte, error) + func (o TraceTargetType) ToMap() (map[string]interface{}, error) + type TrafficControlData struct + AddRedirectInfo []RedirectInformation + FlowStatus *FlowStatus + MulAccCtrl *MulticastAccessControl + MuteNotif *bool + RedirectInfo *RedirectInformation + RouteToLocs []RouteToLocation + SnssaiList []Snssai + SteerFun *SteeringFunctionality + SteerModeDl *SteeringMode + SteerModeUl *SteeringMode + TcId *string + TraffCorreInd *bool + TrafficSteeringPolIdDl NullableString + TrafficSteeringPolIdUl NullableString + UpPathChgEvent NullableUpPathChgEvent + func NewTrafficControlData() *TrafficControlData + func NewTrafficControlDataWithDefaults() *TrafficControlData + func (o *TrafficControlData) GetAddRedirectInfo() []RedirectInformation + func (o *TrafficControlData) GetAddRedirectInfoOk() ([]RedirectInformation, bool) + func (o *TrafficControlData) GetFlowStatus() FlowStatus + func (o *TrafficControlData) GetFlowStatusOk() (*FlowStatus, bool) + func (o *TrafficControlData) GetMulAccCtrl() MulticastAccessControl + func (o *TrafficControlData) GetMulAccCtrlOk() (*MulticastAccessControl, bool) + func (o *TrafficControlData) GetMuteNotif() bool + func (o *TrafficControlData) GetMuteNotifOk() (*bool, bool) + func (o *TrafficControlData) GetRedirectInfo() RedirectInformation + func (o *TrafficControlData) GetRedirectInfoOk() (*RedirectInformation, bool) + func (o *TrafficControlData) GetRouteToLocs() []RouteToLocation + func (o *TrafficControlData) GetRouteToLocsOk() ([]RouteToLocation, bool) + func (o *TrafficControlData) GetSnssaiList() []Snssai + func (o *TrafficControlData) GetSnssaiListOk() ([]Snssai, bool) + func (o *TrafficControlData) GetSteerFun() SteeringFunctionality + func (o *TrafficControlData) GetSteerFunOk() (*SteeringFunctionality, bool) + func (o *TrafficControlData) GetSteerModeDl() SteeringMode + func (o *TrafficControlData) GetSteerModeDlOk() (*SteeringMode, bool) + func (o *TrafficControlData) GetSteerModeUl() SteeringMode + func (o *TrafficControlData) GetSteerModeUlOk() (*SteeringMode, bool) + func (o *TrafficControlData) GetTcId() string + func (o *TrafficControlData) GetTcIdOk() (*string, bool) + func (o *TrafficControlData) GetTraffCorreInd() bool + func (o *TrafficControlData) GetTraffCorreIndOk() (*bool, bool) + func (o *TrafficControlData) GetTrafficSteeringPolIdDl() string + func (o *TrafficControlData) GetTrafficSteeringPolIdDlOk() (*string, bool) + func (o *TrafficControlData) GetTrafficSteeringPolIdUl() string + func (o *TrafficControlData) GetTrafficSteeringPolIdUlOk() (*string, bool) + func (o *TrafficControlData) GetUpPathChgEvent() UpPathChgEvent + func (o *TrafficControlData) GetUpPathChgEventOk() (*UpPathChgEvent, bool) + func (o *TrafficControlData) HasAddRedirectInfo() bool + func (o *TrafficControlData) HasFlowStatus() bool + func (o *TrafficControlData) HasMulAccCtrl() bool + func (o *TrafficControlData) HasMuteNotif() bool + func (o *TrafficControlData) HasRedirectInfo() bool + func (o *TrafficControlData) HasRouteToLocs() bool + func (o *TrafficControlData) HasSnssaiList() bool + func (o *TrafficControlData) HasSteerFun() bool + func (o *TrafficControlData) HasSteerModeDl() bool + func (o *TrafficControlData) HasSteerModeUl() bool + func (o *TrafficControlData) HasTcId() bool + func (o *TrafficControlData) HasTraffCorreInd() bool + func (o *TrafficControlData) HasTrafficSteeringPolIdDl() bool + func (o *TrafficControlData) HasTrafficSteeringPolIdUl() bool + func (o *TrafficControlData) HasUpPathChgEvent() bool + func (o *TrafficControlData) SetAddRedirectInfo(v []RedirectInformation) + func (o *TrafficControlData) SetFlowStatus(v FlowStatus) + func (o *TrafficControlData) SetMulAccCtrl(v MulticastAccessControl) + func (o *TrafficControlData) SetMuteNotif(v bool) + func (o *TrafficControlData) SetRedirectInfo(v RedirectInformation) + func (o *TrafficControlData) SetRouteToLocs(v []RouteToLocation) + func (o *TrafficControlData) SetSnssaiList(v []Snssai) + func (o *TrafficControlData) SetSteerFun(v SteeringFunctionality) + func (o *TrafficControlData) SetSteerModeDl(v SteeringMode) + func (o *TrafficControlData) SetSteerModeUl(v SteeringMode) + func (o *TrafficControlData) SetTcId(v string) + func (o *TrafficControlData) SetTraffCorreInd(v bool) + func (o *TrafficControlData) SetTrafficSteeringPolIdDl(v string) + func (o *TrafficControlData) SetTrafficSteeringPolIdDlNil() + func (o *TrafficControlData) SetTrafficSteeringPolIdUl(v string) + func (o *TrafficControlData) SetTrafficSteeringPolIdUlNil() + func (o *TrafficControlData) SetUpPathChgEvent(v UpPathChgEvent) + func (o *TrafficControlData) SetUpPathChgEventNil() + func (o *TrafficControlData) UnsetTrafficSteeringPolIdDl() + func (o *TrafficControlData) UnsetTrafficSteeringPolIdUl() + func (o *TrafficControlData) UnsetUpPathChgEvent() + func (o TrafficControlData) MarshalJSON() ([]byte, error) + func (o TrafficControlData) ToMap() (map[string]interface{}, error) + type TransportProtocol struct + String *string + TransportProtocolAnyOf *TransportProtocolAnyOf + func (dst *TransportProtocol) UnmarshalJSON(data []byte) error + func (src *TransportProtocol) MarshalJSON() ([]byte, error) + type TransportProtocolAnyOf string + const TCP + func NewTransportProtocolAnyOfFromValue(v string) (*TransportProtocolAnyOf, error) + func (v *TransportProtocolAnyOf) UnmarshalJSON(src []byte) error + func (v TransportProtocolAnyOf) IsValid() bool + func (v TransportProtocolAnyOf) Ptr() *TransportProtocolAnyOf + type TrendIndication string + const LESS_SEVERE + const MORE_SEVERE + const NO_CHANGE + func NewTrendIndicationFromValue(v string) (*TrendIndication, error) + func (v *TrendIndication) UnmarshalJSON(src []byte) error + func (v TrendIndication) IsValid() bool + func (v TrendIndication) Ptr() *TrendIndication + type TriggeringEventsType struct + AMF []string + AUSF []string + BM_SC []string + GGSN []string + IMS []string + MGW []string + MME []string + MSC_SERVER []string + NEF []string + NRF []string + NSSF []string + PCF []string + PGW []string + SGSN []string + SGW []string + SMF []string + SMSF []string + UDM []string + UPF []string + func NewTriggeringEventsType() *TriggeringEventsType + func NewTriggeringEventsTypeWithDefaults() *TriggeringEventsType + func (o *TriggeringEventsType) GetAMF() []string + func (o *TriggeringEventsType) GetAMFOk() ([]string, bool) + func (o *TriggeringEventsType) GetAUSF() []string + func (o *TriggeringEventsType) GetAUSFOk() ([]string, bool) + func (o *TriggeringEventsType) GetBM_SC() []string + func (o *TriggeringEventsType) GetBM_SCOk() ([]string, bool) + func (o *TriggeringEventsType) GetGGSN() []string + func (o *TriggeringEventsType) GetGGSNOk() ([]string, bool) + func (o *TriggeringEventsType) GetIMS() []string + func (o *TriggeringEventsType) GetIMSOk() ([]string, bool) + func (o *TriggeringEventsType) GetMGW() []string + func (o *TriggeringEventsType) GetMGWOk() ([]string, bool) + func (o *TriggeringEventsType) GetMME() []string + func (o *TriggeringEventsType) GetMMEOk() ([]string, bool) + func (o *TriggeringEventsType) GetMSC_SERVER() []string + func (o *TriggeringEventsType) GetMSC_SERVEROk() ([]string, bool) + func (o *TriggeringEventsType) GetNEF() []string + func (o *TriggeringEventsType) GetNEFOk() ([]string, bool) + func (o *TriggeringEventsType) GetNRF() []string + func (o *TriggeringEventsType) GetNRFOk() ([]string, bool) + func (o *TriggeringEventsType) GetNSSF() []string + func (o *TriggeringEventsType) GetNSSFOk() ([]string, bool) + func (o *TriggeringEventsType) GetPCF() []string + func (o *TriggeringEventsType) GetPCFOk() ([]string, bool) + func (o *TriggeringEventsType) GetPGW() []string + func (o *TriggeringEventsType) GetPGWOk() ([]string, bool) + func (o *TriggeringEventsType) GetSGSN() []string + func (o *TriggeringEventsType) GetSGSNOk() ([]string, bool) + func (o *TriggeringEventsType) GetSGW() []string + func (o *TriggeringEventsType) GetSGWOk() ([]string, bool) + func (o *TriggeringEventsType) GetSMF() []string + func (o *TriggeringEventsType) GetSMFOk() ([]string, bool) + func (o *TriggeringEventsType) GetSMSF() []string + func (o *TriggeringEventsType) GetSMSFOk() ([]string, bool) + func (o *TriggeringEventsType) GetUDM() []string + func (o *TriggeringEventsType) GetUDMOk() ([]string, bool) + func (o *TriggeringEventsType) GetUPF() []string + func (o *TriggeringEventsType) GetUPFOk() ([]string, bool) + func (o *TriggeringEventsType) HasAMF() bool + func (o *TriggeringEventsType) HasAUSF() bool + func (o *TriggeringEventsType) HasBM_SC() bool + func (o *TriggeringEventsType) HasGGSN() bool + func (o *TriggeringEventsType) HasIMS() bool + func (o *TriggeringEventsType) HasMGW() bool + func (o *TriggeringEventsType) HasMME() bool + func (o *TriggeringEventsType) HasMSC_SERVER() bool + func (o *TriggeringEventsType) HasNEF() bool + func (o *TriggeringEventsType) HasNRF() bool + func (o *TriggeringEventsType) HasNSSF() bool + func (o *TriggeringEventsType) HasPCF() bool + func (o *TriggeringEventsType) HasPGW() bool + func (o *TriggeringEventsType) HasSGSN() bool + func (o *TriggeringEventsType) HasSGW() bool + func (o *TriggeringEventsType) HasSMF() bool + func (o *TriggeringEventsType) HasSMSF() bool + func (o *TriggeringEventsType) HasUDM() bool + func (o *TriggeringEventsType) HasUPF() bool + func (o *TriggeringEventsType) SetAMF(v []string) + func (o *TriggeringEventsType) SetAUSF(v []string) + func (o *TriggeringEventsType) SetBM_SC(v []string) + func (o *TriggeringEventsType) SetGGSN(v []string) + func (o *TriggeringEventsType) SetIMS(v []string) + func (o *TriggeringEventsType) SetMGW(v []string) + func (o *TriggeringEventsType) SetMME(v []string) + func (o *TriggeringEventsType) SetMSC_SERVER(v []string) + func (o *TriggeringEventsType) SetNEF(v []string) + func (o *TriggeringEventsType) SetNRF(v []string) + func (o *TriggeringEventsType) SetNSSF(v []string) + func (o *TriggeringEventsType) SetPCF(v []string) + func (o *TriggeringEventsType) SetPGW(v []string) + func (o *TriggeringEventsType) SetSGSN(v []string) + func (o *TriggeringEventsType) SetSGW(v []string) + func (o *TriggeringEventsType) SetSMF(v []string) + func (o *TriggeringEventsType) SetSMSF(v []string) + func (o *TriggeringEventsType) SetUDM(v []string) + func (o *TriggeringEventsType) SetUPF(v []string) + func (o TriggeringEventsType) MarshalJSON() ([]byte, error) + func (o TriggeringEventsType) ToMap() (map[string]interface{}, error) + type TscaiInputContainer struct + BurstArrivalTime *time.Time + Periodicity *int32 + SurTimeInNumMsg *int32 + SurTimeInTime *int32 + func NewTscaiInputContainer() *TscaiInputContainer + func NewTscaiInputContainerWithDefaults() *TscaiInputContainer + func (o *TscaiInputContainer) GetBurstArrivalTime() time.Time + func (o *TscaiInputContainer) GetBurstArrivalTimeOk() (*time.Time, bool) + func (o *TscaiInputContainer) GetPeriodicity() int32 + func (o *TscaiInputContainer) GetPeriodicityOk() (*int32, bool) + func (o *TscaiInputContainer) GetSurTimeInNumMsg() int32 + func (o *TscaiInputContainer) GetSurTimeInNumMsgOk() (*int32, bool) + func (o *TscaiInputContainer) GetSurTimeInTime() int32 + func (o *TscaiInputContainer) GetSurTimeInTimeOk() (*int32, bool) + func (o *TscaiInputContainer) HasBurstArrivalTime() bool + func (o *TscaiInputContainer) HasPeriodicity() bool + func (o *TscaiInputContainer) HasSurTimeInNumMsg() bool + func (o *TscaiInputContainer) HasSurTimeInTime() bool + func (o *TscaiInputContainer) SetBurstArrivalTime(v time.Time) + func (o *TscaiInputContainer) SetPeriodicity(v int32) + func (o *TscaiInputContainer) SetSurTimeInNumMsg(v int32) + func (o *TscaiInputContainer) SetSurTimeInTime(v int32) + func (o TscaiInputContainer) MarshalJSON() ([]byte, error) + func (o TscaiInputContainer) ToMap() (map[string]interface{}, error) + type UPFConnectionInfo struct + UPFIpAddress *string + UPFRef *string + func NewUPFConnectionInfo() *UPFConnectionInfo + func NewUPFConnectionInfoWithDefaults() *UPFConnectionInfo + func (o *UPFConnectionInfo) GetUPFIpAddress() string + func (o *UPFConnectionInfo) GetUPFIpAddressOk() (*string, bool) + func (o *UPFConnectionInfo) GetUPFRef() string + func (o *UPFConnectionInfo) GetUPFRefOk() (*string, bool) + func (o *UPFConnectionInfo) HasUPFIpAddress() bool + func (o *UPFConnectionInfo) HasUPFRef() bool + func (o *UPFConnectionInfo) SetUPFIpAddress(v string) + func (o *UPFConnectionInfo) SetUPFRef(v string) + func (o UPFConnectionInfo) MarshalJSON() ([]byte, error) + func (o UPFConnectionInfo) ToMap() (map[string]interface{}, error) + type UdmFunctionSingle struct + Attributes *ManagedFunctionAttr + EPN10 []EPN10Single + EPN13 []EPN13Single + EPN8 []EPN8Single + Id NullableString + ManagedNFService []ManagedNFServiceSingle + ObjectClass *string + ObjectInstance *string + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + VsDataContainer []VsDataContainerSingle + func NewUdmFunctionSingle(id NullableString) *UdmFunctionSingle + func NewUdmFunctionSingleWithDefaults() *UdmFunctionSingle + func (o *UdmFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *UdmFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *UdmFunctionSingle) GetEPN10() []EPN10Single + func (o *UdmFunctionSingle) GetEPN10Ok() ([]EPN10Single, bool) + func (o *UdmFunctionSingle) GetEPN13() []EPN13Single + func (o *UdmFunctionSingle) GetEPN13Ok() ([]EPN13Single, bool) + func (o *UdmFunctionSingle) GetEPN8() []EPN8Single + func (o *UdmFunctionSingle) GetEPN8Ok() ([]EPN8Single, bool) + func (o *UdmFunctionSingle) GetId() string + func (o *UdmFunctionSingle) GetIdOk() (*string, bool) + func (o *UdmFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle + func (o *UdmFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool) + func (o *UdmFunctionSingle) GetObjectClass() string + func (o *UdmFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *UdmFunctionSingle) GetObjectInstance() string + func (o *UdmFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *UdmFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle + func (o *UdmFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *UdmFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *UdmFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *UdmFunctionSingle) GetTraceJob() []TraceJobSingle + func (o *UdmFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *UdmFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *UdmFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *UdmFunctionSingle) HasAttributes() bool + func (o *UdmFunctionSingle) HasEPN10() bool + func (o *UdmFunctionSingle) HasEPN13() bool + func (o *UdmFunctionSingle) HasEPN8() bool + func (o *UdmFunctionSingle) HasManagedNFService() bool + func (o *UdmFunctionSingle) HasObjectClass() bool + func (o *UdmFunctionSingle) HasObjectInstance() bool + func (o *UdmFunctionSingle) HasPerfMetricJob() bool + func (o *UdmFunctionSingle) HasThresholdMonitor() bool + func (o *UdmFunctionSingle) HasTraceJob() bool + func (o *UdmFunctionSingle) HasVsDataContainer() bool + func (o *UdmFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *UdmFunctionSingle) SetEPN10(v []EPN10Single) + func (o *UdmFunctionSingle) SetEPN13(v []EPN13Single) + func (o *UdmFunctionSingle) SetEPN8(v []EPN8Single) + func (o *UdmFunctionSingle) SetId(v string) + func (o *UdmFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle) + func (o *UdmFunctionSingle) SetObjectClass(v string) + func (o *UdmFunctionSingle) SetObjectInstance(v string) + func (o *UdmFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *UdmFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *UdmFunctionSingle) SetTraceJob(v []TraceJobSingle) + func (o *UdmFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o UdmFunctionSingle) MarshalJSON() ([]byte, error) + func (o UdmFunctionSingle) ToMap() (map[string]interface{}, error) + type UdmFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewUdmFunctionSingleAllOf() *UdmFunctionSingleAllOf + func NewUdmFunctionSingleAllOfWithDefaults() *UdmFunctionSingleAllOf + func (o *UdmFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *UdmFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *UdmFunctionSingleAllOf) HasAttributes() bool + func (o *UdmFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o UdmFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o UdmFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type UdmFunctionSingleAllOf1 struct + EPN10 []EPN10Single + EPN13 []EPN13Single + EPN8 []EPN8Single + func NewUdmFunctionSingleAllOf1() *UdmFunctionSingleAllOf1 + func NewUdmFunctionSingleAllOf1WithDefaults() *UdmFunctionSingleAllOf1 + func (o *UdmFunctionSingleAllOf1) GetEPN10() []EPN10Single + func (o *UdmFunctionSingleAllOf1) GetEPN10Ok() ([]EPN10Single, bool) + func (o *UdmFunctionSingleAllOf1) GetEPN13() []EPN13Single + func (o *UdmFunctionSingleAllOf1) GetEPN13Ok() ([]EPN13Single, bool) + func (o *UdmFunctionSingleAllOf1) GetEPN8() []EPN8Single + func (o *UdmFunctionSingleAllOf1) GetEPN8Ok() ([]EPN8Single, bool) + func (o *UdmFunctionSingleAllOf1) HasEPN10() bool + func (o *UdmFunctionSingleAllOf1) HasEPN13() bool + func (o *UdmFunctionSingleAllOf1) HasEPN8() bool + func (o *UdmFunctionSingleAllOf1) SetEPN10(v []EPN10Single) + func (o *UdmFunctionSingleAllOf1) SetEPN13(v []EPN13Single) + func (o *UdmFunctionSingleAllOf1) SetEPN8(v []EPN8Single) + func (o UdmFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + func (o UdmFunctionSingleAllOf1) ToMap() (map[string]interface{}, error) + type UdmFunctionSingleAllOfAttributes struct + CommModelList []CommModel + ECSAddrConfigInfo []string + ExternalGroupIdentifiersRanges []IdentityRange + GpsiRanges []IdentityRange + GroupId *string + InternalGroupIdentifiersRanges []InternalGroupIdRange + ManagedNFProfile *ManagedNFProfile + PLMNInfoList []PlmnInfo + PeeParametersList []PeeParameter + PriorityLabel *int32 + RoutingIndicators []string + SBIFqdn *string + SuciInfos []SuciInfo + SupiRanges []SupiRange + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + VnfParametersList []VnfParameter + func NewUdmFunctionSingleAllOfAttributes() *UdmFunctionSingleAllOfAttributes + func NewUdmFunctionSingleAllOfAttributesWithDefaults() *UdmFunctionSingleAllOfAttributes + func (o *UdmFunctionSingleAllOfAttributes) GetCommModelList() []CommModel + func (o *UdmFunctionSingleAllOfAttributes) GetCommModelListOk() ([]CommModel, bool) + func (o *UdmFunctionSingleAllOfAttributes) GetECSAddrConfigInfo() []string + func (o *UdmFunctionSingleAllOfAttributes) GetECSAddrConfigInfoOk() ([]string, bool) + func (o *UdmFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRanges() []IdentityRange + func (o *UdmFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool) + func (o *UdmFunctionSingleAllOfAttributes) GetGpsiRanges() []IdentityRange + func (o *UdmFunctionSingleAllOfAttributes) GetGpsiRangesOk() ([]IdentityRange, bool) + func (o *UdmFunctionSingleAllOfAttributes) GetGroupId() string + func (o *UdmFunctionSingleAllOfAttributes) GetGroupIdOk() (*string, bool) + func (o *UdmFunctionSingleAllOfAttributes) GetInternalGroupIdentifiersRanges() []InternalGroupIdRange + func (o *UdmFunctionSingleAllOfAttributes) GetInternalGroupIdentifiersRangesOk() ([]InternalGroupIdRange, bool) + func (o *UdmFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile + func (o *UdmFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *UdmFunctionSingleAllOfAttributes) GetPLMNInfoList() []PlmnInfo + func (o *UdmFunctionSingleAllOfAttributes) GetPLMNInfoListOk() ([]PlmnInfo, bool) + func (o *UdmFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *UdmFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *UdmFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *UdmFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *UdmFunctionSingleAllOfAttributes) GetRoutingIndicators() []string + func (o *UdmFunctionSingleAllOfAttributes) GetRoutingIndicatorsOk() ([]string, bool) + func (o *UdmFunctionSingleAllOfAttributes) GetSBIFqdn() string + func (o *UdmFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool) + func (o *UdmFunctionSingleAllOfAttributes) GetSuciInfos() []SuciInfo + func (o *UdmFunctionSingleAllOfAttributes) GetSuciInfosOk() ([]SuciInfo, bool) + func (o *UdmFunctionSingleAllOfAttributes) GetSupiRanges() []SupiRange + func (o *UdmFunctionSingleAllOfAttributes) GetSupiRangesOk() ([]SupiRange, bool) + func (o *UdmFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *UdmFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *UdmFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *UdmFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *UdmFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *UdmFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *UdmFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *UdmFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *UdmFunctionSingleAllOfAttributes) HasCommModelList() bool + func (o *UdmFunctionSingleAllOfAttributes) HasECSAddrConfigInfo() bool + func (o *UdmFunctionSingleAllOfAttributes) HasExternalGroupIdentifiersRanges() bool + func (o *UdmFunctionSingleAllOfAttributes) HasGpsiRanges() bool + func (o *UdmFunctionSingleAllOfAttributes) HasGroupId() bool + func (o *UdmFunctionSingleAllOfAttributes) HasInternalGroupIdentifiersRanges() bool + func (o *UdmFunctionSingleAllOfAttributes) HasManagedNFProfile() bool + func (o *UdmFunctionSingleAllOfAttributes) HasPLMNInfoList() bool + func (o *UdmFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *UdmFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *UdmFunctionSingleAllOfAttributes) HasRoutingIndicators() bool + func (o *UdmFunctionSingleAllOfAttributes) HasSBIFqdn() bool + func (o *UdmFunctionSingleAllOfAttributes) HasSuciInfos() bool + func (o *UdmFunctionSingleAllOfAttributes) HasSupiRanges() bool + func (o *UdmFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *UdmFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *UdmFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *UdmFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *UdmFunctionSingleAllOfAttributes) SetCommModelList(v []CommModel) + func (o *UdmFunctionSingleAllOfAttributes) SetECSAddrConfigInfo(v []string) + func (o *UdmFunctionSingleAllOfAttributes) SetExternalGroupIdentifiersRanges(v []IdentityRange) + func (o *UdmFunctionSingleAllOfAttributes) SetGpsiRanges(v []IdentityRange) + func (o *UdmFunctionSingleAllOfAttributes) SetGroupId(v string) + func (o *UdmFunctionSingleAllOfAttributes) SetInternalGroupIdentifiersRanges(v []InternalGroupIdRange) + func (o *UdmFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile) + func (o *UdmFunctionSingleAllOfAttributes) SetPLMNInfoList(v []PlmnInfo) + func (o *UdmFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *UdmFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *UdmFunctionSingleAllOfAttributes) SetRoutingIndicators(v []string) + func (o *UdmFunctionSingleAllOfAttributes) SetSBIFqdn(v string) + func (o *UdmFunctionSingleAllOfAttributes) SetSuciInfos(v []SuciInfo) + func (o *UdmFunctionSingleAllOfAttributes) SetSupiRanges(v []SupiRange) + func (o *UdmFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *UdmFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *UdmFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *UdmFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o UdmFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o UdmFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type UdmFunctionSingleAllOfAttributesAllOf struct + CommModelList []CommModel + ECSAddrConfigInfo []string + ExternalGroupIdentifiersRanges []IdentityRange + GpsiRanges []IdentityRange + GroupId *string + InternalGroupIdentifiersRanges []InternalGroupIdRange + ManagedNFProfile *ManagedNFProfile + PLMNInfoList []PlmnInfo + RoutingIndicators []string + SBIFqdn *string + SuciInfos []SuciInfo + SupiRanges []SupiRange + func NewUdmFunctionSingleAllOfAttributesAllOf() *UdmFunctionSingleAllOfAttributesAllOf + func NewUdmFunctionSingleAllOfAttributesAllOfWithDefaults() *UdmFunctionSingleAllOfAttributesAllOf + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetCommModelList() []CommModel + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetCommModelListOk() ([]CommModel, bool) + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetECSAddrConfigInfo() []string + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetECSAddrConfigInfoOk() ([]string, bool) + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRanges() []IdentityRange + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool) + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetGpsiRanges() []IdentityRange + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetGpsiRangesOk() ([]IdentityRange, bool) + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetGroupId() string + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetGroupIdOk() (*string, bool) + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetInternalGroupIdentifiersRanges() []InternalGroupIdRange + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetInternalGroupIdentifiersRangesOk() ([]InternalGroupIdRange, bool) + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList() []PlmnInfo + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk() ([]PlmnInfo, bool) + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetRoutingIndicators() []string + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetRoutingIndicatorsOk() ([]string, bool) + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool) + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetSuciInfos() []SuciInfo + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetSuciInfosOk() ([]SuciInfo, bool) + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetSupiRanges() []SupiRange + func (o *UdmFunctionSingleAllOfAttributesAllOf) GetSupiRangesOk() ([]SupiRange, bool) + func (o *UdmFunctionSingleAllOfAttributesAllOf) HasCommModelList() bool + func (o *UdmFunctionSingleAllOfAttributesAllOf) HasECSAddrConfigInfo() bool + func (o *UdmFunctionSingleAllOfAttributesAllOf) HasExternalGroupIdentifiersRanges() bool + func (o *UdmFunctionSingleAllOfAttributesAllOf) HasGpsiRanges() bool + func (o *UdmFunctionSingleAllOfAttributesAllOf) HasGroupId() bool + func (o *UdmFunctionSingleAllOfAttributesAllOf) HasInternalGroupIdentifiersRanges() bool + func (o *UdmFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool + func (o *UdmFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool + func (o *UdmFunctionSingleAllOfAttributesAllOf) HasRoutingIndicators() bool + func (o *UdmFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool + func (o *UdmFunctionSingleAllOfAttributesAllOf) HasSuciInfos() bool + func (o *UdmFunctionSingleAllOfAttributesAllOf) HasSupiRanges() bool + func (o *UdmFunctionSingleAllOfAttributesAllOf) SetCommModelList(v []CommModel) + func (o *UdmFunctionSingleAllOfAttributesAllOf) SetECSAddrConfigInfo(v []string) + func (o *UdmFunctionSingleAllOfAttributesAllOf) SetExternalGroupIdentifiersRanges(v []IdentityRange) + func (o *UdmFunctionSingleAllOfAttributesAllOf) SetGpsiRanges(v []IdentityRange) + func (o *UdmFunctionSingleAllOfAttributesAllOf) SetGroupId(v string) + func (o *UdmFunctionSingleAllOfAttributesAllOf) SetInternalGroupIdentifiersRanges(v []InternalGroupIdRange) + func (o *UdmFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile) + func (o *UdmFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList(v []PlmnInfo) + func (o *UdmFunctionSingleAllOfAttributesAllOf) SetRoutingIndicators(v []string) + func (o *UdmFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string) + func (o *UdmFunctionSingleAllOfAttributesAllOf) SetSuciInfos(v []SuciInfo) + func (o *UdmFunctionSingleAllOfAttributesAllOf) SetSupiRanges(v []SupiRange) + func (o UdmFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o UdmFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type UdrFunctionSingle struct + Attributes *ManagedFunctionAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewUdrFunctionSingle(id NullableString) *UdrFunctionSingle + func NewUdrFunctionSingleWithDefaults() *UdrFunctionSingle + func (o *UdrFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *UdrFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *UdrFunctionSingle) GetId() string + func (o *UdrFunctionSingle) GetIdOk() (*string, bool) + func (o *UdrFunctionSingle) GetObjectClass() string + func (o *UdrFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *UdrFunctionSingle) GetObjectInstance() string + func (o *UdrFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *UdrFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *UdrFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *UdrFunctionSingle) HasAttributes() bool + func (o *UdrFunctionSingle) HasObjectClass() bool + func (o *UdrFunctionSingle) HasObjectInstance() bool + func (o *UdrFunctionSingle) HasVsDataContainer() bool + func (o *UdrFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *UdrFunctionSingle) SetId(v string) + func (o *UdrFunctionSingle) SetObjectClass(v string) + func (o *UdrFunctionSingle) SetObjectInstance(v string) + func (o *UdrFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o UdrFunctionSingle) MarshalJSON() ([]byte, error) + func (o UdrFunctionSingle) ToMap() (map[string]interface{}, error) + type UdrFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewUdrFunctionSingleAllOf() *UdrFunctionSingleAllOf + func NewUdrFunctionSingleAllOfWithDefaults() *UdrFunctionSingleAllOf + func (o *UdrFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *UdrFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *UdrFunctionSingleAllOf) HasAttributes() bool + func (o *UdrFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o UdrFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o UdrFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type UdrFunctionSingleAllOfAttributes struct + ExternalGroupIdentifiersRanges []IdentityRange + GpsiRanges []IdentityRange + GroupId *string + ManagedNFProfile *ManagedNFProfile + PLMNInfoList []PlmnInfo + PeeParametersList []PeeParameter + PriorityLabel *int32 + SBIFqdn *string + SharedDataIdRanges []SharedDataIdRange + SupiRanges []SupiRange + SupportedDataSets []SupportedDataSet + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UserLabel *string + VnfParametersList []VnfParameter + func NewUdrFunctionSingleAllOfAttributes() *UdrFunctionSingleAllOfAttributes + func NewUdrFunctionSingleAllOfAttributesWithDefaults() *UdrFunctionSingleAllOfAttributes + func (o *UdrFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRanges() []IdentityRange + func (o *UdrFunctionSingleAllOfAttributes) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool) + func (o *UdrFunctionSingleAllOfAttributes) GetGpsiRanges() []IdentityRange + func (o *UdrFunctionSingleAllOfAttributes) GetGpsiRangesOk() ([]IdentityRange, bool) + func (o *UdrFunctionSingleAllOfAttributes) GetGroupId() string + func (o *UdrFunctionSingleAllOfAttributes) GetGroupIdOk() (*string, bool) + func (o *UdrFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile + func (o *UdrFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *UdrFunctionSingleAllOfAttributes) GetPLMNInfoList() []PlmnInfo + func (o *UdrFunctionSingleAllOfAttributes) GetPLMNInfoListOk() ([]PlmnInfo, bool) + func (o *UdrFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *UdrFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *UdrFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *UdrFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *UdrFunctionSingleAllOfAttributes) GetSBIFqdn() string + func (o *UdrFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool) + func (o *UdrFunctionSingleAllOfAttributes) GetSharedDataIdRanges() []SharedDataIdRange + func (o *UdrFunctionSingleAllOfAttributes) GetSharedDataIdRangesOk() ([]SharedDataIdRange, bool) + func (o *UdrFunctionSingleAllOfAttributes) GetSupiRanges() []SupiRange + func (o *UdrFunctionSingleAllOfAttributes) GetSupiRangesOk() ([]SupiRange, bool) + func (o *UdrFunctionSingleAllOfAttributes) GetSupportedDataSets() []SupportedDataSet + func (o *UdrFunctionSingleAllOfAttributes) GetSupportedDataSetsOk() ([]SupportedDataSet, bool) + func (o *UdrFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *UdrFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *UdrFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *UdrFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *UdrFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *UdrFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *UdrFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *UdrFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *UdrFunctionSingleAllOfAttributes) HasExternalGroupIdentifiersRanges() bool + func (o *UdrFunctionSingleAllOfAttributes) HasGpsiRanges() bool + func (o *UdrFunctionSingleAllOfAttributes) HasGroupId() bool + func (o *UdrFunctionSingleAllOfAttributes) HasManagedNFProfile() bool + func (o *UdrFunctionSingleAllOfAttributes) HasPLMNInfoList() bool + func (o *UdrFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *UdrFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *UdrFunctionSingleAllOfAttributes) HasSBIFqdn() bool + func (o *UdrFunctionSingleAllOfAttributes) HasSharedDataIdRanges() bool + func (o *UdrFunctionSingleAllOfAttributes) HasSupiRanges() bool + func (o *UdrFunctionSingleAllOfAttributes) HasSupportedDataSets() bool + func (o *UdrFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *UdrFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *UdrFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *UdrFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *UdrFunctionSingleAllOfAttributes) SetExternalGroupIdentifiersRanges(v []IdentityRange) + func (o *UdrFunctionSingleAllOfAttributes) SetGpsiRanges(v []IdentityRange) + func (o *UdrFunctionSingleAllOfAttributes) SetGroupId(v string) + func (o *UdrFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile) + func (o *UdrFunctionSingleAllOfAttributes) SetPLMNInfoList(v []PlmnInfo) + func (o *UdrFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *UdrFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *UdrFunctionSingleAllOfAttributes) SetSBIFqdn(v string) + func (o *UdrFunctionSingleAllOfAttributes) SetSharedDataIdRanges(v []SharedDataIdRange) + func (o *UdrFunctionSingleAllOfAttributes) SetSupiRanges(v []SupiRange) + func (o *UdrFunctionSingleAllOfAttributes) SetSupportedDataSets(v []SupportedDataSet) + func (o *UdrFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *UdrFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *UdrFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *UdrFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o UdrFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o UdrFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type UdrFunctionSingleAllOfAttributesAllOf struct + ExternalGroupIdentifiersRanges []IdentityRange + GpsiRanges []IdentityRange + GroupId *string + ManagedNFProfile *ManagedNFProfile + PLMNInfoList []PlmnInfo + SBIFqdn *string + SharedDataIdRanges []SharedDataIdRange + SupiRanges []SupiRange + SupportedDataSets []SupportedDataSet + func NewUdrFunctionSingleAllOfAttributesAllOf() *UdrFunctionSingleAllOfAttributesAllOf + func NewUdrFunctionSingleAllOfAttributesAllOfWithDefaults() *UdrFunctionSingleAllOfAttributesAllOf + func (o *UdrFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRanges() []IdentityRange + func (o *UdrFunctionSingleAllOfAttributesAllOf) GetExternalGroupIdentifiersRangesOk() ([]IdentityRange, bool) + func (o *UdrFunctionSingleAllOfAttributesAllOf) GetGpsiRanges() []IdentityRange + func (o *UdrFunctionSingleAllOfAttributesAllOf) GetGpsiRangesOk() ([]IdentityRange, bool) + func (o *UdrFunctionSingleAllOfAttributesAllOf) GetGroupId() string + func (o *UdrFunctionSingleAllOfAttributesAllOf) GetGroupIdOk() (*string, bool) + func (o *UdrFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile + func (o *UdrFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *UdrFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList() []PlmnInfo + func (o *UdrFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk() ([]PlmnInfo, bool) + func (o *UdrFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string + func (o *UdrFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool) + func (o *UdrFunctionSingleAllOfAttributesAllOf) GetSharedDataIdRanges() []SharedDataIdRange + func (o *UdrFunctionSingleAllOfAttributesAllOf) GetSharedDataIdRangesOk() ([]SharedDataIdRange, bool) + func (o *UdrFunctionSingleAllOfAttributesAllOf) GetSupiRanges() []SupiRange + func (o *UdrFunctionSingleAllOfAttributesAllOf) GetSupiRangesOk() ([]SupiRange, bool) + func (o *UdrFunctionSingleAllOfAttributesAllOf) GetSupportedDataSets() []SupportedDataSet + func (o *UdrFunctionSingleAllOfAttributesAllOf) GetSupportedDataSetsOk() ([]SupportedDataSet, bool) + func (o *UdrFunctionSingleAllOfAttributesAllOf) HasExternalGroupIdentifiersRanges() bool + func (o *UdrFunctionSingleAllOfAttributesAllOf) HasGpsiRanges() bool + func (o *UdrFunctionSingleAllOfAttributesAllOf) HasGroupId() bool + func (o *UdrFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool + func (o *UdrFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool + func (o *UdrFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool + func (o *UdrFunctionSingleAllOfAttributesAllOf) HasSharedDataIdRanges() bool + func (o *UdrFunctionSingleAllOfAttributesAllOf) HasSupiRanges() bool + func (o *UdrFunctionSingleAllOfAttributesAllOf) HasSupportedDataSets() bool + func (o *UdrFunctionSingleAllOfAttributesAllOf) SetExternalGroupIdentifiersRanges(v []IdentityRange) + func (o *UdrFunctionSingleAllOfAttributesAllOf) SetGpsiRanges(v []IdentityRange) + func (o *UdrFunctionSingleAllOfAttributesAllOf) SetGroupId(v string) + func (o *UdrFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile) + func (o *UdrFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList(v []PlmnInfo) + func (o *UdrFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string) + func (o *UdrFunctionSingleAllOfAttributesAllOf) SetSharedDataIdRanges(v []SharedDataIdRange) + func (o *UdrFunctionSingleAllOfAttributesAllOf) SetSupiRanges(v []SupiRange) + func (o *UdrFunctionSingleAllOfAttributesAllOf) SetSupportedDataSets(v []SupportedDataSet) + func (o UdrFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o UdrFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type UdsfFunctionSingle struct + Attributes *ManagedFunctionAttr + Id NullableString + ObjectClass *string + ObjectInstance *string + VsDataContainer []VsDataContainerSingle + func NewUdsfFunctionSingle(id NullableString) *UdsfFunctionSingle + func NewUdsfFunctionSingleWithDefaults() *UdsfFunctionSingle + func (o *UdsfFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *UdsfFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *UdsfFunctionSingle) GetId() string + func (o *UdsfFunctionSingle) GetIdOk() (*string, bool) + func (o *UdsfFunctionSingle) GetObjectClass() string + func (o *UdsfFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *UdsfFunctionSingle) GetObjectInstance() string + func (o *UdsfFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *UdsfFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *UdsfFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *UdsfFunctionSingle) HasAttributes() bool + func (o *UdsfFunctionSingle) HasObjectClass() bool + func (o *UdsfFunctionSingle) HasObjectInstance() bool + func (o *UdsfFunctionSingle) HasVsDataContainer() bool + func (o *UdsfFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *UdsfFunctionSingle) SetId(v string) + func (o *UdsfFunctionSingle) SetObjectClass(v string) + func (o *UdsfFunctionSingle) SetObjectInstance(v string) + func (o *UdsfFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o UdsfFunctionSingle) MarshalJSON() ([]byte, error) + func (o UdsfFunctionSingle) ToMap() (map[string]interface{}, error) + type UdsfFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewUdsfFunctionSingleAllOf() *UdsfFunctionSingleAllOf + func NewUdsfFunctionSingleAllOfWithDefaults() *UdsfFunctionSingleAllOf + func (o *UdsfFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *UdsfFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *UdsfFunctionSingleAllOf) HasAttributes() bool + func (o *UdsfFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o UdsfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o UdsfFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type UdsfFunctionSingleAllOfAttributes struct + ManagedNFProfile *ManagedNFProfile + PeeParametersList []PeeParameter + PlmnInfoList []PlmnInfo + PriorityLabel *int32 + SBIFqdn *string + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedTraceMetrics []string + UdsfInfo *UdsfInfo + UserLabel *string + VnfParametersList []VnfParameter + func NewUdsfFunctionSingleAllOfAttributes() *UdsfFunctionSingleAllOfAttributes + func NewUdsfFunctionSingleAllOfAttributesWithDefaults() *UdsfFunctionSingleAllOfAttributes + func (o *UdsfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile + func (o *UdsfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *UdsfFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *UdsfFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *UdsfFunctionSingleAllOfAttributes) GetPlmnInfoList() []PlmnInfo + func (o *UdsfFunctionSingleAllOfAttributes) GetPlmnInfoListOk() ([]PlmnInfo, bool) + func (o *UdsfFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *UdsfFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *UdsfFunctionSingleAllOfAttributes) GetSBIFqdn() string + func (o *UdsfFunctionSingleAllOfAttributes) GetSBIFqdnOk() (*string, bool) + func (o *UdsfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *UdsfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *UdsfFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *UdsfFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *UdsfFunctionSingleAllOfAttributes) GetUdsfInfo() UdsfInfo + func (o *UdsfFunctionSingleAllOfAttributes) GetUdsfInfoOk() (*UdsfInfo, bool) + func (o *UdsfFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *UdsfFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *UdsfFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *UdsfFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *UdsfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool + func (o *UdsfFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *UdsfFunctionSingleAllOfAttributes) HasPlmnInfoList() bool + func (o *UdsfFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *UdsfFunctionSingleAllOfAttributes) HasSBIFqdn() bool + func (o *UdsfFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *UdsfFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *UdsfFunctionSingleAllOfAttributes) HasUdsfInfo() bool + func (o *UdsfFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *UdsfFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *UdsfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile) + func (o *UdsfFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *UdsfFunctionSingleAllOfAttributes) SetPlmnInfoList(v []PlmnInfo) + func (o *UdsfFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *UdsfFunctionSingleAllOfAttributes) SetSBIFqdn(v string) + func (o *UdsfFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *UdsfFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *UdsfFunctionSingleAllOfAttributes) SetUdsfInfo(v UdsfInfo) + func (o *UdsfFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *UdsfFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o UdsfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o UdsfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type UdsfFunctionSingleAllOfAttributesAllOf struct + ManagedNFProfile *ManagedNFProfile + PlmnInfoList []PlmnInfo + SBIFqdn *string + UdsfInfo *UdsfInfo + func NewUdsfFunctionSingleAllOfAttributesAllOf() *UdsfFunctionSingleAllOfAttributesAllOf + func NewUdsfFunctionSingleAllOfAttributesAllOfWithDefaults() *UdsfFunctionSingleAllOfAttributesAllOf + func (o *UdsfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile + func (o *UdsfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *UdsfFunctionSingleAllOfAttributesAllOf) GetPlmnInfoList() []PlmnInfo + func (o *UdsfFunctionSingleAllOfAttributesAllOf) GetPlmnInfoListOk() ([]PlmnInfo, bool) + func (o *UdsfFunctionSingleAllOfAttributesAllOf) GetSBIFqdn() string + func (o *UdsfFunctionSingleAllOfAttributesAllOf) GetSBIFqdnOk() (*string, bool) + func (o *UdsfFunctionSingleAllOfAttributesAllOf) GetUdsfInfo() UdsfInfo + func (o *UdsfFunctionSingleAllOfAttributesAllOf) GetUdsfInfoOk() (*UdsfInfo, bool) + func (o *UdsfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool + func (o *UdsfFunctionSingleAllOfAttributesAllOf) HasPlmnInfoList() bool + func (o *UdsfFunctionSingleAllOfAttributesAllOf) HasSBIFqdn() bool + func (o *UdsfFunctionSingleAllOfAttributesAllOf) HasUdsfInfo() bool + func (o *UdsfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile) + func (o *UdsfFunctionSingleAllOfAttributesAllOf) SetPlmnInfoList(v []PlmnInfo) + func (o *UdsfFunctionSingleAllOfAttributesAllOf) SetSBIFqdn(v string) + func (o *UdsfFunctionSingleAllOfAttributesAllOf) SetUdsfInfo(v UdsfInfo) + func (o UdsfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o UdsfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type UdsfInfo struct + GroupId *string + StorageIdRanges *map[string][]IdentityRange + SupiRanges []SupiRange + func NewUdsfInfo() *UdsfInfo + func NewUdsfInfoWithDefaults() *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) SetGroupId(v string) + func (o *UdsfInfo) SetStorageIdRanges(v map[string][]IdentityRange) + func (o *UdsfInfo) SetSupiRanges(v []SupiRange) + func (o UdsfInfo) MarshalJSON() ([]byte, error) + func (o UdsfInfo) ToMap() (map[string]interface{}, error) + type UnTrustAfInfo struct + AfId string + MappingInd *bool + SNssaiInfoList []SnssaiInfoItem + func NewUnTrustAfInfo(afId string) *UnTrustAfInfo + func NewUnTrustAfInfoWithDefaults() *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) SetAfId(v string) + func (o *UnTrustAfInfo) SetMappingInd(v bool) + func (o *UnTrustAfInfo) SetSNssaiInfoList(v []SnssaiInfoItem) + func (o UnTrustAfInfo) MarshalJSON() ([]byte, error) + func (o UnTrustAfInfo) ToMap() (map[string]interface{}, error) + type UpPathChgEvent struct + AfAckInd *bool + DnaiChgType DnaiChangeType + NotifCorreId string + NotificationUri string + func NewUpPathChgEvent(notificationUri string, notifCorreId string, dnaiChgType DnaiChangeType) *UpPathChgEvent + func NewUpPathChgEventWithDefaults() *UpPathChgEvent + func (o *UpPathChgEvent) GetAfAckInd() bool + func (o *UpPathChgEvent) GetAfAckIndOk() (*bool, bool) + func (o *UpPathChgEvent) GetDnaiChgType() DnaiChangeType + func (o *UpPathChgEvent) GetDnaiChgTypeOk() (*DnaiChangeType, bool) + func (o *UpPathChgEvent) GetNotifCorreId() string + func (o *UpPathChgEvent) GetNotifCorreIdOk() (*string, bool) + func (o *UpPathChgEvent) GetNotificationUri() string + func (o *UpPathChgEvent) GetNotificationUriOk() (*string, bool) + func (o *UpPathChgEvent) HasAfAckInd() bool + func (o *UpPathChgEvent) SetAfAckInd(v bool) + func (o *UpPathChgEvent) SetDnaiChgType(v DnaiChangeType) + func (o *UpPathChgEvent) SetNotifCorreId(v string) + func (o *UpPathChgEvent) SetNotificationUri(v string) + func (o UpPathChgEvent) MarshalJSON() ([]byte, error) + func (o UpPathChgEvent) ToMap() (map[string]interface{}, error) + type UpfFunctionSingle struct + Attributes *ManagedFunctionAttr + EPN3 []EPN3Single + EPN4 []EPN4Single + EPN6 []EPN6Single + EPN9 []EPN9Single + EPS5U []EPS5USingle + Id NullableString + ManagedNFService []ManagedNFServiceSingle + ObjectClass *string + ObjectInstance *string + PerfMetricJob []PerfMetricJobSingle + ThresholdMonitor []ThresholdMonitorSingle + TraceJob []TraceJobSingle + VsDataContainer []VsDataContainerSingle + func NewUpfFunctionSingle(id NullableString) *UpfFunctionSingle + func NewUpfFunctionSingleWithDefaults() *UpfFunctionSingle + func (o *UpfFunctionSingle) GetAttributes() ManagedFunctionAttr + func (o *UpfFunctionSingle) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *UpfFunctionSingle) GetEPN3() []EPN3Single + func (o *UpfFunctionSingle) GetEPN3Ok() ([]EPN3Single, bool) + func (o *UpfFunctionSingle) GetEPN4() []EPN4Single + func (o *UpfFunctionSingle) GetEPN4Ok() ([]EPN4Single, bool) + func (o *UpfFunctionSingle) GetEPN6() []EPN6Single + func (o *UpfFunctionSingle) GetEPN6Ok() ([]EPN6Single, bool) + func (o *UpfFunctionSingle) GetEPN9() []EPN9Single + func (o *UpfFunctionSingle) GetEPN9Ok() ([]EPN9Single, bool) + func (o *UpfFunctionSingle) GetEPS5U() []EPS5USingle + func (o *UpfFunctionSingle) GetEPS5UOk() ([]EPS5USingle, bool) + func (o *UpfFunctionSingle) GetId() string + func (o *UpfFunctionSingle) GetIdOk() (*string, bool) + func (o *UpfFunctionSingle) GetManagedNFService() []ManagedNFServiceSingle + func (o *UpfFunctionSingle) GetManagedNFServiceOk() ([]ManagedNFServiceSingle, bool) + func (o *UpfFunctionSingle) GetObjectClass() string + func (o *UpfFunctionSingle) GetObjectClassOk() (*string, bool) + func (o *UpfFunctionSingle) GetObjectInstance() string + func (o *UpfFunctionSingle) GetObjectInstanceOk() (*string, bool) + func (o *UpfFunctionSingle) GetPerfMetricJob() []PerfMetricJobSingle + func (o *UpfFunctionSingle) GetPerfMetricJobOk() ([]PerfMetricJobSingle, bool) + func (o *UpfFunctionSingle) GetThresholdMonitor() []ThresholdMonitorSingle + func (o *UpfFunctionSingle) GetThresholdMonitorOk() ([]ThresholdMonitorSingle, bool) + func (o *UpfFunctionSingle) GetTraceJob() []TraceJobSingle + func (o *UpfFunctionSingle) GetTraceJobOk() ([]TraceJobSingle, bool) + func (o *UpfFunctionSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *UpfFunctionSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *UpfFunctionSingle) HasAttributes() bool + func (o *UpfFunctionSingle) HasEPN3() bool + func (o *UpfFunctionSingle) HasEPN4() bool + func (o *UpfFunctionSingle) HasEPN6() bool + func (o *UpfFunctionSingle) HasEPN9() bool + func (o *UpfFunctionSingle) HasEPS5U() bool + func (o *UpfFunctionSingle) HasManagedNFService() bool + func (o *UpfFunctionSingle) HasObjectClass() bool + func (o *UpfFunctionSingle) HasObjectInstance() bool + func (o *UpfFunctionSingle) HasPerfMetricJob() bool + func (o *UpfFunctionSingle) HasThresholdMonitor() bool + func (o *UpfFunctionSingle) HasTraceJob() bool + func (o *UpfFunctionSingle) HasVsDataContainer() bool + func (o *UpfFunctionSingle) SetAttributes(v ManagedFunctionAttr) + func (o *UpfFunctionSingle) SetEPN3(v []EPN3Single) + func (o *UpfFunctionSingle) SetEPN4(v []EPN4Single) + func (o *UpfFunctionSingle) SetEPN6(v []EPN6Single) + func (o *UpfFunctionSingle) SetEPN9(v []EPN9Single) + func (o *UpfFunctionSingle) SetEPS5U(v []EPS5USingle) + func (o *UpfFunctionSingle) SetId(v string) + func (o *UpfFunctionSingle) SetManagedNFService(v []ManagedNFServiceSingle) + func (o *UpfFunctionSingle) SetObjectClass(v string) + func (o *UpfFunctionSingle) SetObjectInstance(v string) + func (o *UpfFunctionSingle) SetPerfMetricJob(v []PerfMetricJobSingle) + func (o *UpfFunctionSingle) SetThresholdMonitor(v []ThresholdMonitorSingle) + func (o *UpfFunctionSingle) SetTraceJob(v []TraceJobSingle) + func (o *UpfFunctionSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o UpfFunctionSingle) MarshalJSON() ([]byte, error) + func (o UpfFunctionSingle) ToMap() (map[string]interface{}, error) + type UpfFunctionSingleAllOf struct + Attributes *ManagedFunctionAttr + func NewUpfFunctionSingleAllOf() *UpfFunctionSingleAllOf + func NewUpfFunctionSingleAllOfWithDefaults() *UpfFunctionSingleAllOf + func (o *UpfFunctionSingleAllOf) GetAttributes() ManagedFunctionAttr + func (o *UpfFunctionSingleAllOf) GetAttributesOk() (*ManagedFunctionAttr, bool) + func (o *UpfFunctionSingleAllOf) HasAttributes() bool + func (o *UpfFunctionSingleAllOf) SetAttributes(v ManagedFunctionAttr) + func (o UpfFunctionSingleAllOf) MarshalJSON() ([]byte, error) + func (o UpfFunctionSingleAllOf) ToMap() (map[string]interface{}, error) + type UpfFunctionSingleAllOf1 struct + EPN3 []EPN3Single + EPN4 []EPN4Single + EPN6 []EPN6Single + EPN9 []EPN9Single + EPS5U []EPS5USingle + func NewUpfFunctionSingleAllOf1() *UpfFunctionSingleAllOf1 + func NewUpfFunctionSingleAllOf1WithDefaults() *UpfFunctionSingleAllOf1 + func (o *UpfFunctionSingleAllOf1) GetEPN3() []EPN3Single + func (o *UpfFunctionSingleAllOf1) GetEPN3Ok() ([]EPN3Single, bool) + func (o *UpfFunctionSingleAllOf1) GetEPN4() []EPN4Single + func (o *UpfFunctionSingleAllOf1) GetEPN4Ok() ([]EPN4Single, bool) + func (o *UpfFunctionSingleAllOf1) GetEPN6() []EPN6Single + func (o *UpfFunctionSingleAllOf1) GetEPN6Ok() ([]EPN6Single, bool) + func (o *UpfFunctionSingleAllOf1) GetEPN9() []EPN9Single + func (o *UpfFunctionSingleAllOf1) GetEPN9Ok() ([]EPN9Single, bool) + func (o *UpfFunctionSingleAllOf1) GetEPS5U() []EPS5USingle + func (o *UpfFunctionSingleAllOf1) GetEPS5UOk() ([]EPS5USingle, bool) + func (o *UpfFunctionSingleAllOf1) HasEPN3() bool + func (o *UpfFunctionSingleAllOf1) HasEPN4() bool + func (o *UpfFunctionSingleAllOf1) HasEPN6() bool + func (o *UpfFunctionSingleAllOf1) HasEPN9() bool + func (o *UpfFunctionSingleAllOf1) HasEPS5U() bool + func (o *UpfFunctionSingleAllOf1) SetEPN3(v []EPN3Single) + func (o *UpfFunctionSingleAllOf1) SetEPN4(v []EPN4Single) + func (o *UpfFunctionSingleAllOf1) SetEPN6(v []EPN6Single) + func (o *UpfFunctionSingleAllOf1) SetEPN9(v []EPN9Single) + func (o *UpfFunctionSingleAllOf1) SetEPS5U(v []EPS5USingle) + func (o UpfFunctionSingleAllOf1) MarshalJSON() ([]byte, error) + func (o UpfFunctionSingleAllOf1) ToMap() (map[string]interface{}, error) + type UpfFunctionSingleAllOfAttributes struct + AtsssCapability *AtsssCapability + CNSIIdList []string + DataForwarding *bool + InterfaceUpfInfoList []InterfaceUpfInfoItem + Ipups *bool + IwkEpsInd *bool + ManagedNFProfile *ManagedNFProfile + NRTACList []int32 + PLMNInfoList []PlmnInfo + PduSessionTypes *string + PeeParametersList []PeeParameter + Priority *int32 + PriorityLabel *int32 + RedundantGtpu *bool + SmfServingArea *string + SupportedBMOList []string + SupportedPerfMetricGroups []SupportedPerfMetricGroup + SupportedPfcpFeatures *string + SupportedTraceMetrics []string + TaiList []Tai + TaiRangeList []TaiRange + TngfInfo *IpInterface + TwifInfo *IpInterface + UeIpAddrInd *bool + UserLabel *string + VnfParametersList []VnfParameter + WAgfInfo *IpInterface + func NewUpfFunctionSingleAllOfAttributes() *UpfFunctionSingleAllOfAttributes + func NewUpfFunctionSingleAllOfAttributesWithDefaults() *UpfFunctionSingleAllOfAttributes + func (o *UpfFunctionSingleAllOfAttributes) GetAtsssCapability() AtsssCapability + func (o *UpfFunctionSingleAllOfAttributes) GetAtsssCapabilityOk() (*AtsssCapability, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetCNSIIdList() []string + func (o *UpfFunctionSingleAllOfAttributes) GetCNSIIdListOk() ([]string, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetDataForwarding() bool + func (o *UpfFunctionSingleAllOfAttributes) GetDataForwardingOk() (*bool, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetInterfaceUpfInfoList() []InterfaceUpfInfoItem + func (o *UpfFunctionSingleAllOfAttributes) GetInterfaceUpfInfoListOk() ([]InterfaceUpfInfoItem, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetIpups() bool + func (o *UpfFunctionSingleAllOfAttributes) GetIpupsOk() (*bool, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetIwkEpsInd() bool + func (o *UpfFunctionSingleAllOfAttributes) GetIwkEpsIndOk() (*bool, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetManagedNFProfile() ManagedNFProfile + func (o *UpfFunctionSingleAllOfAttributes) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetNRTACList() []int32 + func (o *UpfFunctionSingleAllOfAttributes) GetNRTACListOk() ([]int32, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetPLMNInfoList() []PlmnInfo + func (o *UpfFunctionSingleAllOfAttributes) GetPLMNInfoListOk() ([]PlmnInfo, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetPduSessionTypes() string + func (o *UpfFunctionSingleAllOfAttributes) GetPduSessionTypesOk() (*string, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetPeeParametersList() []PeeParameter + func (o *UpfFunctionSingleAllOfAttributes) GetPeeParametersListOk() ([]PeeParameter, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetPriority() int32 + func (o *UpfFunctionSingleAllOfAttributes) GetPriorityLabel() int32 + func (o *UpfFunctionSingleAllOfAttributes) GetPriorityLabelOk() (*int32, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetPriorityOk() (*int32, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetRedundantGtpu() bool + func (o *UpfFunctionSingleAllOfAttributes) GetRedundantGtpuOk() (*bool, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetSmfServingArea() string + func (o *UpfFunctionSingleAllOfAttributes) GetSmfServingAreaOk() (*string, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetSupportedBMOList() []string + func (o *UpfFunctionSingleAllOfAttributes) GetSupportedBMOListOk() ([]string, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroups() []SupportedPerfMetricGroup + func (o *UpfFunctionSingleAllOfAttributes) GetSupportedPerfMetricGroupsOk() ([]SupportedPerfMetricGroup, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetSupportedPfcpFeatures() string + func (o *UpfFunctionSingleAllOfAttributes) GetSupportedPfcpFeaturesOk() (*string, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetSupportedTraceMetrics() []string + func (o *UpfFunctionSingleAllOfAttributes) GetSupportedTraceMetricsOk() ([]string, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetTaiList() []Tai + func (o *UpfFunctionSingleAllOfAttributes) GetTaiListOk() ([]Tai, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetTaiRangeList() []TaiRange + func (o *UpfFunctionSingleAllOfAttributes) GetTaiRangeListOk() ([]TaiRange, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetTngfInfo() IpInterface + func (o *UpfFunctionSingleAllOfAttributes) GetTngfInfoOk() (*IpInterface, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetTwifInfo() IpInterface + func (o *UpfFunctionSingleAllOfAttributes) GetTwifInfoOk() (*IpInterface, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetUeIpAddrInd() bool + func (o *UpfFunctionSingleAllOfAttributes) GetUeIpAddrIndOk() (*bool, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetUserLabel() string + func (o *UpfFunctionSingleAllOfAttributes) GetUserLabelOk() (*string, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetVnfParametersList() []VnfParameter + func (o *UpfFunctionSingleAllOfAttributes) GetVnfParametersListOk() ([]VnfParameter, bool) + func (o *UpfFunctionSingleAllOfAttributes) GetWAgfInfo() IpInterface + func (o *UpfFunctionSingleAllOfAttributes) GetWAgfInfoOk() (*IpInterface, bool) + func (o *UpfFunctionSingleAllOfAttributes) HasAtsssCapability() bool + func (o *UpfFunctionSingleAllOfAttributes) HasCNSIIdList() bool + func (o *UpfFunctionSingleAllOfAttributes) HasDataForwarding() bool + func (o *UpfFunctionSingleAllOfAttributes) HasInterfaceUpfInfoList() bool + func (o *UpfFunctionSingleAllOfAttributes) HasIpups() bool + func (o *UpfFunctionSingleAllOfAttributes) HasIwkEpsInd() bool + func (o *UpfFunctionSingleAllOfAttributes) HasManagedNFProfile() bool + func (o *UpfFunctionSingleAllOfAttributes) HasNRTACList() bool + func (o *UpfFunctionSingleAllOfAttributes) HasPLMNInfoList() bool + func (o *UpfFunctionSingleAllOfAttributes) HasPduSessionTypes() bool + func (o *UpfFunctionSingleAllOfAttributes) HasPeeParametersList() bool + func (o *UpfFunctionSingleAllOfAttributes) HasPriority() bool + func (o *UpfFunctionSingleAllOfAttributes) HasPriorityLabel() bool + func (o *UpfFunctionSingleAllOfAttributes) HasRedundantGtpu() bool + func (o *UpfFunctionSingleAllOfAttributes) HasSmfServingArea() bool + func (o *UpfFunctionSingleAllOfAttributes) HasSupportedBMOList() bool + func (o *UpfFunctionSingleAllOfAttributes) HasSupportedPerfMetricGroups() bool + func (o *UpfFunctionSingleAllOfAttributes) HasSupportedPfcpFeatures() bool + func (o *UpfFunctionSingleAllOfAttributes) HasSupportedTraceMetrics() bool + func (o *UpfFunctionSingleAllOfAttributes) HasTaiList() bool + func (o *UpfFunctionSingleAllOfAttributes) HasTaiRangeList() bool + func (o *UpfFunctionSingleAllOfAttributes) HasTngfInfo() bool + func (o *UpfFunctionSingleAllOfAttributes) HasTwifInfo() bool + func (o *UpfFunctionSingleAllOfAttributes) HasUeIpAddrInd() bool + func (o *UpfFunctionSingleAllOfAttributes) HasUserLabel() bool + func (o *UpfFunctionSingleAllOfAttributes) HasVnfParametersList() bool + func (o *UpfFunctionSingleAllOfAttributes) HasWAgfInfo() bool + func (o *UpfFunctionSingleAllOfAttributes) SetAtsssCapability(v AtsssCapability) + func (o *UpfFunctionSingleAllOfAttributes) SetCNSIIdList(v []string) + func (o *UpfFunctionSingleAllOfAttributes) SetDataForwarding(v bool) + func (o *UpfFunctionSingleAllOfAttributes) SetInterfaceUpfInfoList(v []InterfaceUpfInfoItem) + func (o *UpfFunctionSingleAllOfAttributes) SetIpups(v bool) + func (o *UpfFunctionSingleAllOfAttributes) SetIwkEpsInd(v bool) + func (o *UpfFunctionSingleAllOfAttributes) SetManagedNFProfile(v ManagedNFProfile) + func (o *UpfFunctionSingleAllOfAttributes) SetNRTACList(v []int32) + func (o *UpfFunctionSingleAllOfAttributes) SetPLMNInfoList(v []PlmnInfo) + func (o *UpfFunctionSingleAllOfAttributes) SetPduSessionTypes(v string) + func (o *UpfFunctionSingleAllOfAttributes) SetPeeParametersList(v []PeeParameter) + func (o *UpfFunctionSingleAllOfAttributes) SetPriority(v int32) + func (o *UpfFunctionSingleAllOfAttributes) SetPriorityLabel(v int32) + func (o *UpfFunctionSingleAllOfAttributes) SetRedundantGtpu(v bool) + func (o *UpfFunctionSingleAllOfAttributes) SetSmfServingArea(v string) + func (o *UpfFunctionSingleAllOfAttributes) SetSupportedBMOList(v []string) + func (o *UpfFunctionSingleAllOfAttributes) SetSupportedPerfMetricGroups(v []SupportedPerfMetricGroup) + func (o *UpfFunctionSingleAllOfAttributes) SetSupportedPfcpFeatures(v string) + func (o *UpfFunctionSingleAllOfAttributes) SetSupportedTraceMetrics(v []string) + func (o *UpfFunctionSingleAllOfAttributes) SetTaiList(v []Tai) + func (o *UpfFunctionSingleAllOfAttributes) SetTaiRangeList(v []TaiRange) + func (o *UpfFunctionSingleAllOfAttributes) SetTngfInfo(v IpInterface) + func (o *UpfFunctionSingleAllOfAttributes) SetTwifInfo(v IpInterface) + func (o *UpfFunctionSingleAllOfAttributes) SetUeIpAddrInd(v bool) + func (o *UpfFunctionSingleAllOfAttributes) SetUserLabel(v string) + func (o *UpfFunctionSingleAllOfAttributes) SetVnfParametersList(v []VnfParameter) + func (o *UpfFunctionSingleAllOfAttributes) SetWAgfInfo(v IpInterface) + func (o UpfFunctionSingleAllOfAttributes) MarshalJSON() ([]byte, error) + func (o UpfFunctionSingleAllOfAttributes) ToMap() (map[string]interface{}, error) + type UpfFunctionSingleAllOfAttributesAllOf struct + AtsssCapability *AtsssCapability + CNSIIdList []string + DataForwarding *bool + InterfaceUpfInfoList []InterfaceUpfInfoItem + Ipups *bool + IwkEpsInd *bool + ManagedNFProfile *ManagedNFProfile + NRTACList []int32 + PLMNInfoList []PlmnInfo + PduSessionTypes *string + Priority *int32 + RedundantGtpu *bool + SmfServingArea *string + SupportedBMOList []string + SupportedPfcpFeatures *string + TaiList []Tai + TaiRangeList []TaiRange + TngfInfo *IpInterface + TwifInfo *IpInterface + UeIpAddrInd *bool + WAgfInfo *IpInterface + func NewUpfFunctionSingleAllOfAttributesAllOf() *UpfFunctionSingleAllOfAttributesAllOf + func NewUpfFunctionSingleAllOfAttributesAllOfWithDefaults() *UpfFunctionSingleAllOfAttributesAllOf + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetAtsssCapability() AtsssCapability + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetAtsssCapabilityOk() (*AtsssCapability, bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetCNSIIdList() []string + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetCNSIIdListOk() ([]string, bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetDataForwarding() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetDataForwardingOk() (*bool, bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetInterfaceUpfInfoList() []InterfaceUpfInfoItem + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetInterfaceUpfInfoListOk() ([]InterfaceUpfInfoItem, bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetIpups() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetIpupsOk() (*bool, bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetIwkEpsInd() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetIwkEpsIndOk() (*bool, bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfile() ManagedNFProfile + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetManagedNFProfileOk() (*ManagedNFProfile, bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetNRTACList() []int32 + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetNRTACListOk() ([]int32, bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoList() []PlmnInfo + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetPLMNInfoListOk() ([]PlmnInfo, bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetPduSessionTypes() string + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetPduSessionTypesOk() (*string, bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetPriority() int32 + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetPriorityOk() (*int32, bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetRedundantGtpu() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetRedundantGtpuOk() (*bool, bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetSmfServingArea() string + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetSmfServingAreaOk() (*string, bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetSupportedBMOList() []string + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetSupportedBMOListOk() ([]string, bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetSupportedPfcpFeatures() string + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetSupportedPfcpFeaturesOk() (*string, bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetTaiList() []Tai + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetTaiListOk() ([]Tai, bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetTaiRangeList() []TaiRange + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetTaiRangeListOk() ([]TaiRange, bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetTngfInfo() IpInterface + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetTngfInfoOk() (*IpInterface, bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetTwifInfo() IpInterface + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetTwifInfoOk() (*IpInterface, bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetUeIpAddrInd() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetUeIpAddrIndOk() (*bool, bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetWAgfInfo() IpInterface + func (o *UpfFunctionSingleAllOfAttributesAllOf) GetWAgfInfoOk() (*IpInterface, bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) HasAtsssCapability() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) HasCNSIIdList() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) HasDataForwarding() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) HasInterfaceUpfInfoList() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) HasIpups() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) HasIwkEpsInd() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) HasManagedNFProfile() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) HasNRTACList() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) HasPLMNInfoList() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) HasPduSessionTypes() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) HasPriority() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) HasRedundantGtpu() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) HasSmfServingArea() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) HasSupportedBMOList() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) HasSupportedPfcpFeatures() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) HasTaiList() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) HasTaiRangeList() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) HasTngfInfo() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) HasTwifInfo() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) HasUeIpAddrInd() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) HasWAgfInfo() bool + func (o *UpfFunctionSingleAllOfAttributesAllOf) SetAtsssCapability(v AtsssCapability) + func (o *UpfFunctionSingleAllOfAttributesAllOf) SetCNSIIdList(v []string) + func (o *UpfFunctionSingleAllOfAttributesAllOf) SetDataForwarding(v bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) SetInterfaceUpfInfoList(v []InterfaceUpfInfoItem) + func (o *UpfFunctionSingleAllOfAttributesAllOf) SetIpups(v bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) SetIwkEpsInd(v bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) SetManagedNFProfile(v ManagedNFProfile) + func (o *UpfFunctionSingleAllOfAttributesAllOf) SetNRTACList(v []int32) + func (o *UpfFunctionSingleAllOfAttributesAllOf) SetPLMNInfoList(v []PlmnInfo) + func (o *UpfFunctionSingleAllOfAttributesAllOf) SetPduSessionTypes(v string) + func (o *UpfFunctionSingleAllOfAttributesAllOf) SetPriority(v int32) + func (o *UpfFunctionSingleAllOfAttributesAllOf) SetRedundantGtpu(v bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) SetSmfServingArea(v string) + func (o *UpfFunctionSingleAllOfAttributesAllOf) SetSupportedBMOList(v []string) + func (o *UpfFunctionSingleAllOfAttributesAllOf) SetSupportedPfcpFeatures(v string) + func (o *UpfFunctionSingleAllOfAttributesAllOf) SetTaiList(v []Tai) + func (o *UpfFunctionSingleAllOfAttributesAllOf) SetTaiRangeList(v []TaiRange) + func (o *UpfFunctionSingleAllOfAttributesAllOf) SetTngfInfo(v IpInterface) + func (o *UpfFunctionSingleAllOfAttributesAllOf) SetTwifInfo(v IpInterface) + func (o *UpfFunctionSingleAllOfAttributesAllOf) SetUeIpAddrInd(v bool) + func (o *UpfFunctionSingleAllOfAttributesAllOf) SetWAgfInfo(v IpInterface) + func (o UpfFunctionSingleAllOfAttributesAllOf) MarshalJSON() ([]byte, error) + func (o UpfFunctionSingleAllOfAttributesAllOf) ToMap() (map[string]interface{}, error) + type UsageState string + const ACTIVE + const BUSY + const IDEL + func NewUsageStateFromValue(v string) (*UsageState, error) + func (v *UsageState) UnmarshalJSON(src []byte) error + func (v UsageState) IsValid() bool + func (v UsageState) Ptr() *UsageState + type V2xCapability struct + LteV2x *bool + NrV2x *bool + func NewV2xCapability() *V2xCapability + func NewV2xCapabilityWithDefaults() *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) SetLteV2x(v bool) + func (o *V2xCapability) SetNrV2x(v bool) + func (o V2xCapability) MarshalJSON() ([]byte, error) + func (o V2xCapability) ToMap() (map[string]interface{}, error) + type VnfParameter struct + AutoScalable *bool + FlavourId *string + VnfInstanceId *string + VnfdId *string + func NewVnfParameter() *VnfParameter + func NewVnfParameterWithDefaults() *VnfParameter + func (o *VnfParameter) GetAutoScalable() bool + func (o *VnfParameter) GetAutoScalableOk() (*bool, bool) + func (o *VnfParameter) GetFlavourId() string + func (o *VnfParameter) GetFlavourIdOk() (*string, bool) + func (o *VnfParameter) GetVnfInstanceId() string + func (o *VnfParameter) GetVnfInstanceIdOk() (*string, bool) + func (o *VnfParameter) GetVnfdId() string + func (o *VnfParameter) GetVnfdIdOk() (*string, bool) + func (o *VnfParameter) HasAutoScalable() bool + func (o *VnfParameter) HasFlavourId() bool + func (o *VnfParameter) HasVnfInstanceId() bool + func (o *VnfParameter) HasVnfdId() bool + func (o *VnfParameter) SetAutoScalable(v bool) + func (o *VnfParameter) SetFlavourId(v string) + func (o *VnfParameter) SetVnfInstanceId(v string) + func (o *VnfParameter) SetVnfdId(v string) + func (o VnfParameter) MarshalJSON() ([]byte, error) + func (o VnfParameter) ToMap() (map[string]interface{}, error) + type VsDataContainerSingle struct + Attributes *VsDataContainerSingleAttributes + Id *string + VsDataContainer []VsDataContainerSingle + func NewVsDataContainerSingle() *VsDataContainerSingle + func NewVsDataContainerSingleWithDefaults() *VsDataContainerSingle + func (o *VsDataContainerSingle) GetAttributes() VsDataContainerSingleAttributes + func (o *VsDataContainerSingle) GetAttributesOk() (*VsDataContainerSingleAttributes, bool) + func (o *VsDataContainerSingle) GetId() string + func (o *VsDataContainerSingle) GetIdOk() (*string, bool) + func (o *VsDataContainerSingle) GetVsDataContainer() []VsDataContainerSingle + func (o *VsDataContainerSingle) GetVsDataContainerOk() ([]VsDataContainerSingle, bool) + func (o *VsDataContainerSingle) HasAttributes() bool + func (o *VsDataContainerSingle) HasId() bool + func (o *VsDataContainerSingle) HasVsDataContainer() bool + func (o *VsDataContainerSingle) SetAttributes(v VsDataContainerSingleAttributes) + func (o *VsDataContainerSingle) SetId(v string) + func (o *VsDataContainerSingle) SetVsDataContainer(v []VsDataContainerSingle) + func (o VsDataContainerSingle) MarshalJSON() ([]byte, error) + func (o VsDataContainerSingle) ToMap() (map[string]interface{}, error) + type VsDataContainerSingleAttributes struct + VsData interface{} + VsDataFormatVersion *string + VsDataType *string + func NewVsDataContainerSingleAttributes() *VsDataContainerSingleAttributes + func NewVsDataContainerSingleAttributesWithDefaults() *VsDataContainerSingleAttributes + func (o *VsDataContainerSingleAttributes) GetVsData() interface{} + func (o *VsDataContainerSingleAttributes) GetVsDataFormatVersion() string + func (o *VsDataContainerSingleAttributes) GetVsDataFormatVersionOk() (*string, bool) + func (o *VsDataContainerSingleAttributes) GetVsDataOk() (*interface{}, bool) + func (o *VsDataContainerSingleAttributes) GetVsDataType() string + func (o *VsDataContainerSingleAttributes) GetVsDataTypeOk() (*string, bool) + func (o *VsDataContainerSingleAttributes) HasVsData() bool + func (o *VsDataContainerSingleAttributes) HasVsDataFormatVersion() bool + func (o *VsDataContainerSingleAttributes) HasVsDataType() bool + func (o *VsDataContainerSingleAttributes) SetVsData(v interface{}) + func (o *VsDataContainerSingleAttributes) SetVsDataFormatVersion(v string) + func (o *VsDataContainerSingleAttributes) SetVsDataType(v string) + func (o VsDataContainerSingleAttributes) MarshalJSON() ([]byte, error) + func (o VsDataContainerSingleAttributes) ToMap() (map[string]interface{}, error)