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

# README

Go API client for openapi_NrNrm

OAS 3.0.1 specification of the NR 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: 18.2.0
  • Package version: 1.0.0
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

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

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

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

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

Documentation for API Endpoints

All URIs are relative to http://localhost

ClassMethodHTTP requestDescription

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Documentation for Utility Methods

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

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

Author

# Functions

AlarmNotificationTypesAsNotificationType is a convenience function that returns AlarmNotificationTypes wrapped in NotificationType.
[]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.
[]Tai1AsAreaOfInterest is a convenience function that returns []Tai1 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.
BeamSingleAsResourcesNrNrm is a convenience function that returns BeamSingle wrapped in ResourcesNrNrm.
BWPSetSingleAsResourcesNrNrm is a convenience function that returns BWPSetSingle wrapped in ResourcesNrNrm.
BwpSingleAsResourcesNrNrm is a convenience function that returns BwpSingle wrapped in ResourcesNrNrm.
CacheExpires helper function to determine remaining time before repeating a request.
CCOFunctionSingleAsResourcesNrNrm is a convenience function that returns CCOFunctionSingle wrapped in ResourcesNrNrm.
CCOOvershootCoverageParametersSingleAsResourcesNrNrm is a convenience function that returns CCOOvershootCoverageParametersSingle wrapped in ResourcesNrNrm.
CCOPilotPollutionParametersSingleAsResourcesNrNrm is a convenience function that returns CCOPilotPollutionParametersSingle wrapped in ResourcesNrNrm.
CCOWeakCoverageParametersSingleAsResourcesNrNrm is a convenience function that returns CCOWeakCoverageParametersSingle wrapped in ResourcesNrNrm.
CESManagementFunctionSingleAsResourcesNrNrm is a convenience function that returns CESManagementFunctionSingle wrapped in ResourcesNrNrm.
CmNotificationTypesAsNotificationType is a convenience function that returns CmNotificationTypes wrapped in NotificationType.
CommonBeamformingFunctionSingleAsResourcesNrNrm is a convenience function that returns CommonBeamformingFunctionSingle wrapped in ResourcesNrNrm.
CPCIConfigurationFunctionSingleAsResourcesNrNrm is a convenience function that returns CPCIConfigurationFunctionSingle wrapped in ResourcesNrNrm.
DANRManagementFunctionSingleAsResourcesNrNrm is a convenience function that returns DANRManagementFunctionSingle wrapped in ResourcesNrNrm.
DESManagementFunctionSingleAsResourcesNrNrm is a convenience function that returns DESManagementFunctionSingle wrapped in ResourcesNrNrm.
DLBOFunctionSingleAsResourcesNrNrm is a convenience function that returns DLBOFunctionSingle wrapped in ResourcesNrNrm.
DMROFunctionSingleAsResourcesNrNrm is a convenience function that returns DMROFunctionSingle wrapped in ResourcesNrNrm.
DPCIConfigurationFunctionSingleAsResourcesNrNrm is a convenience function that returns DPCIConfigurationFunctionSingle wrapped in ResourcesNrNrm.
DRACHOptimizationFunctionSingleAsResourcesNrNrm is a convenience function that returns DRACHOptimizationFunctionSingle wrapped in ResourcesNrNrm.
EPE1SingleAsResourcesNrNrm is a convenience function that returns EPE1Single wrapped in ResourcesNrNrm.
EPF1CSingleAsResourcesNrNrm is a convenience function that returns EPF1CSingle wrapped in ResourcesNrNrm.
EPF1USingleAsResourcesNrNrm is a convenience function that returns EPF1USingle wrapped in ResourcesNrNrm.
EPNgCSingleAsResourcesNrNrm is a convenience function that returns EPNgCSingle wrapped in ResourcesNrNrm.
EPNgUSingleAsResourcesNrNrm is a convenience function that returns EPNgUSingle wrapped in ResourcesNrNrm.
EPS1USingleAsResourcesNrNrm is a convenience function that returns EPS1USingle wrapped in ResourcesNrNrm.
EPX2CSingleAsResourcesNrNrm is a convenience function that returns EPX2CSingle wrapped in ResourcesNrNrm.
EPX2USingleAsResourcesNrNrm is a convenience function that returns EPX2USingle wrapped in ResourcesNrNrm.
EPXnCSingleAsResourcesNrNrm is a convenience function that returns EPXnCSingle wrapped in ResourcesNrNrm.
EPXnUSingleAsResourcesNrNrm is a convenience function that returns EPXnUSingle wrapped in ResourcesNrNrm.
EUtranCellRelationSingleAsResourcesNrNrm is a convenience function that returns EUtranCellRelationSingle wrapped in ResourcesNrNrm.
EUtranFreqRelationSingleAsResourcesNrNrm is a convenience function that returns EUtranFreqRelationSingle wrapped in ResourcesNrNrm.
EUtranFrequencySingleAsResourcesNrNrm is a convenience function that returns EUtranFrequencySingle wrapped in ResourcesNrNrm.
ExternalENBFunctionSingleAsResourcesNrNrm is a convenience function that returns ExternalENBFunctionSingle wrapped in ResourcesNrNrm.
ExternalEUTranCellSingleAsResourcesNrNrm is a convenience function that returns ExternalEUTranCellSingle wrapped in ResourcesNrNrm.
ExternalGnbCuCpFunctionSingleAsResourcesNrNrm is a convenience function that returns ExternalGnbCuCpFunctionSingle wrapped in ResourcesNrNrm.
ExternalGnbCuUpFunctionSingleAsResourcesNrNrm is a convenience function that returns ExternalGnbCuUpFunctionSingle wrapped in ResourcesNrNrm.
ExternalGnbDuFunctionSingleAsResourcesNrNrm is a convenience function that returns ExternalGnbDuFunctionSingle wrapped in ResourcesNrNrm.
ExternalNrCellCuSingleAsResourcesNrNrm is a convenience function that returns ExternalNrCellCuSingle wrapped in ResourcesNrNrm.
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.
GnbCuCpFunctionSingleAsResourcesNrNrm is a convenience function that returns GnbCuCpFunctionSingle wrapped in ResourcesNrNrm.
GnbCuUpFunctionSingleAsResourcesNrNrm is a convenience function that returns GnbCuUpFunctionSingle wrapped in ResourcesNrNrm.
GnbDuFunctionSingleAsResourcesNrNrm is a convenience function that returns GnbDuFunctionSingle wrapped in ResourcesNrNrm.
HeartbeatNotificationTypesAsNotificationType is a convenience function that returns HeartbeatNotificationTypes wrapped in NotificationType.
int32AsEventThresholdTypeEventThresholdRSRP is a convenience function that returns int32 wrapped in EventThresholdTypeEventThresholdRSRP.
int32AsEventThresholdTypeEventThresholdRSRQ is a convenience function that returns int32 wrapped in EventThresholdTypeEventThresholdRSRQ.
int32AsProbableCause is a convenience function that returns int32 wrapped in ProbableCause.
int32AsSpecificProblem is a convenience function that returns int32 wrapped in SpecificProblem.
int32AsThresholdInfoHysteresis is a convenience function that returns int32 wrapped in ThresholdInfoHysteresis.
int32AsThresholdInfoThresholdValue is a convenience function that returns int32 wrapped in ThresholdInfoThresholdValue.
Ipv6AddrAsHostAddr is a convenience function that returns Ipv6Addr wrapped in HostAddr.
Ipv6AddrAsIpAddr is a convenience function that returns Ipv6Addr wrapped in IpAddr.
Ipv6AddrAsTceMappingInfoTceIPAddress is a convenience function that returns Ipv6Addr wrapped in TceMappingInfoTceIPAddress.
IsNil checks if an input is nil.
ManagedElementSingleAsResourcesNrNrm is a convenience function that returns ManagedElementSingle wrapped in ResourcesNrNrm.
MnSAsResourcesNrNrm is a convenience function that returns MnS wrapped in ResourcesNrNrm.
MnSOneOf1AsMnS is a convenience function that returns MnSOneOf1 wrapped in MnS.
MnSOneOfAsMnS is a convenience function that returns MnSOneOf wrapped in MnS.
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.
NewAddressWithVlan instantiates a new AddressWithVlan object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAddressWithVlanWithDefaults instantiates a new AddressWithVlan object This 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.
NewBackhaulAddress instantiates a new BackhaulAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBackhaulAddressWithDefaults instantiates a new BackhaulAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBeamSingle instantiates a new BeamSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBeamSingleAllOf instantiates a new BeamSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBeamSingleAllOfAttributes instantiates a new BeamSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBeamSingleAllOfAttributesAllOf instantiates a new BeamSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBeamSingleAllOfAttributesAllOfWithDefaults instantiates a new BeamSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBeamSingleAllOfAttributesWithDefaults instantiates a new BeamSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBeamSingleAllOfWithDefaults instantiates a new BeamSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBeamSingleWithDefaults instantiates a new BeamSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBwpContextFromValue returns a pointer to a valid BwpContext for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewBWPSetSingle instantiates a new BWPSetSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBWPSetSingleAllOf instantiates a new BWPSetSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBWPSetSingleAllOfWithDefaults instantiates a new BWPSetSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBWPSetSingleWithDefaults instantiates a new BWPSetSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBwpSingle instantiates a new BwpSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBwpSingleAllOf instantiates a new BwpSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBwpSingleAllOfAttributes instantiates a new BwpSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBwpSingleAllOfAttributesAllOf instantiates a new BwpSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewBwpSingleAllOfAttributesAllOfWithDefaults instantiates a new BwpSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBwpSingleAllOfAttributesWithDefaults instantiates a new BwpSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBwpSingleAllOfWithDefaults instantiates a new BwpSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewBwpSingleWithDefaults instantiates a new BwpSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCCOFunctionSingle instantiates a new CCOFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCCOFunctionSingleAllOf instantiates a new CCOFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCCOFunctionSingleAllOfAttributes instantiates a new CCOFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCCOFunctionSingleAllOfAttributesWithDefaults instantiates a new CCOFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCCOFunctionSingleAllOfWithDefaults instantiates a new CCOFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCCOFunctionSingleWithDefaults instantiates a new CCOFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCCOOvershootCoverageParametersSingle instantiates a new CCOOvershootCoverageParametersSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCCOOvershootCoverageParametersSingleWithDefaults instantiates a new CCOOvershootCoverageParametersSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCCOParametersAttr instantiates a new CCOParametersAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCCOParametersAttrAllOf instantiates a new CCOParametersAttrAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCCOParametersAttrAllOfAttributes instantiates a new CCOParametersAttrAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCCOParametersAttrAllOfAttributesWithDefaults instantiates a new CCOParametersAttrAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCCOParametersAttrAllOfWithDefaults instantiates a new CCOParametersAttrAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCCOParametersAttrWithDefaults instantiates a new CCOParametersAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCCOPilotPollutionParametersSingle instantiates a new CCOPilotPollutionParametersSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCCOPilotPollutionParametersSingleWithDefaults instantiates a new CCOPilotPollutionParametersSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCCOWeakCoverageParametersSingle instantiates a new CCOWeakCoverageParametersSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCCOWeakCoverageParametersSingleWithDefaults instantiates a new CCOWeakCoverageParametersSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCellIndividualOffset instantiates a new CellIndividualOffset object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCellIndividualOffsetWithDefaults instantiates a new CellIndividualOffset object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCellStateFromValue returns a pointer to a valid CellState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCESManagementFunctionSingle instantiates a new CESManagementFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCESManagementFunctionSingleAllOf instantiates a new CESManagementFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCESManagementFunctionSingleAllOfAttributes instantiates a new CESManagementFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCESManagementFunctionSingleAllOfAttributesWithDefaults instantiates a new CESManagementFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCESManagementFunctionSingleAllOfWithDefaults instantiates a new CESManagementFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCESManagementFunctionSingleWithDefaults instantiates a new CESManagementFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCmNotificationTypesFromValue returns a pointer to a valid CmNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCollectionPeriodM6LteTypeFromValue returns a pointer to a valid CollectionPeriodM6LteType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCollectionPeriodM6NrTypeFromValue returns a pointer to a valid CollectionPeriodM6NrType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCollectionPeriodRrmLteTypeFromValue returns a pointer to a valid CollectionPeriodRrmLteType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCollectionPeriodRrmNrTypeFromValue returns a pointer to a valid CollectionPeriodRrmNrType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCollectionPeriodRrmUmtsTypeFromValue returns a pointer to a valid CollectionPeriodRrmUmtsType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCommonBeamformingFunctionSingle instantiates a new CommonBeamformingFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCommonBeamformingFunctionSingleAllOf instantiates a new CommonBeamformingFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCommonBeamformingFunctionSingleAllOf1 instantiates a new CommonBeamformingFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCommonBeamformingFunctionSingleAllOf1WithDefaults instantiates a new CommonBeamformingFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCommonBeamformingFunctionSingleAllOfAttributes instantiates a new CommonBeamformingFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCommonBeamformingFunctionSingleAllOfAttributesAllOf instantiates a new CommonBeamformingFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCommonBeamformingFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new CommonBeamformingFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCommonBeamformingFunctionSingleAllOfAttributesWithDefaults instantiates a new CommonBeamformingFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCommonBeamformingFunctionSingleAllOfWithDefaults instantiates a new CommonBeamformingFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCommonBeamformingFunctionSingleWithDefaults instantiates a new CommonBeamformingFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConfigurable5QISetSingle instantiates a new Configurable5QISetSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConfigurable5QISetSingleAllOf instantiates a new Configurable5QISetSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConfigurable5QISetSingleAllOfAttributes instantiates a new Configurable5QISetSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConfigurable5QISetSingleAllOfAttributesAllOf instantiates a new Configurable5QISetSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewConfigurable5QISetSingleAllOfAttributesAllOfWithDefaults instantiates a new Configurable5QISetSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConfigurable5QISetSingleAllOfAttributesWithDefaults instantiates a new Configurable5QISetSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConfigurable5QISetSingleAllOfWithDefaults instantiates a new Configurable5QISetSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewConfigurable5QISetSingleWithDefaults instantiates a new Configurable5QISetSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewCPCIConfigurationFunctionSingle instantiates a new CPCIConfigurationFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCPCIConfigurationFunctionSingleAllOf instantiates a new CPCIConfigurationFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCPCIConfigurationFunctionSingleAllOfAttributes instantiates a new CPCIConfigurationFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCPCIConfigurationFunctionSingleAllOfAttributesWithDefaults instantiates a new CPCIConfigurationFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCPCIConfigurationFunctionSingleAllOfWithDefaults instantiates a new CPCIConfigurationFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCPCIConfigurationFunctionSingleWithDefaults instantiates a new CPCIConfigurationFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCSonPciList instantiates a new CSonPciList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCSonPciListWithDefaults instantiates a new CSonPciList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCyclicPrefixFromValue returns a pointer to a valid CyclicPrefix for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewDANRManagementFunctionSingle instantiates a new DANRManagementFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDANRManagementFunctionSingleAllOf instantiates a new DANRManagementFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDANRManagementFunctionSingleAllOfAttributes instantiates a new DANRManagementFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDANRManagementFunctionSingleAllOfAttributesWithDefaults instantiates a new DANRManagementFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDANRManagementFunctionSingleAllOfWithDefaults instantiates a new DANRManagementFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDANRManagementFunctionSingleWithDefaults instantiates a new DANRManagementFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDESManagementFunctionSingle instantiates a new DESManagementFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDESManagementFunctionSingleAllOf instantiates a new DESManagementFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDESManagementFunctionSingleAllOfAttributes instantiates a new DESManagementFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDESManagementFunctionSingleAllOfAttributesWithDefaults instantiates a new DESManagementFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDESManagementFunctionSingleAllOfWithDefaults instantiates a new DESManagementFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDESManagementFunctionSingleWithDefaults instantiates a new DESManagementFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDLBOFunctionSingle instantiates a new DLBOFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDLBOFunctionSingleAllOf instantiates a new DLBOFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDLBOFunctionSingleAllOfAttributes instantiates a new DLBOFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDLBOFunctionSingleAllOfAttributesWithDefaults instantiates a new DLBOFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDLBOFunctionSingleAllOfWithDefaults instantiates a new DLBOFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDLBOFunctionSingleWithDefaults instantiates a new DLBOFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDMROFunctionSingle instantiates a new DMROFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDMROFunctionSingleAllOf instantiates a new DMROFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDMROFunctionSingleAllOfAttributes instantiates a new DMROFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDMROFunctionSingleAllOfAttributesWithDefaults instantiates a new DMROFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDMROFunctionSingleAllOfWithDefaults instantiates a new DMROFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDMROFunctionSingleWithDefaults instantiates a new DMROFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDPCIConfigurationFunctionSingle instantiates a new DPCIConfigurationFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDPCIConfigurationFunctionSingleAllOf instantiates a new DPCIConfigurationFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDPCIConfigurationFunctionSingleAllOfAttributes instantiates a new DPCIConfigurationFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDPCIConfigurationFunctionSingleAllOfAttributesWithDefaults instantiates a new DPCIConfigurationFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDPCIConfigurationFunctionSingleAllOfWithDefaults instantiates a new DPCIConfigurationFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDPCIConfigurationFunctionSingleWithDefaults instantiates a new DPCIConfigurationFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDRACHOptimizationFunctionSingle instantiates a new DRACHOptimizationFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDRACHOptimizationFunctionSingleAllOf instantiates a new DRACHOptimizationFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDRACHOptimizationFunctionSingleAllOfAttributes instantiates a new DRACHOptimizationFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDRACHOptimizationFunctionSingleAllOfAttributesWithDefaults instantiates a new DRACHOptimizationFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDRACHOptimizationFunctionSingleAllOfWithDefaults instantiates a new DRACHOptimizationFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDRACHOptimizationFunctionSingleWithDefaults instantiates a new DRACHOptimizationFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDynamic5QISetSingle instantiates a new Dynamic5QISetSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDynamic5QISetSingleAllOf instantiates a new Dynamic5QISetSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDynamic5QISetSingleAllOfAttributes instantiates a new Dynamic5QISetSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDynamic5QISetSingleAllOfAttributesAllOf instantiates a new Dynamic5QISetSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDynamic5QISetSingleAllOfAttributesAllOfWithDefaults instantiates a new Dynamic5QISetSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDynamic5QISetSingleAllOfAttributesWithDefaults instantiates a new Dynamic5QISetSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDynamic5QISetSingleAllOfWithDefaults instantiates a new Dynamic5QISetSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDynamic5QISetSingleWithDefaults instantiates a new Dynamic5QISetSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEPE1Single instantiates a new EPE1Single object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEPE1SingleWithDefaults instantiates a new EPE1Single object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEPF1CSingle instantiates a new EPF1CSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEPF1CSingleWithDefaults instantiates a new EPF1CSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEPF1USingle instantiates a new EPF1USingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEPF1USingleAllOf instantiates a new EPF1USingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEPF1USingleAllOfAttributes instantiates a new EPF1USingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEPF1USingleAllOfAttributesAllOf instantiates a new EPF1USingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEPF1USingleAllOfAttributesAllOfWithDefaults instantiates a new EPF1USingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEPF1USingleAllOfAttributesWithDefaults instantiates a new EPF1USingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEPF1USingleAllOfWithDefaults instantiates a new EPF1USingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEPF1USingleWithDefaults instantiates a new EPF1USingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEPNgCSingle instantiates a new EPNgCSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEPNgCSingleWithDefaults instantiates a new EPNgCSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEPNgUSingle instantiates a new EPNgUSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEPNgUSingleWithDefaults instantiates a new EPNgUSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEPRPAttr instantiates a new EPRPAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEPRPAttrWithDefaults instantiates a new EPRPAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEPS1USingle instantiates a new EPS1USingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEPS1USingleWithDefaults instantiates a new EPS1USingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEPX2CSingle instantiates a new EPX2CSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEPX2CSingleWithDefaults instantiates a new EPX2CSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEPX2USingle instantiates a new EPX2USingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEPX2USingleWithDefaults instantiates a new EPX2USingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEPXnCSingle instantiates a new EPXnCSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEPXnCSingleAllOf instantiates a new EPXnCSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEPXnCSingleAllOfAttributes instantiates a new EPXnCSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEPXnCSingleAllOfAttributesAllOf instantiates a new EPXnCSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEPXnCSingleAllOfAttributesAllOfWithDefaults instantiates a new EPXnCSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEPXnCSingleAllOfAttributesWithDefaults instantiates a new EPXnCSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEPXnCSingleAllOfWithDefaults instantiates a new EPXnCSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEPXnCSingleWithDefaults instantiates a new EPXnCSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEPXnUSingle instantiates a new EPXnUSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEPXnUSingleWithDefaults instantiates a new EPXnUSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEsNotAllowedTimePeriod instantiates a new EsNotAllowedTimePeriod object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEsNotAllowedTimePeriodWithDefaults instantiates a new EsNotAllowedTimePeriod object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEUtranCellRelationSingle instantiates a new EUtranCellRelationSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEUtranCellRelationSingleAllOf instantiates a new EUtranCellRelationSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEUtranCellRelationSingleAllOfAttributes instantiates a new EUtranCellRelationSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEUtranCellRelationSingleAllOfAttributesAllOf instantiates a new EUtranCellRelationSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEUtranCellRelationSingleAllOfAttributesAllOfWithDefaults instantiates a new EUtranCellRelationSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEUtranCellRelationSingleAllOfAttributesWithDefaults instantiates a new EUtranCellRelationSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEUtranCellRelationSingleAllOfWithDefaults instantiates a new EUtranCellRelationSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEUtranCellRelationSingleWithDefaults instantiates a new EUtranCellRelationSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEUtranFreqRelationSingle instantiates a new EUtranFreqRelationSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEUtranFreqRelationSingleAllOf instantiates a new EUtranFreqRelationSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEUtranFreqRelationSingleAllOfAttributes instantiates a new EUtranFreqRelationSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEUtranFreqRelationSingleAllOfAttributesWithDefaults instantiates a new EUtranFreqRelationSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEUtranFreqRelationSingleAllOfWithDefaults instantiates a new EUtranFreqRelationSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEUtranFreqRelationSingleWithDefaults instantiates a new EUtranFreqRelationSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEUtranFrequencySingle instantiates a new EUtranFrequencySingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEUtranFrequencySingleAllOf instantiates a new EUtranFrequencySingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEUtranFrequencySingleAllOfAttributes instantiates a new EUtranFrequencySingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEUtranFrequencySingleAllOfAttributesWithDefaults instantiates a new EUtranFrequencySingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEUtranFrequencySingleAllOfWithDefaults instantiates a new EUtranFrequencySingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEUtranFrequencySingleWithDefaults instantiates a new EUtranFrequencySingle object This 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.
NewExternalENBFunctionSingle instantiates a new ExternalENBFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalENBFunctionSingleAllOf instantiates a new ExternalENBFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalENBFunctionSingleAllOf1 instantiates a new ExternalENBFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalENBFunctionSingleAllOf1WithDefaults instantiates a new ExternalENBFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalENBFunctionSingleAllOfAttributes instantiates a new ExternalENBFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalENBFunctionSingleAllOfAttributesAllOf instantiates a new ExternalENBFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalENBFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new ExternalENBFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalENBFunctionSingleAllOfAttributesWithDefaults instantiates a new ExternalENBFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalENBFunctionSingleAllOfWithDefaults instantiates a new ExternalENBFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalENBFunctionSingleWithDefaults instantiates a new ExternalENBFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalEUTranCellSingle instantiates a new ExternalEUTranCellSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalEUTranCellSingleAllOf instantiates a new ExternalEUTranCellSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalEUTranCellSingleAllOfAttributes instantiates a new ExternalEUTranCellSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalEUTranCellSingleAllOfAttributesAllOf instantiates a new ExternalEUTranCellSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalEUTranCellSingleAllOfAttributesAllOfWithDefaults instantiates a new ExternalEUTranCellSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalEUTranCellSingleAllOfAttributesWithDefaults instantiates a new ExternalEUTranCellSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalEUTranCellSingleAllOfWithDefaults instantiates a new ExternalEUTranCellSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalEUTranCellSingleWithDefaults instantiates a new ExternalEUTranCellSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalGnbCuCpFunctionSingle instantiates a new ExternalGnbCuCpFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalGnbCuCpFunctionSingleAllOf instantiates a new ExternalGnbCuCpFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalGnbCuCpFunctionSingleAllOf1 instantiates a new ExternalGnbCuCpFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalGnbCuCpFunctionSingleAllOf1WithDefaults instantiates a new ExternalGnbCuCpFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalGnbCuCpFunctionSingleAllOfAttributes instantiates a new ExternalGnbCuCpFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalGnbCuCpFunctionSingleAllOfAttributesAllOf instantiates a new ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalGnbCuCpFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalGnbCuCpFunctionSingleAllOfAttributesWithDefaults instantiates a new ExternalGnbCuCpFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalGnbCuCpFunctionSingleAllOfWithDefaults instantiates a new ExternalGnbCuCpFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalGnbCuCpFunctionSingleWithDefaults instantiates a new ExternalGnbCuCpFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalGnbCuUpFunctionSingle instantiates a new ExternalGnbCuUpFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalGnbCuUpFunctionSingleAllOf instantiates a new ExternalGnbCuUpFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalGnbCuUpFunctionSingleAllOfWithDefaults instantiates a new ExternalGnbCuUpFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalGnbCuUpFunctionSingleWithDefaults instantiates a new ExternalGnbCuUpFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalGnbDuFunctionSingle instantiates a new ExternalGnbDuFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalGnbDuFunctionSingleAllOf instantiates a new ExternalGnbDuFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalGnbDuFunctionSingleAllOf1 instantiates a new ExternalGnbDuFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalGnbDuFunctionSingleAllOf1WithDefaults instantiates a new ExternalGnbDuFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalGnbDuFunctionSingleAllOfAttributes instantiates a new ExternalGnbDuFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalGnbDuFunctionSingleAllOfAttributesAllOf instantiates a new ExternalGnbDuFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalGnbDuFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new ExternalGnbDuFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalGnbDuFunctionSingleAllOfAttributesWithDefaults instantiates a new ExternalGnbDuFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalGnbDuFunctionSingleAllOfWithDefaults instantiates a new ExternalGnbDuFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalGnbDuFunctionSingleWithDefaults instantiates a new ExternalGnbDuFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalNrCellCuSingle instantiates a new ExternalNrCellCuSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalNrCellCuSingleAllOf instantiates a new ExternalNrCellCuSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalNrCellCuSingleAllOfAttributes instantiates a new ExternalNrCellCuSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalNrCellCuSingleAllOfAttributesAllOf instantiates a new ExternalNrCellCuSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewExternalNrCellCuSingleAllOfAttributesAllOfWithDefaults instantiates a new ExternalNrCellCuSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalNrCellCuSingleAllOfAttributesWithDefaults instantiates a new ExternalNrCellCuSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalNrCellCuSingleAllOfWithDefaults instantiates a new ExternalNrCellCuSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewExternalNrCellCuSingleWithDefaults instantiates a new ExternalNrCellCuSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileDownloadJobProcessMonitor instantiates a new FileDownloadJobProcessMonitor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileDownloadJobProcessMonitorWithDefaults instantiates a new FileDownloadJobProcessMonitor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileDownloadJobSingle instantiates a new FileDownloadJobSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileDownloadJobSingleAllOf instantiates a new FileDownloadJobSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileDownloadJobSingleAllOfAttributes instantiates a new FileDownloadJobSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileDownloadJobSingleAllOfAttributesWithDefaults instantiates a new FileDownloadJobSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileDownloadJobSingleAllOfWithDefaults instantiates a new FileDownloadJobSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileDownloadJobSingleWithDefaults instantiates a new FileDownloadJobSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileNotificationTypesFromValue returns a pointer to a valid FileNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewFileSingle instantiates a new FileSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileSingleAllOf instantiates a new FileSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileSingleAllOfAttributes instantiates a new FileSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileSingleAllOfAttributesWithDefaults instantiates a new FileSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileSingleAllOfWithDefaults instantiates a new FileSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileSingleWithDefaults instantiates a new FileSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFilesSingle instantiates a new FilesSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFilesSingleAllOf instantiates a new FilesSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFilesSingleAllOfAttributes instantiates a new FilesSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFilesSingleAllOfAttributesWithDefaults instantiates a new FilesSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFilesSingleAllOfWithDefaults instantiates a new FilesSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFilesSingleWithDefaults instantiates a new FilesSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiveQICharacteristicsSingle instantiates a new FiveQICharacteristicsSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiveQICharacteristicsSingleAllOf instantiates a new FiveQICharacteristicsSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFiveQICharacteristicsSingleAllOfWithDefaults instantiates a new FiveQICharacteristicsSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFiveQICharacteristicsSingleWithDefaults instantiates a new FiveQICharacteristicsSingle object This 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.
NewFrequencyDomainPara instantiates a new FrequencyDomainPara object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFrequencyDomainParaWithDefaults instantiates a new FrequencyDomainPara object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGeoArea instantiates a new GeoArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGeoAreaToCellMapping instantiates a new GeoAreaToCellMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGeoAreaToCellMappingWithDefaults instantiates a new GeoAreaToCellMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGeoAreaWithDefaults instantiates a new GeoArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGeoCoordinate instantiates a new GeoCoordinate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGeoCoordinateWithDefaults instantiates a new GeoCoordinate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGnbCuCpFunctionSingle instantiates a new GnbCuCpFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGnbCuCpFunctionSingleAllOf instantiates a new GnbCuCpFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGnbCuCpFunctionSingleAllOf1 instantiates a new GnbCuCpFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGnbCuCpFunctionSingleAllOf1WithDefaults instantiates a new GnbCuCpFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGnbCuCpFunctionSingleAllOfAttributes instantiates a new GnbCuCpFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGnbCuCpFunctionSingleAllOfAttributesAllOf instantiates a new GnbCuCpFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGnbCuCpFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new GnbCuCpFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGnbCuCpFunctionSingleAllOfAttributesWithDefaults instantiates a new GnbCuCpFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGnbCuCpFunctionSingleAllOfWithDefaults instantiates a new GnbCuCpFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGnbCuCpFunctionSingleWithDefaults instantiates a new GnbCuCpFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGnbCuUpFunctionSingle instantiates a new GnbCuUpFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGnbCuUpFunctionSingleAllOf instantiates a new GnbCuUpFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGnbCuUpFunctionSingleAllOf1 instantiates a new GnbCuUpFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGnbCuUpFunctionSingleAllOf1WithDefaults instantiates a new GnbCuUpFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGnbCuUpFunctionSingleAllOfAttributes instantiates a new GnbCuUpFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGnbCuUpFunctionSingleAllOfAttributesAllOf instantiates a new GnbCuUpFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGnbCuUpFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new GnbCuUpFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGnbCuUpFunctionSingleAllOfAttributesWithDefaults instantiates a new GnbCuUpFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGnbCuUpFunctionSingleAllOfWithDefaults instantiates a new GnbCuUpFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGnbCuUpFunctionSingleWithDefaults instantiates a new GnbCuUpFunctionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGnbDuFunctionSingle instantiates a new GnbDuFunctionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGnbDuFunctionSingleAllOf instantiates a new GnbDuFunctionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGnbDuFunctionSingleAllOf1 instantiates a new GnbDuFunctionSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGnbDuFunctionSingleAllOf1WithDefaults instantiates a new GnbDuFunctionSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGnbDuFunctionSingleAllOfAttributes instantiates a new GnbDuFunctionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGnbDuFunctionSingleAllOfAttributesAllOf instantiates a new GnbDuFunctionSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGnbDuFunctionSingleAllOfAttributesAllOfWithDefaults instantiates a new GnbDuFunctionSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGnbDuFunctionSingleAllOfAttributesWithDefaults instantiates a new GnbDuFunctionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGnbDuFunctionSingleAllOfWithDefaults instantiates a new GnbDuFunctionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGnbDuFunctionSingleWithDefaults instantiates a new GnbDuFunctionSingle object This 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.
NewInterRatEsActivationCandidateCellParameters instantiates a new InterRatEsActivationCandidateCellParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInterRatEsActivationCandidateCellParametersWithDefaults instantiates a new InterRatEsActivationCandidateCellParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInterRatEsActivationOriginalCellParameters instantiates a new InterRatEsActivationOriginalCellParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInterRatEsActivationOriginalCellParametersWithDefaults instantiates a new InterRatEsActivationOriginalCellParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewInterRatEsDeactivationCandidateCellParameters instantiates a new InterRatEsDeactivationCandidateCellParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewInterRatEsDeactivationCandidateCellParametersWithDefaults instantiates a new InterRatEsDeactivationCandidateCellParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIntraRatEsActivationCandidateCellsLoadParameters instantiates a new IntraRatEsActivationCandidateCellsLoadParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIntraRatEsActivationCandidateCellsLoadParametersWithDefaults instantiates a new IntraRatEsActivationCandidateCellsLoadParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIntraRatEsActivationOriginalCellLoadParameters instantiates a new IntraRatEsActivationOriginalCellLoadParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIntraRatEsActivationOriginalCellLoadParametersWithDefaults instantiates a new IntraRatEsActivationOriginalCellLoadParameters object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewIntraRatEsDeactivationCandidateCellsLoadParameters instantiates a new IntraRatEsDeactivationCandidateCellsLoadParameters object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIntraRatEsDeactivationCandidateCellsLoadParametersWithDefaults instantiates a new IntraRatEsDeactivationCandidateCellsLoadParameters object This 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.
NewIsESCoveredByFromValue returns a pointer to a valid IsESCoveredBy for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewIsInitialBwpFromValue returns a pointer to a valid IsInitialBwp for the value passed as argument, or an error if the value passed is not allowed by the enum.
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.
NewLocalAddress instantiates a new LocalAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLocalAddressWithDefaults instantiates a new LocalAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLoggingDurationTypeFromValue returns a pointer to a valid LoggingDurationType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLoggingIntervalType instantiates a new LoggingIntervalType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLoggingIntervalTypeWithDefaults instantiates a new LoggingIntervalType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagedElementAttr instantiates a new ManagedElementAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagedElementAttrWithDefaults instantiates a new ManagedElementAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagedElementNcO instantiates a new ManagedElementNcO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagedElementNcOWithDefaults instantiates a new ManagedElementNcO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagedElementSingle instantiates a new ManagedElementSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagedElementSingleAllOf instantiates a new ManagedElementSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagedElementSingleAllOf1 instantiates a new ManagedElementSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagedElementSingleAllOf1WithDefaults instantiates a new ManagedElementSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagedElementSingleAllOfWithDefaults instantiates a new ManagedElementSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagedElementSingleWithDefaults instantiates a new ManagedElementSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagedFunctionAttr instantiates a new ManagedFunctionAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagedFunctionAttrWithDefaults instantiates a new ManagedFunctionAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagedFunctionNcO instantiates a new ManagedFunctionNcO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagedFunctionNcOWithDefaults instantiates a new ManagedFunctionNcO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagedNFServiceSingle instantiates a new ManagedNFServiceSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagedNFServiceSingleAllOf instantiates a new ManagedNFServiceSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagedNFServiceSingleAllOfAttributes instantiates a new ManagedNFServiceSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagedNFServiceSingleAllOfAttributesWithDefaults instantiates a new ManagedNFServiceSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagedNFServiceSingleAllOfWithDefaults instantiates a new ManagedNFServiceSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagedNFServiceSingleWithDefaults instantiates a new ManagedNFServiceSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagementDataCollectionSingle instantiates a new ManagementDataCollectionSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagementDataCollectionSingleAllOf instantiates a new ManagementDataCollectionSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagementDataCollectionSingleAllOfAttributes instantiates a new ManagementDataCollectionSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagementDataCollectionSingleAllOfAttributesWithDefaults instantiates a new ManagementDataCollectionSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagementDataCollectionSingleAllOfWithDefaults instantiates a new ManagementDataCollectionSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagementDataCollectionSingleWithDefaults instantiates a new ManagementDataCollectionSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagementNodeSingle instantiates a new ManagementNodeSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagementNodeSingleAllOf instantiates a new ManagementNodeSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagementNodeSingleAllOfAttributes instantiates a new ManagementNodeSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewManagementNodeSingleAllOfAttributesWithDefaults instantiates a new ManagementNodeSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagementNodeSingleAllOfWithDefaults instantiates a new ManagementNodeSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewManagementNodeSingleWithDefaults instantiates a new ManagementNodeSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMappingSetIDBackhaulAddress instantiates a new MappingSetIDBackhaulAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMappingSetIDBackhaulAddressWithDefaults instantiates a new MappingSetIDBackhaulAddress object This 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.
NewMnSOneOf instantiates a new MnSOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMnSOneOf1 instantiates a new MnSOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMnSOneOf1WithDefaults instantiates a new MnSOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMnSOneOfWithDefaults instantiates a new MnSOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMnsRegistrySingle instantiates a new MnsRegistrySingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMnsRegistrySingleWithDefaults instantiates a new MnsRegistrySingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNFServiceTypeFromValue returns a pointer to a valid NFServiceType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewNFTypeFromValue returns a pointer to a valid NFType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewNodeFilter instantiates a new NodeFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNodeFilterWithDefaults instantiates a new NodeFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNpnIdentity instantiates a new NpnIdentity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNpnIdentityWithDefaults instantiates a new NpnIdentity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNrCellCuSingle instantiates a new NrCellCuSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNrCellCuSingleAllOf instantiates a new NrCellCuSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNrCellCuSingleAllOf1 instantiates a new NrCellCuSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNrCellCuSingleAllOf1WithDefaults instantiates a new NrCellCuSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNrCellCuSingleAllOfAttributes instantiates a new NrCellCuSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNrCellCuSingleAllOfAttributesAllOf instantiates a new NrCellCuSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNrCellCuSingleAllOfAttributesAllOfWithDefaults instantiates a new NrCellCuSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNrCellCuSingleAllOfAttributesWithDefaults instantiates a new NrCellCuSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNrCellCuSingleAllOfWithDefaults instantiates a new NrCellCuSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNrCellCuSingleWithDefaults instantiates a new NrCellCuSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNrCellDuSingle instantiates a new NrCellDuSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNrCellDuSingleAllOf instantiates a new NrCellDuSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNrCellDuSingleAllOf1 instantiates a new NrCellDuSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNrCellDuSingleAllOf1WithDefaults instantiates a new NrCellDuSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNrCellDuSingleAllOfAttributes instantiates a new NrCellDuSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNrCellDuSingleAllOfAttributesAllOf instantiates a new NrCellDuSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNrCellDuSingleAllOfAttributesAllOfWithDefaults instantiates a new NrCellDuSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNrCellDuSingleAllOfAttributesWithDefaults instantiates a new NrCellDuSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNrCellDuSingleAllOfWithDefaults instantiates a new NrCellDuSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNrCellDuSingleWithDefaults instantiates a new NrCellDuSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNRCellRelationSingle instantiates a new NRCellRelationSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNRCellRelationSingleAllOf instantiates a new NRCellRelationSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNRCellRelationSingleAllOfAttributes instantiates a new NRCellRelationSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNRCellRelationSingleAllOfAttributesWithDefaults instantiates a new NRCellRelationSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNRCellRelationSingleAllOfWithDefaults instantiates a new NRCellRelationSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNRCellRelationSingleWithDefaults instantiates a new NRCellRelationSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNRFreqRelationSingle instantiates a new NRFreqRelationSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNRFreqRelationSingleAllOf instantiates a new NRFreqRelationSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNRFreqRelationSingleAllOfAttributes instantiates a new NRFreqRelationSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNRFreqRelationSingleAllOfAttributesWithDefaults instantiates a new NRFreqRelationSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNRFreqRelationSingleAllOfWithDefaults instantiates a new NRFreqRelationSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNRFreqRelationSingleWithDefaults instantiates a new NRFreqRelationSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNRFrequencySingle instantiates a new NRFrequencySingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNRFrequencySingleAllOf instantiates a new NRFrequencySingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNRFrequencySingleAllOfAttributes instantiates a new NRFrequencySingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNRFrequencySingleAllOfAttributesWithDefaults instantiates a new NRFrequencySingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNRFrequencySingleAllOfWithDefaults instantiates a new NRFrequencySingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNRFrequencySingleWithDefaults instantiates a new NRFrequencySingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNrOperatorCellDuSingle instantiates a new NrOperatorCellDuSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNrOperatorCellDuSingleAllOf instantiates a new NrOperatorCellDuSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNrOperatorCellDuSingleAllOfWithDefaults instantiates a new NrOperatorCellDuSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNrOperatorCellDuSingleWithDefaults instantiates a new NrOperatorCellDuSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNRPciList instantiates a new NRPciList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNRPciListWithDefaults instantiates a new NRPciList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNrSectorCarrierSingle instantiates a new NrSectorCarrierSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNrSectorCarrierSingleAllOf instantiates a new NrSectorCarrierSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNrSectorCarrierSingleAllOf1 instantiates a new NrSectorCarrierSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNrSectorCarrierSingleAllOf1WithDefaults instantiates a new NrSectorCarrierSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNrSectorCarrierSingleAllOfAttributes instantiates a new NrSectorCarrierSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNrSectorCarrierSingleAllOfAttributesAllOf instantiates a new NrSectorCarrierSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNrSectorCarrierSingleAllOfAttributesAllOfWithDefaults instantiates a new NrSectorCarrierSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNrSectorCarrierSingleAllOfAttributesWithDefaults instantiates a new NrSectorCarrierSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNrSectorCarrierSingleAllOfWithDefaults instantiates a new NrSectorCarrierSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNrSectorCarrierSingleWithDefaults instantiates a new NrSectorCarrierSingle object This 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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewOperation instantiates a new Operation object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOperationalStateFromValue returns a pointer to a valid OperationalState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewOperationSemanticsFromValue returns a pointer to a valid OperationSemantics for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewOperationWithDefaults instantiates a new Operation object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOperatorDuSingle instantiates a new OperatorDuSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOperatorDuSingleAllOf instantiates a new OperatorDuSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOperatorDuSingleAllOf1 instantiates a new OperatorDuSingleAllOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewOperatorDuSingleAllOf1WithDefaults instantiates a new OperatorDuSingleAllOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOperatorDuSingleAllOfWithDefaults instantiates a new OperatorDuSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewOperatorDuSingleWithDefaults instantiates a new OperatorDuSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPacketErrorRate instantiates a new PacketErrorRate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPacketErrorRateWithDefaults instantiates a new PacketErrorRate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewParameterRange instantiates a new ParameterRange object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewParameterRangeWithDefaults instantiates a new ParameterRange object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPeeParameter instantiates a new PeeParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPeeParameterWithDefaults instantiates a new PeeParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPerceivedSeverityFromValue returns a pointer to a valid PerceivedSeverity for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPerfMetricJobSingle instantiates a new PerfMetricJobSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPerfMetricJobSingleAllOf instantiates a new PerfMetricJobSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPerfMetricJobSingleAllOfAttributes instantiates a new PerfMetricJobSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPerfMetricJobSingleAllOfAttributesWithDefaults instantiates a new PerfMetricJobSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPerfMetricJobSingleAllOfWithDefaults instantiates a new PerfMetricJobSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPerfMetricJobSingleWithDefaults instantiates a new PerfMetricJobSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPerfNotificationTypesFromValue returns a pointer to a valid PerfNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
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.
NewPlmnInfo instantiates a new PlmnInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPlmnInfoWithDefaults instantiates a new PlmnInfo object This 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.
NewQOffsetRangeFromValue returns a pointer to a valid QOffsetRange for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewQOffsetRangeList instantiates a new QOffsetRangeList object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewQOffsetRangeListWithDefaults instantiates a new QOffsetRangeList object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRegistrationStateFromValue returns a pointer to a valid RegistrationState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewRemoteAddress instantiates a new RemoteAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRemoteAddressWithDefaults instantiates a new RemoteAddress object This 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.
NewResourceTypeFromValue returns a pointer to a valid ResourceType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewRimRSGlobalSingle instantiates a new RimRSGlobalSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRimRSGlobalSingleAllOf instantiates a new RimRSGlobalSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRimRSGlobalSingleAllOfAttributes instantiates a new RimRSGlobalSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRimRSGlobalSingleAllOfAttributesWithDefaults instantiates a new RimRSGlobalSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRimRSGlobalSingleAllOfWithDefaults instantiates a new RimRSGlobalSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRimRSGlobalSingleWithDefaults instantiates a new RimRSGlobalSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRimRSReportConf instantiates a new RimRSReportConf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRimRSReportConfWithDefaults instantiates a new RimRSReportConf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRimRSReportInfo instantiates a new RimRSReportInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRimRSReportInfoWithDefaults instantiates a new RimRSReportInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRimRSSetSingle instantiates a new RimRSSetSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRimRSSetSingleAllOf instantiates a new RimRSSetSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRimRSSetSingleAllOfAttributes instantiates a new RimRSSetSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRimRSSetSingleAllOfAttributesWithDefaults instantiates a new RimRSSetSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRimRSSetSingleAllOfWithDefaults instantiates a new RimRSSetSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRimRSSetSingleWithDefaults instantiates a new RimRSSetSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRrmPolicyAttr instantiates a new RrmPolicyAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRrmPolicyAttrWithDefaults instantiates a new RrmPolicyAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRrmPolicyMember instantiates a new RrmPolicyMember object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRrmPolicyMemberWithDefaults instantiates a new RrmPolicyMember object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRRMPolicyRatioSingle instantiates a new RRMPolicyRatioSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRRMPolicyRatioSingleAllOf instantiates a new RRMPolicyRatioSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRRMPolicyRatioSingleAllOfAttributes instantiates a new RRMPolicyRatioSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRRMPolicyRatioSingleAllOfAttributesAllOf instantiates a new RRMPolicyRatioSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRRMPolicyRatioSingleAllOfAttributesAllOfWithDefaults instantiates a new RRMPolicyRatioSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRRMPolicyRatioSingleAllOfAttributesWithDefaults instantiates a new RRMPolicyRatioSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRRMPolicyRatioSingleAllOfWithDefaults instantiates a new RRMPolicyRatioSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRRMPolicyRatioSingleWithDefaults instantiates a new RRMPolicyRatioSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRSSetTypeFromValue returns a pointer to a valid RSSetType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSAP instantiates a new SAP object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSAPWithDefaults instantiates a new SAP object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewScope instantiates a new Scope object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewScopeWithDefaults instantiates a new Scope object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSequenceDomainPara instantiates a new SequenceDomainPara object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSequenceDomainParaWithDefaults instantiates a new SequenceDomainPara object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSnssai instantiates a new Snssai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSnssaiWithDefaults instantiates a new Snssai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSsbDurationFromValue returns a pointer to a valid SsbDuration for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSsbPeriodicityFromValue returns a pointer to a valid SsbPeriodicity for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSsbSubCarrierSpacingFromValue returns a pointer to a valid SsbSubCarrierSpacing 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.
NewTai1 instantiates a new Tai1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTai1WithDefaults instantiates a new Tai1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewTceMappingInfo instantiates a new TceMappingInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTceMappingInfoWithDefaults instantiates a new TceMappingInfo object This 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.
NewTimeDomainPara instantiates a new TimeDomainPara object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTimeDomainParaWithDefaults instantiates a new TimeDomainPara object This 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.
NewTReselectionNRSfFromValue returns a pointer to a valid TReselectionNRSf 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.
NewTxDirectionFromValue returns a pointer to a valid TxDirection for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewUeAccDelayProbilityDist instantiates a new UeAccDelayProbilityDist object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUeAccDelayProbilityDistWithDefaults instantiates a new UeAccDelayProbilityDist object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUeAccProbilityDist instantiates a new UeAccProbilityDist object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUeAccProbilityDistWithDefaults instantiates a new UeAccProbilityDist object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUsageStateFromValue returns a pointer to a valid UsageState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewVnfParameter instantiates a new VnfParameter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVnfParameterWithDefaults instantiates a new VnfParameter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVsDataContainerSingle instantiates a new VsDataContainerSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVsDataContainerSingleAttributes instantiates a new VsDataContainerSingleAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewVsDataContainerSingleAttributesWithDefaults instantiates a new VsDataContainerSingleAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewVsDataContainerSingleWithDefaults instantiates a new VsDataContainerSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NrCellCuSingleAsResourcesNrNrm is a convenience function that returns NrCellCuSingle wrapped in ResourcesNrNrm.
NrCellDuSingleAsResourcesNrNrm is a convenience function that returns NrCellDuSingle wrapped in ResourcesNrNrm.
NRCellRelationSingleAsResourcesNrNrm is a convenience function that returns NRCellRelationSingle wrapped in ResourcesNrNrm.
NRFreqRelationSingleAsResourcesNrNrm is a convenience function that returns NRFreqRelationSingle wrapped in ResourcesNrNrm.
NRFrequencySingleAsResourcesNrNrm is a convenience function that returns NRFrequencySingle wrapped in ResourcesNrNrm.
NrOperatorCellDuSingleAsResourcesNrNrm is a convenience function that returns NrOperatorCellDuSingle wrapped in ResourcesNrNrm.
NrSectorCarrierSingleAsResourcesNrNrm is a convenience function that returns NrSectorCarrierSingle wrapped in ResourcesNrNrm.
OperatorDuSingleAsResourcesNrNrm is a convenience function that returns OperatorDuSingle wrapped in ResourcesNrNrm.
PerfNotificationTypesAsNotificationType is a convenience function that returns PerfNotificationTypes wrapped in NotificationType.
ProbableCauseOneOfAsProbableCause is a convenience function that returns ProbableCauseOneOf wrapped in ProbableCause.
PtrBool is a helper routine that returns a pointer to given boolean value.
PtrFloat32 is a helper routine that returns a pointer to given float value.
PtrFloat64 is a helper routine that returns a pointer to given float value.
PtrInt is a helper routine that returns a pointer to given integer value.
PtrInt32 is a helper routine that returns a pointer to given integer value.
PtrInt64 is a helper routine that returns a pointer to given integer value.
PtrString is a helper routine that returns a pointer to given string value.
PtrTime is helper routine that returns a pointer to given Time value.
ReportingCtrlOneOf1AsReportingCtrl is a convenience function that returns ReportingCtrlOneOf1 wrapped in ReportingCtrl.
ReportingCtrlOneOf2AsReportingCtrl is a convenience function that returns ReportingCtrlOneOf2 wrapped in ReportingCtrl.
ReportingCtrlOneOfAsReportingCtrl is a convenience function that returns ReportingCtrlOneOf wrapped in ReportingCtrl.
RimRSGlobalSingleAsResourcesNrNrm is a convenience function that returns RimRSGlobalSingle wrapped in ResourcesNrNrm.
RimRSSetSingleAsResourcesNrNrm is a convenience function that returns RimRSSetSingle wrapped in ResourcesNrNrm.
RRMPolicyRatioSingleAsResourcesNrNrm is a convenience function that returns RRMPolicyRatioSingle wrapped in ResourcesNrNrm.
stringAsFileDownloadJobProcessMonitorResultStateInfo is a convenience function that returns string wrapped in FileDownloadJobProcessMonitorResultStateInfo.
stringAsHostAddr is a convenience function that returns string wrapped in HostAddr.
stringAsIpAddr is a convenience function that returns string wrapped in IpAddr.
stringAsSpecificProblem is a convenience function that returns string wrapped in SpecificProblem.
stringAsTceMappingInfoTceIPAddress is a convenience function that returns string wrapped in TceMappingInfoTceIPAddress.
SubNetworkSingleAsResourcesNrNrm is a convenience function that returns SubNetworkSingle wrapped in ResourcesNrNrm.
ThresholdLevelIndOneOf1AsThresholdLevelInd is a convenience function that returns ThresholdLevelIndOneOf1 wrapped in ThresholdLevelInd.
ThresholdLevelIndOneOfAsThresholdLevelInd is a convenience function that returns ThresholdLevelIndOneOf wrapped in ThresholdLevelInd.

