cisco_ios_xr_aaa_protocol_radius_oper_radius_nodes_node_accounting

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Cisco-IOS-XR-aaa-protocol-radius-oper:radius/nodes/node/accounting

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RadiusAccounting

type RadiusAccounting struct {
	Port                 uint32                `protobuf:"varint,1,opt,name=port,proto3" json:"port,omitempty"`
	Accounting           *RadiusAccountingData `protobuf:"bytes,2,opt,name=accounting,proto3" json:"accounting,omitempty"`
	IpAddress            string                `protobuf:"bytes,3,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"`
	Family               string                `protobuf:"bytes,4,opt,name=family,proto3" json:"family,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*RadiusAccounting) Descriptor

func (*RadiusAccounting) Descriptor() ([]byte, []int)

func (*RadiusAccounting) GetAccounting

func (m *RadiusAccounting) GetAccounting() *RadiusAccountingData

func (*RadiusAccounting) GetFamily

func (m *RadiusAccounting) GetFamily() string

func (*RadiusAccounting) GetIpAddress

func (m *RadiusAccounting) GetIpAddress() string

func (*RadiusAccounting) GetPort

func (m *RadiusAccounting) GetPort() uint32

func (*RadiusAccounting) ProtoMessage

func (*RadiusAccounting) ProtoMessage()

func (*RadiusAccounting) Reset

func (m *RadiusAccounting) Reset()

func (*RadiusAccounting) String

func (m *RadiusAccounting) String() string

func (*RadiusAccounting) XXX_DiscardUnknown

func (m *RadiusAccounting) XXX_DiscardUnknown()

func (*RadiusAccounting) XXX_Marshal

func (m *RadiusAccounting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RadiusAccounting) XXX_Merge

func (m *RadiusAccounting) XXX_Merge(src proto.Message)

func (*RadiusAccounting) XXX_Size

func (m *RadiusAccounting) XXX_Size() int

func (*RadiusAccounting) XXX_Unmarshal

func (m *RadiusAccounting) XXX_Unmarshal(b []byte) error

type RadiusAccountingData

type RadiusAccountingData struct {
	Requests                  uint32   `protobuf:"varint,1,opt,name=requests,proto3" json:"requests,omitempty"`
	PendingRequests           uint32   `protobuf:"varint,2,opt,name=pending_requests,json=pendingRequests,proto3" json:"pending_requests,omitempty"`
	Retransmits               uint32   `protobuf:"varint,3,opt,name=retransmits,proto3" json:"retransmits,omitempty"`
	Responses                 uint32   `protobuf:"varint,4,opt,name=responses,proto3" json:"responses,omitempty"`
	Timeouts                  uint32   `protobuf:"varint,5,opt,name=timeouts,proto3" json:"timeouts,omitempty"`
	BadResponses              uint32   `protobuf:"varint,6,opt,name=bad_responses,json=badResponses,proto3" json:"bad_responses,omitempty"`
	BadAuthenticators         uint32   `protobuf:"varint,7,opt,name=bad_authenticators,json=badAuthenticators,proto3" json:"bad_authenticators,omitempty"`
	UnknownPacketTypes        uint32   `protobuf:"varint,8,opt,name=unknown_packet_types,json=unknownPacketTypes,proto3" json:"unknown_packet_types,omitempty"`
	DroppedResponses          uint32   `protobuf:"varint,9,opt,name=dropped_responses,json=droppedResponses,proto3" json:"dropped_responses,omitempty"`
	Rtt                       uint32   `protobuf:"varint,10,opt,name=rtt,proto3" json:"rtt,omitempty"`
	AcctUnexpectedResponses   uint32   `` /* 134-byte string literal not displayed */
	AcctTransactionSuccessess uint32   `` /* 140-byte string literal not displayed */
	AcctTransactionFailure    uint32   `` /* 131-byte string literal not displayed */
	AcctThrottledTransactions uint32   `` /* 140-byte string literal not displayed */
	AcctMaxThrottleTrans      uint32   `` /* 127-byte string literal not displayed */
	TotalTestAcctReqs         uint32   `protobuf:"varint,16,opt,name=total_test_acct_reqs,json=totalTestAcctReqs,proto3" json:"total_test_acct_reqs,omitempty"`
	TotalTestAcctTimeouts     uint32   `` /* 130-byte string literal not displayed */
	TotalTestAcctResponse     uint32   `` /* 130-byte string literal not displayed */
	TotalTestAcctPending      uint32   `` /* 127-byte string literal not displayed */
	XXX_NoUnkeyedLiteral      struct{} `json:"-"`
	XXX_unrecognized          []byte   `json:"-"`
	XXX_sizecache             int32    `json:"-"`
}

func (*RadiusAccountingData) Descriptor

func (*RadiusAccountingData) Descriptor() ([]byte, []int)

func (*RadiusAccountingData) GetAcctMaxThrottleTrans

func (m *RadiusAccountingData) GetAcctMaxThrottleTrans() uint32

func (*RadiusAccountingData) GetAcctThrottledTransactions

func (m *RadiusAccountingData) GetAcctThrottledTransactions() uint32

func (*RadiusAccountingData) GetAcctTransactionFailure

func (m *RadiusAccountingData) GetAcctTransactionFailure() uint32

func (*RadiusAccountingData) GetAcctTransactionSuccessess

func (m *RadiusAccountingData) GetAcctTransactionSuccessess() uint32

func (*RadiusAccountingData) GetAcctUnexpectedResponses

func (m *RadiusAccountingData) GetAcctUnexpectedResponses() uint32

func (*RadiusAccountingData) GetBadAuthenticators

func (m *RadiusAccountingData) GetBadAuthenticators() uint32

func (*RadiusAccountingData) GetBadResponses

func (m *RadiusAccountingData) GetBadResponses() uint32

func (*RadiusAccountingData) GetDroppedResponses

func (m *RadiusAccountingData) GetDroppedResponses() uint32

func (*RadiusAccountingData) GetPendingRequests

func (m *RadiusAccountingData) GetPendingRequests() uint32

func (*RadiusAccountingData) GetRequests

func (m *RadiusAccountingData) GetRequests() uint32

func (*RadiusAccountingData) GetResponses

func (m *RadiusAccountingData) GetResponses() uint32

func (*RadiusAccountingData) GetRetransmits

func (m *RadiusAccountingData) GetRetransmits() uint32

func (*RadiusAccountingData) GetRtt

func (m *RadiusAccountingData) GetRtt() uint32

func (*RadiusAccountingData) GetTimeouts

func (m *RadiusAccountingData) GetTimeouts() uint32

func (*RadiusAccountingData) GetTotalTestAcctPending

func (m *RadiusAccountingData) GetTotalTestAcctPending() uint32

func (*RadiusAccountingData) GetTotalTestAcctReqs

func (m *RadiusAccountingData) GetTotalTestAcctReqs() uint32

func (*RadiusAccountingData) GetTotalTestAcctResponse

func (m *RadiusAccountingData) GetTotalTestAcctResponse() uint32

func (*RadiusAccountingData) GetTotalTestAcctTimeouts

func (m *RadiusAccountingData) GetTotalTestAcctTimeouts() uint32

func (*RadiusAccountingData) GetUnknownPacketTypes

func (m *RadiusAccountingData) GetUnknownPacketTypes() uint32

func (*RadiusAccountingData) ProtoMessage

func (*RadiusAccountingData) ProtoMessage()

func (*RadiusAccountingData) Reset

func (m *RadiusAccountingData) Reset()

func (*RadiusAccountingData) String

func (m *RadiusAccountingData) String() string

func (*RadiusAccountingData) XXX_DiscardUnknown

func (m *RadiusAccountingData) XXX_DiscardUnknown()

func (*RadiusAccountingData) XXX_Marshal

func (m *RadiusAccountingData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RadiusAccountingData) XXX_Merge

func (m *RadiusAccountingData) XXX_Merge(src proto.Message)

func (*RadiusAccountingData) XXX_Size

func (m *RadiusAccountingData) XXX_Size() int

func (*RadiusAccountingData) XXX_Unmarshal

func (m *RadiusAccountingData) XXX_Unmarshal(b []byte) error

type RadiusServerAccounting

type RadiusServerAccounting struct {
	AccountingGroup      []*RadiusAccounting `protobuf:"bytes,50,rep,name=accounting_group,json=accountingGroup,proto3" json:"accounting_group,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*RadiusServerAccounting) Descriptor

func (*RadiusServerAccounting) Descriptor() ([]byte, []int)

func (*RadiusServerAccounting) GetAccountingGroup

func (m *RadiusServerAccounting) GetAccountingGroup() []*RadiusAccounting

func (*RadiusServerAccounting) ProtoMessage

func (*RadiusServerAccounting) ProtoMessage()

func (*RadiusServerAccounting) Reset

func (m *RadiusServerAccounting) Reset()

func (*RadiusServerAccounting) String

func (m *RadiusServerAccounting) String() string

func (*RadiusServerAccounting) XXX_DiscardUnknown

func (m *RadiusServerAccounting) XXX_DiscardUnknown()

func (*RadiusServerAccounting) XXX_Marshal

func (m *RadiusServerAccounting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RadiusServerAccounting) XXX_Merge

func (m *RadiusServerAccounting) XXX_Merge(src proto.Message)

func (*RadiusServerAccounting) XXX_Size

func (m *RadiusServerAccounting) XXX_Size() int

func (*RadiusServerAccounting) XXX_Unmarshal

func (m *RadiusServerAccounting) XXX_Unmarshal(b []byte) error

type RadiusServerAccounting_KEYS

type RadiusServerAccounting_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RadiusServerAccounting_KEYS) Descriptor

func (*RadiusServerAccounting_KEYS) Descriptor() ([]byte, []int)

func (*RadiusServerAccounting_KEYS) GetNodeName

func (m *RadiusServerAccounting_KEYS) GetNodeName() string

func (*RadiusServerAccounting_KEYS) ProtoMessage

func (*RadiusServerAccounting_KEYS) ProtoMessage()

func (*RadiusServerAccounting_KEYS) Reset

func (m *RadiusServerAccounting_KEYS) Reset()

func (*RadiusServerAccounting_KEYS) String

func (m *RadiusServerAccounting_KEYS) String() string

func (*RadiusServerAccounting_KEYS) XXX_DiscardUnknown

func (m *RadiusServerAccounting_KEYS) XXX_DiscardUnknown()

func (*RadiusServerAccounting_KEYS) XXX_Marshal

func (m *RadiusServerAccounting_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RadiusServerAccounting_KEYS) XXX_Merge

func (m *RadiusServerAccounting_KEYS) XXX_Merge(src proto.Message)

func (*RadiusServerAccounting_KEYS) XXX_Size

func (m *RadiusServerAccounting_KEYS) XXX_Size() int

func (*RadiusServerAccounting_KEYS) XXX_Unmarshal

func (m *RadiusServerAccounting_KEYS) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL