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

# README

Go API client for openapi_SliceNrm

OAS 3.0.1 specification of the Slice 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_SliceNrm "github.com/GIT_USER_ID/GIT_REPO_ID/openapi_SliceNrm"

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_SliceNrm.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_SliceNrm.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_SliceNrm.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), openapi_SliceNrm.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.
[]TaiAsAreaOfInterest is a convenience function that returns []Tai wrapped in AreaOfInterest.
[]TaiAsAreaScope is a convenience function that returns []Tai wrapped in AreaScope.
[]UtraCellIdAsAreaOfInterest is a convenience function that returns []UtraCellId wrapped in AreaOfInterest.
CacheExpires helper function to determine remaining time before repeating a request.
CmNotificationTypesAsNotificationType is a convenience function that returns CmNotificationTypes wrapped in NotificationType.
EmbbEEPerfReqAsEEPerfReq is a convenience function that returns EmbbEEPerfReq wrapped in EEPerfReq.
EPTransportSingleAsResourcesSliceNrm is a convenience function that returns EPTransportSingle wrapped in ResourcesSliceNrm.
FeasibilityCheckAndReservationJobSingleAsResourcesSliceNrm is a convenience function that returns FeasibilityCheckAndReservationJobSingle wrapped in ResourcesSliceNrm.
FileNotificationTypesAsNotificationType is a convenience function that returns FileNotificationTypes wrapped in NotificationType.
float32AsThresholdInfoHysteresis is a convenience function that returns float32 wrapped in ThresholdInfoHysteresis.
float32AsThresholdInfoThresholdValue is a convenience function that returns float32 wrapped in ThresholdInfoThresholdValue.
GeoAreaToCellMappingAsAreaOfInterest is a convenience function that returns GeoAreaToCellMapping wrapped in AreaOfInterest.
HeartbeatNotificationTypesAsNotificationType is a convenience function that returns HeartbeatNotificationTypes wrapped in NotificationType.
int32AsEventThresholdTypeEventThresholdRSRP is a convenience function that returns int32 wrapped in EventThresholdTypeEventThresholdRSRP.
int32AsEventThresholdTypeEventThresholdRSRQ is a convenience function that returns int32 wrapped in EventThresholdTypeEventThresholdRSRQ.
int32AsProbableCause is a convenience function that returns int32 wrapped in ProbableCause.
int32AsSpecificProblem is a convenience function that returns int32 wrapped in SpecificProblem.
int32AsThresholdInfoHysteresis is a convenience function that returns int32 wrapped in ThresholdInfoHysteresis.
int32AsThresholdInfoThresholdValue is a convenience function that returns int32 wrapped in ThresholdInfoThresholdValue.
Ipv6AddrAsIpAddr is a convenience function that returns Ipv6Addr wrapped in IpAddr.
Ipv6AddrAsIpAddress is a convenience function that returns Ipv6Addr wrapped in IpAddress.
IsNil checks if an input is nil.
MIoTEEPerfReqAsEEPerfReq is a convenience function that returns MIoTEEPerfReq wrapped in EEPerfReq.
MnSAsResourcesSliceNrm is a convenience function that returns MnS wrapped in ResourcesSliceNrm.
MnSOneOfAsMnS is a convenience function that returns MnSOneOf wrapped in MnS.
NetworkSliceSingleAsResourcesSliceNrm is a convenience function that returns NetworkSliceSingle wrapped in ResourcesSliceNrm.
NetworkSliceSubnetProviderCapabilitiesSingleAsResourcesSliceNrm is a convenience function that returns NetworkSliceSubnetProviderCapabilitiesSingle wrapped in ResourcesSliceNrm.
NetworkSliceSubnetSingleAsResourcesSliceNrm is a convenience function that returns NetworkSliceSubnetSingle wrapped in ResourcesSliceNrm.
NewAckStateFromValue returns a pointer to a valid AckState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAdministrativeStateFromValue returns a pointer to a valid AdministrativeState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAlarmListSingle instantiates a new AlarmListSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAlarmListSingleAllOf instantiates a new AlarmListSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAlarmListSingleAllOfAttributes instantiates a new AlarmListSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAlarmListSingleAllOfAttributesWithDefaults instantiates a new AlarmListSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAlarmListSingleAllOfWithDefaults instantiates a new AlarmListSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAlarmListSingleWithDefaults instantiates a new AlarmListSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAlarmNotificationTypesFromValue returns a pointer to a valid AlarmNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewAlarmRecord instantiates a new AlarmRecord object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewAlarmRecordWithDefaults instantiates a new AlarmRecord object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewAlarmTypeFromValue returns a pointer to a valid AlarmType for the value passed as argument, or an error if the value passed is not allowed by the enum.
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.
NewCategoryFromValue returns a pointer to a valid Category for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCmNotificationTypesFromValue returns a pointer to a valid CmNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCNSliceSubnetProfile instantiates a new CNSliceSubnetProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCNSliceSubnetProfileWithDefaults instantiates a new CNSliceSubnetProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewCollectionPeriodM6LteTypeFromValue returns a pointer to a valid CollectionPeriodM6LteType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCollectionPeriodM6NrTypeFromValue returns a pointer to a valid CollectionPeriodM6NrType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCollectionPeriodRrmLteTypeFromValue returns a pointer to a valid CollectionPeriodRrmLteType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCollectionPeriodRrmNrTypeFromValue returns a pointer to a valid CollectionPeriodRrmNrType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewCollectionPeriodRrmUmtsTypeFromValue returns a pointer to a valid CollectionPeriodRrmUmtsType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewConfiguration returns a new Configuration object.
NewCorrelatedNotification instantiates a new CorrelatedNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewCorrelatedNotificationWithDefaults instantiates a new CorrelatedNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDelayTolerance instantiates a new DelayTolerance object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDelayToleranceWithDefaults instantiates a new DelayTolerance object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewDeterministicComm instantiates a new DeterministicComm object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewDeterministicCommWithDefaults instantiates a new DeterministicComm object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEmbbEEPerfReq instantiates a new EmbbEEPerfReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEmbbEEPerfReqWithDefaults instantiates a new EmbbEEPerfReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEnergyEfficiency instantiates a new EnergyEfficiency object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEnergyEfficiencyWithDefaults instantiates a new EnergyEfficiency object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEPTransportSingle instantiates a new EPTransportSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEPTransportSingleAllOf instantiates a new EPTransportSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEPTransportSingleAllOfAttributes instantiates a new EPTransportSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewEPTransportSingleAllOfAttributesWithDefaults instantiates a new EPTransportSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEPTransportSingleAllOfWithDefaults instantiates a new EPTransportSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewEPTransportSingleWithDefaults instantiates a new EPTransportSingle object This 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.
NewExposureFromValue returns a pointer to a valid Exposure for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewFeasibilityCheckAndReservationJobSingle instantiates a new FeasibilityCheckAndReservationJobSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFeasibilityCheckAndReservationJobSingleAllOf instantiates a new FeasibilityCheckAndReservationJobSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFeasibilityCheckAndReservationJobSingleAllOfAttributes instantiates a new FeasibilityCheckAndReservationJobSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFeasibilityCheckAndReservationJobSingleAllOfAttributesWithDefaults instantiates a new FeasibilityCheckAndReservationJobSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFeasibilityCheckAndReservationJobSingleAllOfWithDefaults instantiates a new FeasibilityCheckAndReservationJobSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFeasibilityCheckAndReservationJobSingleWithDefaults instantiates a new FeasibilityCheckAndReservationJobSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFeasibilityResultFromValue returns a pointer to a valid FeasibilityResult for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewFileDownloadJobProcessMonitor instantiates a new FileDownloadJobProcessMonitor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileDownloadJobProcessMonitorWithDefaults instantiates a new FileDownloadJobProcessMonitor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileDownloadJobSingle instantiates a new FileDownloadJobSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileDownloadJobSingleAllOf instantiates a new FileDownloadJobSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileDownloadJobSingleAllOfAttributes instantiates a new FileDownloadJobSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileDownloadJobSingleAllOfAttributesWithDefaults instantiates a new FileDownloadJobSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileDownloadJobSingleAllOfWithDefaults instantiates a new FileDownloadJobSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileDownloadJobSingleWithDefaults instantiates a new FileDownloadJobSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileNotificationTypesFromValue returns a pointer to a valid FileNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewFileSingle instantiates a new FileSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileSingleAllOf instantiates a new FileSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileSingleAllOfAttributes instantiates a new FileSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFileSingleAllOfAttributesWithDefaults instantiates a new FileSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileSingleAllOfWithDefaults instantiates a new FileSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFileSingleWithDefaults instantiates a new FileSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFilesSingle instantiates a new FilesSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFilesSingleAllOf instantiates a new FilesSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFilesSingleAllOfAttributes instantiates a new FilesSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFilesSingleAllOfAttributesWithDefaults instantiates a new FilesSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFilesSingleAllOfWithDefaults instantiates a new FilesSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFilesSingleWithDefaults instantiates a new FilesSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewFreqInfo instantiates a new FreqInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewFreqInfoWithDefaults instantiates a new FreqInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGeoArea instantiates a new GeoArea object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGeoAreaToCellMapping instantiates a new GeoAreaToCellMapping object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGeoAreaToCellMappingWithDefaults instantiates a new GeoAreaToCellMapping object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGeoAreaWithDefaults instantiates a new GeoArea object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewGeoCoordinate instantiates a new GeoCoordinate object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewGeoCoordinateWithDefaults instantiates a new GeoCoordinate object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHeartbeatControlSingle instantiates a new HeartbeatControlSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHeartbeatControlSingleAllOf instantiates a new HeartbeatControlSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHeartbeatControlSingleAllOfAttributes instantiates a new HeartbeatControlSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewHeartbeatControlSingleAllOfAttributesWithDefaults instantiates a new HeartbeatControlSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHeartbeatControlSingleAllOfWithDefaults instantiates a new HeartbeatControlSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHeartbeatControlSingleWithDefaults instantiates a new HeartbeatControlSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewHeartbeatNotificationTypesFromValue returns a pointer to a valid HeartbeatNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewIpv6Addr instantiates a new Ipv6Addr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewIpv6AddrWithDefaults instantiates a new Ipv6Addr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewJobTypeTypeFromValue returns a pointer to a valid JobTypeType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewKPIMonitoring instantiates a new KPIMonitoring object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewKPIMonitoringWithDefaults instantiates a new KPIMonitoring object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListOfInterfacesType instantiates a new ListOfInterfacesType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListOfInterfacesTypeWithDefaults instantiates a new ListOfInterfacesType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewListOfMeasurementsType instantiates a new ListOfMeasurementsType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewListOfMeasurementsTypeWithDefaults instantiates a new ListOfMeasurementsType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLoggingDurationTypeFromValue returns a pointer to a valid LoggingDurationType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewLoggingIntervalType instantiates a new LoggingIntervalType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLoggingIntervalTypeWithDefaults instantiates a new LoggingIntervalType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewLogicalInterfaceInfo instantiates a new LogicalInterfaceInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewLogicalInterfaceInfoWithDefaults instantiates a new LogicalInterfaceInfo object This 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.
NewMaxNumberofPDUSessions instantiates a new MaxNumberofPDUSessions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMaxNumberofPDUSessionsWithDefaults instantiates a new MaxNumberofPDUSessions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewMaxPktSize instantiates a new MaxPktSize object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMaxPktSizeWithDefaults instantiates a new MaxPktSize object This 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.
NewMIoTEEPerfReq instantiates a new MIoTEEPerfReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewMIoTEEPerfReqWithDefaults instantiates a new MIoTEEPerfReq object This 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.
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.
NewMobilityLevelFromValue returns a pointer to a valid MobilityLevel for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewN6Protection instantiates a new N6Protection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewN6ProtectionWithDefaults instantiates a new N6Protection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNBIoT instantiates a new NBIoT object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNBIoTWithDefaults instantiates a new NBIoT object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNetworkSliceSharingIndicatorFromValue returns a pointer to a valid NetworkSliceSharingIndicator for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewNetworkSliceSingle instantiates a new NetworkSliceSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetworkSliceSingleAllOf instantiates a new NetworkSliceSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetworkSliceSingleAllOfAttributes instantiates a new NetworkSliceSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetworkSliceSingleAllOfAttributesAllOf instantiates a new NetworkSliceSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetworkSliceSingleAllOfAttributesAllOfWithDefaults instantiates a new NetworkSliceSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNetworkSliceSingleAllOfAttributesWithDefaults instantiates a new NetworkSliceSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNetworkSliceSingleAllOfWithDefaults instantiates a new NetworkSliceSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNetworkSliceSingleWithDefaults instantiates a new NetworkSliceSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNetworkSliceSubnetProviderCapabilitiesSingle instantiates a new NetworkSliceSubnetProviderCapabilitiesSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetworkSliceSubnetProviderCapabilitiesSingleAllOf instantiates a new NetworkSliceSubnetProviderCapabilitiesSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes instantiates a new NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributesWithDefaults instantiates a new NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNetworkSliceSubnetProviderCapabilitiesSingleAllOfWithDefaults instantiates a new NetworkSliceSubnetProviderCapabilitiesSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNetworkSliceSubnetProviderCapabilitiesSingleWithDefaults instantiates a new NetworkSliceSubnetProviderCapabilitiesSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNetworkSliceSubnetSingle instantiates a new NetworkSliceSubnetSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetworkSliceSubnetSingleAllOf instantiates a new NetworkSliceSubnetSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetworkSliceSubnetSingleAllOfAttributes instantiates a new NetworkSliceSubnetSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetworkSliceSubnetSingleAllOfAttributesAllOf instantiates a new NetworkSliceSubnetSingleAllOfAttributesAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNetworkSliceSubnetSingleAllOfAttributesAllOfWithDefaults instantiates a new NetworkSliceSubnetSingleAllOfAttributesAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNetworkSliceSubnetSingleAllOfAttributesWithDefaults instantiates a new NetworkSliceSubnetSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNetworkSliceSubnetSingleAllOfWithDefaults instantiates a new NetworkSliceSubnetSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNetworkSliceSubnetSingleWithDefaults instantiates a new NetworkSliceSubnetSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
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.
NewNsInfo instantiates a new NsInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNsInfoWithDefaults instantiates a new NsInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewNSSAASupport instantiates a new NSSAASupport object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewNSSAASupportWithDefaults instantiates a new NSSAASupport object This 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
NewOperationalStateFromValue returns a pointer to a valid OperationalState for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPerceivedSeverityFromValue returns a pointer to a valid PerceivedSeverity for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewPerfMetricJobSingle instantiates a new PerfMetricJobSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPerfMetricJobSingleAllOf instantiates a new PerfMetricJobSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPerfMetricJobSingleAllOfAttributes instantiates a new PerfMetricJobSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPerfMetricJobSingleAllOfAttributesWithDefaults instantiates a new PerfMetricJobSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPerfMetricJobSingleAllOfWithDefaults instantiates a new PerfMetricJobSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPerfMetricJobSingleWithDefaults instantiates a new PerfMetricJobSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPerfNotificationTypesFromValue returns a pointer to a valid PerfNotificationTypes for the value passed as argument, or an error if the value passed is not allowed by the enum.
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.
NewPositioning instantiates a new Positioning object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
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.
NewPositioningRANSubnet instantiates a new PositioningRANSubnet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewPositioningRANSubnetWithDefaults instantiates a new PositioningRANSubnet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPositioningWithDefaults instantiates a new Positioning object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewPredictionfrequencyFromValue returns a pointer to a valid Predictionfrequency for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewProcessMonitor instantiates a new ProcessMonitor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewProcessMonitorWithDefaults instantiates a new ProcessMonitor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRadioSpectrum instantiates a new RadioSpectrum object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRadioSpectrumWithDefaults instantiates a new RadioSpectrum object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewRANSliceSubnetProfile instantiates a new RANSliceSubnetProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewRANSliceSubnetProfileWithDefaults instantiates a new RANSliceSubnetProfile object This 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.
NewResourceReservationStatusFromValue returns a pointer to a valid ResourceReservationStatus for the value passed as argument, or an error if the value passed is not allowed by the enum.
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.
NewSecFunc instantiates a new SecFunc object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSecFuncWithDefaults instantiates a new SecFunc object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServAttrCom instantiates a new ServAttrCom object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServAttrComWithDefaults instantiates a new ServAttrCom object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewServiceProfile instantiates a new ServiceProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewServiceProfileWithDefaults instantiates a new ServiceProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSharingLevelFromValue returns a pointer to a valid SharingLevel for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSliceProfile instantiates a new SliceProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSliceProfileWithDefaults instantiates a new SliceProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSliceSimultaneousUseFromValue returns a pointer to a valid SliceSimultaneousUse for the value passed as argument, or an error if the value passed is not allowed by the enum.
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.
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.
NewSubNetworkSingleAllOfAttributes instantiates a new SubNetworkSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSubNetworkSingleAllOfAttributesWithDefaults instantiates a new SubNetworkSingleAllOfAttributes object This 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.
NewSupportFromValue returns a pointer to a valid Support for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSynAvailabilityFromValue returns a pointer to a valid SynAvailability for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewSynchronicity instantiates a new Synchronicity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSynchronicityRANSubnet instantiates a new SynchronicityRANSubnet object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewSynchronicityRANSubnetWithDefaults instantiates a new SynchronicityRANSubnet object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewSynchronicityWithDefaults instantiates a new Synchronicity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTai instantiates a new Tai object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTaiWithDefaults instantiates a new Tai object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTermDensity instantiates a new TermDensity object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTermDensityWithDefaults instantiates a new TermDensity object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewThresholdInfo instantiates a new ThresholdInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewThresholdInfo1 instantiates a new ThresholdInfo1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewThresholdInfo1WithDefaults instantiates a new ThresholdInfo1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewThresholdInfoWithDefaults instantiates a new ThresholdInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewThresholdLevelIndOneOf instantiates a new ThresholdLevelIndOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewThresholdLevelIndOneOf1 instantiates a new ThresholdLevelIndOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewThresholdLevelIndOneOf1WithDefaults instantiates a new ThresholdLevelIndOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewThresholdLevelIndOneOfWithDefaults instantiates a new ThresholdLevelIndOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewThresholdMonitorSingle instantiates a new ThresholdMonitorSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewThresholdMonitorSingleAllOf instantiates a new ThresholdMonitorSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewThresholdMonitorSingleAllOfAttributes instantiates a new ThresholdMonitorSingleAllOfAttributes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewThresholdMonitorSingleAllOfAttributesWithDefaults instantiates a new ThresholdMonitorSingleAllOfAttributes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewThresholdMonitorSingleAllOfWithDefaults instantiates a new ThresholdMonitorSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewThresholdMonitorSingleWithDefaults instantiates a new ThresholdMonitorSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTimeToTriggerL1TypeFromValue returns a pointer to a valid TimeToTriggerL1Type for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTimeWindow instantiates a new TimeWindow object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTimeWindowWithDefaults instantiates a new TimeWindow object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTop instantiates a new Top object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTopSliceSubnetProfile instantiates a new TopSliceSubnetProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTopSliceSubnetProfileWithDefaults instantiates a new TopSliceSubnetProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTopWithDefaults instantiates a new Top object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTraceDepthTypeFromValue returns a pointer to a valid TraceDepthType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTraceJobAttr instantiates a new TraceJobAttr object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTraceJobAttrWithDefaults instantiates a new TraceJobAttr object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTraceJobSingle instantiates a new TraceJobSingle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTraceJobSingleAllOf instantiates a new TraceJobSingleAllOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTraceJobSingleAllOfWithDefaults instantiates a new TraceJobSingleAllOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTraceJobSingleWithDefaults instantiates a new TraceJobSingle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTraceReferenceType instantiates a new TraceReferenceType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTraceReferenceTypeWithDefaults instantiates a new TraceReferenceType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTraceReportingFormatTypeFromValue returns a pointer to a valid TraceReportingFormatType for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTraceTargetType instantiates a new TraceTargetType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTraceTargetTypeWithDefaults instantiates a new TraceTargetType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewTrendIndicationFromValue returns a pointer to a valid TrendIndication for the value passed as argument, or an error if the value passed is not allowed by the enum.
NewTriggeringEventsType instantiates a new TriggeringEventsType object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewTriggeringEventsTypeWithDefaults instantiates a new TriggeringEventsType object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUrllcEEPerfReq instantiates a new UrllcEEPerfReq object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUrllcEEPerfReqWithDefaults instantiates a new UrllcEEPerfReq object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewUserMgmtOpen instantiates a new UserMgmtOpen object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewUserMgmtOpenWithDefaults instantiates a new UserMgmtOpen object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
NewV2XCommModels instantiates a new V2XCommModels object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewV2XCommModelsWithDefaults instantiates a new V2XCommModels object This 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.
NewXLThpt instantiates a new XLThpt object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
NewXLThptWithDefaults instantiates a new XLThpt object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
PerfNotificationTypesAsNotificationType is a convenience function that returns PerfNotificationTypes wrapped in NotificationType.
ProbableCauseOneOfAsProbableCause is a convenience function that returns ProbableCauseOneOf wrapped in ProbableCause.
PtrBool is a helper routine that returns a pointer to given boolean value.
PtrFloat32 is a helper routine that returns a pointer to given float value.
PtrFloat64 is a helper routine that returns a pointer to given float value.
PtrInt is a helper routine that returns a pointer to given integer value.
PtrInt32 is a helper routine that returns a pointer to given integer value.
PtrInt64 is a helper routine that returns a pointer to given integer value.
PtrString is a helper routine that returns a pointer to given string value.
PtrTime is helper routine that returns a pointer to given Time value.
ReportingCtrlOneOf1AsReportingCtrl is a convenience function that returns ReportingCtrlOneOf1 wrapped in ReportingCtrl.
ReportingCtrlOneOf2AsReportingCtrl is a convenience function that returns ReportingCtrlOneOf2 wrapped in ReportingCtrl.
ReportingCtrlOneOfAsReportingCtrl is a convenience function that returns ReportingCtrlOneOf wrapped in ReportingCtrl.
stringAsFileDownloadJobProcessMonitorResultStateInfo is a convenience function that returns string wrapped in FileDownloadJobProcessMonitorResultStateInfo.
stringAsIpAddr is a convenience function that returns string wrapped in IpAddr.
stringAsIpAddress is a convenience function that returns string wrapped in IpAddress.
stringAsSpecificProblem is a convenience function that returns string wrapped in SpecificProblem.
SubNetworkSingleAsResourcesSliceNrm is a convenience function that returns SubNetworkSingle wrapped in ResourcesSliceNrm.
ThresholdLevelIndOneOf1AsThresholdLevelInd is a convenience function that returns ThresholdLevelIndOneOf1 wrapped in ThresholdLevelInd.
ThresholdLevelIndOneOfAsThresholdLevelInd is a convenience function that returns ThresholdLevelIndOneOf wrapped in ThresholdLevelInd.
UrllcEEPerfReqAsEEPerfReq is a convenience function that returns UrllcEEPerfReq wrapped in EEPerfReq.

