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

# README

Go API client for openapi_IntentNrm

OAS 3.0.1 definition of the Intent NRM © 2022, 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.1.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_IntentNrm "github.com/GIT_USER_ID/GIT_REPO_ID/openapi_IntentNrm"

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_IntentNrm.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_IntentNrm.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_IntentNrm.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), openapi_IntentNrm.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

ActivityFactorTargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns ActivityFactorTarget wrapped in ServiceSupportExpectationExpectationTargetsInner.
AlarmNotificationTypesAsNotificationType is a convenience function that returns AlarmNotificationTypes wrapped in NotificationType.
[]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.
AveDLRANUEThptTargetAsRadioNetworkExpectationExpectationTargetsInner is a convenience function that returns AveDLRANUEThptTarget wrapped in RadioNetworkExpectationExpectationTargetsInner.
AveULRANUEThptTargetAsRadioNetworkExpectationExpectationTargetsInner is a convenience function that returns AveULRANUEThptTarget wrapped in RadioNetworkExpectationExpectationTargetsInner.
CacheExpires helper function to determine remaining time before repeating a request.
CmNotificationTypesAsNotificationType is a convenience function that returns CmNotificationTypes wrapped in NotificationType.
CoverageAreaPolygonContextAsRadioNetworkExpectationObjectObjectContextsInner is a convenience function that returns CoverageAreaPolygonContext wrapped in RadioNetworkExpectationObjectObjectContextsInner.
CoverageAreaTAContextAsServiceSupportExpectationObjectObjectContextsInner is a convenience function that returns CoverageAreaTAContext wrapped in ServiceSupportExpectationObjectObjectContextsInner.
CoverageTACContextAsRadioNetworkExpectationObjectObjectContextsInner is a convenience function that returns CoverageTACContext wrapped in RadioNetworkExpectationObjectObjectContextsInner.
DLLatencyTargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns DLLatencyTarget wrapped in ServiceSupportExpectationExpectationTargetsInner.
DLThptPerUETargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns DLThptPerUETarget wrapped in ServiceSupportExpectationExpectationTargetsInner.
EdgeIdenfiticationIdContextAsServiceSupportExpectationObjectObjectContextsInner is a convenience function that returns EdgeIdenfiticationIdContext wrapped in ServiceSupportExpectationObjectObjectContextsInner.
EdgeIdenfiticationLocContextAsServiceSupportExpectationObjectObjectContextsInner is a convenience function that returns EdgeIdenfiticationLocContext wrapped in ServiceSupportExpectationObjectObjectContextsInner.
ExpectationContextAsServiceSupportExpectationExpectationContextsInner is a convenience function that returns ExpectationContext wrapped in ServiceSupportExpectationExpectationContextsInner.
ExpectationTargetAsRadioNetworkExpectationExpectationTargetsInner is a convenience function that returns ExpectationTarget wrapped in RadioNetworkExpectationExpectationTargetsInner.
ExpectationTargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns ExpectationTarget wrapped in ServiceSupportExpectationExpectationTargetsInner.
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.
IntentExpectationAsIntentSingleAllOfIntentExpectationsInner is a convenience function that returns IntentExpectation wrapped in IntentSingleAllOfIntentExpectationsInner.
IntentSingleAsResourcesIntentNrm is a convenience function that returns IntentSingle wrapped in ResourcesIntentNrm.
Ipv6AddrAsIpAddr is a convenience function that returns Ipv6Addr wrapped in IpAddr.
IsNil checks if an input is nil.
LowDLRANUEThptRatioTargetAsRadioNetworkExpectationExpectationTargetsInner is a convenience function that returns LowDLRANUEThptRatioTarget wrapped in RadioNetworkExpectationExpectationTargetsInner.
LowSINRRatioTargetAsRadioNetworkExpectationExpectationTargetsInner is a convenience function that returns LowSINRRatioTarget wrapped in RadioNetworkExpectationExpectationTargetsInner.
LowULRANUEThptRatioTargetAsRadioNetworkExpectationExpectationTargetsInner is a convenience function that returns LowULRANUEThptRatioTarget wrapped in RadioNetworkExpectationExpectationTargetsInner.
MaxNumberofUEsTargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns MaxNumberofUEsTarget wrapped in ServiceSupportExpectationExpectationTargetsInner.
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.
NewActivityFactorTarget instantiates a new ActivityFactorTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewActivityFactorTargetWithDefaults instantiates a new ActivityFactorTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
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.
NewAveDLRANUEThptTarget instantiates a new AveDLRANUEThptTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAveDLRANUEThptTargetWithDefaults instantiates a new AveDLRANUEThptTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAveULRANUEThptTarget instantiates a new AveULRANUEThptTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAveULRANUEThptTargetWithDefaults instantiates a new AveULRANUEThptTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCategoryFromValue returns a pointer to a valid Category for the value passed as argument, or an error if the value passed is not allowed by the enum.
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.
NewConditionFromValue returns a pointer to a valid Condition 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.
NewCoverageAreaPolygonContext instantiates a new CoverageAreaPolygonContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCoverageAreaPolygonContextWithDefaults instantiates a new CoverageAreaPolygonContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCoverageAreaTAContext instantiates a new CoverageAreaTAContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCoverageAreaTAContextWithDefaults instantiates a new CoverageAreaTAContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCoverageTACContext instantiates a new CoverageTACContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCoverageTACContextWithDefaults instantiates a new CoverageTACContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDLLatencyTarget instantiates a new DLLatencyTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDLLatencyTargetWithDefaults instantiates a new DLLatencyTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDLThptPerUETarget instantiates a new DLThptPerUETarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDLThptPerUETargetWithDefaults instantiates a new DLThptPerUETarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEdgeIdenfiticationIdContext instantiates a new EdgeIdenfiticationIdContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEdgeIdenfiticationIdContextWithDefaults instantiates a new EdgeIdenfiticationIdContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEdgeIdenfiticationLocContext instantiates a new EdgeIdenfiticationLocContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEdgeIdenfiticationLocContextWithDefaults instantiates a new EdgeIdenfiticationLocContext object This 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.
NewExpectationContext instantiates a new ExpectationContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExpectationContextWithDefaults instantiates a new ExpectationContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExpectationObject instantiates a new ExpectationObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExpectationObjectWithDefaults instantiates a new ExpectationObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExpectationTarget instantiates a new ExpectationTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExpectationTargetWithDefaults instantiates a new ExpectationTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExpectationVerbFromValue returns a pointer to a valid ExpectationVerb for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewExposureFromValue returns a pointer to a valid Exposure for the value passed as argument, or an error if the value passed is not allowed by the enum.
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.
NewFulfilmentInfo instantiates a new FulfilmentInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFulfilmentInfoWithDefaults instantiates a new FulfilmentInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFulfilStatusFromValue returns a pointer to a valid FulfilStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
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.
NewIntentContext instantiates a new IntentContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIntentContextWithDefaults instantiates a new IntentContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIntentExpectation instantiates a new IntentExpectation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIntentExpectationWithDefaults instantiates a new IntentExpectation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIntentSingle instantiates a new IntentSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIntentSingleAllOf instantiates a new IntentSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIntentSingleAllOfWithDefaults instantiates a new IntentSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIntentSingleWithDefaults instantiates a new IntentSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewLowDLRANUEThptContext instantiates a new LowDLRANUEThptContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLowDLRANUEThptContextWithDefaults instantiates a new LowDLRANUEThptContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLowDLRANUEThptRatioTarget instantiates a new LowDLRANUEThptRatioTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLowDLRANUEThptRatioTargetWithDefaults instantiates a new LowDLRANUEThptRatioTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLowSINRContext instantiates a new LowSINRContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLowSINRContextWithDefaults instantiates a new LowSINRContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLowSINRRatioTarget instantiates a new LowSINRRatioTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLowSINRRatioTargetWithDefaults instantiates a new LowSINRRatioTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLowULRANUEThptContext instantiates a new LowULRANUEThptContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLowULRANUEThptContextWithDefaults instantiates a new LowULRANUEThptContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLowULRANUEThptRatioTarget instantiates a new LowULRANUEThptRatioTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLowULRANUEThptRatioTargetWithDefaults instantiates a new LowULRANUEThptRatioTarget object This 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.
NewMaxNumberofUEsTarget instantiates a new MaxNumberofUEsTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMaxNumberofUEsTargetWithDefaults instantiates a new MaxNumberofUEsTarget object This 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.
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.
NewMobilityLevelFromValue returns a pointer to a valid MobilityLevel 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.
NewNotFulfilledStateFromValue returns a pointer to a valid NotFulfilledState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewNRFqBandContext instantiates a new NRFqBandContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNRFqBandContextWithDefaults instantiates a new NRFqBandContext object This 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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewObjectContext instantiates a new ObjectContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewObjectContextWithDefaults instantiates a new ObjectContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
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.
NewPLMNContext instantiates a new PLMNContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPLMNContextWithDefaults instantiates a new PLMNContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPlmnId instantiates a new PlmnId object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPlmnIdWithDefaults instantiates a new PlmnId object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewRadioNetworkExpectation instantiates a new RadioNetworkExpectation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRadioNetworkExpectationObject instantiates a new RadioNetworkExpectationObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRadioNetworkExpectationObjectWithDefaults instantiates a new RadioNetworkExpectationObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRadioNetworkExpectationWithDefaults instantiates a new RadioNetworkExpectation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRATContext instantiates a new RATContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRATContextWithDefaults instantiates a new RATContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
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.
NewResourceSharingLevelContext instantiates a new ResourceSharingLevelContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewResourceSharingLevelContextWithDefaults instantiates a new ResourceSharingLevelContext object This 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.
NewServAttrCom instantiates a new ServAttrCom object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServAttrComWithDefaults instantiates a new ServAttrCom object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServiceEndTimeContext instantiates a new ServiceEndTimeContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceEndTimeContextWithDefaults instantiates a new ServiceEndTimeContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServiceStartTimeContext instantiates a new ServiceStartTimeContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceStartTimeContextWithDefaults instantiates a new ServiceStartTimeContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServiceSupportExpectation instantiates a new ServiceSupportExpectation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceSupportExpectationObject instantiates a new ServiceSupportExpectationObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceSupportExpectationObjectWithDefaults instantiates a new ServiceSupportExpectationObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServiceSupportExpectationWithDefaults instantiates a new ServiceSupportExpectation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSharingLevelFromValue returns a pointer to a valid SharingLevel for the value passed as argument, or an error if the value passed is not allowed by the enum.
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.
NewTargetContext instantiates a new TargetContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTargetContextWithDefaults instantiates a new TargetContext object This 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.
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.
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.
NewUEMobilityLevelContext instantiates a new UEMobilityLevelContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUEMobilityLevelContextWithDefaults instantiates a new UEMobilityLevelContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUESpeedTarget instantiates a new UESpeedTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUESpeedTargetWithDefaults instantiates a new UESpeedTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewULLatencyTarget instantiates a new ULLatencyTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewULLatencyTargetWithDefaults instantiates a new ULLatencyTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewULThptPerUETarget instantiates a new ULThptPerUETarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewULThptPerUETargetWithDefaults instantiates a new ULThptPerUETarget object This 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.
NewWeakRSRPContext instantiates a new WeakRSRPContext object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWeakRSRPContextWithDefaults instantiates a new WeakRSRPContext object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewWeakRSRPRatioTarget instantiates a new WeakRSRPRatioTarget object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewWeakRSRPRatioTargetWithDefaults instantiates a new WeakRSRPRatioTarget object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewXLThpt instantiates a new XLThpt object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewXLThptWithDefaults instantiates a new XLThpt object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NRFqBandContextAsRadioNetworkExpectationObjectObjectContextsInner is a convenience function that returns NRFqBandContext wrapped in RadioNetworkExpectationObjectObjectContextsInner.
ObjectContextAsRadioNetworkExpectationObjectObjectContextsInner is a convenience function that returns ObjectContext wrapped in RadioNetworkExpectationObjectObjectContextsInner.
ObjectContextAsServiceSupportExpectationObjectObjectContextsInner is a convenience function that returns ObjectContext wrapped in ServiceSupportExpectationObjectObjectContextsInner.
PerfNotificationTypesAsNotificationType is a convenience function that returns PerfNotificationTypes wrapped in NotificationType.
PLMNContextAsRadioNetworkExpectationObjectObjectContextsInner is a convenience function that returns PLMNContext wrapped in RadioNetworkExpectationObjectObjectContextsInner.
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.
RadioNetworkExpectationAsIntentSingleAllOfIntentExpectationsInner is a convenience function that returns RadioNetworkExpectation wrapped in IntentSingleAllOfIntentExpectationsInner.
RATContextAsRadioNetworkExpectationObjectObjectContextsInner is a convenience function that returns RATContext wrapped in RadioNetworkExpectationObjectObjectContextsInner.
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.
ResourceSharingLevelContextAsServiceSupportExpectationExpectationContextsInner is a convenience function that returns ResourceSharingLevelContext wrapped in ServiceSupportExpectationExpectationContextsInner.
ServiceEndTimeContextAsServiceSupportExpectationExpectationContextsInner is a convenience function that returns ServiceEndTimeContext wrapped in ServiceSupportExpectationExpectationContextsInner.
ServiceStartTimeContextAsServiceSupportExpectationExpectationContextsInner is a convenience function that returns ServiceStartTimeContext wrapped in ServiceSupportExpectationExpectationContextsInner.
ServiceSupportExpectationAsIntentSingleAllOfIntentExpectationsInner is a convenience function that returns ServiceSupportExpectation wrapped in IntentSingleAllOfIntentExpectationsInner.
stringAsFileDownloadJobProcessMonitorResultStateInfo is a convenience function that returns string wrapped in FileDownloadJobProcessMonitorResultStateInfo.
stringAsIpAddr is a convenience function that returns string wrapped in IpAddr.
stringAsSpecificProblem is a convenience function that returns string wrapped in SpecificProblem.
SubNetworkSingleAsResourcesIntentNrm is a convenience function that returns SubNetworkSingle wrapped in ResourcesIntentNrm.
ThresholdLevelIndOneOf1AsThresholdLevelInd is a convenience function that returns ThresholdLevelIndOneOf1 wrapped in ThresholdLevelInd.
ThresholdLevelIndOneOfAsThresholdLevelInd is a convenience function that returns ThresholdLevelIndOneOf wrapped in ThresholdLevelInd.
UEMobilityLevelContextAsServiceSupportExpectationExpectationContextsInner is a convenience function that returns UEMobilityLevelContext wrapped in ServiceSupportExpectationExpectationContextsInner.
UESpeedTargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns UESpeedTarget wrapped in ServiceSupportExpectationExpectationTargetsInner.
ULLatencyTargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns ULLatencyTarget wrapped in ServiceSupportExpectationExpectationTargetsInner.
ULThptPerUETargetAsServiceSupportExpectationExpectationTargetsInner is a convenience function that returns ULThptPerUETarget wrapped in ServiceSupportExpectationExpectationTargetsInner.
WeakRSRPRatioTargetAsRadioNetworkExpectationExpectationTargetsInner is a convenience function that returns WeakRSRPRatioTarget wrapped in RadioNetworkExpectationExpectationTargetsInner.