# Constants

List of eventListForEventTriggeredMeasurement-Type.
List of NFType.
List of AckState.
List of CellState.
List of UsageState.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of UsageState.
List of NFType.
List of NFType.
List of NFType.
List of PerceivedSeverity.
List of AlarmType.
List of measurementQuantity-Type.
List of measurementQuantity-Type.
List of PerceivedSeverity.
List of NFType.
List of RegistrationState.
List of OperationalState.
List of BwpContext.
List of TxDirection.
List of TxDirection.
List of NFType.
List of NFType.
List of ResourceType.
List of positioningMethod-Type.
List of NFType.
List of OperationalState.
List of AlarmType.
List of AlarmType.
List of reportType-Type.
List of IsESCoveredBy.
List of traceReportingFormat-Type.
List of IsESCoveredBy.
List of NFType.
List of NFType.
List of positioningMethod-Type.
List of NFType.
List of NFType.
List of UsageState.
List of CellState.
List of jobType-Type.
List of jobType-Type.
List of NFType.
List of CellState.
List of PerceivedSeverity.
List of reportAmount-Type.
List of IsInitialBwp.
List of AlarmType.
List of TrendIndication.
List of NFType.
List of AdministrativeState.
List of jobType-Type.
List of jobType-Type.
List of PerceivedSeverity.
List of traceDepth-Type.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of traceDepth-Type.
List of NFType.
List of traceDepth-Type.
List of PerceivedSeverity.
List of NFType.
List of NFType.
List of TrendIndication.
List of NFType.
List of NFServiceType.
List of NFServiceType.
List of NFServiceType.
List of NFServiceType.
List of NFType.
List of TrendIndication.
List of anonymizationOfMdtData-Type.
List of AlarmNotificationTypes.
List of AlarmNotificationTypes.
List of AlarmNotificationTypes.
List of AlarmNotificationTypes.
List of AlarmNotificationTypes.
List of AlarmNotificationTypes.
List of AlarmNotificationTypes.
List of FileNotificationTypes.
List of FileNotificationTypes.
List of HeartbeatNotificationTypes.
List of CmNotificationTypes.
List of CmNotificationTypes.
List of CmNotificationTypes.
List of CmNotificationTypes.
List of AlarmNotificationTypes.
List of AlarmNotificationTypes.
List of PerfNotificationTypes.
List of NFType.
List of NFType.
List of NFServiceType.
List of NFServiceType.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of AlarmType.
List of IsInitialBwp.
List of NFServiceType.
List of eventListForEventTriggeredMeasurement-Type.
List of NFType.
List of IsESCoveredBy.
List of measurementQuantity-Type.
List of NFType.
List of NFType.
List of reportType-Type.
List of AlarmType.
List of NFType.
List of ResourceType.
List of ResourceType.
List of ResourceType.
List of AlarmType.
List of AlarmType.
List of jobType-Type.
List of RegistrationState.
List of OperationSemantics.
List of jobType-Type.
List of ResourceType.
List of RSSetType.
List of RSSetType.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of AlarmType.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of traceReportingFormat-Type.
List of OperationSemantics.
List of BwpContext.
List of IsInitialBwp.
List of anonymizationOfMdtData-Type.
List of AlarmType.
List of NFType.
List of jobType-Type.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of NFType.
List of BwpContext.
List of TxDirection.
List of AckState.
List of AdministrativeState.
List of NFType.
List of traceDepth-Type.
List of traceDepth-Type.
List of traceDepth-Type.
List of NFType.
List of PerceivedSeverity.

# Variables

All allowed values of AckState enum.
All allowed values of AdministrativeState enum.
All allowed values of AlarmNotificationTypes enum.
All allowed values of AlarmType enum.
All allowed values of AnonymizationOfMdtDataType enum.
All allowed values of BwpContext enum.
All allowed values of CellState 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 CyclicPrefix enum.
All allowed values of EventListForEventTriggeredMeasurementType enum.
All allowed values of FileNotificationTypes enum.
All allowed values of HeartbeatNotificationTypes enum.
All allowed values of IsESCoveredBy enum.
All allowed values of IsInitialBwp enum.
All allowed values of JobTypeType enum.
All allowed values of LoggingDurationType enum.
All allowed values of MeasurementPeriodLteType enum.
All allowed values of MeasurementPeriodUmtsType enum.
All allowed values of MeasurementQuantityType enum.
All allowed values of NFServiceType enum.
All allowed values of NFType enum.
All allowed values of OperationalState enum.
All allowed values of OperationSemantics enum.
All allowed values of PerceivedSeverity enum.
All allowed values of PerfNotificationTypes enum.
All allowed values of PositioningMethodType enum.
All allowed values of QOffsetRange enum.
All allowed values of RegistrationState enum.
All allowed values of ReportAmountType enum.
All allowed values of ReportTypeType enum.
All allowed values of ResourceType enum.
All allowed values of RSSetType enum.
All allowed values of SsbDuration enum.
All allowed values of SsbPeriodicity enum.
All allowed values of SsbSubCarrierSpacing enum.
All allowed values of TimeToTriggerL1Type enum.
All allowed values of TraceDepthType enum.
All allowed values of TraceReportingFormatType enum.
All allowed values of TrendIndication enum.
All allowed values of TReselectionNRSf enum.
All allowed values of TxDirection enum.
All allowed values of UsageState enum.
ContextOperationServerIndices uses a server configuration from the index mapping.
ContextOperationServerVariables overrides a server configuration variables using operation specific values.
ContextServerIndex uses a server configuration from the index.
ContextServerVariables overrides a server configuration variables.

