package
1.18.2
Repository: https://github.com/5gcorenet/openapi.git
Documentation: pkg.go.dev

# README

Go API client for openapi_MdaNrm

OAS 3.0.1 specification of the MDA NRM © 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved.

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: 17.2.0
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import openapi_MdaNrm "github.com/GIT_USER_ID/GIT_REPO_ID/openapi_MdaNrm"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value sw.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), openapi_MdaNrm.ContextServerIndex, 1)

Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value sw.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), openapi_MdaNrm.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using sw.ContextOperationServerIndices and sw.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), openapi_MdaNrm.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), openapi_MdaNrm.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to http://localhost

ClassMethodHTTP requestDescription

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

# Functions

AlarmNotificationTypesAsNotificationType is a convenience function that returns AlarmNotificationTypes wrapped in NotificationType.
AnalyticsScheduleOneOf1AsAnalyticsSchedule is a convenience function that returns AnalyticsScheduleOneOf1 wrapped in AnalyticsSchedule.
AnalyticsScheduleOneOfAsAnalyticsSchedule is a convenience function that returns AnalyticsScheduleOneOf wrapped in AnalyticsSchedule.
AnalyticsScopeTypeOneOf1AsAnalyticsScopeType is a convenience function that returns AnalyticsScopeTypeOneOf1 wrapped in AnalyticsScopeType.
AnalyticsScopeTypeOneOfAsAnalyticsScopeType is a convenience function that returns AnalyticsScopeTypeOneOf wrapped in AnalyticsScopeType.
[]EutraCellIdAsAreaOfInterest is a convenience function that returns []EutraCellId wrapped in AreaOfInterest.
[]EutraCellIdAsAreaScope is a convenience function that returns []EutraCellId wrapped in AreaScope.
[]NrCellIdAsAreaOfInterest is a convenience function that returns []NrCellId wrapped in AreaOfInterest.
[]NrCellIdAsAreaScope is a convenience function that returns []NrCellId wrapped in AreaScope.
[]stringAsAreaScope is a convenience function that returns []string wrapped in AreaScope.
[]stringAsManagementData is a convenience function that returns []string wrapped in ManagementData.
[]TaiAsAreaOfInterest is a convenience function that returns []Tai wrapped in AreaOfInterest.
[]TaiAsAreaScope is a convenience function that returns []Tai wrapped in AreaScope.
[]UtraCellIdAsAreaOfInterest is a convenience function that returns []UtraCellId wrapped in AreaOfInterest.
CacheExpires helper function to determine remaining time before repeating a request.
CmNotificationTypesAsNotificationType is a convenience function that returns CmNotificationTypes wrapped in NotificationType.
FileNotificationTypesAsNotificationType is a convenience function that returns FileNotificationTypes wrapped in NotificationType.
float32AsThresholdInfoHysteresis is a convenience function that returns float32 wrapped in ThresholdInfoHysteresis.
float32AsThresholdInfoThresholdValue is a convenience function that returns float32 wrapped in ThresholdInfoThresholdValue.
GeoAreaToCellMappingAsAreaOfInterest is a convenience function that returns GeoAreaToCellMapping wrapped in AreaOfInterest.
HeartbeatNotificationTypesAsNotificationType is a convenience function that returns HeartbeatNotificationTypes wrapped in NotificationType.
int32AsEventThresholdTypeEventThresholdRSRP is a convenience function that returns int32 wrapped in EventThresholdTypeEventThresholdRSRP.
int32AsEventThresholdTypeEventThresholdRSRQ is a convenience function that returns int32 wrapped in EventThresholdTypeEventThresholdRSRQ.
int32AsProbableCause is a convenience function that returns int32 wrapped in ProbableCause.
int32AsSpecificProblem is a convenience function that returns int32 wrapped in SpecificProblem.
int32AsThresholdInfoHysteresis is a convenience function that returns int32 wrapped in ThresholdInfoHysteresis.
int32AsThresholdInfoThresholdValue is a convenience function that returns int32 wrapped in ThresholdInfoThresholdValue.
Ipv6AddrAsHostAddr is a convenience function that returns Ipv6Addr wrapped in HostAddr.
Ipv6AddrAsIpAddr is a convenience function that returns Ipv6Addr wrapped in IpAddr.
IsNil checks if an input is nil.
ManagedElementSingleAsResourcesMdaNrm is a convenience function that returns ManagedElementSingle wrapped in ResourcesMdaNrm.
MDAFunctionSingleAsResourcesMdaNrm is a convenience function that returns MDAFunctionSingle wrapped in ResourcesMdaNrm.
MDAReportSingleAsResourcesMdaNrm is a convenience function that returns MDAReportSingle wrapped in ResourcesMdaNrm.
MDARequestSingleAsResourcesMdaNrm is a convenience function that returns MDARequestSingle wrapped in ResourcesMdaNrm.
NewAckStateFromValue returns a pointer to a valid AckState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAdministrativeStateFromValue returns a pointer to a valid AdministrativeState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAlarmListSingle instantiates a new AlarmListSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAlarmListSingleAllOf instantiates a new AlarmListSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAlarmListSingleAllOfAttributes instantiates a new AlarmListSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAlarmListSingleAllOfAttributesWithDefaults instantiates a new AlarmListSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAlarmListSingleAllOfWithDefaults instantiates a new AlarmListSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAlarmListSingleWithDefaults instantiates a new AlarmListSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAlarmNotificationTypesFromValue returns a pointer to a valid AlarmNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAlarmRecord instantiates a new AlarmRecord object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAlarmRecordWithDefaults instantiates a new AlarmRecord object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAlarmTypeFromValue returns a pointer to a valid AlarmType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAnalyticsScheduleOneOf instantiates a new AnalyticsScheduleOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnalyticsScheduleOneOf1 instantiates a new AnalyticsScheduleOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnalyticsScheduleOneOf1WithDefaults instantiates a new AnalyticsScheduleOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnalyticsScheduleOneOfWithDefaults instantiates a new AnalyticsScheduleOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnalyticsScopeTypeOneOf instantiates a new AnalyticsScopeTypeOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnalyticsScopeTypeOneOf1 instantiates a new AnalyticsScopeTypeOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAnalyticsScopeTypeOneOf1WithDefaults instantiates a new AnalyticsScopeTypeOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnalyticsScopeTypeOneOfWithDefaults instantiates a new AnalyticsScopeTypeOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAnonymizationOfMdtDataTypeFromValue returns a pointer to a valid AnonymizationOfMdtDataType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAPIClient creates a new API client.
NewAPIResponse returns a new APIResponse object.
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
NewAreaConfig instantiates a new AreaConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAreaConfigWithDefaults instantiates a new AreaConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCmNotificationTypesFromValue returns a pointer to a valid CmNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCollectionPeriodM6LteTypeFromValue returns a pointer to a valid CollectionPeriodM6LteType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCollectionPeriodM6NrTypeFromValue returns a pointer to a valid CollectionPeriodM6NrType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCollectionPeriodRrmLteTypeFromValue returns a pointer to a valid CollectionPeriodRrmLteType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCollectionPeriodRrmNrTypeFromValue returns a pointer to a valid CollectionPeriodRrmNrType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCollectionPeriodRrmUmtsTypeFromValue returns a pointer to a valid CollectionPeriodRrmUmtsType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewConfiguration returns a new Configuration object.
NewCorrelatedNotification instantiates a new CorrelatedNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCorrelatedNotificationWithDefaults instantiates a new CorrelatedNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEventListForEventTriggeredMeasurementTypeFromValue returns a pointer to a valid EventListForEventTriggeredMeasurementType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewEventThresholdL1Type instantiates a new EventThresholdL1Type object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEventThresholdL1TypeWithDefaults instantiates a new EventThresholdL1Type object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEventThresholdType instantiates a new EventThresholdType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEventThresholdTypeEventThreshold1F instantiates a new EventThresholdTypeEventThreshold1F object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEventThresholdTypeEventThreshold1FWithDefaults instantiates a new EventThresholdTypeEventThreshold1F object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEventThresholdTypeWithDefaults instantiates a new EventThresholdType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileDownloadJobProcessMonitor instantiates a new FileDownloadJobProcessMonitor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileDownloadJobProcessMonitorWithDefaults instantiates a new FileDownloadJobProcessMonitor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileDownloadJobSingle instantiates a new FileDownloadJobSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileDownloadJobSingleAllOf instantiates a new FileDownloadJobSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileDownloadJobSingleAllOfAttributes instantiates a new FileDownloadJobSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileDownloadJobSingleAllOfAttributesWithDefaults instantiates a new FileDownloadJobSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileDownloadJobSingleAllOfWithDefaults instantiates a new FileDownloadJobSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileDownloadJobSingleWithDefaults instantiates a new FileDownloadJobSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileNotificationTypesFromValue returns a pointer to a valid FileNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewFileSingle instantiates a new FileSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileSingleAllOf instantiates a new FileSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileSingleAllOfAttributes instantiates a new FileSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileSingleAllOfAttributesWithDefaults instantiates a new FileSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileSingleAllOfWithDefaults instantiates a new FileSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileSingleWithDefaults instantiates a new FileSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFilesSingle instantiates a new FilesSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFilesSingleAllOf instantiates a new FilesSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFilesSingleAllOfAttributes instantiates a new FilesSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFilesSingleAllOfAttributesWithDefaults instantiates a new FilesSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFilesSingleAllOfWithDefaults instantiates a new FilesSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFilesSingleWithDefaults instantiates a new FilesSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFreqInfo instantiates a new FreqInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFreqInfoWithDefaults instantiates a new FreqInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGeoArea instantiates a new GeoArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGeoAreaToCellMapping instantiates a new GeoAreaToCellMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGeoAreaToCellMappingWithDefaults instantiates a new GeoAreaToCellMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGeoAreaWithDefaults instantiates a new GeoArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGeoCoordinate instantiates a new GeoCoordinate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGeoCoordinateWithDefaults instantiates a new GeoCoordinate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHeartbeatControlSingle instantiates a new HeartbeatControlSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHeartbeatControlSingleAllOf instantiates a new HeartbeatControlSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHeartbeatControlSingleAllOfAttributes instantiates a new HeartbeatControlSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHeartbeatControlSingleAllOfAttributesWithDefaults instantiates a new HeartbeatControlSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHeartbeatControlSingleAllOfWithDefaults instantiates a new HeartbeatControlSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHeartbeatControlSingleWithDefaults instantiates a new HeartbeatControlSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHeartbeatNotificationTypesFromValue returns a pointer to a valid HeartbeatNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewIpv6Addr instantiates a new Ipv6Addr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIpv6AddrWithDefaults instantiates a new Ipv6Addr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJobTypeTypeFromValue returns a pointer to a valid JobTypeType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewListOfInterfacesType instantiates a new ListOfInterfacesType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListOfInterfacesTypeWithDefaults instantiates a new ListOfInterfacesType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListOfMeasurementsType instantiates a new ListOfMeasurementsType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListOfMeasurementsTypeWithDefaults instantiates a new ListOfMeasurementsType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLoggingDurationTypeFromValue returns a pointer to a valid LoggingDurationType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLoggingIntervalType instantiates a new LoggingIntervalType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLoggingIntervalTypeWithDefaults instantiates a new LoggingIntervalType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagedElementAttr instantiates a new ManagedElementAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagedElementAttrWithDefaults instantiates a new ManagedElementAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagedElementNcO instantiates a new ManagedElementNcO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagedElementNcOWithDefaults instantiates a new ManagedElementNcO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagedElementSingle instantiates a new ManagedElementSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagedElementSingleAllOf instantiates a new ManagedElementSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagedElementSingleAllOf1 instantiates a new ManagedElementSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagedElementSingleAllOf1WithDefaults instantiates a new ManagedElementSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagedElementSingleAllOfWithDefaults instantiates a new ManagedElementSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagedElementSingleWithDefaults instantiates a new ManagedElementSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagedFunctionAttr instantiates a new ManagedFunctionAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagedFunctionAttrWithDefaults instantiates a new ManagedFunctionAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagedFunctionNcO instantiates a new ManagedFunctionNcO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagedFunctionNcOWithDefaults instantiates a new ManagedFunctionNcO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagedNFServiceSingle instantiates a new ManagedNFServiceSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagedNFServiceSingleAllOf instantiates a new ManagedNFServiceSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagedNFServiceSingleAllOfAttributes instantiates a new ManagedNFServiceSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagedNFServiceSingleAllOfAttributesWithDefaults instantiates a new ManagedNFServiceSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagedNFServiceSingleAllOfWithDefaults instantiates a new ManagedNFServiceSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagedNFServiceSingleWithDefaults instantiates a new ManagedNFServiceSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagementDataCollectionSingle instantiates a new ManagementDataCollectionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagementDataCollectionSingleAllOf instantiates a new ManagementDataCollectionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagementDataCollectionSingleAllOfAttributes instantiates a new ManagementDataCollectionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagementDataCollectionSingleAllOfAttributesWithDefaults instantiates a new ManagementDataCollectionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagementDataCollectionSingleAllOfWithDefaults instantiates a new ManagementDataCollectionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagementDataCollectionSingleWithDefaults instantiates a new ManagementDataCollectionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagementNodeSingle instantiates a new ManagementNodeSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagementNodeSingleAllOf instantiates a new ManagementNodeSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagementNodeSingleAllOfAttributes instantiates a new ManagementNodeSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagementNodeSingleAllOfAttributesWithDefaults instantiates a new ManagementNodeSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagementNodeSingleAllOfWithDefaults instantiates a new ManagementNodeSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagementNodeSingleWithDefaults instantiates a new ManagementNodeSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMbsfnArea instantiates a new MbsfnArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMbsfnAreaWithDefaults instantiates a new MbsfnArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMDAFunctionSingle instantiates a new MDAFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMDAFunctionSingleAllOf instantiates a new MDAFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMDAFunctionSingleAllOf1 instantiates a new MDAFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMDAFunctionSingleAllOf1WithDefaults instantiates a new MDAFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMDAFunctionSingleAllOfAttributes instantiates a new MDAFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMDAFunctionSingleAllOfAttributesAllOf instantiates a new MDAFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMDAFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new MDAFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMDAFunctionSingleAllOfAttributesWithDefaults instantiates a new MDAFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMDAFunctionSingleAllOfWithDefaults instantiates a new MDAFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMDAFunctionSingleWithDefaults instantiates a new MDAFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMDAOutputEntry instantiates a new MDAOutputEntry object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMDAOutputEntryWithDefaults instantiates a new MDAOutputEntry object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMDAOutputIEFilter instantiates a new MDAOutputIEFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMDAOutputIEFilterWithDefaults instantiates a new MDAOutputIEFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMDAOutputPerMDAType instantiates a new MDAOutputPerMDAType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMDAOutputPerMDATypeWithDefaults instantiates a new MDAOutputPerMDAType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMDAOutputs1 instantiates a new MDAOutputs1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMDAOutputs1WithDefaults instantiates a new MDAOutputs1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMDAReport instantiates a new MDAReport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMDAReportSingle instantiates a new MDAReportSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMDAReportSingleAllOf instantiates a new MDAReportSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMDAReportSingleAllOfAttributes instantiates a new MDAReportSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMDAReportSingleAllOfAttributesAllOf instantiates a new MDAReportSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMDAReportSingleAllOfAttributesAllOfWithDefaults instantiates a new MDAReportSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMDAReportSingleAllOfAttributesWithDefaults instantiates a new MDAReportSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMDAReportSingleAllOfWithDefaults instantiates a new MDAReportSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMDAReportSingleWithDefaults instantiates a new MDAReportSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMDAReportWithDefaults instantiates a new MDAReport object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMDARequestSingle instantiates a new MDARequestSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMDARequestSingleAllOf instantiates a new MDARequestSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMDARequestSingleAllOfAttributes instantiates a new MDARequestSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMDARequestSingleAllOfAttributesAllOf instantiates a new MDARequestSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMDARequestSingleAllOfAttributesAllOfWithDefaults instantiates a new MDARequestSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMDARequestSingleAllOfAttributesWithDefaults instantiates a new MDARequestSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMDARequestSingleAllOfWithDefaults instantiates a new MDARequestSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMDARequestSingleWithDefaults instantiates a new MDARequestSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMeasurementPeriodLteTypeFromValue returns a pointer to a valid MeasurementPeriodLteType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewMeasurementPeriodUmtsTypeFromValue returns a pointer to a valid MeasurementPeriodUmtsType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewMeasurementQuantityTypeFromValue returns a pointer to a valid MeasurementQuantityType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewMeContextSingle instantiates a new MeContextSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMeContextSingleAllOf instantiates a new MeContextSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMeContextSingleAllOfAttributes instantiates a new MeContextSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMeContextSingleAllOfAttributesWithDefaults instantiates a new MeContextSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMeContextSingleAllOfWithDefaults instantiates a new MeContextSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMeContextSingleWithDefaults instantiates a new MeContextSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMnsAgentSingle instantiates a new MnsAgentSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMnsAgentSingleAllOf instantiates a new MnsAgentSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMnsAgentSingleAllOfAttributes instantiates a new MnsAgentSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMnsAgentSingleAllOfAttributesWithDefaults instantiates a new MnsAgentSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMnsAgentSingleAllOfWithDefaults instantiates a new MnsAgentSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMnsAgentSingleWithDefaults instantiates a new MnsAgentSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMnsInfoSingle instantiates a new MnsInfoSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMnsInfoSingleWithDefaults instantiates a new MnsInfoSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMnsRegistrySingle instantiates a new MnsRegistrySingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMnsRegistrySingleWithDefaults instantiates a new MnsRegistrySingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNFServiceTypeFromValue returns a pointer to a valid NFServiceType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewNFTypeFromValue returns a pointer to a valid NFType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewNodeFilter instantiates a new NodeFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNodeFilterWithDefaults instantiates a new NodeFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNtfSubscriptionControlSingle instantiates a new NtfSubscriptionControlSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNtfSubscriptionControlSingleAllOf instantiates a new NtfSubscriptionControlSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNtfSubscriptionControlSingleAllOfAttributes instantiates a new NtfSubscriptionControlSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNtfSubscriptionControlSingleAllOfAttributesWithDefaults instantiates a new NtfSubscriptionControlSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNtfSubscriptionControlSingleAllOfWithDefaults instantiates a new NtfSubscriptionControlSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNtfSubscriptionControlSingleWithDefaults instantiates a new NtfSubscriptionControlSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewOperation instantiates a new Operation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOperationalStateFromValue returns a pointer to a valid OperationalState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewOperationSemanticsFromValue returns a pointer to a valid OperationSemantics for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewOperationWithDefaults instantiates a new Operation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPeeParameter instantiates a new PeeParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPeeParameterWithDefaults instantiates a new PeeParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPerceivedSeverityFromValue returns a pointer to a valid PerceivedSeverity for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPerfMetricJobSingle instantiates a new PerfMetricJobSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPerfMetricJobSingleAllOf instantiates a new PerfMetricJobSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPerfMetricJobSingleAllOfAttributes instantiates a new PerfMetricJobSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPerfMetricJobSingleAllOfAttributesWithDefaults instantiates a new PerfMetricJobSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPerfMetricJobSingleAllOfWithDefaults instantiates a new PerfMetricJobSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPerfMetricJobSingleWithDefaults instantiates a new PerfMetricJobSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPerfNotificationTypesFromValue returns a pointer to a valid PerfNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPlmnListTypeInner instantiates a new PlmnListTypeInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPlmnListTypeInnerWithDefaults instantiates a new PlmnListTypeInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPlmnTargetType instantiates a new PlmnTargetType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPlmnTargetTypeWithDefaults instantiates a new PlmnTargetType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPositioningMethodTypeFromValue returns a pointer to a valid PositioningMethodType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewRegistrationStateFromValue returns a pointer to a valid RegistrationState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewReportAmountTypeFromValue returns a pointer to a valid ReportAmountType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewReportingCtrlOneOf instantiates a new ReportingCtrlOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReportingCtrlOneOf1 instantiates a new ReportingCtrlOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReportingCtrlOneOf1WithDefaults instantiates a new ReportingCtrlOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReportingCtrlOneOf2 instantiates a new ReportingCtrlOneOf2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReportingCtrlOneOf2WithDefaults instantiates a new ReportingCtrlOneOf2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReportingCtrlOneOfWithDefaults instantiates a new ReportingCtrlOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReportingMethodFromValue returns a pointer to a valid ReportingMethod for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewReportIntervalType instantiates a new ReportIntervalType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewReportIntervalTypeWithDefaults instantiates a new ReportIntervalType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewReportTypeTypeFromValue returns a pointer to a valid ReportTypeType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSAP instantiates a new SAP object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSAPWithDefaults instantiates a new SAP object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewScope instantiates a new Scope object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScopeWithDefaults instantiates a new Scope object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSubNetworkAttr instantiates a new SubNetworkAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSubNetworkAttrWithDefaults instantiates a new SubNetworkAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSubNetworkNcO instantiates a new SubNetworkNcO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSubNetworkNcOWithDefaults instantiates a new SubNetworkNcO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSubNetworkSingle instantiates a new SubNetworkSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSubNetworkSingleAllOf instantiates a new SubNetworkSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSubNetworkSingleAllOf1 instantiates a new SubNetworkSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSubNetworkSingleAllOf1WithDefaults instantiates a new SubNetworkSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSubNetworkSingleAllOfWithDefaults instantiates a new SubNetworkSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSubNetworkSingleWithDefaults instantiates a new SubNetworkSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSupportedPerfMetricGroup instantiates a new SupportedPerfMetricGroup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSupportedPerfMetricGroupWithDefaults instantiates a new SupportedPerfMetricGroup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTai instantiates a new Tai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaiWithDefaults instantiates a new Tai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewThresholdInfo instantiates a new ThresholdInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewThresholdInfo1 instantiates a new ThresholdInfo1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewThresholdInfo1WithDefaults instantiates a new ThresholdInfo1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewThresholdInfo2 instantiates a new ThresholdInfo2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewThresholdInfo2WithDefaults instantiates a new ThresholdInfo2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewThresholdInfoWithDefaults instantiates a new ThresholdInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewThresholdLevelIndOneOf instantiates a new ThresholdLevelIndOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewThresholdLevelIndOneOf1 instantiates a new ThresholdLevelIndOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewThresholdLevelIndOneOf1WithDefaults instantiates a new ThresholdLevelIndOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewThresholdLevelIndOneOfWithDefaults instantiates a new ThresholdLevelIndOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewThresholdMonitorSingle instantiates a new ThresholdMonitorSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewThresholdMonitorSingleAllOf instantiates a new ThresholdMonitorSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewThresholdMonitorSingleAllOfAttributes instantiates a new ThresholdMonitorSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewThresholdMonitorSingleAllOfAttributesWithDefaults instantiates a new ThresholdMonitorSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewThresholdMonitorSingleAllOfWithDefaults instantiates a new ThresholdMonitorSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewThresholdMonitorSingleWithDefaults instantiates a new ThresholdMonitorSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTimeToTriggerL1TypeFromValue returns a pointer to a valid TimeToTriggerL1Type for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTimeWindow instantiates a new TimeWindow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTimeWindow1 instantiates a new TimeWindow1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTimeWindow1WithDefaults instantiates a new TimeWindow1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTimeWindowWithDefaults instantiates a new TimeWindow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTop instantiates a new Top object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTopWithDefaults instantiates a new Top object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTraceDepthTypeFromValue returns a pointer to a valid TraceDepthType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTraceJobAttr instantiates a new TraceJobAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTraceJobAttrWithDefaults instantiates a new TraceJobAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTraceJobSingle instantiates a new TraceJobSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTraceJobSingleAllOf instantiates a new TraceJobSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTraceJobSingleAllOfWithDefaults instantiates a new TraceJobSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTraceJobSingleWithDefaults instantiates a new TraceJobSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTraceReferenceType instantiates a new TraceReferenceType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTraceReferenceTypeWithDefaults instantiates a new TraceReferenceType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTraceReportingFormatTypeFromValue returns a pointer to a valid TraceReportingFormatType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTraceTargetType instantiates a new TraceTargetType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTraceTargetTypeWithDefaults instantiates a new TraceTargetType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTrendIndicationFromValue returns a pointer to a valid TrendIndication for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTriggeringEventsType instantiates a new TriggeringEventsType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTriggeringEventsTypeWithDefaults instantiates a new TriggeringEventsType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUsageStateFromValue returns a pointer to a valid UsageState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewVnfParameter instantiates a new VnfParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVnfParameterWithDefaults instantiates a new VnfParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVsDataContainerSingle instantiates a new VsDataContainerSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVsDataContainerSingleAttributes instantiates a new VsDataContainerSingleAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVsDataContainerSingleAttributesWithDefaults instantiates a new VsDataContainerSingleAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVsDataContainerSingleWithDefaults instantiates a new VsDataContainerSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
PerfNotificationTypesAsNotificationType is a convenience function that returns PerfNotificationTypes wrapped in NotificationType.
ProbableCauseOneOfAsProbableCause is a convenience function that returns ProbableCauseOneOf wrapped in ProbableCause.
PtrBool is a helper routine that returns a pointer to given boolean value.
PtrFloat32 is a helper routine that returns a pointer to given float value.
PtrFloat64 is a helper routine that returns a pointer to given float value.
PtrInt is a helper routine that returns a pointer to given integer value.
PtrInt32 is a helper routine that returns a pointer to given integer value.
PtrInt64 is a helper routine that returns a pointer to given integer value.
PtrString is a helper routine that returns a pointer to given string value.
PtrTime is helper routine that returns a pointer to given Time value.
ReportingCtrlOneOf1AsReportingCtrl is a convenience function that returns ReportingCtrlOneOf1 wrapped in ReportingCtrl.
ReportingCtrlOneOf2AsReportingCtrl is a convenience function that returns ReportingCtrlOneOf2 wrapped in ReportingCtrl.
ReportingCtrlOneOfAsReportingCtrl is a convenience function that returns ReportingCtrlOneOf wrapped in ReportingCtrl.
stringAsFileDownloadJobProcessMonitorResultStateInfo is a convenience function that returns string wrapped in FileDownloadJobProcessMonitorResultStateInfo.
stringAsHostAddr is a convenience function that returns string wrapped in HostAddr.
stringAsIpAddr is a convenience function that returns string wrapped in IpAddr.
stringAsSpecificProblem is a convenience function that returns string wrapped in SpecificProblem.
SubNetworkSingleAsResourcesMdaNrm is a convenience function that returns SubNetworkSingle wrapped in ResourcesMdaNrm.
ThresholdLevelIndOneOf1AsThresholdLevelInd is a convenience function that returns ThresholdLevelIndOneOf1 wrapped in ThresholdLevelInd.
ThresholdLevelIndOneOfAsThresholdLevelInd is a convenience function that returns ThresholdLevelIndOneOf wrapped in ThresholdLevelInd.