# Constants

List of eventListForEventTriggeredMeasurement-Type.
List of AckState.
List of NotFulfilledState.
List of Exposure.
List of Category.
List of PerceivedSeverity.
List of AlarmType.
List of NotFulfilledState.
List of measurementQuantity-Type.
List of measurementQuantity-Type.
List of PerceivedSeverity.
List of NotFulfilledState.
List of ExpectationVerb.
List of OperationalState.
List of positioningMethod-Type.
List of OperationalState.
List of ExpectationVerb.
List of AlarmType.
List of Condition.
List of AlarmType.
List of reportType-Type.
List of traceReportingFormat-Type.
List of FulfilStatus.
List of NotFulfilledState.
List of MobilityLevel.
List of positioningMethod-Type.
List of Condition.
List of jobType-Type.
List of jobType-Type.
List of PerceivedSeverity.
List of reportAmount-Type.
List of AlarmType.
List of Exposure.
List of TrendIndication.
List of Condition.
List of AdministrativeState.
List of jobType-Type.
List of jobType-Type.
List of PerceivedSeverity.
List of traceDepth-Type.
List of traceDepth-Type.
List of traceDepth-Type.
List of PerceivedSeverity.
List of TrendIndication.
List of TrendIndication.
List of anonymizationOfMdtData-Type.
List of MobilityLevel.
List of SharingLevel.
List of FulfilStatus.
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 AlarmType.
List of eventListForEventTriggeredMeasurement-Type.
List of Condition.
List of measurementQuantity-Type.
List of reportType-Type.
List of AlarmType.
List of AlarmType.
List of AlarmType.
List of jobType-Type.
List of MobilityLevel.
List of jobType-Type.
List of Category.
List of AlarmType.
List of SharingLevel.
List of MobilityLevel.
List of traceReportingFormat-Type.
List of NotFulfilledState.
List of anonymizationOfMdtData-Type.
List of NotFulfilledState.
List of AlarmType.
List of jobType-Type.
List of AckState.
List of AdministrativeState.
List of traceDepth-Type.
List of traceDepth-Type.
List of traceDepth-Type.
List of PerceivedSeverity.
List of Condition.