# Structs

AddressWithVlan struct for AddressWithVlan.
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 NR NRM API v18.2.0 In most cases there should be only one, shared, APIClient.
APIKey provides API key based authentication to a request passed via context using ContextAPIKey.
APIResponse stores the API response returned by the server.
AreaConfig struct for AreaConfig.
AreaOfInterest - struct for AreaOfInterest.
AreaScope - struct for AreaScope.
BackhaulAddress struct for BackhaulAddress.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
BeamSingle struct for BeamSingle.
BeamSingleAllOf struct for BeamSingleAllOf.
BeamSingleAllOfAttributes struct for BeamSingleAllOfAttributes.
BeamSingleAllOfAttributesAllOf struct for BeamSingleAllOfAttributesAllOf.
BWPSetSingle struct for BWPSetSingle.
BWPSetSingleAllOf struct for BWPSetSingleAllOf.
BwpSingle struct for BwpSingle.
BwpSingleAllOf struct for BwpSingleAllOf.
BwpSingleAllOfAttributes struct for BwpSingleAllOfAttributes.
BwpSingleAllOfAttributesAllOf struct for BwpSingleAllOfAttributesAllOf.
CCOFunctionSingle struct for CCOFunctionSingle.
CCOFunctionSingleAllOf struct for CCOFunctionSingleAllOf.
CCOFunctionSingleAllOfAttributes struct for CCOFunctionSingleAllOfAttributes.
CCOOvershootCoverageParametersSingle struct for CCOOvershootCoverageParametersSingle.
CCOParametersAttr struct for CCOParametersAttr.
CCOParametersAttrAllOf struct for CCOParametersAttrAllOf.
CCOParametersAttrAllOfAttributes struct for CCOParametersAttrAllOfAttributes.
CCOPilotPollutionParametersSingle struct for CCOPilotPollutionParametersSingle.
CCOWeakCoverageParametersSingle struct for CCOWeakCoverageParametersSingle.
CellIndividualOffset struct for CellIndividualOffset.
CESManagementFunctionSingle struct for CESManagementFunctionSingle.
CESManagementFunctionSingleAllOf struct for CESManagementFunctionSingleAllOf.
CESManagementFunctionSingleAllOfAttributes struct for CESManagementFunctionSingleAllOfAttributes.
CommonBeamformingFunctionSingle struct for CommonBeamformingFunctionSingle.
CommonBeamformingFunctionSingleAllOf struct for CommonBeamformingFunctionSingleAllOf.
CommonBeamformingFunctionSingleAllOf1 struct for CommonBeamformingFunctionSingleAllOf1.
CommonBeamformingFunctionSingleAllOfAttributes struct for CommonBeamformingFunctionSingleAllOfAttributes.
CommonBeamformingFunctionSingleAllOfAttributesAllOf struct for CommonBeamformingFunctionSingleAllOfAttributesAllOf.
Configurable5QISetSingle struct for Configurable5QISetSingle.
Configurable5QISetSingleAllOf struct for Configurable5QISetSingleAllOf.
Configurable5QISetSingleAllOfAttributes struct for Configurable5QISetSingleAllOfAttributes.
Configurable5QISetSingleAllOfAttributesAllOf struct for Configurable5QISetSingleAllOfAttributesAllOf.
Configuration stores the configuration of the API client.
CorrelatedNotification struct for CorrelatedNotification.
CPCIConfigurationFunctionSingle struct for CPCIConfigurationFunctionSingle.
CPCIConfigurationFunctionSingleAllOf struct for CPCIConfigurationFunctionSingleAllOf.
CPCIConfigurationFunctionSingleAllOfAttributes struct for CPCIConfigurationFunctionSingleAllOfAttributes.
CSonPciList struct for CSonPciList.
DANRManagementFunctionSingle struct for DANRManagementFunctionSingle.
DANRManagementFunctionSingleAllOf struct for DANRManagementFunctionSingleAllOf.
DANRManagementFunctionSingleAllOfAttributes struct for DANRManagementFunctionSingleAllOfAttributes.
DESManagementFunctionSingle struct for DESManagementFunctionSingle.
DESManagementFunctionSingleAllOf struct for DESManagementFunctionSingleAllOf.
DESManagementFunctionSingleAllOfAttributes struct for DESManagementFunctionSingleAllOfAttributes.
DLBOFunctionSingle struct for DLBOFunctionSingle.
DLBOFunctionSingleAllOf struct for DLBOFunctionSingleAllOf.
DLBOFunctionSingleAllOfAttributes struct for DLBOFunctionSingleAllOfAttributes.
DMROFunctionSingle struct for DMROFunctionSingle.
DMROFunctionSingleAllOf struct for DMROFunctionSingleAllOf.
DMROFunctionSingleAllOfAttributes struct for DMROFunctionSingleAllOfAttributes.
DPCIConfigurationFunctionSingle struct for DPCIConfigurationFunctionSingle.
DPCIConfigurationFunctionSingleAllOf struct for DPCIConfigurationFunctionSingleAllOf.
DPCIConfigurationFunctionSingleAllOfAttributes struct for DPCIConfigurationFunctionSingleAllOfAttributes.
DRACHOptimizationFunctionSingle struct for DRACHOptimizationFunctionSingle.
DRACHOptimizationFunctionSingleAllOf struct for DRACHOptimizationFunctionSingleAllOf.
DRACHOptimizationFunctionSingleAllOfAttributes struct for DRACHOptimizationFunctionSingleAllOfAttributes.
Dynamic5QISetSingle struct for Dynamic5QISetSingle.
Dynamic5QISetSingleAllOf struct for Dynamic5QISetSingleAllOf.
Dynamic5QISetSingleAllOfAttributes struct for Dynamic5QISetSingleAllOfAttributes.
Dynamic5QISetSingleAllOfAttributesAllOf struct for Dynamic5QISetSingleAllOfAttributesAllOf.
EPE1Single struct for EPE1Single.
EPF1CSingle struct for EPF1CSingle.
EPF1USingle struct for EPF1USingle.
EPF1USingleAllOf struct for EPF1USingleAllOf.
EPF1USingleAllOfAttributes struct for EPF1USingleAllOfAttributes.
EPF1USingleAllOfAttributesAllOf struct for EPF1USingleAllOfAttributesAllOf.
EPNgCSingle struct for EPNgCSingle.
EPNgUSingle struct for EPNgUSingle.
EPRPAttr struct for EPRPAttr.
EPS1USingle struct for EPS1USingle.
EPX2CSingle struct for EPX2CSingle.
EPX2USingle struct for EPX2USingle.
EPXnCSingle struct for EPXnCSingle.
EPXnCSingleAllOf struct for EPXnCSingleAllOf.
EPXnCSingleAllOfAttributes struct for EPXnCSingleAllOfAttributes.
EPXnCSingleAllOfAttributesAllOf struct for EPXnCSingleAllOfAttributesAllOf.
EPXnUSingle struct for EPXnUSingle.
EsNotAllowedTimePeriod struct for EsNotAllowedTimePeriod.
EUtranCellRelationSingle struct for EUtranCellRelationSingle.
EUtranCellRelationSingleAllOf struct for EUtranCellRelationSingleAllOf.
EUtranCellRelationSingleAllOfAttributes struct for EUtranCellRelationSingleAllOfAttributes.
EUtranCellRelationSingleAllOfAttributesAllOf struct for EUtranCellRelationSingleAllOfAttributesAllOf.
EUtranFreqRelationSingle struct for EUtranFreqRelationSingle.
EUtranFreqRelationSingleAllOf struct for EUtranFreqRelationSingleAllOf.
EUtranFreqRelationSingleAllOfAttributes struct for EUtranFreqRelationSingleAllOfAttributes.
EUtranFrequencySingle struct for EUtranFrequencySingle.
EUtranFrequencySingleAllOf struct for EUtranFrequencySingleAllOf.
EUtranFrequencySingleAllOfAttributes struct for EUtranFrequencySingleAllOfAttributes.
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.
ExternalENBFunctionSingle struct for ExternalENBFunctionSingle.
ExternalENBFunctionSingleAllOf struct for ExternalENBFunctionSingleAllOf.
ExternalENBFunctionSingleAllOf1 struct for ExternalENBFunctionSingleAllOf1.
ExternalENBFunctionSingleAllOfAttributes struct for ExternalENBFunctionSingleAllOfAttributes.
ExternalENBFunctionSingleAllOfAttributesAllOf struct for ExternalENBFunctionSingleAllOfAttributesAllOf.
ExternalEUTranCellSingle struct for ExternalEUTranCellSingle.
ExternalEUTranCellSingleAllOf struct for ExternalEUTranCellSingleAllOf.
ExternalEUTranCellSingleAllOfAttributes struct for ExternalEUTranCellSingleAllOfAttributes.
ExternalEUTranCellSingleAllOfAttributesAllOf struct for ExternalEUTranCellSingleAllOfAttributesAllOf.
ExternalGnbCuCpFunctionSingle struct for ExternalGnbCuCpFunctionSingle.
ExternalGnbCuCpFunctionSingleAllOf struct for ExternalGnbCuCpFunctionSingleAllOf.
ExternalGnbCuCpFunctionSingleAllOf1 struct for ExternalGnbCuCpFunctionSingleAllOf1.
ExternalGnbCuCpFunctionSingleAllOfAttributes struct for ExternalGnbCuCpFunctionSingleAllOfAttributes.
ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf struct for ExternalGnbCuCpFunctionSingleAllOfAttributesAllOf.
ExternalGnbCuUpFunctionSingle struct for ExternalGnbCuUpFunctionSingle.
ExternalGnbCuUpFunctionSingleAllOf struct for ExternalGnbCuUpFunctionSingleAllOf.
ExternalGnbDuFunctionSingle struct for ExternalGnbDuFunctionSingle.
ExternalGnbDuFunctionSingleAllOf struct for ExternalGnbDuFunctionSingleAllOf.
ExternalGnbDuFunctionSingleAllOf1 struct for ExternalGnbDuFunctionSingleAllOf1.
ExternalGnbDuFunctionSingleAllOfAttributes struct for ExternalGnbDuFunctionSingleAllOfAttributes.
ExternalGnbDuFunctionSingleAllOfAttributesAllOf struct for ExternalGnbDuFunctionSingleAllOfAttributesAllOf.
ExternalNrCellCuSingle struct for ExternalNrCellCuSingle.
ExternalNrCellCuSingleAllOf struct for ExternalNrCellCuSingleAllOf.
ExternalNrCellCuSingleAllOfAttributes struct for ExternalNrCellCuSingleAllOfAttributes.
ExternalNrCellCuSingleAllOfAttributesAllOf struct for ExternalNrCellCuSingleAllOfAttributesAllOf.
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.
FiveQICharacteristicsSingle struct for FiveQICharacteristicsSingle.
FiveQICharacteristicsSingleAllOf struct for FiveQICharacteristicsSingleAllOf.
FreqInfo specifies the carrier frequency and bands used in a cell.
FrequencyDomainPara struct for FrequencyDomainPara.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
GeoArea struct for GeoArea.
GeoAreaToCellMapping struct for GeoAreaToCellMapping.
GeoCoordinate struct for GeoCoordinate.
GnbCuCpFunctionSingle struct for GnbCuCpFunctionSingle.
GnbCuCpFunctionSingleAllOf struct for GnbCuCpFunctionSingleAllOf.
GnbCuCpFunctionSingleAllOf1 struct for GnbCuCpFunctionSingleAllOf1.
GnbCuCpFunctionSingleAllOfAttributes struct for GnbCuCpFunctionSingleAllOfAttributes.
GnbCuCpFunctionSingleAllOfAttributesAllOf struct for GnbCuCpFunctionSingleAllOfAttributesAllOf.
GnbCuUpFunctionSingle struct for GnbCuUpFunctionSingle.
GnbCuUpFunctionSingleAllOf struct for GnbCuUpFunctionSingleAllOf.
GnbCuUpFunctionSingleAllOf1 struct for GnbCuUpFunctionSingleAllOf1.
GnbCuUpFunctionSingleAllOfAttributes struct for GnbCuUpFunctionSingleAllOfAttributes.
GnbCuUpFunctionSingleAllOfAttributesAllOf struct for GnbCuUpFunctionSingleAllOfAttributesAllOf.
GnbDuFunctionSingle struct for GnbDuFunctionSingle.
GnbDuFunctionSingleAllOf struct for GnbDuFunctionSingleAllOf.
GnbDuFunctionSingleAllOf1 struct for GnbDuFunctionSingleAllOf1.
GnbDuFunctionSingleAllOfAttributes struct for GnbDuFunctionSingleAllOfAttributes.
GnbDuFunctionSingleAllOfAttributesAllOf struct for GnbDuFunctionSingleAllOfAttributesAllOf.
HeartbeatControlSingle struct for HeartbeatControlSingle.
HeartbeatControlSingleAllOf struct for HeartbeatControlSingleAllOf.
HeartbeatControlSingleAllOfAttributes struct for HeartbeatControlSingleAllOfAttributes.
HostAddr - struct for HostAddr.
InterRatEsActivationCandidateCellParameters struct for InterRatEsActivationCandidateCellParameters.
InterRatEsActivationOriginalCellParameters struct for InterRatEsActivationOriginalCellParameters.
InterRatEsDeactivationCandidateCellParameters struct for InterRatEsDeactivationCandidateCellParameters.
IntraRatEsActivationCandidateCellsLoadParameters struct for IntraRatEsActivationCandidateCellsLoadParameters.
IntraRatEsActivationOriginalCellLoadParameters struct for IntraRatEsActivationOriginalCellLoadParameters.
IntraRatEsDeactivationCandidateCellsLoadParameters struct for IntraRatEsDeactivationCandidateCellsLoadParameters.
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.
LocalAddress struct for LocalAddress.
LoggingIntervalType See details in 3GPP TS 32.422 clause 5.10.8.
ManagedElementAttr struct for ManagedElementAttr.
ManagedElementNcO struct for ManagedElementNcO.
ManagedElementSingle struct for ManagedElementSingle.
ManagedElementSingleAllOf struct for ManagedElementSingleAllOf.
ManagedElementSingleAllOf1 struct for ManagedElementSingleAllOf1.
ManagedFunctionAttr struct for ManagedFunctionAttr.
ManagedFunctionNcO struct for ManagedFunctionNcO.
ManagedNFServiceSingle struct for ManagedNFServiceSingle.
ManagedNFServiceSingleAllOf struct for ManagedNFServiceSingleAllOf.
ManagedNFServiceSingleAllOfAttributes struct for ManagedNFServiceSingleAllOfAttributes.
ManagementData - struct for ManagementData.
ManagementDataCollectionSingle struct for ManagementDataCollectionSingle.
ManagementDataCollectionSingleAllOf struct for ManagementDataCollectionSingleAllOf.
ManagementDataCollectionSingleAllOfAttributes struct for ManagementDataCollectionSingleAllOfAttributes.
ManagementNodeSingle struct for ManagementNodeSingle.
ManagementNodeSingleAllOf struct for ManagementNodeSingleAllOf.
ManagementNodeSingleAllOfAttributes struct for ManagementNodeSingleAllOfAttributes.
MappingSetIDBackhaulAddress struct for MappingSetIDBackhaulAddress.
MbsfnArea struct for MbsfnArea.
MeContextSingle struct for MeContextSingle.
MeContextSingleAllOf struct for MeContextSingleAllOf.
MeContextSingleAllOfAttributes struct for MeContextSingleAllOfAttributes.
MnS - struct for MnS.
MnsAgentSingle struct for MnsAgentSingle.
MnsAgentSingleAllOf struct for MnsAgentSingleAllOf.
MnsAgentSingleAllOfAttributes struct for MnsAgentSingleAllOfAttributes.
MnsInfoSingle struct for MnsInfoSingle.
MnSOneOf struct for MnSOneOf.
MnSOneOf1 struct for MnSOneOf1.
MnsRegistrySingle struct for MnsRegistrySingle.
NodeFilter struct for NodeFilter.
NotificationType - struct for NotificationType.
NpnIdentity struct for NpnIdentity.
NrCellCuSingle struct for NrCellCuSingle.
NrCellCuSingleAllOf struct for NrCellCuSingleAllOf.
NrCellCuSingleAllOf1 struct for NrCellCuSingleAllOf1.
NrCellCuSingleAllOfAttributes struct for NrCellCuSingleAllOfAttributes.
NrCellCuSingleAllOfAttributesAllOf struct for NrCellCuSingleAllOfAttributesAllOf.
NrCellDuSingle struct for NrCellDuSingle.
NrCellDuSingleAllOf struct for NrCellDuSingleAllOf.
NrCellDuSingleAllOf1 struct for NrCellDuSingleAllOf1.
NrCellDuSingleAllOfAttributes struct for NrCellDuSingleAllOfAttributes.
NrCellDuSingleAllOfAttributesAllOf struct for NrCellDuSingleAllOfAttributesAllOf.
NRCellRelationSingle struct for NRCellRelationSingle.
NRCellRelationSingleAllOf struct for NRCellRelationSingleAllOf.
NRCellRelationSingleAllOfAttributes struct for NRCellRelationSingleAllOfAttributes.
NRFreqRelationSingle struct for NRFreqRelationSingle.
NRFreqRelationSingleAllOf struct for NRFreqRelationSingleAllOf.
NRFreqRelationSingleAllOfAttributes struct for NRFreqRelationSingleAllOfAttributes.
NRFrequencySingle struct for NRFrequencySingle.
NRFrequencySingleAllOf struct for NRFrequencySingleAllOf.
NRFrequencySingleAllOfAttributes struct for NRFrequencySingleAllOfAttributes.
NrOperatorCellDuSingle struct for NrOperatorCellDuSingle.
NrOperatorCellDuSingleAllOf struct for NrOperatorCellDuSingleAllOf.
NRPciList struct for NRPciList.
NrSectorCarrierSingle struct for NrSectorCarrierSingle.
NrSectorCarrierSingleAllOf struct for NrSectorCarrierSingleAllOf.
NrSectorCarrierSingleAllOf1 struct for NrSectorCarrierSingleAllOf1.
NrSectorCarrierSingleAllOfAttributes struct for NrSectorCarrierSingleAllOfAttributes.
NrSectorCarrierSingleAllOfAttributesAllOf struct for NrSectorCarrierSingleAllOfAttributesAllOf.
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Operation struct for Operation.
OperatorDuSingle struct for OperatorDuSingle.
OperatorDuSingleAllOf struct for OperatorDuSingleAllOf.
OperatorDuSingleAllOf1 struct for OperatorDuSingleAllOf1.
PacketErrorRate struct for PacketErrorRate.
ParameterRange struct for ParameterRange.
PeeParameter struct for PeeParameter.
PerfMetricJobSingle struct for PerfMetricJobSingle.
PerfMetricJobSingleAllOf struct for PerfMetricJobSingleAllOf.
PerfMetricJobSingleAllOfAttributes struct for PerfMetricJobSingleAllOfAttributes.
PlmnId struct for PlmnId.
PlmnInfo struct for PlmnInfo.
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.
QOffsetRangeList struct for QOffsetRangeList.
RemoteAddress struct for RemoteAddress.
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.
ResourcesNrNrm - struct for ResourcesNrNrm.
RimRSGlobalSingle struct for RimRSGlobalSingle.
RimRSGlobalSingleAllOf struct for RimRSGlobalSingleAllOf.
RimRSGlobalSingleAllOfAttributes struct for RimRSGlobalSingleAllOfAttributes.
RimRSReportConf struct for RimRSReportConf.
RimRSReportInfo struct for RimRSReportInfo.
RimRSSetSingle struct for RimRSSetSingle.
RimRSSetSingleAllOf struct for RimRSSetSingleAllOf.
RimRSSetSingleAllOfAttributes struct for RimRSSetSingleAllOfAttributes.
RrmPolicyAttr struct for RrmPolicyAttr.
RrmPolicyMember struct for RrmPolicyMember.
RRMPolicyRatioSingle struct for RRMPolicyRatioSingle.
RRMPolicyRatioSingleAllOf struct for RRMPolicyRatioSingleAllOf.
RRMPolicyRatioSingleAllOfAttributes struct for RRMPolicyRatioSingleAllOfAttributes.
RRMPolicyRatioSingleAllOfAttributesAllOf struct for RRMPolicyRatioSingleAllOfAttributesAllOf.
SAP struct for SAP.
Scope struct for Scope.
SequenceDomainPara struct for SequenceDomainPara.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
Snssai struct for Snssai.
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.
Tai1 struct for Tai1.
TceMappingInfo struct for TceMappingInfo.
TceMappingInfoTceIPAddress - struct for TceMappingInfoTceIPAddress.
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.
TimeDomainPara struct for TimeDomainPara.
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.
UeAccDelayProbilityDist struct for UeAccDelayProbilityDist.
UeAccProbilityDist struct for UeAccProbilityDist.
VnfParameter struct for VnfParameter.
VsDataContainerSingle struct for VsDataContainerSingle.
VsDataContainerSingleAttributes struct for VsDataContainerSingleAttributes.