# Constants

List of eventListForEventTriggeredMeasurement-Type.
List of NFType.
List of AckState.
List of UsageState.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of UsageState.
List of NFType.
List of NFType.
List of NFType.
List of PerceivedSeverity.
List of AlarmType.
List of measurementQuantity-Type.
List of measurementQuantity-Type.
List of PerceivedSeverity.
List of NFType.
List of RegistrationState.
List of OperationalState.
List of NFType.
List of NFType.
List of positioningMethod-Type.
List of NFType.
List of OperationalState.
List of AlarmType.
List of AlarmType.
List of reportType-Type.
List of ReportingMethod.
List of traceReportingFormat-Type.
List of NFType.
List of NFType.
List of positioningMethod-Type.
List of NFType.
List of NFType.
List of UsageState.
List of jobType-Type.
List of jobType-Type.
List of NFType.
List of PerceivedSeverity.
List of reportAmount-Type.
List of AlarmType.
List of TrendIndication.
List of NFType.
List of AdministrativeState.
List of jobType-Type.
List of jobType-Type.
List of PerceivedSeverity.
List of traceDepth-Type.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of traceDepth-Type.
List of NFType.
List of traceDepth-Type.
List of PerceivedSeverity.
List of NFType.
List of NFType.
List of TrendIndication.
List of NFType.
List of NFServiceType.
List of NFServiceType.
List of NFServiceType.
List of NFServiceType.
List of NFType.
List of TrendIndication.
List of anonymizationOfMdtData-Type.
List of ReportingMethod.
List of AlarmNotificationTypes.
List of AlarmNotificationTypes.
List of AlarmNotificationTypes.
List of AlarmNotificationTypes.
List of AlarmNotificationTypes.
List of AlarmNotificationTypes.
List of AlarmNotificationTypes.
List of FileNotificationTypes.
List of FileNotificationTypes.
List of HeartbeatNotificationTypes.
List of CmNotificationTypes.
List of CmNotificationTypes.
List of CmNotificationTypes.
List of CmNotificationTypes.
List of AlarmNotificationTypes.
List of AlarmNotificationTypes.
List of PerfNotificationTypes.
List of NFType.
List of NFType.
List of NFServiceType.
List of NFServiceType.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of AlarmType.
List of NFServiceType.
List of eventListForEventTriggeredMeasurement-Type.
List of NFType.
List of measurementQuantity-Type.
List of NFType.
List of NFType.
List of reportType-Type.
List of AlarmType.
List of NFType.
List of AlarmType.
List of AlarmType.
List of jobType-Type.
List of RegistrationState.
List of OperationSemantics.
List of jobType-Type.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of AlarmType.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of ReportingMethod.
List of traceReportingFormat-Type.
List of OperationSemantics.
List of anonymizationOfMdtData-Type.
List of AlarmType.
List of NFType.
List of jobType-Type.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of AckState.
List of AdministrativeState.
List of NFType.
List of traceDepth-Type.
List of traceDepth-Type.
List of traceDepth-Type.
List of NFType.
List of PerceivedSeverity.

