iedge4710_oper

package
v0.0.0-...-50def94 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

This module contains a collection of YANG definitions for Cisco IOS-XR iedge4710 package operational data.

This module contains definitions for the following management objects:

subscriber: Subscriber operational data
iedge-license-manager: iedge license manager

Copyright (c) 2013-2018 by Cisco Systems, Inc. All rights reserved.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IedgeLicenseManager

type IedgeLicenseManager struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Session License Manager operational data for a location.
	Nodes IedgeLicenseManager_Nodes
}

IedgeLicenseManager iedge license manager

func (*IedgeLicenseManager) GetEntityData

func (iedgeLicenseManager *IedgeLicenseManager) GetEntityData() *types.CommonEntityData

type IedgeLicenseManager_Nodes

type IedgeLicenseManager_Nodes struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Location. For example, 0/1/CPU0. The type is slice of
	// IedgeLicenseManager_Nodes_Node.
	Node []*IedgeLicenseManager_Nodes_Node
}

IedgeLicenseManager_Nodes Session License Manager operational data for a location

func (*IedgeLicenseManager_Nodes) GetEntityData

func (nodes *IedgeLicenseManager_Nodes) GetEntityData() *types.CommonEntityData

type IedgeLicenseManager_Nodes_Node

type IedgeLicenseManager_Nodes_Node struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. The node id to filter on. For example, 0/1/CPU0.
	// The type is string with pattern:
	// ([a-zA-Z0-9_]*\d+/){1,2}([a-zA-Z0-9_]*\d+).
	Nodeid interface{}

	// Display Session License Manager summary data.
	IedgeLicenseManagerSummary IedgeLicenseManager_Nodes_Node_IedgeLicenseManagerSummary
}

IedgeLicenseManager_Nodes_Node Location. For example, 0/1/CPU0

func (*IedgeLicenseManager_Nodes_Node) GetEntityData

func (node *IedgeLicenseManager_Nodes_Node) GetEntityData() *types.CommonEntityData

type IedgeLicenseManager_Nodes_Node_IedgeLicenseManagerSummary

type IedgeLicenseManager_Nodes_Node_IedgeLicenseManagerSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// configured session limit. The type is interface{} with range:
	// 0..4294967295.
	SessionLimit interface{}

	// configured session threshold. The type is interface{} with range:
	// 0..4294967295.
	SessionThreshold interface{}

	// number of license. The type is interface{} with range: 0..4294967295.
	SessionLicenseCount interface{}

	// number of sessions. The type is interface{} with range: 0..4294967295.
	SessionCount interface{}
}

IedgeLicenseManager_Nodes_Node_IedgeLicenseManagerSummary Display Session License Manager summary data

func (*IedgeLicenseManager_Nodes_Node_IedgeLicenseManagerSummary) GetEntityData

func (iedgeLicenseManagerSummary *IedgeLicenseManager_Nodes_Node_IedgeLicenseManagerSummary) GetEntityData() *types.CommonEntityData

type IedgeOperService

type IedgeOperService string

IedgeOperService represents Service types

const (
	// Unknown Service
	IedgeOperService_unknown IedgeOperService = "unknown"

	// Profile
	IedgeOperService_profile IedgeOperService = "profile"

	// Template
	IedgeOperService_template IedgeOperService = "template"

	// GRP Template
	IedgeOperService_grp_template IedgeOperService = "grp-template"

	// PPP Template
	IedgeOperService_ppp_template IedgeOperService = "ppp-template"

	// ETH Template
	IedgeOperService_eth_template IedgeOperService = "eth-template"

	// IPSub Template
	IedgeOperService_ip_sub_template IedgeOperService = "ip-sub-template"

	// Multi Template
	IedgeOperService_multi_template IedgeOperService = "multi-template"

	// MAX Template
	IedgeOperService_max_templae IedgeOperService = "max-templae"
)

type IedgeOperServiceStatus

type IedgeOperServiceStatus string

IedgeOperServiceStatus represents Subscriber service status

const (
	// Unknown
	IedgeOperServiceStatus_unknown IedgeOperServiceStatus = "unknown"

	// Error
	IedgeOperServiceStatus_error_ IedgeOperServiceStatus = "error"

	// New
	IedgeOperServiceStatus_new_ IedgeOperServiceStatus = "new"

	// Loading
	IedgeOperServiceStatus_loading IedgeOperServiceStatus = "loading"

	// Request Association
	IedgeOperServiceStatus_req_association IedgeOperServiceStatus = "req-association"

	// Associated
	IedgeOperServiceStatus_associated IedgeOperServiceStatus = "associated"

	// Request PD Association
	IedgeOperServiceStatus_req_pd_association IedgeOperServiceStatus = "req-pd-association"

	// Applied
	IedgeOperServiceStatus_applied IedgeOperServiceStatus = "applied"

	// Request Unassociation
	IedgeOperServiceStatus_req_unassociation IedgeOperServiceStatus = "req-unassociation"

	// Request PD Unassociation
	IedgeOperServiceStatus_req_pd_unassociation IedgeOperServiceStatus = "req-pd-unassociation"

	// Unapplied
	IedgeOperServiceStatus_unapplied IedgeOperServiceStatus = "unapplied"

	// Max
	IedgeOperServiceStatus_max IedgeOperServiceStatus = "max"
)

type IedgeOperSession

type IedgeOperSession string

IedgeOperSession represents Subscriber session types

const (
	// Unknown
	IedgeOperSession_unknown IedgeOperSession = "unknown"

	// PPPoE/PPP client
	IedgeOperSession_pppoe IedgeOperSession = "pppoe"

	// PPP serial client
	IedgeOperSession_ppp IedgeOperSession = "ppp"

	// IP subscriber - packet trigger
	IedgeOperSession_ip_packet_trigger IedgeOperSession = "ip-packet-trigger"

	// IP subscriber - DHCP trigger
	IedgeOperSession_ip_packet_dhcp_trigger IedgeOperSession = "ip-packet-dhcp-trigger"
)

type IedgeOperSessionState

type IedgeOperSessionState string

IedgeOperSessionState represents Subscriber session states

const (
	// Initialize
	IedgeOperSessionState_initialize IedgeOperSessionState = "initialize"

	// Connecting
	IedgeOperSessionState_connecting IedgeOperSessionState = "connecting"

	// Connected
	IedgeOperSessionState_connected IedgeOperSessionState = "connected"

	// Activated
	IedgeOperSessionState_activated IedgeOperSessionState = "activated"

	// Idle
	IedgeOperSessionState_idle IedgeOperSessionState = "idle"

	// Disconnecting
	IedgeOperSessionState_disconnecting IedgeOperSessionState = "disconnecting"

	// End
	IedgeOperSessionState_end IedgeOperSessionState = "end"
)

type IedgePppSub

type IedgePppSub string

IedgePppSub represents PPPoE sub types

const (
	// PPP termination and aggregation
	IedgePppSub_pta IedgePppSub = "pta"

	// L2TP access controller
	IedgePppSub_lac IedgePppSub = "lac"
)

type Subscriber

type Subscriber struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Subscriber manager operational data.
	Manager Subscriber_Manager

	// Subscriber session operational data.
	Session Subscriber_Session
}

Subscriber Subscriber operational data

func (*Subscriber) GetEntityData

func (subscriber *Subscriber) GetEntityData() *types.CommonEntityData

type SubscriberAddressFamilyFilterFlag

type SubscriberAddressFamilyFilterFlag string

SubscriberAddressFamilyFilterFlag represents Subscriber address family filter flag

const (
	// IPv4 only
	SubscriberAddressFamilyFilterFlag_ipv4_only SubscriberAddressFamilyFilterFlag = "ipv4-only"

	// IPv6 only
	SubscriberAddressFamilyFilterFlag_ipv6_only SubscriberAddressFamilyFilterFlag = "ipv6-only"

	// IPv4 all
	SubscriberAddressFamilyFilterFlag_ipv4_all SubscriberAddressFamilyFilterFlag = "ipv4-all"

	// IPv6 all
	SubscriberAddressFamilyFilterFlag_ipv6_all SubscriberAddressFamilyFilterFlag = "ipv6-all"

	// Dual all
	SubscriberAddressFamilyFilterFlag_dual_all SubscriberAddressFamilyFilterFlag = "dual-all"

	// Dual part up
	SubscriberAddressFamilyFilterFlag_dual_part_up SubscriberAddressFamilyFilterFlag = "dual-part-up"

	// Dual up
	SubscriberAddressFamilyFilterFlag_dual_up SubscriberAddressFamilyFilterFlag = "dual-up"

	// LAC
	SubscriberAddressFamilyFilterFlag_lac SubscriberAddressFamilyFilterFlag = "lac"
)

type SubscriberAuthenStateFilterFlag

type SubscriberAuthenStateFilterFlag string

SubscriberAuthenStateFilterFlag represents Subscriber authen state filter flag

const (
	// UnAuthenticated
	SubscriberAuthenStateFilterFlag_un_authenticated SubscriberAuthenStateFilterFlag = "un-authenticated"

	// Authenticated
	SubscriberAuthenStateFilterFlag_authenticated SubscriberAuthenStateFilterFlag = "authenticated"
)

type SubscriberAuthorStateFilterFlag

type SubscriberAuthorStateFilterFlag string

SubscriberAuthorStateFilterFlag represents Subscriber author state filter flag

const (
	// UnAuthorized
	SubscriberAuthorStateFilterFlag_un_authorized SubscriberAuthorStateFilterFlag = "un-authorized"

	// Authorized
	SubscriberAuthorStateFilterFlag_authorized SubscriberAuthorStateFilterFlag = "authorized"
)

type SubscriberSrgOperFilterFlag

type SubscriberSrgOperFilterFlag string

SubscriberSrgOperFilterFlag represents Subscriber srg oper filter flag

const (
	// SRG Role None
	SubscriberSrgOperFilterFlag_srg_none SubscriberSrgOperFilterFlag = "srg-none"

	// SRG Role Master
	SubscriberSrgOperFilterFlag_srg_master SubscriberSrgOperFilterFlag = "srg-master"

	// SRG Role Slave
	SubscriberSrgOperFilterFlag_srg_slave SubscriberSrgOperFilterFlag = "srg-slave"

	// SRG Role Master Slave
	SubscriberSrgOperFilterFlag_srg_both SubscriberSrgOperFilterFlag = "srg-both"
)

type SubscriberStateFilterFlag

type SubscriberStateFilterFlag string

SubscriberStateFilterFlag represents Subscriber state filter flag

const (
	// Initializing
	SubscriberStateFilterFlag_initializing SubscriberStateFilterFlag = "initializing"

	// Connecting
	SubscriberStateFilterFlag_connecting SubscriberStateFilterFlag = "connecting"

	// Connected
	SubscriberStateFilterFlag_connected SubscriberStateFilterFlag = "connected"

	// Activated
	SubscriberStateFilterFlag_activated SubscriberStateFilterFlag = "activated"

	// Idle
	SubscriberStateFilterFlag_idle SubscriberStateFilterFlag = "idle"

	// Disconnecting
	SubscriberStateFilterFlag_disconnecting SubscriberStateFilterFlag = "disconnecting"

	// End
	SubscriberStateFilterFlag_end SubscriberStateFilterFlag = "end"
)

type Subscriber_Manager

type Subscriber_Manager struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Subscriber manager list of nodes.
	Nodes Subscriber_Manager_Nodes
}

Subscriber_Manager Subscriber manager operational data

func (*Subscriber_Manager) GetEntityData

func (manager *Subscriber_Manager) GetEntityData() *types.CommonEntityData

type Subscriber_Manager_Nodes

type Subscriber_Manager_Nodes struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Subscriber manager operational data for a particular node. The type is
	// slice of Subscriber_Manager_Nodes_Node.
	Node []*Subscriber_Manager_Nodes_Node
}

Subscriber_Manager_Nodes Subscriber manager list of nodes

func (*Subscriber_Manager_Nodes) GetEntityData

func (nodes *Subscriber_Manager_Nodes) GetEntityData() *types.CommonEntityData

type Subscriber_Manager_Nodes_Node

type Subscriber_Manager_Nodes_Node struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Node name. The type is string with pattern:
	// ([a-zA-Z0-9_]*\d+/){1,2}([a-zA-Z0-9_]*\d+).
	NodeName interface{}

	// Subscriber manager statistics.
	Statistics Subscriber_Manager_Nodes_Node_Statistics
}

Subscriber_Manager_Nodes_Node Subscriber manager operational data for a particular node

func (*Subscriber_Manager_Nodes_Node) GetEntityData

func (node *Subscriber_Manager_Nodes_Node) GetEntityData() *types.CommonEntityData

type Subscriber_Manager_Nodes_Node_Statistics

type Subscriber_Manager_Nodes_Node_Statistics struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// AAA statistics.
	Aaa Subscriber_Manager_Nodes_Node_Statistics_Aaa

	// Aggregate summary of statistics.
	AggregateSummary Subscriber_Manager_Nodes_Node_Statistics_AggregateSummary

	// Disconnect Unique Summary statistics.
	DisconnUnique Subscriber_Manager_Nodes_Node_Statistics_DisconnUnique

	// Geo Redundancy statistics.
	Srg Subscriber_Manager_Nodes_Node_Statistics_Srg
}

Subscriber_Manager_Nodes_Node_Statistics Subscriber manager statistics

func (*Subscriber_Manager_Nodes_Node_Statistics) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa

type Subscriber_Manager_Nodes_Node_Statistics_Aaa struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Aggregate accounting statistics.
	AggregateAccounting Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting

	// Authentication statistics.
	Authentication Subscriber_Manager_Nodes_Node_Statistics_Aaa_Authentication

	// Aggregate mobility statistics.
	AggregateMobility Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateMobility

	// Aggregate authentication statistics.
	AggregateAuthentication Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAuthentication

	// Display all subscriber management statistics.
	AccountingStatsAll Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll

	// Change of authorization (COA) statistics.
	ChangeOfAuthorization Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization

	// Authorization statistics.
	Authorization Subscriber_Manager_Nodes_Node_Statistics_Aaa_Authorization

	// Aggregate authorization statistics.
	AggregateAuthorization Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAuthorization

	// Display all subscriber management total statistics.
	AggregateAccountingStatsAll Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll

	// Accounting statistics.
	Accounting Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting

	// Mobility statistics.
	Mobility Subscriber_Manager_Nodes_Node_Statistics_Aaa_Mobility

	// Aggregate change of authorization (COA) statistics.
	AggregateChangeOfAuthorization Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa AAA statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Active sessions. The type is interface{} with range: 0..4294967295.
	ActiveSessions interface{}

	// Started sessions. The type is interface{} with range:
	// 0..18446744073709551615.
	StartedSessions interface{}

	// Stopped sessions. The type is interface{} with range:
	// 0..18446744073709551615.
	StoppedSessions interface{}

	// Policy plane errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	PolicyPlaneErroredRequests interface{}

	// Policy plane unknown requests. The type is interface{} with range:
	// 0..18446744073709551615.
	PolicyPlaneUnknownRequests interface{}

	// Start statistics.
	Start Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_Start

	// Stop statistics.
	Stop Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_Stop

	// Interim statistics.
	Interim Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_Interim

	// Pass-through statistics.
	PassThrough Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_PassThrough

	// Update statistics.
	Update Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_Update

	// Interim inflight details.
	InterimInflight Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_InterimInflight
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting Accounting statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// List of stats for accounting.
	AccountingStatistics Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics

	// List of stats for authentication.
	AuthenticationStatistics Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AuthenticationStatistics

	// List of stats for authorization.
	AuthorizationStatistics Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AuthorizationStatistics

	// List of stats for COA.
	ChangeOfAuthorizationStatistics Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics

	// List of stats for Mobility.
	MobilityStatistics Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_MobilityStatistics
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll Display all subscriber management statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Active sessions. The type is interface{} with range: 0..4294967295.
	ActiveSessions interface{}

	// Started sessions. The type is interface{} with range:
	// 0..18446744073709551615.
	StartedSessions interface{}

	// Stopped sessions. The type is interface{} with range:
	// 0..18446744073709551615.
	StoppedSessions interface{}

	// Policy plane errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	PolicyPlaneErroredRequests interface{}

	// Policy plane unknown requests. The type is interface{} with range:
	// 0..18446744073709551615.
	PolicyPlaneUnknownRequests interface{}

	// Start statistics.
	Start Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_Start

	// Stop statistics.
	Stop Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_Stop

	// Interim statistics.
	Interim Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_Interim

	// Pass-through statistics.
	PassThrough Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_PassThrough

	// Update statistics.
	Update Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_Update

	// Interim inflight details.
	InterimInflight Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_InterimInflight
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics List of stats for accounting

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_Interim

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_Interim struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// AAA errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaErroredRequests interface{}

	// AAA requests sent. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSentRequests interface{}

	// AAA succeeded responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSucceededResponses interface{}

	// AAA failed responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaFailedResponses interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_Interim Interim statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_Interim) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_InterimInflight

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_InterimInflight struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Quota exhausts. The type is interface{} with range: 0..4294967295.
	QuotaExhausts interface{}

	// Denied requests. The type is interface{} with range: 0..4294967295.
	DeniedRequests interface{}

	// Accepted requests. The type is interface{} with range: 0..4294967295.
	AcceptedRequests interface{}

	// Total quota of requests. The type is interface{} with range: 0..4294967295.
	TotalQuotaOfRequests interface{}

	// Remaining quota of requests. The type is interface{} with range:
	// 0..4294967295.
	RemainingQuotaOfRequests interface{}

	// Low water mark quota of requests. The type is interface{} with range:
	// 0..4294967295.
	LowWaterMarkQuotaOfRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_InterimInflight Interim inflight details

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_InterimInflight) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_PassThrough

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_PassThrough struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// AAA errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaErroredRequests interface{}

	// AAA requests sent. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSentRequests interface{}

	// AAA succeeded responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSucceededResponses interface{}

	// AAA failed responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaFailedResponses interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_PassThrough Pass-through statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_PassThrough) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_Start

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_Start struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// AAA errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaErroredRequests interface{}

	// AAA requests sent. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSentRequests interface{}

	// AAA succeeded responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSucceededResponses interface{}

	// AAA failed responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaFailedResponses interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_Start Start statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_Start) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_Stop

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_Stop struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// AAA errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaErroredRequests interface{}

	// AAA requests sent. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSentRequests interface{}

	// AAA succeeded responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSucceededResponses interface{}

	// AAA failed responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaFailedResponses interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_Stop Stop statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_Stop) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_Update

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_Update struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// AAA errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaErroredRequests interface{}

	// AAA requests sent. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSentRequests interface{}

	// AAA succeeded responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSucceededResponses interface{}

	// AAA failed responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaFailedResponses interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_Update Update statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AccountingStatistics_Update) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AuthenticationStatistics

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AuthenticationStatistics struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Requests sent to radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	SentRequests interface{}

	// Request accepted by Radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	AcceptedRequests interface{}

	// Requests which are successful. The type is interface{} with range:
	// 0..18446744073709551615.
	SuccessfulRequests interface{}

	// Requests rejected by radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	RejectedRequests interface{}

	// Radius server not available. The type is interface{} with range:
	// 0..18446744073709551615.
	UnreachableRequests interface{}

	// Unexpected errors. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// Requests terminated by disconnect. The type is interface{} with range:
	// 0..18446744073709551615.
	TerminatedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AuthenticationStatistics List of stats for authentication

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AuthenticationStatistics) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AuthorizationStatistics

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AuthorizationStatistics struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Requests sent to radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	SentRequests interface{}

	// Request accepted by Radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	AcceptedRequests interface{}

	// Requests which are successful. The type is interface{} with range:
	// 0..18446744073709551615.
	SuccessfulRequests interface{}

	// Requests rejected by radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	RejectedRequests interface{}

	// Radius server not available. The type is interface{} with range:
	// 0..18446744073709551615.
	UnreachableRequests interface{}

	// Unexpected errors. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// Requests terminated by disconnect. The type is interface{} with range:
	// 0..18446744073709551615.
	TerminatedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AuthorizationStatistics List of stats for authorization

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_AuthorizationStatistics) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Responses to unknown account command. The type is interface{} with range:
	// 0..18446744073709551615.
	UnknownAccountCmdResps interface{}

	// Responses to unknown service command. The type is interface{} with range:
	// 0..18446744073709551615.
	UnknownServiceCmdResps interface{}

	// Responses to unknown command. The type is interface{} with range:
	// 0..18446744073709551615.
	UnknownCmdResps interface{}

	// Responses to attribute list failure errors. The type is interface{} with
	// range: 0..18446744073709551615.
	AttrListRetrieveFailureResps interface{}

	// Response send failures. The type is interface{} with range:
	// 0..18446744073709551615.
	RespSendFailure interface{}

	// Responses to internal error. The type is interface{} with range:
	// 0..18446744073709551615.
	InternalErrResps interface{}

	// Responses to service profile push failures. The type is interface{} with
	// range: 0..18446744073709551615.
	ServiceProfilePushFailureResps interface{}

	// Responses empty (no command) COA request. The type is interface{} with
	// range: 0..18446744073709551615.
	NoCmdResps interface{}

	// Responses to COA with unknown session identifier. The type is interface{}
	// with range: 0..18446744073709551615.
	NoSessionFoundResps interface{}

	// Responses to session peer not found error. The type is interface{} with
	// range: 0..18446744073709551615.
	NoSessionPeerResps interface{}

	// Account logon request statistics.
	AccountLogon Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_AccountLogon

	// Account logoff request statistics.
	AccountLogoff Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_AccountLogoff

	// Account update request statistics.
	AccountUpdate Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_AccountUpdate

	// Session disconnect request statistics.
	SessionDisconnect Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_SessionDisconnect

	// Service logon request statistics.
	SingleServiceLogon Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceLogon

	// Single Service logoff request statistics.
	SingleServiceLogoff Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceLogoff

	// Single Service Modify request statistics.
	SingleServiceModify Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceModify

	// MA-CoA Service request statistics.
	ServiceMulti Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_ServiceMulti
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics List of stats for COA

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_AccountLogoff

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_AccountLogoff struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_AccountLogoff Account logoff request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_AccountLogoff) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_AccountLogon

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_AccountLogon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_AccountLogon Account logon request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_AccountLogon) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_AccountUpdate

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_AccountUpdate struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_AccountUpdate Account update request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_AccountUpdate) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_ServiceMulti

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_ServiceMulti struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_ServiceMulti MA-CoA Service request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_ServiceMulti) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_SessionDisconnect

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_SessionDisconnect struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_SessionDisconnect Session disconnect request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_SessionDisconnect) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceLogoff

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceLogoff struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceLogoff Single Service logoff request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceLogoff) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceLogon

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceLogon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceLogon Service logon request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceLogon) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceModify

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceModify struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceModify Single Service Modify request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceModify) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_MobilityStatistics

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_MobilityStatistics struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Request send success. The type is interface{} with range:
	// 0..18446744073709551615.
	SendRequestSuccesses interface{}

	// Request send failures. The type is interface{} with range:
	// 0..18446744073709551615.
	SendRequestFailures interface{}

	// Response receive success. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceiveResponseSuccesses interface{}

	// Response receive failures. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceiveResponseFailures interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_MobilityStatistics List of stats for Mobility

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AccountingStatsAll_MobilityStatistics) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_Interim

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_Interim struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// AAA errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaErroredRequests interface{}

	// AAA requests sent. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSentRequests interface{}

	// AAA succeeded responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSucceededResponses interface{}

	// AAA failed responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaFailedResponses interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_Interim Interim statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_Interim) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_InterimInflight

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_InterimInflight struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Quota exhausts. The type is interface{} with range: 0..4294967295.
	QuotaExhausts interface{}

	// Denied requests. The type is interface{} with range: 0..4294967295.
	DeniedRequests interface{}

	// Accepted requests. The type is interface{} with range: 0..4294967295.
	AcceptedRequests interface{}

	// Total quota of requests. The type is interface{} with range: 0..4294967295.
	TotalQuotaOfRequests interface{}

	// Remaining quota of requests. The type is interface{} with range:
	// 0..4294967295.
	RemainingQuotaOfRequests interface{}

	// Low water mark quota of requests. The type is interface{} with range:
	// 0..4294967295.
	LowWaterMarkQuotaOfRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_InterimInflight Interim inflight details

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_InterimInflight) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_PassThrough

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_PassThrough struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// AAA errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaErroredRequests interface{}

	// AAA requests sent. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSentRequests interface{}

	// AAA succeeded responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSucceededResponses interface{}

	// AAA failed responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaFailedResponses interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_PassThrough Pass-through statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_PassThrough) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_Start

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_Start struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// AAA errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaErroredRequests interface{}

	// AAA requests sent. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSentRequests interface{}

	// AAA succeeded responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSucceededResponses interface{}

	// AAA failed responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaFailedResponses interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_Start Start statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_Start) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_Stop

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_Stop struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// AAA errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaErroredRequests interface{}

	// AAA requests sent. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSentRequests interface{}

	// AAA succeeded responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSucceededResponses interface{}

	// AAA failed responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaFailedResponses interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_Stop Stop statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_Stop) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_Update

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_Update struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// AAA errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaErroredRequests interface{}

	// AAA requests sent. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSentRequests interface{}

	// AAA succeeded responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSucceededResponses interface{}

	// AAA failed responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaFailedResponses interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_Update Update statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_Accounting_Update) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Active sessions. The type is interface{} with range: 0..4294967295.
	ActiveSessions interface{}

	// Started sessions. The type is interface{} with range:
	// 0..18446744073709551615.
	StartedSessions interface{}

	// Stopped sessions. The type is interface{} with range:
	// 0..18446744073709551615.
	StoppedSessions interface{}

	// Policy plane errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	PolicyPlaneErroredRequests interface{}

	// Policy plane unknown requests. The type is interface{} with range:
	// 0..18446744073709551615.
	PolicyPlaneUnknownRequests interface{}

	// Start statistics.
	Start Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_Start

	// Stop statistics.
	Stop Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_Stop

	// Interim statistics.
	Interim Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_Interim

	// Pass-through statistics.
	PassThrough Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_PassThrough

	// Update statistics.
	Update Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_Update

	// Interim inflight details.
	InterimInflight Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_InterimInflight
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting Aggregate accounting statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// List of stats for accounting.
	AccountingStatistics Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics

	// List of stats for authentication.
	AuthenticationStatistics Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AuthenticationStatistics

	// List of stats for authorization.
	AuthorizationStatistics Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AuthorizationStatistics

	// List of stats for COA.
	ChangeOfAuthorizationStatistics Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics

	// List of stats for Mobility.
	MobilityStatistics Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_MobilityStatistics
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll Display all subscriber management total statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Active sessions. The type is interface{} with range: 0..4294967295.
	ActiveSessions interface{}

	// Started sessions. The type is interface{} with range:
	// 0..18446744073709551615.
	StartedSessions interface{}

	// Stopped sessions. The type is interface{} with range:
	// 0..18446744073709551615.
	StoppedSessions interface{}

	// Policy plane errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	PolicyPlaneErroredRequests interface{}

	// Policy plane unknown requests. The type is interface{} with range:
	// 0..18446744073709551615.
	PolicyPlaneUnknownRequests interface{}

	// Start statistics.
	Start Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_Start

	// Stop statistics.
	Stop Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_Stop

	// Interim statistics.
	Interim Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_Interim

	// Pass-through statistics.
	PassThrough Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_PassThrough

	// Update statistics.
	Update Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_Update

	// Interim inflight details.
	InterimInflight Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_InterimInflight
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics List of stats for accounting

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_Interim

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_Interim struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// AAA errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaErroredRequests interface{}

	// AAA requests sent. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSentRequests interface{}

	// AAA succeeded responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSucceededResponses interface{}

	// AAA failed responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaFailedResponses interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_Interim Interim statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_Interim) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_InterimInflight

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_InterimInflight struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Quota exhausts. The type is interface{} with range: 0..4294967295.
	QuotaExhausts interface{}

	// Denied requests. The type is interface{} with range: 0..4294967295.
	DeniedRequests interface{}

	// Accepted requests. The type is interface{} with range: 0..4294967295.
	AcceptedRequests interface{}

	// Total quota of requests. The type is interface{} with range: 0..4294967295.
	TotalQuotaOfRequests interface{}

	// Remaining quota of requests. The type is interface{} with range:
	// 0..4294967295.
	RemainingQuotaOfRequests interface{}

	// Low water mark quota of requests. The type is interface{} with range:
	// 0..4294967295.
	LowWaterMarkQuotaOfRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_InterimInflight Interim inflight details

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_InterimInflight) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_PassThrough

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_PassThrough struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// AAA errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaErroredRequests interface{}

	// AAA requests sent. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSentRequests interface{}

	// AAA succeeded responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSucceededResponses interface{}

	// AAA failed responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaFailedResponses interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_PassThrough Pass-through statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_PassThrough) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_Start

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_Start struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// AAA errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaErroredRequests interface{}

	// AAA requests sent. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSentRequests interface{}

	// AAA succeeded responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSucceededResponses interface{}

	// AAA failed responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaFailedResponses interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_Start Start statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_Start) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_Stop

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_Stop struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// AAA errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaErroredRequests interface{}

	// AAA requests sent. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSentRequests interface{}

	// AAA succeeded responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSucceededResponses interface{}

	// AAA failed responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaFailedResponses interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_Stop Stop statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_Stop) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_Update

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_Update struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// AAA errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaErroredRequests interface{}

	// AAA requests sent. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSentRequests interface{}

	// AAA succeeded responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSucceededResponses interface{}

	// AAA failed responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaFailedResponses interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_Update Update statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AccountingStatistics_Update) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AuthenticationStatistics

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AuthenticationStatistics struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Requests sent to radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	SentRequests interface{}

	// Request accepted by Radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	AcceptedRequests interface{}

	// Requests which are successful. The type is interface{} with range:
	// 0..18446744073709551615.
	SuccessfulRequests interface{}

	// Requests rejected by radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	RejectedRequests interface{}

	// Radius server not available. The type is interface{} with range:
	// 0..18446744073709551615.
	UnreachableRequests interface{}

	// Unexpected errors. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// Requests terminated by disconnect. The type is interface{} with range:
	// 0..18446744073709551615.
	TerminatedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AuthenticationStatistics List of stats for authentication

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AuthenticationStatistics) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AuthorizationStatistics

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AuthorizationStatistics struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Requests sent to radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	SentRequests interface{}

	// Request accepted by Radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	AcceptedRequests interface{}

	// Requests which are successful. The type is interface{} with range:
	// 0..18446744073709551615.
	SuccessfulRequests interface{}

	// Requests rejected by radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	RejectedRequests interface{}

	// Radius server not available. The type is interface{} with range:
	// 0..18446744073709551615.
	UnreachableRequests interface{}

	// Unexpected errors. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// Requests terminated by disconnect. The type is interface{} with range:
	// 0..18446744073709551615.
	TerminatedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AuthorizationStatistics List of stats for authorization

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_AuthorizationStatistics) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Responses to unknown account command. The type is interface{} with range:
	// 0..18446744073709551615.
	UnknownAccountCmdResps interface{}

	// Responses to unknown service command. The type is interface{} with range:
	// 0..18446744073709551615.
	UnknownServiceCmdResps interface{}

	// Responses to unknown command. The type is interface{} with range:
	// 0..18446744073709551615.
	UnknownCmdResps interface{}

	// Responses to attribute list failure errors. The type is interface{} with
	// range: 0..18446744073709551615.
	AttrListRetrieveFailureResps interface{}

	// Response send failures. The type is interface{} with range:
	// 0..18446744073709551615.
	RespSendFailure interface{}

	// Responses to internal error. The type is interface{} with range:
	// 0..18446744073709551615.
	InternalErrResps interface{}

	// Responses to service profile push failures. The type is interface{} with
	// range: 0..18446744073709551615.
	ServiceProfilePushFailureResps interface{}

	// Responses empty (no command) COA request. The type is interface{} with
	// range: 0..18446744073709551615.
	NoCmdResps interface{}

	// Responses to COA with unknown session identifier. The type is interface{}
	// with range: 0..18446744073709551615.
	NoSessionFoundResps interface{}

	// Responses to session peer not found error. The type is interface{} with
	// range: 0..18446744073709551615.
	NoSessionPeerResps interface{}

	// Account logon request statistics.
	AccountLogon Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_AccountLogon

	// Account logoff request statistics.
	AccountLogoff Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_AccountLogoff

	// Account update request statistics.
	AccountUpdate Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_AccountUpdate

	// Session disconnect request statistics.
	SessionDisconnect Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_SessionDisconnect

	// Service logon request statistics.
	SingleServiceLogon Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceLogon

	// Single Service logoff request statistics.
	SingleServiceLogoff Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceLogoff

	// Single Service Modify request statistics.
	SingleServiceModify Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceModify

	// MA-CoA Service request statistics.
	ServiceMulti Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_ServiceMulti
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics List of stats for COA

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_AccountLogoff

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_AccountLogoff struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_AccountLogoff Account logoff request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_AccountLogoff) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_AccountLogon

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_AccountLogon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_AccountLogon Account logon request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_AccountLogon) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_AccountUpdate

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_AccountUpdate struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_AccountUpdate Account update request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_AccountUpdate) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_ServiceMulti

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_ServiceMulti struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_ServiceMulti MA-CoA Service request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_ServiceMulti) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_SessionDisconnect

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_SessionDisconnect struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_SessionDisconnect Session disconnect request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_SessionDisconnect) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceLogoff

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceLogoff struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceLogoff Single Service logoff request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceLogoff) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceLogon

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceLogon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceLogon Service logon request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceLogon) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceModify

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceModify struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceModify Single Service Modify request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_ChangeOfAuthorizationStatistics_SingleServiceModify) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_MobilityStatistics

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_MobilityStatistics struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Request send success. The type is interface{} with range:
	// 0..18446744073709551615.
	SendRequestSuccesses interface{}

	// Request send failures. The type is interface{} with range:
	// 0..18446744073709551615.
	SendRequestFailures interface{}

	// Response receive success. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceiveResponseSuccesses interface{}

	// Response receive failures. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceiveResponseFailures interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_MobilityStatistics List of stats for Mobility

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccountingStatsAll_MobilityStatistics) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_Interim

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_Interim struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// AAA errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaErroredRequests interface{}

	// AAA requests sent. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSentRequests interface{}

	// AAA succeeded responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSucceededResponses interface{}

	// AAA failed responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaFailedResponses interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_Interim Interim statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_Interim) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_InterimInflight

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_InterimInflight struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Quota exhausts. The type is interface{} with range: 0..4294967295.
	QuotaExhausts interface{}

	// Denied requests. The type is interface{} with range: 0..4294967295.
	DeniedRequests interface{}

	// Accepted requests. The type is interface{} with range: 0..4294967295.
	AcceptedRequests interface{}

	// Total quota of requests. The type is interface{} with range: 0..4294967295.
	TotalQuotaOfRequests interface{}

	// Remaining quota of requests. The type is interface{} with range:
	// 0..4294967295.
	RemainingQuotaOfRequests interface{}

	// Low water mark quota of requests. The type is interface{} with range:
	// 0..4294967295.
	LowWaterMarkQuotaOfRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_InterimInflight Interim inflight details

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_InterimInflight) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_PassThrough

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_PassThrough struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// AAA errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaErroredRequests interface{}

	// AAA requests sent. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSentRequests interface{}

	// AAA succeeded responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSucceededResponses interface{}

	// AAA failed responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaFailedResponses interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_PassThrough Pass-through statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_PassThrough) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_Start

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_Start struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// AAA errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaErroredRequests interface{}

	// AAA requests sent. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSentRequests interface{}

	// AAA succeeded responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSucceededResponses interface{}

	// AAA failed responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaFailedResponses interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_Start Start statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_Start) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_Stop

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_Stop struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// AAA errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaErroredRequests interface{}

	// AAA requests sent. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSentRequests interface{}

	// AAA succeeded responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSucceededResponses interface{}

	// AAA failed responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaFailedResponses interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_Stop Stop statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_Stop) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_Update

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_Update struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// AAA errored requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaErroredRequests interface{}

	// AAA requests sent. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSentRequests interface{}

	// AAA succeeded responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaSucceededResponses interface{}

	// AAA failed responses. The type is interface{} with range:
	// 0..18446744073709551615.
	AaaFailedResponses interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_Update Update statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAccounting_Update) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAuthentication

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAuthentication struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Requests sent to radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	SentRequests interface{}

	// Request accepted by Radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	AcceptedRequests interface{}

	// Requests which are successful. The type is interface{} with range:
	// 0..18446744073709551615.
	SuccessfulRequests interface{}

	// Requests rejected by radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	RejectedRequests interface{}

	// Radius server not available. The type is interface{} with range:
	// 0..18446744073709551615.
	UnreachableRequests interface{}

	// Unexpected errors. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// Requests terminated by disconnect. The type is interface{} with range:
	// 0..18446744073709551615.
	TerminatedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAuthentication Aggregate authentication statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAuthentication) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAuthorization

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAuthorization struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Requests sent to radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	SentRequests interface{}

	// Request accepted by Radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	AcceptedRequests interface{}

	// Requests which are successful. The type is interface{} with range:
	// 0..18446744073709551615.
	SuccessfulRequests interface{}

	// Requests rejected by radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	RejectedRequests interface{}

	// Radius server not available. The type is interface{} with range:
	// 0..18446744073709551615.
	UnreachableRequests interface{}

	// Unexpected errors. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// Requests terminated by disconnect. The type is interface{} with range:
	// 0..18446744073709551615.
	TerminatedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAuthorization Aggregate authorization statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateAuthorization) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Responses to unknown account command. The type is interface{} with range:
	// 0..18446744073709551615.
	UnknownAccountCmdResps interface{}

	// Responses to unknown service command. The type is interface{} with range:
	// 0..18446744073709551615.
	UnknownServiceCmdResps interface{}

	// Responses to unknown command. The type is interface{} with range:
	// 0..18446744073709551615.
	UnknownCmdResps interface{}

	// Responses to attribute list failure errors. The type is interface{} with
	// range: 0..18446744073709551615.
	AttrListRetrieveFailureResps interface{}

	// Response send failures. The type is interface{} with range:
	// 0..18446744073709551615.
	RespSendFailure interface{}

	// Responses to internal error. The type is interface{} with range:
	// 0..18446744073709551615.
	InternalErrResps interface{}

	// Responses to service profile push failures. The type is interface{} with
	// range: 0..18446744073709551615.
	ServiceProfilePushFailureResps interface{}

	// Responses empty (no command) COA request. The type is interface{} with
	// range: 0..18446744073709551615.
	NoCmdResps interface{}

	// Responses to COA with unknown session identifier. The type is interface{}
	// with range: 0..18446744073709551615.
	NoSessionFoundResps interface{}

	// Responses to session peer not found error. The type is interface{} with
	// range: 0..18446744073709551615.
	NoSessionPeerResps interface{}

	// Account logon request statistics.
	AccountLogon Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_AccountLogon

	// Account logoff request statistics.
	AccountLogoff Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_AccountLogoff

	// Account update request statistics.
	AccountUpdate Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_AccountUpdate

	// Session disconnect request statistics.
	SessionDisconnect Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_SessionDisconnect

	// Service logon request statistics.
	SingleServiceLogon Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_SingleServiceLogon

	// Single Service logoff request statistics.
	SingleServiceLogoff Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_SingleServiceLogoff

	// Single Service Modify request statistics.
	SingleServiceModify Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_SingleServiceModify

	// MA-CoA Service request statistics.
	ServiceMulti Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_ServiceMulti
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization Aggregate change of authorization (COA) statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_AccountLogoff

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_AccountLogoff struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_AccountLogoff Account logoff request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_AccountLogoff) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_AccountLogon

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_AccountLogon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_AccountLogon Account logon request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_AccountLogon) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_AccountUpdate

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_AccountUpdate struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_AccountUpdate Account update request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_AccountUpdate) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_ServiceMulti

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_ServiceMulti struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_ServiceMulti MA-CoA Service request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_ServiceMulti) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_SessionDisconnect

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_SessionDisconnect struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_SessionDisconnect Session disconnect request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_SessionDisconnect) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_SingleServiceLogoff

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_SingleServiceLogoff struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_SingleServiceLogoff Single Service logoff request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_SingleServiceLogoff) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_SingleServiceLogon

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_SingleServiceLogon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_SingleServiceLogon Service logon request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_SingleServiceLogon) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_SingleServiceModify

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_SingleServiceModify struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_SingleServiceModify Single Service Modify request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateChangeOfAuthorization_SingleServiceModify) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateMobility

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateMobility struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Request send success. The type is interface{} with range:
	// 0..18446744073709551615.
	SendRequestSuccesses interface{}

	// Request send failures. The type is interface{} with range:
	// 0..18446744073709551615.
	SendRequestFailures interface{}

	// Response receive success. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceiveResponseSuccesses interface{}

	// Response receive failures. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceiveResponseFailures interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateMobility Aggregate mobility statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_AggregateMobility) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_Authentication

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_Authentication struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Requests sent to radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	SentRequests interface{}

	// Request accepted by Radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	AcceptedRequests interface{}

	// Requests which are successful. The type is interface{} with range:
	// 0..18446744073709551615.
	SuccessfulRequests interface{}

	// Requests rejected by radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	RejectedRequests interface{}

	// Radius server not available. The type is interface{} with range:
	// 0..18446744073709551615.
	UnreachableRequests interface{}

	// Unexpected errors. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// Requests terminated by disconnect. The type is interface{} with range:
	// 0..18446744073709551615.
	TerminatedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_Authentication Authentication statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_Authentication) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_Authorization

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_Authorization struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Requests sent to radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	SentRequests interface{}

	// Request accepted by Radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	AcceptedRequests interface{}

	// Requests which are successful. The type is interface{} with range:
	// 0..18446744073709551615.
	SuccessfulRequests interface{}

	// Requests rejected by radius server. The type is interface{} with range:
	// 0..18446744073709551615.
	RejectedRequests interface{}

	// Radius server not available. The type is interface{} with range:
	// 0..18446744073709551615.
	UnreachableRequests interface{}

	// Unexpected errors. The type is interface{} with range:
	// 0..18446744073709551615.
	ErroredRequests interface{}

	// Requests terminated by disconnect. The type is interface{} with range:
	// 0..18446744073709551615.
	TerminatedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_Authorization Authorization statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_Authorization) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Responses to unknown account command. The type is interface{} with range:
	// 0..18446744073709551615.
	UnknownAccountCmdResps interface{}

	// Responses to unknown service command. The type is interface{} with range:
	// 0..18446744073709551615.
	UnknownServiceCmdResps interface{}

	// Responses to unknown command. The type is interface{} with range:
	// 0..18446744073709551615.
	UnknownCmdResps interface{}

	// Responses to attribute list failure errors. The type is interface{} with
	// range: 0..18446744073709551615.
	AttrListRetrieveFailureResps interface{}

	// Response send failures. The type is interface{} with range:
	// 0..18446744073709551615.
	RespSendFailure interface{}

	// Responses to internal error. The type is interface{} with range:
	// 0..18446744073709551615.
	InternalErrResps interface{}

	// Responses to service profile push failures. The type is interface{} with
	// range: 0..18446744073709551615.
	ServiceProfilePushFailureResps interface{}

	// Responses empty (no command) COA request. The type is interface{} with
	// range: 0..18446744073709551615.
	NoCmdResps interface{}

	// Responses to COA with unknown session identifier. The type is interface{}
	// with range: 0..18446744073709551615.
	NoSessionFoundResps interface{}

	// Responses to session peer not found error. The type is interface{} with
	// range: 0..18446744073709551615.
	NoSessionPeerResps interface{}

	// Account logon request statistics.
	AccountLogon Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_AccountLogon

	// Account logoff request statistics.
	AccountLogoff Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_AccountLogoff

	// Account update request statistics.
	AccountUpdate Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_AccountUpdate

	// Session disconnect request statistics.
	SessionDisconnect Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_SessionDisconnect

	// Service logon request statistics.
	SingleServiceLogon Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_SingleServiceLogon

	// Single Service logoff request statistics.
	SingleServiceLogoff Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_SingleServiceLogoff

	// Single Service Modify request statistics.
	SingleServiceModify Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_SingleServiceModify

	// MA-CoA Service request statistics.
	ServiceMulti Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_ServiceMulti
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization Change of authorization (COA) statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_AccountLogoff

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_AccountLogoff struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_AccountLogoff Account logoff request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_AccountLogoff) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_AccountLogon

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_AccountLogon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_AccountLogon Account logon request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_AccountLogon) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_AccountUpdate

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_AccountUpdate struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_AccountUpdate Account update request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_AccountUpdate) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_ServiceMulti

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_ServiceMulti struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_ServiceMulti MA-CoA Service request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_ServiceMulti) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_SessionDisconnect

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_SessionDisconnect struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_SessionDisconnect Session disconnect request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_SessionDisconnect) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_SingleServiceLogoff

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_SingleServiceLogoff struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_SingleServiceLogoff Single Service logoff request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_SingleServiceLogoff) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_SingleServiceLogon

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_SingleServiceLogon struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_SingleServiceLogon Service logon request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_SingleServiceLogon) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_SingleServiceModify

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_SingleServiceModify struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Received requests. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceivedRequests interface{}

	// Acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	AcknowledgedRequests interface{}

	// Non acknowledged requests. The type is interface{} with range:
	// 0..18446744073709551615.
	NonAcknowledgedRequests interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_SingleServiceModify Single Service Modify request statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_ChangeOfAuthorization_SingleServiceModify) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_Mobility