# 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 Category 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 Condition enum.
All allowed values of EventListForEventTriggeredMeasurementType enum.
All allowed values of ExpectationVerb enum.
All allowed values of Exposure enum.
All allowed values of FileNotificationTypes enum.
All allowed values of FulfilStatus 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 MobilityLevel enum.
All allowed values of NotFulfilledState enum.
All allowed values of OperationalState enum.
All allowed values of PerceivedSeverity enum.
All allowed values of PerfNotificationTypes enum.
All allowed values of PositioningMethodType enum.
All allowed values of ReportAmountType enum.
All allowed values of ReportTypeType enum.
All allowed values of SharingLevel 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.
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

ActivityFactorTarget This data type is the \"ExpectationTarget\" data type with specialisations for ActivityFactorTarget.
AlarmListSingle struct for AlarmListSingle.
AlarmListSingleAllOf struct for AlarmListSingleAllOf.
AlarmListSingleAllOfAttributes struct for AlarmListSingleAllOfAttributes.
AlarmRecord The alarmId is not a property of an alarm record.
APIClient manages communication with the Intent NRM API v17.1.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.
AveDLRANUEThptTarget This data type is the \"ExpectationTarget\" data type with specialisations for AveDLRANUEThptTarget.
AveULRANUEThptTarget This data type is the \"ExpectationTarget\" data type with specialisations for AveULRANUEThptTarget.
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.
CoverageAreaPolygonContext This data type is the \"ObjectContext\" data type with specialisations for CoverageAreaPolygonContext.
CoverageAreaTAContext This data type is the \"ObjectContext\" data type with specialisations for CoverageAreaTAContext.
CoverageTACContext This data type is the \"ObjectContext\" data type with specialisations for CoverageTACContext.
DLLatencyTarget This data type is the \"ExpectationTarget\" data type with specialisations for DLLatencyTarget.
DLThptPerUETarget This data type is the \"ExpectationTarget\" data type with specialisations for DLThptPerUETarget.
EdgeIdenfiticationIdContext This data type is the \"ObjectContext\" data type with specialisations for EdgeIdenfiticationIdContext.
EdgeIdenfiticationLocContext This data type is the \"ObjectContext\" data type with specialisations for EdgeIdenfiticationLocContext.
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.
ExpectationContext This data type is the \"ExpectationContext\" data type without specialisations.
ExpectationObject This data type is the \"ExpectationObject\" data type without specialisations.
ExpectationTarget This data type is the \"ExpectationTarget\" data type without specialisations.
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.
FulfilmentInfo struct for FulfilmentInfo.
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.
IntentContext This data type is the \"IntentContext\" data type without specialisations.
IntentExpectation This data type is the \"IntentExpectation\" data type without specialisations.
IntentSingle struct for IntentSingle.
IntentSingleAllOf struct for IntentSingleAllOf.
IntentSingleAllOfIntentExpectationsInner - struct for IntentSingleAllOfIntentExpectationsInner.
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.
LowDLRANUEThptContext This data type is the \"TargetContext\" data type with specialisations for LowDLRANUEThptContext.
LowDLRANUEThptRatioTarget This data type is the \"ExpectationTarget\" data type with specialisations for LowDLRANUEThptRatioTarget.
LowSINRContext This data type is the \"TargetContext\" data type with specialisations for LowSINRContext.
LowSINRRatioTarget This data type is the \"ExpectationTarget\" data type with specialisations for LowSINRatioTarget.
LowULRANUEThptContext This data type is the \"TargetContext\" data type with specialisations for LowULRANUEThptContext.
LowULRANUEThptRatioTarget This data type is the \"ExpectationTarget\" data type with specialisations for LowULRANUEThptRatioTarget.
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.
MaxNumberofUEsTarget This data type is the \"ExpectationTarget\" data type with specialisations for MaxNumberofUEsTarget.
MbsfnArea struct for MbsfnArea.
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.
NRFqBandContext This data type is the \"ObjectContext\" data type with specialisations for NRFqBandContext.
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ObjectContext This data type is the \"ObjectContext\" data type without specialisations.
PerfMetricJobSingle struct for PerfMetricJobSingle.
PerfMetricJobSingleAllOf struct for PerfMetricJobSingleAllOf.
PerfMetricJobSingleAllOfAttributes struct for PerfMetricJobSingleAllOfAttributes.
PLMNContext This data type is the \"ObjectContext\" data type with specialisations for PLMNContext.
PlmnId struct for PlmnId.
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.
RadioNetworkExpectation This data type is the \"IntentExpectation\" data type with specialisations to represent MnS consumer's expectations for radio network delivering and performance assurance.
RadioNetworkExpectationExpectationTargetsInner - struct for RadioNetworkExpectationExpectationTargetsInner.
RadioNetworkExpectationObject This data type is the \"ExpectationObject\" data type with specialisations for RadioNetworkExpectation.
RadioNetworkExpectationObjectObjectContextsInner - struct for RadioNetworkExpectationObjectObjectContextsInner.
RATContext This data type is the \"ObjectContext\" data type with specialisations for RATContext.
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.
ResourceSharingLevelContext This data type is the \"ExpectationContext\" data type with specialisations for ResourceSharingLevelContext.
ResourcesIntentNrm - struct for ResourcesIntentNrm.
Scope struct for Scope.
ServAttrCom struct for ServAttrCom.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
ServiceEndTimeContext This data type is the \"ExpectationContext\" data type with specialisations for ServiceEndTimeContext.
ServiceStartTimeContext This data type is the \"ExpectationContext\" data type with specialisations for ServiceStartTimeContext.
ServiceSupportExpectation This data type is the \"IntentExpectation\" data type with specialisations to represent MnS consumer's expectations for service deployment.
ServiceSupportExpectationExpectationContextsInner - struct for ServiceSupportExpectationExpectationContextsInner.
ServiceSupportExpectationExpectationTargetsInner - struct for ServiceSupportExpectationExpectationTargetsInner.
ServiceSupportExpectationObject This data type is the \"ExpectationObject\" data type with specialisations for ServiceSupportExpectation.
ServiceSupportExpectationObjectObjectContextsInner - struct for ServiceSupportExpectationObjectObjectContextsInner.
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.
TargetContext This data type is the \"TargetContext\" data type without specialisations.
ThresholdInfo struct for ThresholdInfo.
ThresholdInfo1 struct for ThresholdInfo1.
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.
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.
UEMobilityLevelContext This data type is the \"ExpectationContext\" data type with specialisations for UEMobilityLevelContext.
UESpeedTarget This data type is the \"ExpectationTarget\" data type with specialisations for UESpeedTarget.
ULLatencyTarget This data type is the \"ExpectationTarget\" data type with specialisations for ULLatencyTarget.
ULThptPerUETarget This data type is the \"ExpectationTarget\" data type with specialisations for ULThptPerUETarget.
VsDataContainerSingle struct for VsDataContainerSingle.
VsDataContainerSingleAttributes struct for VsDataContainerSingleAttributes.
WeakRSRPContext This data type is the \"TargetContext\" data type with specialisations for WeakRSRPContext.
WeakRSRPRatioTarget This data type is the \"ExpectationTarget\" data type with specialisations for WeakRSRPRatioTarget.
XLThpt struct for XLThpt.

# 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.
Category the model 'Category'.
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.
Condition the model 'Condition'.
EventListForEventTriggeredMeasurementType See details in 3GPP TS 32.422 clause 5.10.28.
ExpectationVerb the model 'ExpectationVerb'.
Exposure the model 'Exposure'.
FileNotificationTypes the model 'FileNotificationTypes'.
FulfilStatus the model 'FulfilStatus'.
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.
MobilityLevel the model 'MobilityLevel'.
NotFulfilledState the model 'NotFulfilledState'.
OperationalState the model 'OperationalState'.
PerceivedSeverity the model 'PerceivedSeverity'.
PerfNotificationTypes the model 'PerfNotificationTypes'.
PositioningMethodType See details in 3GPP TS 32.422 clause 5.10.19.
ReportAmountType See details in 3GPP TS 32.422 clause 5.10.6.
ReportTypeType Report type for logged NR MDT.
ServerConfigurations stores multiple ServerConfiguration items.
SharingLevel the model 'SharingLevel'.
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'.