# Variables

All allowed values of AckState enum.
All allowed values of AdministrativeState enum.
All allowed values of AlarmNotificationTypes enum.
All allowed values of AlarmType enum.
All allowed values of AnonymizationOfMdtDataType enum.
All allowed values of CmNotificationTypes enum.
All allowed values of CollectionPeriodM6LteType enum.
All allowed values of CollectionPeriodM6NrType enum.
All allowed values of CollectionPeriodRrmLteType enum.
All allowed values of CollectionPeriodRrmNrType enum.
All allowed values of CollectionPeriodRrmUmtsType enum.
All allowed values of EventListForEventTriggeredMeasurementType enum.
All allowed values of FileNotificationTypes enum.
All allowed values of HeartbeatNotificationTypes enum.
All allowed values of JobTypeType enum.
All allowed values of LoggingDurationType enum.
All allowed values of MeasurementPeriodLteType enum.
All allowed values of MeasurementPeriodUmtsType enum.
All allowed values of MeasurementQuantityType enum.
All allowed values of NFServiceType enum.
All allowed values of NFType enum.
All allowed values of OperationalState enum.
All allowed values of OperationSemantics enum.
All allowed values of PerceivedSeverity enum.
All allowed values of PerfNotificationTypes enum.
All allowed values of PositioningMethodType enum.
All allowed values of RegistrationState enum.
All allowed values of ReportAmountType enum.
All allowed values of ReportingMethod enum.
All allowed values of ReportTypeType enum.
All allowed values of TimeToTriggerL1Type enum.
All allowed values of TraceDepthType enum.
All allowed values of TraceReportingFormatType enum.
All allowed values of TrendIndication enum.
All allowed values of UsageState enum.
ContextOperationServerIndices uses a server configuration from the index mapping.
ContextOperationServerVariables overrides a server configuration variables using operation specific values.
ContextServerIndex uses a server configuration from the index.
ContextServerVariables overrides a server configuration variables.