type Subscriber_Manager_Nodes_Node_Statistics_Aaa_Mobility struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Request send success. The type is interface{} with range:
	// 0..18446744073709551615.
	SendRequestSuccesses interface{}

	// Request send failures. The type is interface{} with range:
	// 0..18446744073709551615.
	SendRequestFailures interface{}

	// Response receive success. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceiveResponseSuccesses interface{}

	// Response receive failures. The type is interface{} with range:
	// 0..18446744073709551615.
	ReceiveResponseFailures interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Aaa_Mobility Mobility statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Aaa_Mobility) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_AggregateSummary

type Subscriber_Manager_Nodes_Node_Statistics_AggregateSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Subscriber control policy not applied on interface. The type is interface{}
	// with range: 0..18446744073709551615.
	NoSubscriberControlPolicyOnInterface interface{}

	// No control policy class match during subscriber start. The type is
	// interface{} with range: 0..18446744073709551615.
	NoClassMatchInStartRequest interface{}

	// NAS port attribute format warnings. The type is interface{} with range:
	// 0..18446744073709551615.
	NasPortAttributeFormatWarnings interface{}

	// NAS port ID attribute format warnings. The type is interface{} with range:
	// 0..18446744073709551615.
	NasPortIdAttributeFormatWarnings interface{}

	// Destination station ID attribute format warnings. The type is interface{}
	// with range: 0..18446744073709551615.
	DestinationStationIdAttributeFormatWarnings interface{}

	// Calling station ID attribute format warnings. The type is interface{} with
	// range: 0..18446744073709551615.
	CallingStationIdAttributeFormatWarnings interface{}

	// Username attribute format warnings. The type is interface{} with range:
	// 0..18446744073709551615.
	UsernameAttributeFormatWarnings interface{}

	// User profiles installed. The type is interface{} with range:
	// 0..18446744073709551615.
	InstallUserProfiles interface{}

	// User profile install errors. The type is interface{} with range:
	// 0..18446744073709551615.
	UserProfileInstallErrors interface{}

	// User profile removals. The type is interface{} with range:
	// 0..18446744073709551615.
	UserProfileRemovals interface{}

	// User profile errors. The type is interface{} with range:
	// 0..18446744073709551615.
	UserProfileErrors interface{}

	// Session Disconnect Quota Exhausts. The type is interface{} with range:
	// 0..18446744073709551615.
	SessDiscQuotaExhausts interface{}

	// Session Disconnect Request Queued, no quota. The type is interface{} with
	// range: 0..18446744073709551615.
	SessDiscNoQuota interface{}

	// Session Disconnect Request Accepted, quota available. The type is
	// interface{} with range: 0..18446744073709551615.
	SessDiscQuotaAvail interface{}

	// Session Disconnect Requests not Dequeued, reconciliation in progress. The
	// type is interface{} with range: 0..18446744073709551615.
	SessDiscReconIp interface{}

	// Session Disconnect Requests not Dequeued, no quota. The type is interface{}
	// with range: 0..18446744073709551615.
	SessDiscNoneStarted interface{}

	// Session Disconnect Quota. The type is interface{} with range:
	// 0..4294967295.
	SessDiscQuota interface{}

	// Session Disconnect Quota Remaining. The type is interface{} with range:
	// 0..4294967295.
	SessDiscQuotaRemaining interface{}

	// Session Disconnect Requests Queued. The type is interface{} with range:
	// 0..4294967295.
	SessDiscQCount interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_AggregateSummary Aggregate summary of statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_AggregateSummary) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_DisconnUnique

