cisco_ios_xr_aaa_protocol_radius_oper_radius_nodes_node_authentication

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: 1

Documentation

Overview

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RadiusAuthentication

type RadiusAuthentication struct {
	Port                 uint32                    `protobuf:"varint,1,opt,name=port,proto3" json:"port,omitempty"`
	Authentication       *RadiusAuthenticationData `protobuf:"bytes,2,opt,name=authentication,proto3" json:"authentication,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 (*RadiusAuthentication) Descriptor

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

func (*RadiusAuthentication) GetAuthentication

func (m *RadiusAuthentication) GetAuthentication() *RadiusAuthenticationData

func (*RadiusAuthentication) GetFamily

func (m *RadiusAuthentication) GetFamily() string

func (*RadiusAuthentication) GetIpAddress

func (m *RadiusAuthentication) GetIpAddress() string

func (*RadiusAuthentication) GetPort

func (m *RadiusAuthentication) GetPort() uint32

func (*RadiusAuthentication) ProtoMessage

func (*RadiusAuthentication) ProtoMessage()

func (*RadiusAuthentication) Reset

func (m *RadiusAuthentication) Reset()

func (*RadiusAuthentication) String

func (m *RadiusAuthentication) String() string

func (*RadiusAuthentication) XXX_DiscardUnknown

func (m *RadiusAuthentication) XXX_DiscardUnknown()

func (*RadiusAuthentication) XXX_Marshal

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

func (*RadiusAuthentication) XXX_Merge

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

func (*RadiusAuthentication) XXX_Size

func (m *RadiusAuthentication) XXX_Size() int

func (*RadiusAuthentication) XXX_Unmarshal

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

type RadiusAuthenticationData

type RadiusAuthenticationData struct {
	AccessRequests              uint32   `protobuf:"varint,1,opt,name=access_requests,json=accessRequests,proto3" json:"access_requests,omitempty"`
	PendingAccessRequests       uint32   `` /* 127-byte string literal not displayed */
	AccessRequestRetransmits    uint32   `` /* 136-byte string literal not displayed */
	AccessAccepts               uint32   `protobuf:"varint,4,opt,name=access_accepts,json=accessAccepts,proto3" json:"access_accepts,omitempty"`
	AccessRejects               uint32   `protobuf:"varint,5,opt,name=access_rejects,json=accessRejects,proto3" json:"access_rejects,omitempty"`
	AccessChallenges            uint32   `protobuf:"varint,6,opt,name=access_challenges,json=accessChallenges,proto3" json:"access_challenges,omitempty"`
	AccessTimeouts              uint32   `protobuf:"varint,7,opt,name=access_timeouts,json=accessTimeouts,proto3" json:"access_timeouts,omitempty"`
	BadAccessResponses          uint32   `protobuf:"varint,8,opt,name=bad_access_responses,json=badAccessResponses,proto3" json:"bad_access_responses,omitempty"`
	BadAccessAuthenticators     uint32   `` /* 133-byte string literal not displayed */
	UnknownAccessTypes          uint32   `protobuf:"varint,10,opt,name=unknown_access_types,json=unknownAccessTypes,proto3" json:"unknown_access_types,omitempty"`
	DroppedAccessResponses      uint32   `` /* 131-byte string literal not displayed */
	Rtt                         uint32   `protobuf:"varint,12,opt,name=rtt,proto3" json:"rtt,omitempty"`
	AuthenTransactionSuccessess uint32   `` /* 146-byte string literal not displayed */
	AuthenTransactionFailure    uint32   `` /* 137-byte string literal not displayed */
	AuthenUnexpectedResponses   uint32   `` /* 140-byte string literal not displayed */
	AuthenServerErrorResponses  uint32   `` /* 145-byte string literal not displayed */
	AuthenIncorrectResponses    uint32   `` /* 137-byte string literal not displayed */
	AuthThrottledTransactions   uint32   `` /* 140-byte string literal not displayed */
	AuthMaxTransactions         uint32   `protobuf:"varint,19,opt,name=auth_max_transactions,json=authMaxTransactions,proto3" json:"auth_max_transactions,omitempty"`
	TotalTestAuthReqs           uint32   `protobuf:"varint,20,opt,name=total_test_auth_reqs,json=totalTestAuthReqs,proto3" json:"total_test_auth_reqs,omitempty"`
	TotalTestAuthTimeouts       uint32   `` /* 130-byte string literal not displayed */
	TotalTestAuthResponse       uint32   `` /* 130-byte string literal not displayed */
	TotalTestAuthPending        uint32   `` /* 127-byte string literal not displayed */
	XXX_NoUnkeyedLiteral        struct{} `json:"-"`
	XXX_unrecognized            []byte   `json:"-"`
	XXX_sizecache               int32    `json:"-"`
}

func (*RadiusAuthenticationData) Descriptor

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

func (*RadiusAuthenticationData) GetAccessAccepts

func (m *RadiusAuthenticationData) GetAccessAccepts() uint32

func (*RadiusAuthenticationData) GetAccessChallenges

func (m *RadiusAuthenticationData) GetAccessChallenges() uint32

func (*RadiusAuthenticationData) GetAccessRejects

func (m *RadiusAuthenticationData) GetAccessRejects() uint32

func (*RadiusAuthenticationData) GetAccessRequestRetransmits

func (m *RadiusAuthenticationData) GetAccessRequestRetransmits() uint32

func (*RadiusAuthenticationData) GetAccessRequests

func (m *RadiusAuthenticationData) GetAccessRequests() uint32

func (*RadiusAuthenticationData) GetAccessTimeouts

func (m *RadiusAuthenticationData) GetAccessTimeouts() uint32

func (*RadiusAuthenticationData) GetAuthMaxTransactions

func (m *RadiusAuthenticationData) GetAuthMaxTransactions() uint32

func (*RadiusAuthenticationData) GetAuthThrottledTransactions

func (m *RadiusAuthenticationData) GetAuthThrottledTransactions() uint32

func (*RadiusAuthenticationData) GetAuthenIncorrectResponses

func (m *RadiusAuthenticationData) GetAuthenIncorrectResponses() uint32

func (*RadiusAuthenticationData) GetAuthenServerErrorResponses

func (m *RadiusAuthenticationData) GetAuthenServerErrorResponses() uint32

func (*RadiusAuthenticationData) GetAuthenTransactionFailure

func (m *RadiusAuthenticationData) GetAuthenTransactionFailure() uint32

func (*RadiusAuthenticationData) GetAuthenTransactionSuccessess

func (m *RadiusAuthenticationData) GetAuthenTransactionSuccessess() uint32

func (*RadiusAuthenticationData) GetAuthenUnexpectedResponses

func (m *RadiusAuthenticationData) GetAuthenUnexpectedResponses() uint32

func (*RadiusAuthenticationData) GetBadAccessAuthenticators

func (m *RadiusAuthenticationData) GetBadAccessAuthenticators() uint32

func (*RadiusAuthenticationData) GetBadAccessResponses

func (m *RadiusAuthenticationData) GetBadAccessResponses() uint32

func (*RadiusAuthenticationData) GetDroppedAccessResponses

func (m *RadiusAuthenticationData) GetDroppedAccessResponses() uint32

func (*RadiusAuthenticationData) GetPendingAccessRequests

func (m *RadiusAuthenticationData) GetPendingAccessRequests() uint32

func (*RadiusAuthenticationData) GetRtt

func (m *RadiusAuthenticationData) GetRtt() uint32

func (*RadiusAuthenticationData) GetTotalTestAuthPending

func (m *RadiusAuthenticationData) GetTotalTestAuthPending() uint32

func (*RadiusAuthenticationData) GetTotalTestAuthReqs

func (m *RadiusAuthenticationData) GetTotalTestAuthReqs() uint32

func (*RadiusAuthenticationData) GetTotalTestAuthResponse

func (m *RadiusAuthenticationData) GetTotalTestAuthResponse() uint32

func (*RadiusAuthenticationData) GetTotalTestAuthTimeouts

func (m *RadiusAuthenticationData) GetTotalTestAuthTimeouts() uint32

func (*RadiusAuthenticationData) GetUnknownAccessTypes

func (m *RadiusAuthenticationData) GetUnknownAccessTypes() uint32

func (*RadiusAuthenticationData) ProtoMessage

func (*RadiusAuthenticationData) ProtoMessage()

func (*RadiusAuthenticationData) Reset

func (m *RadiusAuthenticationData) Reset()

func (*RadiusAuthenticationData) String

func (m *RadiusAuthenticationData) String() string

func (*RadiusAuthenticationData) XXX_DiscardUnknown

func (m *RadiusAuthenticationData) XXX_DiscardUnknown()

func (*RadiusAuthenticationData) XXX_Marshal

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

func (*RadiusAuthenticationData) XXX_Merge

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

func (*RadiusAuthenticationData) XXX_Size

func (m *RadiusAuthenticationData) XXX_Size() int

func (*RadiusAuthenticationData) XXX_Unmarshal

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

type RadiusServerAuthentication

type RadiusServerAuthentication struct {
	AuthenticationGroup  []*RadiusAuthentication `protobuf:"bytes,50,rep,name=authentication_group,json=authenticationGroup,proto3" json:"authentication_group,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*RadiusServerAuthentication) Descriptor

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

func (*RadiusServerAuthentication) GetAuthenticationGroup

func (m *RadiusServerAuthentication) GetAuthenticationGroup() []*RadiusAuthentication

func (*RadiusServerAuthentication) ProtoMessage

func (*RadiusServerAuthentication) ProtoMessage()

func (*RadiusServerAuthentication) Reset

func (m *RadiusServerAuthentication) Reset()

func (*RadiusServerAuthentication) String

func (m *RadiusServerAuthentication) String() string

func (*RadiusServerAuthentication) XXX_DiscardUnknown

func (m *RadiusServerAuthentication) XXX_DiscardUnknown()

func (*RadiusServerAuthentication) XXX_Marshal

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

func (*RadiusServerAuthentication) XXX_Merge

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

func (*RadiusServerAuthentication) XXX_Size

func (m *RadiusServerAuthentication) XXX_Size() int

func (*RadiusServerAuthentication) XXX_Unmarshal

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

type RadiusServerAuthentication_KEYS

type RadiusServerAuthentication_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 (*RadiusServerAuthentication_KEYS) Descriptor

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

func (*RadiusServerAuthentication_KEYS) GetNodeName

func (m *RadiusServerAuthentication_KEYS) GetNodeName() string

func (*RadiusServerAuthentication_KEYS) ProtoMessage

func (*RadiusServerAuthentication_KEYS) ProtoMessage()

func (*RadiusServerAuthentication_KEYS) Reset

func (*RadiusServerAuthentication_KEYS) String

func (*RadiusServerAuthentication_KEYS) XXX_DiscardUnknown

func (m *RadiusServerAuthentication_KEYS) XXX_DiscardUnknown()

func (*RadiusServerAuthentication_KEYS) XXX_Marshal

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

func (*RadiusServerAuthentication_KEYS) XXX_Merge

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

func (*RadiusServerAuthentication_KEYS) XXX_Size

func (m *RadiusServerAuthentication_KEYS) XXX_Size() int

func (*RadiusServerAuthentication_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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