# Structs

AlarmListSingle struct for AlarmListSingle.
AlarmListSingleAllOf struct for AlarmListSingleAllOf.
AlarmListSingleAllOfAttributes struct for AlarmListSingleAllOfAttributes.
AlarmRecord The alarmId is not a property of an alarm record.
AnalyticsSchedule - struct for AnalyticsSchedule.
AnalyticsScheduleOneOf struct for AnalyticsScheduleOneOf.
AnalyticsScheduleOneOf1 struct for AnalyticsScheduleOneOf1.
AnalyticsScopeType - struct for AnalyticsScopeType.
AnalyticsScopeTypeOneOf struct for AnalyticsScopeTypeOneOf.
AnalyticsScopeTypeOneOf1 struct for AnalyticsScopeTypeOneOf1.
APIClient manages communication with the MDA NRM API v17.2.0 In most cases there should be only one, shared, APIClient.
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
APIResponse stores the API response returned by the server.
AreaConfig struct for AreaConfig.
AreaOfInterest - struct for AreaOfInterest.
AreaScope - struct for AreaScope.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
Configuration stores the configuration of the API client.
CorrelatedNotification struct for CorrelatedNotification.
EventThresholdL1Type See details in 3GPP TS 32.422 clause 5.10.X.
EventThresholdType See details in 3GPP TS 32.422 clause 5.10.7, 5.10.7a, 5.10.13 and 5.10.14.
EventThresholdTypeEventThreshold1F struct for EventThresholdTypeEventThreshold1F.
EventThresholdTypeEventThresholdRSRP - struct for EventThresholdTypeEventThresholdRSRP.
EventThresholdTypeEventThresholdRSRQ - struct for EventThresholdTypeEventThresholdRSRQ.
FileDownloadJobProcessMonitor This data type is the \"ProcessMonitor\" data type with specialisations for usage in the \"FileDownloadJob\".
FileDownloadJobProcessMonitorResultStateInfo - struct for FileDownloadJobProcessMonitorResultStateInfo.
FileDownloadJobSingle struct for FileDownloadJobSingle.
FileDownloadJobSingleAllOf struct for FileDownloadJobSingleAllOf.
FileDownloadJobSingleAllOfAttributes struct for FileDownloadJobSingleAllOfAttributes.
FileSingle struct for FileSingle.
FileSingleAllOf struct for FileSingleAllOf.
FileSingleAllOfAttributes struct for FileSingleAllOfAttributes.
FilesSingle struct for FilesSingle.
FilesSingleAllOf struct for FilesSingleAllOf.
FilesSingleAllOfAttributes struct for FilesSingleAllOfAttributes.
FreqInfo specifies the carrier frequency and bands used in a cell.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
GeoArea struct for GeoArea.
GeoAreaToCellMapping struct for GeoAreaToCellMapping.
GeoCoordinate struct for GeoCoordinate.
HeartbeatControlSingle struct for HeartbeatControlSingle.
HeartbeatControlSingleAllOf struct for HeartbeatControlSingleAllOf.
HeartbeatControlSingleAllOfAttributes struct for HeartbeatControlSingleAllOfAttributes.
HostAddr - struct for HostAddr.
IpAddr - struct for IpAddr.
Ipv6Addr struct for Ipv6Addr.
ListOfInterfacesType The interfaces to be recorded in the Network Element.
ListOfMeasurementsType See details in 3GPP TS 32.422 clause 5.10.3 for details.
LoggingIntervalType See details in 3GPP TS 32.422 clause 5.10.8.
ManagedElementAttr struct for ManagedElementAttr.
ManagedElementNcO struct for ManagedElementNcO.
ManagedElementSingle struct for ManagedElementSingle.
ManagedElementSingleAllOf struct for ManagedElementSingleAllOf.
ManagedElementSingleAllOf1 struct for ManagedElementSingleAllOf1.
ManagedFunctionAttr struct for ManagedFunctionAttr.
ManagedFunctionNcO struct for ManagedFunctionNcO.
ManagedNFServiceSingle struct for ManagedNFServiceSingle.
ManagedNFServiceSingleAllOf struct for ManagedNFServiceSingleAllOf.
ManagedNFServiceSingleAllOfAttributes struct for ManagedNFServiceSingleAllOfAttributes.
ManagementData - struct for ManagementData.
ManagementDataCollectionSingle struct for ManagementDataCollectionSingle.
ManagementDataCollectionSingleAllOf struct for ManagementDataCollectionSingleAllOf.
ManagementDataCollectionSingleAllOfAttributes struct for ManagementDataCollectionSingleAllOfAttributes.
ManagementNodeSingle struct for ManagementNodeSingle.
ManagementNodeSingleAllOf struct for ManagementNodeSingleAllOf.
ManagementNodeSingleAllOfAttributes struct for ManagementNodeSingleAllOfAttributes.
MbsfnArea struct for MbsfnArea.
MDAFunctionSingle struct for MDAFunctionSingle.
MDAFunctionSingleAllOf struct for MDAFunctionSingleAllOf.
MDAFunctionSingleAllOf1 struct for MDAFunctionSingleAllOf1.
MDAFunctionSingleAllOfAttributes struct for MDAFunctionSingleAllOfAttributes.
MDAFunctionSingleAllOfAttributesAllOf struct for MDAFunctionSingleAllOfAttributesAllOf.
MDAOutputEntry struct for MDAOutputEntry.
MDAOutputIEFilter struct for MDAOutputIEFilter.
MDAOutputPerMDAType struct for MDAOutputPerMDAType.
MDAOutputs1 struct for MDAOutputs1.
MDAReport struct for MDAReport.
MDAReportSingle struct for MDAReportSingle.
MDAReportSingleAllOf struct for MDAReportSingleAllOf.
MDAReportSingleAllOfAttributes struct for MDAReportSingleAllOfAttributes.
MDAReportSingleAllOfAttributesAllOf struct for MDAReportSingleAllOfAttributesAllOf.
MDARequestSingle struct for MDARequestSingle.
MDARequestSingleAllOf struct for MDARequestSingleAllOf.
MDARequestSingleAllOfAttributes struct for MDARequestSingleAllOfAttributes.
MDARequestSingleAllOfAttributesAllOf struct for MDARequestSingleAllOfAttributesAllOf.
MeContextSingle struct for MeContextSingle.
MeContextSingleAllOf struct for MeContextSingleAllOf.
MeContextSingleAllOfAttributes struct for MeContextSingleAllOfAttributes.
MnsAgentSingle struct for MnsAgentSingle.
MnsAgentSingleAllOf struct for MnsAgentSingleAllOf.
MnsAgentSingleAllOfAttributes struct for MnsAgentSingleAllOfAttributes.
MnsInfoSingle struct for MnsInfoSingle.
MnsRegistrySingle struct for MnsRegistrySingle.
NodeFilter struct for NodeFilter.
NotificationType - struct for NotificationType.
NtfSubscriptionControlSingle struct for NtfSubscriptionControlSingle.
NtfSubscriptionControlSingleAllOf struct for NtfSubscriptionControlSingleAllOf.
NtfSubscriptionControlSingleAllOfAttributes struct for NtfSubscriptionControlSingleAllOfAttributes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Operation struct for Operation.
PeeParameter struct for PeeParameter.
PerfMetricJobSingle struct for PerfMetricJobSingle.
PerfMetricJobSingleAllOf struct for PerfMetricJobSingleAllOf.
PerfMetricJobSingleAllOfAttributes struct for PerfMetricJobSingleAllOfAttributes.
PlmnListTypeInner struct for PlmnListTypeInner.
PlmnTargetType The PLMN for which sessions shall be selected in the Trace Session in case of management based activation when several PLMNs are supported in the RAN (this means that shared cells and not shared cells are allowed for the specified PLMN.
ProbableCause - The value of the probable cause may be a specific standardized string, or any vendor provided string.
ProbableCauseOneOf struct for ProbableCauseOneOf.
ReportingCtrl - struct for ReportingCtrl.
ReportingCtrlOneOf struct for ReportingCtrlOneOf.
ReportingCtrlOneOf1 struct for ReportingCtrlOneOf1.
ReportingCtrlOneOf2 struct for ReportingCtrlOneOf2.
ReportIntervalType See details in 3GPP TS 32.422 clause 5.10.5.
ResourcesMdaNrm - struct for ResourcesMdaNrm.
SAP struct for SAP.
Scope struct for Scope.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
SpecificProblem - struct for SpecificProblem.
SubNetworkAttr struct for SubNetworkAttr.
SubNetworkNcO struct for SubNetworkNcO.
SubNetworkSingle struct for SubNetworkSingle.
SubNetworkSingleAllOf struct for SubNetworkSingleAllOf.
SubNetworkSingleAllOf1 struct for SubNetworkSingleAllOf1.
SupportedPerfMetricGroup struct for SupportedPerfMetricGroup.
Tai struct for Tai.
ThresholdInfo struct for ThresholdInfo.
ThresholdInfo1 struct for ThresholdInfo1.
ThresholdInfo2 struct for ThresholdInfo2.
ThresholdInfoHysteresis - struct for ThresholdInfoHysteresis.
ThresholdInfoThresholdValue - struct for ThresholdInfoThresholdValue.
ThresholdLevelInd - struct for ThresholdLevelInd.
ThresholdLevelIndOneOf struct for ThresholdLevelIndOneOf.
ThresholdLevelIndOneOf1 struct for ThresholdLevelIndOneOf1.
ThresholdMonitorSingle struct for ThresholdMonitorSingle.
ThresholdMonitorSingleAllOf struct for ThresholdMonitorSingleAllOf.
ThresholdMonitorSingleAllOfAttributes struct for ThresholdMonitorSingleAllOfAttributes.
TimeWindow struct for TimeWindow.
TimeWindow1 struct for TimeWindow1.
Top struct for Top.
TraceJobAttr abstract class used as a container of all TraceJob attributes.
TraceJobSingle struct for TraceJobSingle.
TraceJobSingleAllOf struct for TraceJobSingleAllOf.
TraceReferenceType The Trace Reference parameter shall be globally unique, therefore the Trace Reference shall compose as follows - MCC+MNC+Trace ID, where the MCC and MNC are coming with the Trace activation request from the management system to identify one PLMN containing the management system, and Trace ID is a 3 byte Octet String.
TraceTargetType Trace target conveying both the type and value of the target ID.
TriggeringEventsType Specifies when to start a Trace Recording Session and which message shall be recorded first, when to stop a Trace Recording Session and which message shall be recorded last respectively.
VnfParameter struct for VnfParameter.
VsDataContainerSingle struct for VsDataContainerSingle.
VsDataContainerSingleAttributes struct for VsDataContainerSingleAttributes.

# Interfaces

No description provided by the author

# Type aliases

AckState the model 'AckState'.
AdministrativeState the model 'AdministrativeState'.
AlarmNotificationTypes the model 'AlarmNotificationTypes'.
AlarmType the model 'AlarmType'.
AnonymizationOfMdtDataType Specifies level of MDT anonymization.
CmNotificationTypes the model 'CmNotificationTypes'.
CollectionPeriodM6LteType See details in 3GPP TS 32.422 clause 5.10.32.
CollectionPeriodM6NrType See details in 3GPP TS 32.422 clause 5.10.34.
CollectionPeriodRrmLteType See details in 3GPP TS 32.422 clause 5.10.20.
CollectionPeriodRrmNrType See details in 3GPP TS 32.422 clause 5.10.30.
CollectionPeriodRrmUmtsType See details in 3GPP TS 32.422 clause 5.10.21.
EventListForEventTriggeredMeasurementType See details in 3GPP TS 32.422 clause 5.10.28.
FileNotificationTypes the model 'FileNotificationTypes'.
HeartbeatNotificationTypes the model 'HeartbeatNotificationTypes'.
JobTypeType Specifies whether the TraceJob represents only MDT, Logged MBSFN MDT, Trace or a combined Trace and MDT job.
LoggingDurationType See details in 3GPP TS 32.422 clause 5.10.9.
MeasurementPeriodLteType See details in 3GPP TS 32.422 clause 5.10.23.
MeasurementPeriodUmtsType See details in 3GPP TS 32.422 clause 5.10.22.
MeasurementQuantityType See details in 3GPP TS 32.422 clause 5.10.15.
NFServiceType the model 'NFServiceType'.
NFType NF name defined in TS 23.501 or TS 29.510.
OperationalState the model 'OperationalState'.
OperationSemantics the model 'OperationSemantics'.
PerceivedSeverity the model 'PerceivedSeverity'.
PerfNotificationTypes the model 'PerfNotificationTypes'.
PositioningMethodType See details in 3GPP TS 32.422 clause 5.10.19.
RegistrationState the model 'RegistrationState'.
ReportAmountType See details in 3GPP TS 32.422 clause 5.10.6.
ReportingMethod the model 'ReportingMethod'.
ReportTypeType Report type for logged NR MDT.
ServerConfigurations stores multiple ServerConfiguration items.
TimeToTriggerL1Type See details in 3GPP TS 32.422 clause 5.10.Z.
TraceDepthType Specifies how detailed information should be recorded in the Network Element.
TraceReportingFormatType Specifies whether file-based or streaming reporting shall be used for this Trace Session.
TrendIndication the model 'TrendIndication'.
UsageState the model 'UsageState'.