type Subscriber_Manager_Nodes_Node_Statistics_DisconnUnique struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// List of disconnect history items. The type is slice of
	// Subscriber_Manager_Nodes_Node_Statistics_DisconnUnique_HistoryData.
	HistoryData []*Subscriber_Manager_Nodes_Node_Statistics_DisconnUnique_HistoryData
}

Subscriber_Manager_Nodes_Node_Statistics_DisconnUnique Disconnect Unique Summary statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_DisconnUnique) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_DisconnUnique_HistoryData

type Subscriber_Manager_Nodes_Node_Statistics_DisconnUnique_HistoryData struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Disconnect reason. The type is string.
	DiscReason interface{}

	// Number of sessions that disconnected this way. The type is interface{} with
	// range: 0..4294967295.
	SessionCount interface{}

	// Latest activity. The type is interface{} with range: 0..4294967295.
	LatestActivity interface{}

	// Interface name. The type is string.
	IfName interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_DisconnUnique_HistoryData List of disconnect history items

func (*Subscriber_Manager_Nodes_Node_Statistics_DisconnUnique_HistoryData) GetEntityData

type Subscriber_Manager_Nodes_Node_Statistics_Srg

type Subscriber_Manager_Nodes_Node_Statistics_Srg struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Txlist Send Triggered. The type is interface{} with range: 0..4294967295.
	TxlistSendTriggered interface{}

	// Txlist Send Failed. The type is interface{} with range: 0..4294967295.
	TxlistSendFailed interface{}

	// Txlist send failed due to not active. The type is interface{} with range:
	// 0..4294967295.
	TxlistSendFailedNotactive interface{}

	// Txlist Send Success. The type is interface{} with range: 0..4294967295.
	ActualTxlistSent interface{}

	// Element already in Txlist. The type is interface{} with range:
	// 0..4294967295.
	AlreadyinTxlist interface{}

	// Txlist Encode. The type is interface{} with range: 0..4294967295.
	TxlistEncode interface{}

	// Txlist encode Failed. The type is interface{} with range: 0..4294967295.
	TxlistEncodeFail interface{}

	// Txlist Create Update Encode. The type is interface{} with range:
	// 0..4294967295.
	CreateUpdateEncode interface{}

	// Txlist Delete Encode. The type is interface{} with range: 0..4294967295.
	DeleteEncode interface{}

	// Txlist Create/update clean callback. The type is interface{} with range:
	// 0..4294967295.
	CreateUpdCleanCallback interface{}

	// Txlist Delete clean callback. The type is interface{} with range:
	// 0..4294967295.
	DeleteCleanCallback interface{}

	// Slave Recieved Sync. The type is interface{} with range: 0..4294967295.
	SlaveRecvEntry interface{}

	// Decode failed on Slave. The type is interface{} with range: 0..4294967295.
	SlaveDecodeFail interface{}

	// Create Update received on slave. The type is interface{} with range:
	// 0..4294967295.
	SlaveCreateUpdate interface{}

	// Delete received on slave. The type is interface{} with range:
	// 0..4294967295.
	SlaveDelete interface{}

	// SRG context allocated. The type is interface{} with range: 0..4294967295.
	SrgContextMalloc interface{}

	// SRG context freed. The type is interface{} with range: 0..4294967295.
	SrgContextFree interface{}

	// Number of SODs Received. The type is interface{} with range: 0..4294967295.
	SodCount interface{}

	// Number of EODs Received. The type is interface{} with range: 0..4294967295.
	EodCount interface{}

	// Number of Replay Requests Within SOD EOD Window. The type is interface{}
	// with range: 0..4294967295.
	SodEodReplayReqCount interface{}

	// Number of Sessions Marked as Invalid Within SOD EOD Window. The type is
	// interface{} with range: 0..4294967295.
	SodEodDirtyMarkCount interface{}

	// Number of Sessions Invalid Deletes Within SOD EOD Window. The type is
	// interface{} with range: 0..4294967295.
	SodEodDirtyDeleteCount interface{}

	// Number of ACKs sent to Srg. The type is interface{} with range:
	// 0..4294967295.
	AckToSrg interface{}

	// Number of NACKs sent to Srg. The type is interface{} with range:
	// 0..4294967295.
	NackToSrg interface{}

	// Number of NACKs Failed to send to Srg. The type is interface{} with range:
	// 0..4294967295.
	NackToSrgFailCnt interface{}

	// Number of Txlist remove all calls. The type is interface{} with range:
	// 0..4294967295.
	TxlistRemoveAll interface{}

	// Number for Txlist delete for sync msg. The type is interface{} with range:
	// 0..4294967295.
	TxlistDelSync interface{}

	// Number of Txlist delete for sync which are not linked. The type is
	// interface{} with range: 0..4294967295.
	TxlistDelSyncNotlinked interface{}

	// Number of Txlist delete for App msg. The type is interface{} with range:
	// 0..4294967295.
	TxlistDelApp interface{}

	// Number of Txlist delete for App which are not linked. The type is
	// interface{} with range: 0..4294967295.
	TxlistDelAppNotlinked interface{}

	// Number of Txlist Cleanup called on Invalid subscriber srg state. The type
	// is interface{} with range: 0..4294967295.
	TxlistCleanInvalidState interface{}

	// Number of Internal errors upon Master Txlist remove all call. The type is
	// interface{} with range: 0..4294967295.
	TxlistRemoveAllInternalError interface{}

	// Flag indicating SRG Flow control enabled or not. The type is bool.
	IsSrgFlowControlEnabled interface{}

	// Maximum no.of inflight sessions allowed. The type is interface{} with
	// range: 0..4294967295.
	MaxInflightSessoinCount interface{}

	// Threshold Limit to resume the flow control. The type is interface{} with
	// range: 0..4294967295.
	FlowControlResumeThreshold interface{}

	// No.of Sessions inflight at given time. The type is interface{} with range:
	// 0..4294967295.
	InflightSessionCount interface{}

	// No.of inflight sessions added. The type is interface{} with range:
	// 0..4294967295.
	InflightAddCount interface{}

	// Inflight Underrun Counter. The type is interface{} with range:
	// 0..4294967295.
	InflightUnderRunCount interface{}

	// Memory Alloc Failures for Inflight Entry. The type is interface{} with
	// range: 0..4294967295.
	InflightAllocFails interface{}

	// Inflight Entry Insert Failures. The type is interface{} with range:
	// 0..4294967295.
	InflightInsertFailures interface{}

	// Inflight Deletes Count. The type is interface{} with range: 0..4294967295.
	InflightDeletes interface{}

	// Inflight Entries not found during delete. The type is interface{} with
	// range: 0..4294967295.
	InflightNotFound interface{}

	// Inflight Entry Delete Failures. The type is interface{} with range:
	// 0..4294967295.
	InflightDeleteFailures interface{}

	// Total No.of times Pause is Enabled. The type is interface{} with range:
	// 0..4294967295.
	TotalPauseCount interface{}

	// Total No.of times Resume is triggered. The type is interface{} with range:
	// 0..4294967295.
	TotalResumeCount interface{}

	// Total No of times Dont send to Txlist. The type is interface{} with range:
	// 0..4294967295.
	TotalDontSendToTxlist interface{}

	// Total No of times SRG Not Master. The type is interface{} with range:
	// 0..4294967295.
	TotalSrgNotMaster interface{}

	// Total No of times Master EOMS Pending. The type is interface{} with range:
	// 0..4294967295.
	TotalMasterEomsPending interface{}

	// Total No of times Master EOMS Pending Cleared. The type is interface{} with
	// range: 0..4294967295.
	TotalMasterEomsPendingCleared interface{}

	// Amount of time paused during last flow control window. The type is
	// interface{} with range: 0..18446744073709551615.
	LastPausePeriod interface{}

	// Total Amount of time paused during all flow control windows. The type is
	// interface{} with range: 0..18446744073709551615.
	TotalPauseTime interface{}

	// Timestamp of recent Pause Event. The type is interface{} with range:
	// 0..18446744073709551615.
	LastPauseTime interface{}

	// Timestamp of recent Resume Event. The type is interface{} with range:
	// 0..18446744073709551615.
	LastResumeTime interface{}
}

Subscriber_Manager_Nodes_Node_Statistics_Srg Geo Redundancy statistics

func (*Subscriber_Manager_Nodes_Node_Statistics_Srg) GetEntityData

type Subscriber_Session

type Subscriber_Session struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// List of subscriber session supported nodes.
	Nodes Subscriber_Session_Nodes
}

Subscriber_Session Subscriber session operational data

func (*Subscriber_Session) GetEntityData

func (session *Subscriber_Session) GetEntityData() *types.CommonEntityData

type Subscriber_Session_Nodes

type Subscriber_Session_Nodes struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Subscriber session operational data for a particular node. The type is
	// slice of Subscriber_Session_Nodes_Node.
	Node []*Subscriber_Session_Nodes_Node
}

Subscriber_Session_Nodes List of subscriber session supported nodes

func (*Subscriber_Session_Nodes) GetEntityData

func (nodes *Subscriber_Session_Nodes) GetEntityData() *types.CommonEntityData

type Subscriber_Session_Nodes_Node

type Subscriber_Session_Nodes_Node struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Node name. The type is string with pattern:
	// ([a-zA-Z0-9_]*\d+/){1,2}([a-zA-Z0-9_]*\d+).
	NodeName interface{}

	// List of subscriber session supported srg roles.
	SrgRoles Subscriber_Session_Nodes_Node_SrgRoles

	// Summary information filtered by authorization state.
	AuthorSummaries Subscriber_Session_Nodes_Node_AuthorSummaries

	// Subscriber session summary information.
	Summary Subscriber_Session_Nodes_Node_Summary

	// Summary information filtered by MAC address.
	MacSummaries Subscriber_Session_Nodes_Node_MacSummaries

	// Summary information filtered by interface.
	InterfaceSummaries Subscriber_Session_Nodes_Node_InterfaceSummaries

	// Summary information filtered by authentication state.
	AuthenticationSummaries Subscriber_Session_Nodes_Node_AuthenticationSummaries

	// Summary information filtered by session state.
	StateSummaries Subscriber_Session_Nodes_Node_StateSummaries

	// Summary information filtered by IPv4 address and VRF.
	Ipv4AddressVrfSummaries Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries

	// Summary information filtered by address family.
	AddressFamilySummaries Subscriber_Session_Nodes_Node_AddressFamilySummaries

	// Summary information filtered by username.
	UsernameSummaries Subscriber_Session_Nodes_Node_UsernameSummaries

	// Summary information filtered by access interface.
	AccessInterfaceSummaries Subscriber_Session_Nodes_Node_AccessInterfaceSummaries

	// Summary information filtered by subscriber IPv4 address.
	Ipv4AddressSummaries Subscriber_Session_Nodes_Node_Ipv4AddressSummaries

	// Summary information filtered by VRF.
	VrfSummaries Subscriber_Session_Nodes_Node_VrfSummaries

	// IP subscriber sessions.
	Sessions Subscriber_Session_Nodes_Node_Sessions
}

