Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForPdnType() []string + func PossibleValuesForRatType() []string + func PossibleValuesForRrcEstablishmentCause() []string + func PossibleValuesForUeState() []string + func PossibleValuesForUeUsageSetting() []string + func ValidateUeID(input interface{}, key string) (warnings []string, errors []error) + type Ambr struct + Downlink string + Uplink string + type AmfId struct + Pointer int64 + RegionId int64 + SetId int64 + type BaseExtendedUeInfoPropertiesImpl struct + LastReadAt *string + RatType RatType + func (s BaseExtendedUeInfoPropertiesImpl) ExtendedUeInfoProperties() BaseExtendedUeInfoPropertiesImpl + type ExtendedUeInfo struct + Id *string + Name *string + Properties ExtendedUeInfoProperties + SystemData *systemdata.SystemData + Type *string + func (s *ExtendedUeInfo) UnmarshalJSON(bytes []byte) error + type ExtendedUeInfoProperties interface + ExtendedUeInfoProperties func() BaseExtendedUeInfoPropertiesImpl + func UnmarshalExtendedUeInfoPropertiesImplementation(input []byte) (ExtendedUeInfoProperties, error) + type ExtendedUeInformationClient struct + Client *resourcemanager.Client + func NewExtendedUeInformationClientWithBaseURI(sdkApi sdkEnv.Api) (*ExtendedUeInformationClient, error) + func (c ExtendedUeInformationClient) Get(ctx context.Context, id UeId) (result GetOperationResponse, err error) + type GNbId struct + BitLength *int64 + GNBValue *string + type GetOperationResponse struct + HttpResponse *http.Response + Model *ExtendedUeInfo + OData *odata.OData + type GlobalRanNodeId struct + ENbId *string + GNbId *GNbId + N3IwfId *string + NgeNbId *string + Nid *string + PlmnId PlmnId + TngfId *string + WagfId *string + type Guti4G struct + MTmsi int64 + MmeId MmeId + Plmn PlmnId + type Guti5G struct + AmfId AmfId + FivegTmsi int64 + Plmn PlmnId + type MmeId struct + Code int64 + GroupId int64 + type PdnType string + const PdnTypeIPVFour + func (s *PdnType) UnmarshalJSON(bytes []byte) error + type PlmnId struct + Mcc string + Mnc string + type RatType string + const RatTypeFiveG + const RatTypeFourG + func (s *RatType) UnmarshalJSON(bytes []byte) error + type RawExtendedUeInfoPropertiesImpl struct + Type string + Values map[string]interface{} + func (s RawExtendedUeInfoPropertiesImpl) ExtendedUeInfoProperties() BaseExtendedUeInfoPropertiesImpl + type RrcEstablishmentCause string + const RrcEstablishmentCauseEmergency + const RrcEstablishmentCauseMobileOriginatedData + const RrcEstablishmentCauseMobileOriginatedSignaling + const RrcEstablishmentCauseMobileTerminatedData + const RrcEstablishmentCauseMobileTerminatedSignaling + const RrcEstablishmentCauseSMS + func (s *RrcEstablishmentCause) UnmarshalJSON(bytes []byte) error + type Snssai struct + Sd *string + Sst int64 + type UeConnectionInfo4G struct + EnbS1apId int64 + GlobalRanNodeId GlobalRanNodeId + LastActivityTime *string + LastVisitedTai *string + LocationInfo *UeLocationInfo + MmeS1apId int64 + PerUeTnla *string + RrcEstablishmentCause RrcEstablishmentCause + UeState UeState + UeUsageSetting *UeUsageSetting + func (o *UeConnectionInfo4G) GetLastActivityTimeAsTime() (*time.Time, error) + func (o *UeConnectionInfo4G) SetLastActivityTimeAsTime(input time.Time) + type UeConnectionInfo5G struct + AllowedNssai *[]Snssai + AmfUeNgapId int64 + GlobalRanNodeId GlobalRanNodeId + LastActivityTime *string + LastVisitedTai *string + LocationInfo *UeLocationInfo + PerUeTnla *string + RanUeNgapId int64 + RrcEstablishmentCause RrcEstablishmentCause + UeState UeState + UeUsageSetting *UeUsageSetting + func (o *UeConnectionInfo5G) GetLastActivityTimeAsTime() (*time.Time, error) + func (o *UeConnectionInfo5G) SetLastActivityTimeAsTime(input time.Time) + type UeIPAddress struct + IPV4Addr *string + type UeId struct + PacketCoreControlPlaneName string + ResourceGroupName string + SubscriptionId string + UeId string + func NewUeID(subscriptionId string, resourceGroupName string, ...) UeId + func ParseUeID(input string) (*UeId, error) + func ParseUeIDInsensitively(input string) (*UeId, error) + func (id *UeId) FromParseResult(input resourceids.ParseResult) error + func (id UeId) ID() string + func (id UeId) Segments() []resourceids.Segment + func (id UeId) String() string + type UeInfo4G struct + Info UeInfo4GProperties + LastReadAt *string + RatType RatType + func (o *UeInfo4G) GetLastReadAtAsTime() (*time.Time, error) + func (o *UeInfo4G) SetLastReadAtAsTime(input time.Time) + func (s UeInfo4G) ExtendedUeInfoProperties() BaseExtendedUeInfoPropertiesImpl + func (s UeInfo4G) MarshalJSON() ([]byte, error) + type UeInfo4GProperties struct + ConnectionInfo *UeConnectionInfo4G + Guti Guti4G + Imei *string + Imeisv *string + Imsi string + SessionInfo *[]UeSessionInfo4G + type UeInfo5G struct + Info UeInfo5GProperties + LastReadAt *string + RatType RatType + func (o *UeInfo5G) GetLastReadAtAsTime() (*time.Time, error) + func (o *UeInfo5G) SetLastReadAtAsTime(input time.Time) + func (s UeInfo5G) ExtendedUeInfoProperties() BaseExtendedUeInfoPropertiesImpl + func (s UeInfo5G) MarshalJSON() ([]byte, error) + type UeInfo5GProperties struct + ConnectionInfo *UeConnectionInfo5G + FivegGuti Guti5G + Pei *string + SessionInfo *[]UeSessionInfo5G + Supi string + type UeLocationInfo struct + LocationType string + Plmn PlmnId + Tac string + type UeQOSFlow struct + Fiveqi int64 + Gbr *Ambr + Mbr *Ambr + Qfi int64 + type UeSessionInfo4G struct + Apn string + Ebi int64 + PdnType PdnType + UeIPAddress UeIPAddress + type UeSessionInfo5G struct + Ambr Ambr + Dnn string + PdnType PdnType + PduSessionId int64 + QosFlow []UeQOSFlow + Snssai Snssai + UeIPAddress UeIPAddress + type UeState string + const UeStateConnected + const UeStateDeregistered + const UeStateDetached + const UeStateIdle + const UeStateUnknown + func (s *UeState) UnmarshalJSON(bytes []byte) error + type UeUsageSetting string + const UeUsageSettingDataCentric + const UeUsageSettingVoiceCentric + func (s *UeUsageSetting) UnmarshalJSON(bytes []byte) error