# Interfaces

No description provided by the author

# Type aliases

AckState the model 'AckState'.
AdministrativeState the model 'AdministrativeState'.
AlarmNotificationTypes the model 'AlarmNotificationTypes'.
AlarmType the model 'AlarmType'.
AnonymizationOfMdtDataType Specifies level of MDT anonymization.
BwpContext the model 'BwpContext'.
CellState the model 'CellState'.
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.
CyclicPrefix the model 'CyclicPrefix'.
EventListForEventTriggeredMeasurementType See details in 3GPP TS 32.422 clause 5.10.28.
FileNotificationTypes the model 'FileNotificationTypes'.
HeartbeatNotificationTypes the model 'HeartbeatNotificationTypes'.
IsESCoveredBy the model 'IsESCoveredBy'.
IsInitialBwp the model 'IsInitialBwp'.
JobTypeType Specifies whether the TraceJob represents only MDT, Logged MBSFN MDT, Trace or a combined Trace and MDT job.
LoggingDurationType See details in 3GPP TS 32.422 clause 5.10.9.
MeasurementPeriodLteType See details in 3GPP TS 32.422 clause 5.10.23.
MeasurementPeriodUmtsType See details in 3GPP TS 32.422 clause 5.10.22.
MeasurementQuantityType See details in 3GPP TS 32.422 clause 5.10.15.
NFServiceType the model 'NFServiceType'.
NFType NF name defined in TS 23.501 or TS 29.510.
OperationalState the model 'OperationalState'.
OperationSemantics the model 'OperationSemantics'.
PerceivedSeverity the model 'PerceivedSeverity'.
PerfNotificationTypes the model 'PerfNotificationTypes'.
PositioningMethodType See details in 3GPP TS 32.422 clause 5.10.19.
QOffsetRange the model 'QOffsetRange'.
RegistrationState the model 'RegistrationState'.
ReportAmountType See details in 3GPP TS 32.422 clause 5.10.6.
ReportTypeType Report type for logged NR MDT.
ResourceType the model 'ResourceType'.
RSSetType the model 'RSSetType'.
ServerConfigurations stores multiple ServerConfiguration items.
SsbDuration the model 'SsbDuration'.
SsbPeriodicity the model 'SsbPeriodicity'.
SsbSubCarrierSpacing the model 'SsbSubCarrierSpacing'.
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'.
TReselectionNRSf the model 'TReselectionNRSf'.
TxDirection the model 'TxDirection'.
UsageState the model 'UsageState'.