Subscriber_Session_Nodes_Node Subscriber session operational data for a particular node

func (*Subscriber_Session_Nodes_Node) GetEntityData

func (node *Subscriber_Session_Nodes_Node) GetEntityData() *types.CommonEntityData

type Subscriber_Session_Nodes_Node_AccessInterfaceSummaries

type Subscriber_Session_Nodes_Node_AccessInterfaceSummaries struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Access interface summary. The type is slice of
	// Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary.
	AccessInterfaceSummary []*Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary
}

Subscriber_Session_Nodes_Node_AccessInterfaceSummaries Summary information filtered by access interface

func (*Subscriber_Session_Nodes_Node_AccessInterfaceSummaries) GetEntityData

func (accessInterfaceSummaries *Subscriber_Session_Nodes_Node_AccessInterfaceSummaries) GetEntityData() *types.CommonEntityData

type Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary

type Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Interface name. The type is string with pattern:
	// [a-zA-Z0-9._/-]+.
	InterfaceName interface{}

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary Access interface summary

func (*Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary) GetEntityData

type Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr

type Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_AddressFamilySummaries

type Subscriber_Session_Nodes_Node_AddressFamilySummaries struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Address family summary. The type is slice of
	// Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary.
	AddressFamilySummary []*Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary
}

Subscriber_Session_Nodes_Node_AddressFamilySummaries Summary information filtered by address family

func (*Subscriber_Session_Nodes_Node_AddressFamilySummaries) GetEntityData

func (addressFamilySummaries *Subscriber_Session_Nodes_Node_AddressFamilySummaries) GetEntityData() *types.CommonEntityData

type Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary

type Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Address family. The type is
	// SubscriberAddressFamilyFilterFlag.
	AddressFamily interface{}

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary Address family summary

func (*Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary) GetEntityData

type Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_StateXr

type Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_AddressFamilySummaries_AddressFamilySummary_StateXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_AuthenticationSummaries

type Subscriber_Session_Nodes_Node_AuthenticationSummaries struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// authentication summary. The type is slice of
	// Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary.
	AuthenticationSummary []*Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary
}

Subscriber_Session_Nodes_Node_AuthenticationSummaries Summary information filtered by authentication state

func (*Subscriber_Session_Nodes_Node_AuthenticationSummaries) GetEntityData

func (authenticationSummaries *Subscriber_Session_Nodes_Node_AuthenticationSummaries) GetEntityData() *types.CommonEntityData

type Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary

type Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Authentication state. The type is
	// SubscriberAuthenStateFilterFlag.
	AuthenticationState interface{}

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary authentication summary

func (*Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary) GetEntityData

type Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_StateXr

type Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_AuthenticationSummaries_AuthenticationSummary_StateXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_AuthorSummaries

type Subscriber_Session_Nodes_Node_AuthorSummaries struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// authorization summary. The type is slice of
	// Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary.
	AuthorSummary []*Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary
}

Subscriber_Session_Nodes_Node_AuthorSummaries Summary information filtered by authorization state

func (*Subscriber_Session_Nodes_Node_AuthorSummaries) GetEntityData

func (authorSummaries *Subscriber_Session_Nodes_Node_AuthorSummaries) GetEntityData() *types.CommonEntityData

type Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary

type Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Authorization state. The type is
	// SubscriberAuthorStateFilterFlag.
	AuthorState interface{}

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary authorization summary

func (*Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary) GetEntityData

type Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_StateXr

type Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_AuthorSummaries_AuthorSummary_StateXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_InterfaceSummaries

type Subscriber_Session_Nodes_Node_InterfaceSummaries struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Interface summary. The type is slice of
	// Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary.
	InterfaceSummary []*Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary
}

Subscriber_Session_Nodes_Node_InterfaceSummaries Summary information filtered by interface

func (*Subscriber_Session_Nodes_Node_InterfaceSummaries) GetEntityData

func (interfaceSummaries *Subscriber_Session_Nodes_Node_InterfaceSummaries) GetEntityData() *types.CommonEntityData

type Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary

type Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Interface name. The type is string with pattern:
	// [a-zA-Z0-9._/-]+.
	InterfaceName interface{}

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary Interface summary

func (*Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary) GetEntityData

type Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_StateXr

type Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_InterfaceSummaries_InterfaceSummary_StateXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_Ipv4AddressSummaries

type Subscriber_Session_Nodes_Node_Ipv4AddressSummaries struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// IPv4 address summary. The type is slice of
	// Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary.
	Ipv4AddressSummary []*Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary
}

Subscriber_Session_Nodes_Node_Ipv4AddressSummaries Summary information filtered by subscriber IPv4 address

func (*Subscriber_Session_Nodes_Node_Ipv4AddressSummaries) GetEntityData

func (ipv4AddressSummaries *Subscriber_Session_Nodes_Node_Ipv4AddressSummaries) GetEntityData() *types.CommonEntityData

type Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary

type Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Subscriber IPv4 address. The type is string with
	// pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?.
	Address interface{}

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary IPv4 address summary

func (*Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary) GetEntityData

type Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr

type Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries

type Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// IPv4 address and VRF summary. The type is slice of
	// Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary.
	Ipv4AddressVrfSummary []*Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary
}

Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries Summary information filtered by IPv4 address and VRF

func (*Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries) GetEntityData

func (ipv4AddressVrfSummaries *Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries) GetEntityData() *types.CommonEntityData

type Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary

type Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// VRF name. The type is string with pattern: [\w\-\.:,_@#%$\+=\|;]+.
	VrfName interface{}

	// Subscriber IPv4 address. The type is string with pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?.
	Address interface{}

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary IPv4 address and VRF summary

func (*Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary) GetEntityData

type Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr

type Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_MacSummaries

type Subscriber_Session_Nodes_Node_MacSummaries struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// MAC address summary. The type is slice of
	// Subscriber_Session_Nodes_Node_MacSummaries_MacSummary.
	MacSummary []*Subscriber_Session_Nodes_Node_MacSummaries_MacSummary
}

Subscriber_Session_Nodes_Node_MacSummaries Summary information filtered by MAC address

func (*Subscriber_Session_Nodes_Node_MacSummaries) GetEntityData

func (macSummaries *Subscriber_Session_Nodes_Node_MacSummaries) GetEntityData() *types.CommonEntityData

type Subscriber_Session_Nodes_Node_MacSummaries_MacSummary

type Subscriber_Session_Nodes_Node_MacSummaries_MacSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Subscriber MAC address. The type is string with
	// pattern: [0-9a-fA-F]{2}(:[0-9a-fA-F]{2}){5}.
	MacAddress interface{}

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_MacSummaries_MacSummary MAC address summary

func (*Subscriber_Session_Nodes_Node_MacSummaries_MacSummary) GetEntityData

type Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_StateXr

type Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_MacSummaries_MacSummary_StateXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_Sessions

type Subscriber_Session_Nodes_Node_Sessions struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Subscriber session information. The type is slice of
	// Subscriber_Session_Nodes_Node_Sessions_Session.
	Session []*Subscriber_Session_Nodes_Node_Sessions_Session
}

Subscriber_Session_Nodes_Node_Sessions IP subscriber sessions

func (*Subscriber_Session_Nodes_Node_Sessions) GetEntityData

type Subscriber_Session_Nodes_Node_Sessions_Session

type Subscriber_Session_Nodes_Node_Sessions_Session struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Session ID. The type is string with pattern:
	// [0-9a-fA-F]{1,8}.
	SessionId interface{}

	// Subscriber session type. The type is IedgeOperSession.
	SessionType interface{}

	// PPPoE sub type. The type is IedgePppSub.
	PppoeSubType interface{}

	// Interface name. The type is string with pattern: [a-zA-Z0-9._/-]+.
	InterfaceName interface{}

	// VRF name. The type is string.
	VrfName interface{}

	// Circuit ID. The type is string.
	CircuitId interface{}

	// Remote ID. The type is string.
	RemoteId interface{}

	// PPPoE LNS address. The type is string with pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?.
	LnsAddress interface{}

	// PPPoE LAC address. The type is string with pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?.
	LacAddress interface{}

	// PPPoE LAC tunnel client authentication ID. The type is string.
	TunnelClientAuthenticationId interface{}

	// PPPoE LAC tunnel server authentication ID. The type is string.
	TunnelServerAuthenticationId interface{}

	// Session ip address. The type is string with pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?.
	SessionIpAddress interface{}

	// Session IPv6 address. The type is string.
	SessionIpv6Address interface{}

	// Session IPv6 prefix. The type is string.
	SessionIpv6Prefix interface{}

	// Session delegated IPv6 prefix. The type is string.
	DelegatedIpv6Prefix interface{}

	// IPv6 Interface ID. The type is string with pattern:
	// ([0-9a-fA-F]{2}(:[0-9a-fA-F]{2})*)?.
	Ipv6InterfaceId interface{}

	// MAC address. The type is string with pattern:
	// [0-9a-fA-F]{2}(:[0-9a-fA-F]{2}){5}.
	MacAddress interface{}

	// Accounting session ID. The type is string.
	AccountSessionId interface{}

	// NAS port. The type is string.
	NasPort interface{}

	// Username. The type is string.
	Username interface{}

	// Client Username. The type is string.
	Clientname interface{}

	// Formatted Username. The type is string.
	Formattedname interface{}

	// If true, session is authentic. The type is bool.
	IsSessionAuthentic interface{}

	// If true, session is authorized. The type is bool.
	IsSessionAuthor interface{}

	// Session state. The type is IedgeOperSessionState.
	SessionState interface{}

	// Session creation time in epoch seconds. The type is interface{} with range:
	// 0..18446744073709551615. Units are second.
	SessionCreationTimeEpoch interface{}

	// Time when idle state change occurred in DDD MMM DD HH:MM:SS YYYY format eg:
	// Tue Apr 11 21:30:47 2011. The type is string.
	IdleStateChangeTime interface{}

	// Total session idle time (in seconds). The type is interface{} with range:
	// 0..4294967295. Units are second.
	TotalSessionIdleTime interface{}

	// Access interface name associated with the session. The type is string with
	// pattern: [a-zA-Z0-9._/-]+.
	AccessInterfaceName interface{}

	// Accounting information.
	Accounting Subscriber_Session_Nodes_Node_Sessions_Session_Accounting

	// Subscriber control policy applied to this session. The type is slice of
	// Subscriber_Session_Nodes_Node_Sessions_Session_SubPolicyData.
	SubPolicyData []*Subscriber_Session_Nodes_Node_Sessions_Session_SubPolicyData

	// List of subscriber services associated to this session. The type is slice
	// of Subscriber_Session_Nodes_Node_Sessions_Session_SessionServiceInfo.
	SessionServiceInfo []*Subscriber_Session_Nodes_Node_Sessions_Session_SessionServiceInfo

	// Subscriber change of authorization information. The type is slice of
	// Subscriber_Session_Nodes_Node_Sessions_Session_SessionChangeOfAuthorization.
	SessionChangeOfAuthorization []*Subscriber_Session_Nodes_Node_Sessions_Session_SessionChangeOfAuthorization
}

Subscriber_Session_Nodes_Node_Sessions_Session Subscriber session information

func (*Subscriber_Session_Nodes_Node_Sessions_Session) GetEntityData