# Constants

List of eventListForEventTriggeredMeasurement-Type.
List of AckState.
List of Exposure.
List of SynAvailability.
List of SynAvailability.
List of Category.
List of PerceivedSeverity.
List of AlarmType.
List of measurementQuantity-Type.
List of measurementQuantity-Type.
List of PerceivedSeverity.
List of OperationalState.
List of positioningMethod-Type.
List of OperationalState.
List of AlarmType.
List of AlarmType.
List of reportType-Type.
List of FeasibilityResult.
List of traceReportingFormat-Type.
List of SliceSimultaneousUse.
List of MobilityLevel.
List of positioningMethod-Type.
List of jobType-Type.
List of jobType-Type.
List of PerceivedSeverity.
List of FeasibilityResult.
List of reportAmount-Type.
List of AlarmType.
List of Exposure.
List of TrendIndication.
List of AdministrativeState.
List of jobType-Type.
List of jobType-Type.
List of PerceivedSeverity.
List of traceDepth-Type.
List of traceDepth-Type.
List of traceDepth-Type.
List of PerceivedSeverity.
List of TrendIndication.
List of TrendIndication.
List of anonymizationOfMdtData-Type.
List of MobilityLevel.
List of NetworkSliceSharingIndicator.
List of SharingLevel.
List of Support.
List of SynAvailability.
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 SliceSimultaneousUse.
List of AlarmType.
List of eventListForEventTriggeredMeasurement-Type.
List of measurementQuantity-Type.
List of Predictionfrequency.
List of reportType-Type.
List of Predictionfrequency.
List of Predictionfrequency.
List of AlarmType.
List of AlarmType.
List of AlarmType.
List of jobType-Type.
List of ResourceReservationStatus.
List of MobilityLevel.
List of jobType-Type.
List of Category.
List of AlarmType.
List of NetworkSliceSharingIndicator.
List of SharingLevel.
List of MobilityLevel.
List of traceReportingFormat-Type.
List of Support.
List of anonymizationOfMdtData-Type.
List of SliceSimultaneousUse.
List of AlarmType.
List of jobType-Type.
List of SliceSimultaneousUse.
List of AckState.
List of AdministrativeState.
List of ResourceReservationStatus.
List of ResourceReservationStatus.
List of traceDepth-Type.
List of traceDepth-Type.
List of traceDepth-Type.
List of PerceivedSeverity.
List of SliceSimultaneousUse.

# Variables

All allowed values of AckState enum.
All allowed values of AdministrativeState enum.
All allowed values of AlarmNotificationTypes enum.
All allowed values of AlarmType enum.
All allowed values of AnonymizationOfMdtDataType enum.
All allowed values of Category enum.
All allowed values of CmNotificationTypes enum.
All allowed values of CollectionPeriodM6LteType enum.
All allowed values of CollectionPeriodM6NrType enum.
All allowed values of CollectionPeriodRrmLteType enum.
All allowed values of CollectionPeriodRrmNrType enum.
All allowed values of CollectionPeriodRrmUmtsType enum.
All allowed values of EventListForEventTriggeredMeasurementType enum.
All allowed values of Exposure enum.
All allowed values of FeasibilityResult enum.
All allowed values of FileNotificationTypes enum.
All allowed values of HeartbeatNotificationTypes enum.
All allowed values of JobTypeType enum.
All allowed values of LoggingDurationType enum.
All allowed values of MeasurementPeriodLteType enum.
All allowed values of MeasurementPeriodUmtsType enum.
All allowed values of MeasurementQuantityType enum.
All allowed values of MobilityLevel enum.
All allowed values of NetworkSliceSharingIndicator enum.
All allowed values of OperationalState enum.
All allowed values of PerceivedSeverity enum.
All allowed values of PerfNotificationTypes enum.
All allowed values of PositioningMethodType enum.
All allowed values of Predictionfrequency enum.
All allowed values of ReportAmountType enum.
All allowed values of ReportTypeType enum.
All allowed values of ResourceReservationStatus enum.
All allowed values of SharingLevel enum.
All allowed values of SliceSimultaneousUse enum.
All allowed values of Support enum.
All allowed values of SynAvailability enum.
All allowed values of TimeToTriggerL1Type enum.
All allowed values of TraceDepthType enum.
All allowed values of TraceReportingFormatType enum.
All allowed values of TrendIndication enum.
ContextOperationServerIndices uses a server configuration from the index mapping.
ContextOperationServerVariables overrides a server configuration variables using operation specific values.
ContextServerIndex uses a server configuration from the index.
ContextServerVariables overrides a server configuration variables.

# Structs

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 Slice 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.
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth.
CNSliceSubnetProfile struct for CNSliceSubnetProfile.
Configuration stores the configuration of the API client.
CorrelatedNotification struct for CorrelatedNotification.
DelayTolerance struct for DelayTolerance.
DeterministicComm struct for DeterministicComm.
EEPerfReq - struct for EEPerfReq.
EmbbEEPerfReq struct for EmbbEEPerfReq.
EnergyEfficiency struct for EnergyEfficiency.
EPTransportSingle struct for EPTransportSingle.
EPTransportSingleAllOf struct for EPTransportSingleAllOf.
EPTransportSingleAllOfAttributes struct for EPTransportSingleAllOfAttributes.
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.
FeasibilityCheckAndReservationJobSingle struct for FeasibilityCheckAndReservationJobSingle.
FeasibilityCheckAndReservationJobSingleAllOf struct for FeasibilityCheckAndReservationJobSingleAllOf.
FeasibilityCheckAndReservationJobSingleAllOfAttributes struct for FeasibilityCheckAndReservationJobSingleAllOfAttributes.
FileDownloadJobProcessMonitor This data type is the \"ProcessMonitor\" data type with specialisations for usage in the \"FileDownloadJob\".
FileDownloadJobProcessMonitorResultStateInfo - struct for FileDownloadJobProcessMonitorResultStateInfo.
FileDownloadJobSingle struct for FileDownloadJobSingle.
FileDownloadJobSingleAllOf struct for FileDownloadJobSingleAllOf.
FileDownloadJobSingleAllOfAttributes struct for FileDownloadJobSingleAllOfAttributes.
FileSingle struct for FileSingle.
FileSingleAllOf struct for FileSingleAllOf.
FileSingleAllOfAttributes struct for FileSingleAllOfAttributes.
FilesSingle struct for FilesSingle.
FilesSingleAllOf struct for FilesSingleAllOf.
FilesSingleAllOfAttributes struct for FilesSingleAllOfAttributes.
FreqInfo specifies the carrier frequency and bands used in a cell.
GenericOpenAPIError Provides access to the body, error and model on returned errors.
GeoArea struct for GeoArea.
GeoAreaToCellMapping struct for GeoAreaToCellMapping.
GeoCoordinate struct for GeoCoordinate.
HeartbeatControlSingle struct for HeartbeatControlSingle.
HeartbeatControlSingleAllOf struct for HeartbeatControlSingleAllOf.
HeartbeatControlSingleAllOfAttributes struct for HeartbeatControlSingleAllOfAttributes.
IpAddr - struct for IpAddr.
IpAddress - struct for IpAddress.
Ipv6Addr struct for Ipv6Addr.
KPIMonitoring struct for KPIMonitoring.
ListOfInterfacesType The interfaces to be recorded in the Network Element.
ListOfMeasurementsType See details in 3GPP TS 32.422 clause 5.10.3 for details.
LoggingIntervalType See details in 3GPP TS 32.422 clause 5.10.8.
LogicalInterfaceInfo struct for LogicalInterfaceInfo.
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.
MaxNumberofPDUSessions struct for MaxNumberofPDUSessions.
MaxPktSize struct for MaxPktSize.
MbsfnArea struct for MbsfnArea.
MeContextSingle struct for MeContextSingle.
MeContextSingleAllOf struct for MeContextSingleAllOf.
MeContextSingleAllOfAttributes struct for MeContextSingleAllOfAttributes.
MIoTEEPerfReq struct for MIoTEEPerfReq.
MnS - struct for MnS.
MnsAgentSingle struct for MnsAgentSingle.
MnsAgentSingleAllOf struct for MnsAgentSingleAllOf.
MnsAgentSingleAllOfAttributes struct for MnsAgentSingleAllOfAttributes.
MnsInfoSingle struct for MnsInfoSingle.
MnSOneOf struct for MnSOneOf.
MnsRegistrySingle struct for MnsRegistrySingle.
N6Protection struct for N6Protection.
NBIoT struct for NBIoT.
NetworkSliceSingle struct for NetworkSliceSingle.
NetworkSliceSingleAllOf struct for NetworkSliceSingleAllOf.
NetworkSliceSingleAllOfAttributes struct for NetworkSliceSingleAllOfAttributes.
NetworkSliceSingleAllOfAttributesAllOf struct for NetworkSliceSingleAllOfAttributesAllOf.
NetworkSliceSubnetProviderCapabilitiesSingle struct for NetworkSliceSubnetProviderCapabilitiesSingle.
NetworkSliceSubnetProviderCapabilitiesSingleAllOf struct for NetworkSliceSubnetProviderCapabilitiesSingleAllOf.
NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes struct for NetworkSliceSubnetProviderCapabilitiesSingleAllOfAttributes.
NetworkSliceSubnetSingle struct for NetworkSliceSubnetSingle.
NetworkSliceSubnetSingleAllOf struct for NetworkSliceSubnetSingleAllOf.
NetworkSliceSubnetSingleAllOfAttributes struct for NetworkSliceSubnetSingleAllOfAttributes.
NetworkSliceSubnetSingleAllOfAttributesAllOf struct for NetworkSliceSubnetSingleAllOfAttributesAllOf.
NodeFilter struct for NodeFilter.
NotificationType - struct for NotificationType.
NsInfo struct for NsInfo.
NSSAASupport struct for NSSAASupport.
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
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.
Positioning struct for Positioning.
PositioningRANSubnet struct for PositioningRANSubnet.
ProbableCause - The value of the probable cause may be a specific standardized string, or any vendor provided string.
ProbableCauseOneOf struct for ProbableCauseOneOf.
ProcessMonitor This data type is the \"ProcessMonitor\" data type without specialisations.
RadioSpectrum struct for RadioSpectrum.
RANSliceSubnetProfile struct for RANSliceSubnetProfile.
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.
ResourcesSliceNrm - struct for ResourcesSliceNrm.
Scope struct for Scope.
SecFunc struct for SecFunc.
ServAttrCom struct for ServAttrCom.
ServerConfiguration stores the information about a server.
ServerVariable stores the information about a server variable.
ServiceProfile struct for ServiceProfile.
SliceProfile struct for SliceProfile.
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.
SubNetworkSingleAllOfAttributes struct for SubNetworkSingleAllOfAttributes.
SupportedPerfMetricGroup struct for SupportedPerfMetricGroup.
Synchronicity struct for Synchronicity.
SynchronicityRANSubnet struct for SynchronicityRANSubnet.
Tai struct for Tai.
TermDensity struct for TermDensity.
ThresholdInfo struct for ThresholdInfo.
ThresholdInfo1 struct for ThresholdInfo1.
ThresholdInfoHysteresis - struct for ThresholdInfoHysteresis.
ThresholdInfoThresholdValue - struct for ThresholdInfoThresholdValue.
ThresholdLevelInd - struct for ThresholdLevelInd.
ThresholdLevelIndOneOf struct for ThresholdLevelIndOneOf.
ThresholdLevelIndOneOf1 struct for ThresholdLevelIndOneOf1.
ThresholdMonitorSingle struct for ThresholdMonitorSingle.
ThresholdMonitorSingleAllOf struct for ThresholdMonitorSingleAllOf.
ThresholdMonitorSingleAllOfAttributes struct for ThresholdMonitorSingleAllOfAttributes.
TimeWindow struct for TimeWindow.
Top struct for Top.
TopSliceSubnetProfile struct for TopSliceSubnetProfile.
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.
UrllcEEPerfReq struct for UrllcEEPerfReq.
UserMgmtOpen struct for UserMgmtOpen.
V2XCommModels struct for V2XCommModels.
VsDataContainerSingle struct for VsDataContainerSingle.
VsDataContainerSingleAttributes struct for VsDataContainerSingleAttributes.
XLThpt struct for XLThpt.

# Interfaces

No description provided by the author

# Type aliases

AckState the model 'AckState'.
AdministrativeState the model 'AdministrativeState'.
AlarmNotificationTypes the model 'AlarmNotificationTypes'.
AlarmType the model 'AlarmType'.
AnonymizationOfMdtDataType Specifies level of MDT anonymization.
Category the model 'Category'.
CmNotificationTypes the model 'CmNotificationTypes'.
CollectionPeriodM6LteType See details in 3GPP TS 32.422 clause 5.10.32.
CollectionPeriodM6NrType See details in 3GPP TS 32.422 clause 5.10.34.
CollectionPeriodRrmLteType See details in 3GPP TS 32.422 clause 5.10.20.
CollectionPeriodRrmNrType See details in 3GPP TS 32.422 clause 5.10.30.
CollectionPeriodRrmUmtsType See details in 3GPP TS 32.422 clause 5.10.21.
EventListForEventTriggeredMeasurementType See details in 3GPP TS 32.422 clause 5.10.28.
Exposure the model 'Exposure'.
FeasibilityResult An attribute which specifies the feasibility check result for the feasibility check and reservation job.
FileNotificationTypes the model 'FileNotificationTypes'.
HeartbeatNotificationTypes the model 'HeartbeatNotificationTypes'.
JobTypeType Specifies whether the TraceJob represents only MDT, Logged MBSFN MDT, Trace or a combined Trace and MDT job.
LoggingDurationType See details in 3GPP TS 32.422 clause 5.10.9.
MeasurementPeriodLteType See details in 3GPP TS 32.422 clause 5.10.23.
MeasurementPeriodUmtsType See details in 3GPP TS 32.422 clause 5.10.22.
MeasurementQuantityType See details in 3GPP TS 32.422 clause 5.10.15.
MobilityLevel the model 'MobilityLevel'.
NetworkSliceSharingIndicator the model 'NetworkSliceSharingIndicator'.
OperationalState the model 'OperationalState'.
PerceivedSeverity the model 'PerceivedSeverity'.
PerfNotificationTypes the model 'PerfNotificationTypes'.
PositioningMethodType See details in 3GPP TS 32.422 clause 5.10.19.
Predictionfrequency the model 'Predictionfrequency'.
ReportAmountType See details in 3GPP TS 32.422 clause 5.10.6.
ReportTypeType Report type for logged NR MDT.
ResourceReservationStatus An attribute which specifies the resource reservation result for the feasibility check job.
ServerConfigurations stores multiple ServerConfiguration items.
SharingLevel the model 'SharingLevel'.
SliceSimultaneousUse the model 'SliceSimultaneousUse'.
Support the model 'Support'.
SynAvailability the model 'SynAvailability'.
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'.