type Subscriber_Session_Nodes_Node_Sessions_Session_Accounting

type Subscriber_Session_Nodes_Node_Sessions_Session_Accounting struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Accounting information. The type is slice of
	// Subscriber_Session_Nodes_Node_Sessions_Session_Accounting_AccountingSession.
	AccountingSession []*Subscriber_Session_Nodes_Node_Sessions_Session_Accounting_AccountingSession
}

Subscriber_Session_Nodes_Node_Sessions_Session_Accounting Accounting information

func (*Subscriber_Session_Nodes_Node_Sessions_Session_Accounting) GetEntityData

type Subscriber_Session_Nodes_Node_Sessions_Session_Accounting_AccountingSession

type Subscriber_Session_Nodes_Node_Sessions_Session_Accounting_AccountingSession struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Accounting State Error Code for Accounting Session. The type is interface{}
	// with range: 0..4294967295.
	AccountingStateRc interface{}

	// Accounting Stop State. The type is interface{} with range: 0..4294967295.
	AccountingStopState interface{}

	// Accounting record context name. The type is string.
	RecordContextName interface{}

	// AAA method list name used to perform accounting. The type is string.
	MethodListName interface{}

	// Accounting session ID. The type is string.
	AccountSessionId interface{}

	// Accounting start time in epoch-seconds. The type is interface{} with range:
	// 0..18446744073709551615. Units are second.
	AccountingStartTimeEpoch interface{}

	// True if interim accounting is enabled. The type is bool.
	IsInterimAccountingEnabled interface{}

	// Interim accounting interval (in minutes). The type is interface{} with
	// range: 0..4294967295. Units are minute.
	InterimInterval interface{}

	// Time of last successful interim update in epoch-seconds . The type is
	// interface{} with range: 0..18446744073709551615. Units are second.
	LastSuccessfulInterimUpdateTimeEpoch interface{}

	// Time of next interim update attempt (in seconds). The type is interface{}
	// with range: 0..4294967295. Units are second.
	NextInterimUpdateAttemptTime interface{}

	// Time of last interim update attempt in epoch-seconds. The type is
	// interface{} with range: 0..18446744073709551615. Units are second.
	LastInterimUpdateAttemptTimeEpoch interface{}

	// Number of interim updates sent. The type is interface{} with range:
	// 0..4294967295.
	SentInterimUpdates interface{}

	// Number of interim updates accepted. The type is interface{} with range:
	// 0..4294967295.
	AcceptedInterimUpdates interface{}

	// Number of interim updates rejected. The type is interface{} with range:
	// 0..4294967295.
	RejectedInterimUpdates interface{}

	// Number of interim update send failures. The type is interface{} with range:
	// 0..4294967295.
	SentInterimUpdateFailures interface{}
}

Subscriber_Session_Nodes_Node_Sessions_Session_Accounting_AccountingSession Accounting information

func (*Subscriber_Session_Nodes_Node_Sessions_Session_Accounting_AccountingSession) GetEntityData

type Subscriber_Session_Nodes_Node_Sessions_Session_SessionChangeOfAuthorization

type Subscriber_Session_Nodes_Node_Sessions_Session_SessionChangeOfAuthorization struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Coa Request Acked. The type is bool.
	RequestAcked interface{}

	// Request time in epoch seconds. The type is interface{} with range:
	// 0..18446744073709551615. Units are second.
	RequestTimeEpoch interface{}

	// Reply time in epoch seconds. The type is interface{} with range:
	// 0..18446744073709551615. Units are second.
	ReplyTimeEpoch interface{}
}

Subscriber_Session_Nodes_Node_Sessions_Session_SessionChangeOfAuthorization Subscriber change of authorization information

func (*Subscriber_Session_Nodes_Node_Sessions_Session_SessionChangeOfAuthorization) GetEntityData

type Subscriber_Session_Nodes_Node_Sessions_Session_SessionServiceInfo

type Subscriber_Session_Nodes_Node_Sessions_Session_SessionServiceInfo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// ServiceName. The type is string.
	ServiceName interface{}

	// ServiceParams. The type is string.
	ServiceParams interface{}

	// ServiceType. The type is IedgeOperService.
	ServiceType interface{}

	// ServiceStatus. The type is IedgeOperServiceStatus.
	ServiceStatus interface{}

	// ServiceIdentifier. The type is interface{} with range: 0..4294967295.
	ServiceId interface{}

	// ServicePrepaid. The type is bool.
	ServicePrepaid interface{}
}

Subscriber_Session_Nodes_Node_Sessions_Session_SessionServiceInfo List of subscriber services associated to this session

func (*Subscriber_Session_Nodes_Node_Sessions_Session_SessionServiceInfo) GetEntityData

type Subscriber_Session_Nodes_Node_Sessions_Session_SubPolicyData

type Subscriber_Session_Nodes_Node_Sessions_Session_SubPolicyData struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Matching event, condition and executed actions. The type is string.
	PolicyEpoch interface{}
}

Subscriber_Session_Nodes_Node_Sessions_Session_SubPolicyData Subscriber control policy applied to this session

func (*Subscriber_Session_Nodes_Node_Sessions_Session_SubPolicyData) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles

type Subscriber_Session_Nodes_Node_SrgRoles struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Subscriber session operational data based on srg role. The type is slice of
	// Subscriber_Session_Nodes_Node_SrgRoles_SrgRole.
	SrgRole []*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole
}

Subscriber_Session_Nodes_Node_SrgRoles List of subscriber session supported srg roles

func (*Subscriber_Session_Nodes_Node_SrgRoles) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Subscriber srg role. The type is
	// SubscriberSrgOperFilterFlag.
	Srg interface{}

	// Summary information filtered by authorization state.
	AuthorSummaries Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries

	// Summary information filtered by username.
	UsernameSummaries Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries

	// Summary information filtered by MAC address.
	MacSummaries Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries

	// Summary information filtered by interface.
	InterfaceSummaries Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries

	// Summary information filtered by session state.
	StateSummaries Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries

	// Summary information filtered by authentication state.
	AuthenticationSummaries Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries

	// IP subscriber sessions.
	SubscriberSessions Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions

	// Summary information filtered by IPv4 address and VRF.
	Ipv4AddressVrfSummaries Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries

	// Subscriber session summary information.
	SrgSummary Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary

	// Summary information filtered by access interface.
	AccessInterfaceSummaries Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries

	// Summary information filtered by address family.
	AddressFamilySummaries Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries

	// Summary information filtered by subscriber IPv4 address.
	Ipv4AddressSummaries Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries

	// Summary information filtered by VRF.
	VrfSummaries Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole Subscriber session operational data based on srg role

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Access interface summary. The type is slice of
	// Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary.
	AccessInterfaceSummary []*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries Summary information filtered by access interface

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Interface name. The type is string with pattern:
	// [a-zA-Z0-9._/-]+.
	InterfaceName interface{}

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary Access interface summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AccessInterfaceSummaries_AccessInterfaceSummary_StateXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Address family summary. The type is slice of
	// Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary.
	AddressFamilySummary []*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries Summary information filtered by address family

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Address family. The type is
	// SubscriberAddressFamilyFilterFlag.
	AddressFamily interface{}

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary Address family summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_StateXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AddressFamilySummaries_AddressFamilySummary_StateXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// authentication summary. The type is slice of
	// Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary.
	AuthenticationSummary []*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries Summary information filtered by authentication state

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Authentication state. The type is
	// SubscriberAuthenStateFilterFlag.
	AuthenticationState interface{}

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary authentication summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_StateXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthenticationSummaries_AuthenticationSummary_StateXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// authorization summary. The type is slice of
	// Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary.
	AuthorSummary []*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries Summary information filtered by authorization state

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Authorization state. The type is
	// SubscriberAuthorStateFilterFlag.
	AuthorState interface{}

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary authorization summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_StateXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_AuthorSummaries_AuthorSummary_StateXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Interface summary. The type is slice of
	// Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary.
	InterfaceSummary []*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries Summary information filtered by interface

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Interface name. The type is string with pattern:
	// [a-zA-Z0-9._/-]+.
	InterfaceName interface{}

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary Interface summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_StateXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_InterfaceSummaries_InterfaceSummary_StateXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// IPv4 address summary. The type is slice of
	// Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary.
	Ipv4AddressSummary []*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries Summary information filtered by subscriber IPv4 address

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Subscriber IPv4 address. The type is string with
	// pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?.
	Address interface{}

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary IPv4 address summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressSummaries_Ipv4AddressSummary_StateXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// IPv4 address and VRF summary. The type is slice of
	// Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary.
	Ipv4AddressVrfSummary []*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries Summary information filtered by IPv4 address and VRF

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// VRF name. The type is string with pattern: [\w\-\.:,_@#%$\+=\|;]+.
	VrfName interface{}

	// Subscriber IPv4 address. The type is string with pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?.
	Address interface{}

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary IPv4 address and VRF summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_Ipv4AddressVrfSummaries_Ipv4AddressVrfSummary_StateXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// MAC address summary. The type is slice of
	// Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary.
	MacSummary []*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries Summary information filtered by MAC address

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Subscriber MAC address. The type is string with
	// pattern: [0-9a-fA-F]{2}(:[0-9a-fA-F]{2}){5}.
	MacAddress interface{}

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary MAC address summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_StateXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_MacSummaries_MacSummary_StateXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary Subscriber session summary information

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_StateXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SrgSummary_StateXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// State summary. The type is slice of
	// Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary.
	StateSummary []*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries Summary information filtered by session state

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Subscriber state. The type is
	// SubscriberStateFilterFlag.
	State interface{}

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary State summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_StateXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_StateSummaries_StateSummary_StateXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Subscriber session information. The type is slice of
	// Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession.
	SubscriberSession []*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions IP subscriber sessions

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Session ID. The type is string with pattern:
	// [0-9a-fA-F]{1,8}.
	SessionId interface{}

	// Subscriber session type. The type is IedgeOperSession.
	SessionType interface{}

	// PPPoE sub type. The type is IedgePppSub.
	PppoeSubType interface{}

	// Interface name. The type is string with pattern: [a-zA-Z0-9._/-]+.
	InterfaceName interface{}

	// VRF name. The type is string.
	VrfName interface{}

	// Circuit ID. The type is string.
	CircuitId interface{}

	// Remote ID. The type is string.
	RemoteId interface{}

	// PPPoE LNS address. The type is string with pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?.
	LnsAddress interface{}

	// PPPoE LAC address. The type is string with pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?.
	LacAddress interface{}

	// PPPoE LAC tunnel client authentication ID. The type is string.
	TunnelClientAuthenticationId interface{}

	// PPPoE LAC tunnel server authentication ID. The type is string.
	TunnelServerAuthenticationId interface{}

	// Session ip address. The type is string with pattern:
	// (([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?.
	SessionIpAddress interface{}

	// Session IPv6 address. The type is string.
	SessionIpv6Address interface{}

	// Session IPv6 prefix. The type is string.
	SessionIpv6Prefix interface{}

	// Session delegated IPv6 prefix. The type is string.
	DelegatedIpv6Prefix interface{}

	// IPv6 Interface ID. The type is string with pattern:
	// ([0-9a-fA-F]{2}(:[0-9a-fA-F]{2})*)?.
	Ipv6InterfaceId interface{}

	// MAC address. The type is string with pattern:
	// [0-9a-fA-F]{2}(:[0-9a-fA-F]{2}){5}.
	MacAddress interface{}

	// Accounting session ID. The type is string.
	AccountSessionId interface{}

	// NAS port. The type is string.
	NasPort interface{}

	// Username. The type is string.
	Username interface{}

	// Client Username. The type is string.
	Clientname interface{}

	// Formatted Username. The type is string.
	Formattedname interface{}

	// If true, session is authentic. The type is bool.
	IsSessionAuthentic interface{}

	// If true, session is authorized. The type is bool.
	IsSessionAuthor interface{}

	// Session state. The type is IedgeOperSessionState.
	SessionState interface{}

	// Session creation time in epoch seconds. The type is interface{} with range:
	// 0..18446744073709551615. Units are second.
	SessionCreationTimeEpoch interface{}

	// Time when idle state change occurred in DDD MMM DD HH:MM:SS YYYY format eg:
	// Tue Apr 11 21:30:47 2011. The type is string.
	IdleStateChangeTime interface{}

	// Total session idle time (in seconds). The type is interface{} with range:
	// 0..4294967295. Units are second.
	TotalSessionIdleTime interface{}

	// Access interface name associated with the session. The type is string with
	// pattern: [a-zA-Z0-9._/-]+.
	AccessInterfaceName interface{}

	// Accounting information.
	Accounting Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_Accounting

	// Subscriber control policy applied to this session. The type is slice of
	// Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_SubPolicyData.
	SubPolicyData []*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_SubPolicyData

	// List of subscriber services associated to this session. The type is slice
	// of
	// Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_SessionServiceInfo.
	SessionServiceInfo []*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_SessionServiceInfo

	// Subscriber change of authorization information. The type is slice of
	// Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_SessionChangeOfAuthorization.
	SessionChangeOfAuthorization []*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_SessionChangeOfAuthorization
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession Subscriber session information

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_Accounting

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_Accounting struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Accounting information. The type is slice of
	// Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_Accounting_AccountingSession.
	AccountingSession []*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_Accounting_AccountingSession
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_Accounting Accounting information

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_Accounting) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_Accounting_AccountingSession

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_Accounting_AccountingSession struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Accounting State Error Code for Accounting Session. The type is interface{}
	// with range: 0..4294967295.
	AccountingStateRc interface{}

	// Accounting Stop State. The type is interface{} with range: 0..4294967295.
	AccountingStopState interface{}

	// Accounting record context name. The type is string.
	RecordContextName interface{}

	// AAA method list name used to perform accounting. The type is string.
	MethodListName interface{}

	// Accounting session ID. The type is string.
	AccountSessionId interface{}

	// Accounting start time in epoch-seconds. The type is interface{} with range:
	// 0..18446744073709551615. Units are second.
	AccountingStartTimeEpoch interface{}

	// True if interim accounting is enabled. The type is bool.
	IsInterimAccountingEnabled interface{}

	// Interim accounting interval (in minutes). The type is interface{} with
	// range: 0..4294967295. Units are minute.
	InterimInterval interface{}

	// Time of last successful interim update in epoch-seconds . The type is
	// interface{} with range: 0..18446744073709551615. Units are second.
	LastSuccessfulInterimUpdateTimeEpoch interface{}

	// Time of next interim update attempt (in seconds). The type is interface{}
	// with range: 0..4294967295. Units are second.
	NextInterimUpdateAttemptTime interface{}

	// Time of last interim update attempt in epoch-seconds. The type is
	// interface{} with range: 0..18446744073709551615. Units are second.
	LastInterimUpdateAttemptTimeEpoch interface{}

	// Number of interim updates sent. The type is interface{} with range:
	// 0..4294967295.
	SentInterimUpdates interface{}

	// Number of interim updates accepted. The type is interface{} with range:
	// 0..4294967295.
	AcceptedInterimUpdates interface{}

	// Number of interim updates rejected. The type is interface{} with range:
	// 0..4294967295.
	RejectedInterimUpdates interface{}

	// Number of interim update send failures. The type is interface{} with range:
	// 0..4294967295.
	SentInterimUpdateFailures interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_Accounting_AccountingSession Accounting information

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_Accounting_AccountingSession) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_SessionChangeOfAuthorization

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_SessionChangeOfAuthorization struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Coa Request Acked. The type is bool.
	RequestAcked interface{}

	// Request time in epoch seconds. The type is interface{} with range:
	// 0..18446744073709551615. Units are second.
	RequestTimeEpoch interface{}

	// Reply time in epoch seconds. The type is interface{} with range:
	// 0..18446744073709551615. Units are second.
	ReplyTimeEpoch interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_SessionChangeOfAuthorization Subscriber change of authorization information

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_SessionChangeOfAuthorization) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_SessionServiceInfo

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_SessionServiceInfo struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// ServiceName. The type is string.
	ServiceName interface{}

	// ServiceParams. The type is string.
	ServiceParams interface{}

	// ServiceType. The type is IedgeOperService.
	ServiceType interface{}

	// ServiceStatus. The type is IedgeOperServiceStatus.
	ServiceStatus interface{}

	// ServiceIdentifier. The type is interface{} with range: 0..4294967295.
	ServiceId interface{}

	// ServicePrepaid. The type is bool.
	ServicePrepaid interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_SessionServiceInfo List of subscriber services associated to this session

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_SessionServiceInfo) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_SubPolicyData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_SubPolicyData struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// Matching event, condition and executed actions. The type is string.
	PolicyEpoch interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_SubPolicyData Subscriber control policy applied to this session

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_SubscriberSessions_SubscriberSession_SubPolicyData) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Username summary. The type is slice of
	// Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary.
	UsernameSummary []*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries Summary information filtered by username

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Subscriber username. The type is string with
	// pattern: [\w\-\.:,_@#%$\+=\|;]+.
	Username interface{}

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary Username summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_StateXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_UsernameSummaries_UsernameSummary_StateXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// VRF summary. The type is slice of
	// Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary.
	VrfSummary []*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries Summary information filtered by VRF

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. VRF name. The type is string with pattern:
	// [\w\-\.:,_@#%$\+=\|;]+.
	VrfName interface{}

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary VRF summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_StateXr

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_SrgRoles_SrgRole_VrfSummaries_VrfSummary_StateXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_StateSummaries

type Subscriber_Session_Nodes_Node_StateSummaries struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// State summary. The type is slice of
	// Subscriber_Session_Nodes_Node_StateSummaries_StateSummary.
	StateSummary []*Subscriber_Session_Nodes_Node_StateSummaries_StateSummary
}

Subscriber_Session_Nodes_Node_StateSummaries Summary information filtered by session state

func (*Subscriber_Session_Nodes_Node_StateSummaries) GetEntityData

func (stateSummaries *Subscriber_Session_Nodes_Node_StateSummaries) GetEntityData() *types.CommonEntityData

type Subscriber_Session_Nodes_Node_StateSummaries_StateSummary

type Subscriber_Session_Nodes_Node_StateSummaries_StateSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Subscriber state. The type is
	// SubscriberStateFilterFlag.
	State interface{}

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_StateSummaries_StateSummary State summary

func (*Subscriber_Session_Nodes_Node_StateSummaries_StateSummary) GetEntityData

type Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_StateXr

type Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_StateSummaries_StateSummary_StateXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_Summary

type Subscriber_Session_Nodes_Node_Summary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_Summary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_Summary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_Summary Subscriber session summary information

func (*Subscriber_Session_Nodes_Node_Summary) GetEntityData

type Subscriber_Session_Nodes_Node_Summary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_Summary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_Summary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_Summary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_Summary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_Summary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_Summary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_Summary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_Summary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_Summary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_Summary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_Summary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_Summary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_Summary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_Summary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_Summary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_Summary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_Summary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_Summary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_Summary_StateXr

type Subscriber_Session_Nodes_Node_Summary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_Summary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_Summary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_Summary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_Summary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_Summary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_Summary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_Summary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_Summary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_Summary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_Summary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_Summary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_Summary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_Summary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_Summary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_Summary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_Summary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_Summary_StateXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_UsernameSummaries

type Subscriber_Session_Nodes_Node_UsernameSummaries struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Username summary. The type is slice of
	// Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary.
	UsernameSummary []*Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary
}

Subscriber_Session_Nodes_Node_UsernameSummaries Summary information filtered by username

func (*Subscriber_Session_Nodes_Node_UsernameSummaries) GetEntityData

func (usernameSummaries *Subscriber_Session_Nodes_Node_UsernameSummaries) GetEntityData() *types.CommonEntityData

type Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary

type Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. Subscriber username. The type is string with
	// pattern: [\w\-\.:,_@#%$\+=\|;]+.
	Username interface{}

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary Username summary

func (*Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary) GetEntityData

type Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_StateXr

type Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_UsernameSummaries_UsernameSummary_StateXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_VrfSummaries

type Subscriber_Session_Nodes_Node_VrfSummaries struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// VRF summary. The type is slice of
	// Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary.
	VrfSummary []*Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary
}

Subscriber_Session_Nodes_Node_VrfSummaries Summary information filtered by VRF

func (*Subscriber_Session_Nodes_Node_VrfSummaries) GetEntityData

func (vrfSummaries *Subscriber_Session_Nodes_Node_VrfSummaries) GetEntityData() *types.CommonEntityData

type Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary

type Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. VRF name. The type is string with pattern:
	// [\w\-\.:,_@#%$\+=\|;]+.
	VrfName interface{}

	// State summary.
	StateXr Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_StateXr

	// Address family summary.
	AddressFamilyXr Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_AddressFamilyXr
}

Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary VRF summary

func (*Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary) GetEntityData

type Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_AddressFamilyXr

type Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_AddressFamilyXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_AddressFamilyXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_AddressFamilyXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_AddressFamilyXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_AddressFamilyXr Address family summary

func (*Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_AddressFamilyXr) GetEntityData

type Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_AddressFamilyXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_AddressFamilyXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_AddressFamilyXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_AddressFamilyXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_AddressFamilyXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_AddressFamilyXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_AddressFamilyXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_AddressFamilyXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_AddressFamilyXr_Pppoe

type Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_AddressFamilyXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions with undecided address family. The type is interface{} with range:
	// 0..4294967295.
	InProgressSessions interface{}

	// IPv4 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv4OnlySessions interface{}

	// IPv6 only sessions . The type is interface{} with range: 0..4294967295.
	Ipv6OnlySessions interface{}

	// Dual stack partially up sessions. The type is interface{} with range:
	// 0..4294967295.
	DualPartUpSessions interface{}

	// Dual stack up sessions. The type is interface{} with range: 0..4294967295.
	DualUpSessions interface{}

	// LAC sessions. The type is interface{} with range: 0..4294967295.
	LacSessions interface{}
}

Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_AddressFamilyXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_AddressFamilyXr_Pppoe) GetEntityData

type Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_StateXr

type Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_StateXr struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// PPPoE summary.
	Pppoe Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_StateXr_Pppoe

	// IP subscriber DHCP summary.
	IpSubscriberDhcp Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_StateXr_IpSubscriberDhcp

	// IP subscriber packet summary.
	IpSubscriberPacket Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_StateXr_IpSubscriberPacket
}

Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_StateXr State summary

func (*Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_StateXr) GetEntityData

type Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_StateXr_IpSubscriberDhcp

type Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_StateXr_IpSubscriberDhcp struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_StateXr_IpSubscriberDhcp IP subscriber DHCP summary

func (*Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_StateXr_IpSubscriberDhcp) GetEntityData

type Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_StateXr_IpSubscriberPacket

type Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_StateXr_IpSubscriberPacket struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_StateXr_IpSubscriberPacket IP subscriber packet summary

func (*Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_StateXr_IpSubscriberPacket) GetEntityData

type Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_StateXr_Pppoe

type Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_StateXr_Pppoe struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Sessions in initialized state. The type is interface{} with range:
	// 0..4294967295.
	InitializedSessions interface{}

	// Sessions in connecting state. The type is interface{} with range:
	// 0..4294967295.
	ConnectingSessions interface{}

	// Sessions in connected state. The type is interface{} with range:
	// 0..4294967295.
	ConnectedSessions interface{}

	// Sessions in activated state. The type is interface{} with range:
	// 0..4294967295.
	ActivatedSessions interface{}

	// Sessions in idle state. The type is interface{} with range: 0..4294967295.
	IdleSessions interface{}

	// Sessions in disconnecting state. The type is interface{} with range:
	// 0..4294967295.
	DisconnectingSessions interface{}

	// Sessions in end state. The type is interface{} with range: 0..4294967295.
	EndSessions interface{}
}

Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_StateXr_Pppoe PPPoE summary

func (*Subscriber_Session_Nodes_Node_VrfSummaries_VrfSummary_StateXr_Pppoe) GetEntityData

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL