cisco_ios_xr_ppp_ma_oper_ppp_nodes_node_sso_alerts_sso_alert

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-ppp-ma-oper:ppp/nodes/node/sso-alerts/sso-alert

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PppOperSsoAlerts

type PppOperSsoAlerts struct {
	LcpError             *PppOperSsoError `protobuf:"bytes,50,opt,name=lcp_error,json=lcpError,proto3" json:"lcp_error,omitempty"`
	OfUsAuthError        *PppOperSsoError `protobuf:"bytes,51,opt,name=of_us_auth_error,json=ofUsAuthError,proto3" json:"of_us_auth_error,omitempty"`
	OfPeerAuthError      *PppOperSsoError `protobuf:"bytes,52,opt,name=of_peer_auth_error,json=ofPeerAuthError,proto3" json:"of_peer_auth_error,omitempty"`
	IpcpError            *PppOperSsoError `protobuf:"bytes,53,opt,name=ipcp_error,json=ipcpError,proto3" json:"ipcp_error,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*PppOperSsoAlerts) Descriptor

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

func (*PppOperSsoAlerts) GetIpcpError

func (m *PppOperSsoAlerts) GetIpcpError() *PppOperSsoError

func (*PppOperSsoAlerts) GetLcpError

func (m *PppOperSsoAlerts) GetLcpError() *PppOperSsoError

func (*PppOperSsoAlerts) GetOfPeerAuthError

func (m *PppOperSsoAlerts) GetOfPeerAuthError() *PppOperSsoError

func (*PppOperSsoAlerts) GetOfUsAuthError

func (m *PppOperSsoAlerts) GetOfUsAuthError() *PppOperSsoError

func (*PppOperSsoAlerts) ProtoMessage

func (*PppOperSsoAlerts) ProtoMessage()

func (*PppOperSsoAlerts) Reset

func (m *PppOperSsoAlerts) Reset()

func (*PppOperSsoAlerts) String

func (m *PppOperSsoAlerts) String() string

func (*PppOperSsoAlerts) XXX_DiscardUnknown

func (m *PppOperSsoAlerts) XXX_DiscardUnknown()

func (*PppOperSsoAlerts) XXX_Marshal

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

func (*PppOperSsoAlerts) XXX_Merge

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

func (*PppOperSsoAlerts) XXX_Size

func (m *PppOperSsoAlerts) XXX_Size() int

func (*PppOperSsoAlerts) XXX_Unmarshal

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

type PppOperSsoAlerts_KEYS

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

func (*PppOperSsoAlerts_KEYS) Descriptor

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

func (*PppOperSsoAlerts_KEYS) GetInterface

func (m *PppOperSsoAlerts_KEYS) GetInterface() string

func (*PppOperSsoAlerts_KEYS) GetNodeName

func (m *PppOperSsoAlerts_KEYS) GetNodeName() string

func (*PppOperSsoAlerts_KEYS) ProtoMessage

func (*PppOperSsoAlerts_KEYS) ProtoMessage()

func (*PppOperSsoAlerts_KEYS) Reset

func (m *PppOperSsoAlerts_KEYS) Reset()

func (*PppOperSsoAlerts_KEYS) String

func (m *PppOperSsoAlerts_KEYS) String() string

func (*PppOperSsoAlerts_KEYS) XXX_DiscardUnknown

func (m *PppOperSsoAlerts_KEYS) XXX_DiscardUnknown()

func (*PppOperSsoAlerts_KEYS) XXX_Marshal

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

func (*PppOperSsoAlerts_KEYS) XXX_Merge

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

func (*PppOperSsoAlerts_KEYS) XXX_Size

func (m *PppOperSsoAlerts_KEYS) XXX_Size() int

func (*PppOperSsoAlerts_KEYS) XXX_Unmarshal

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

type PppOperSsoError

type PppOperSsoError struct {
	IsError              bool     `protobuf:"varint,1,opt,name=is_error,json=isError,proto3" json:"is_error,omitempty"`
	Error                uint32   `protobuf:"varint,2,opt,name=error,proto3" json:"error,omitempty"`
	Context              uint32   `protobuf:"varint,3,opt,name=context,proto3" json:"context,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PppOperSsoError) Descriptor

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

func (*PppOperSsoError) GetContext

func (m *PppOperSsoError) GetContext() uint32

func (*PppOperSsoError) GetError

func (m *PppOperSsoError) GetError() uint32

func (*PppOperSsoError) GetIsError

func (m *PppOperSsoError) GetIsError() bool

func (*PppOperSsoError) ProtoMessage

func (*PppOperSsoError) ProtoMessage()

func (*PppOperSsoError) Reset

func (m *PppOperSsoError) Reset()

func (*PppOperSsoError) String

func (m *PppOperSsoError) String() string

func (*PppOperSsoError) XXX_DiscardUnknown

func (m *PppOperSsoError) XXX_DiscardUnknown()

func (*PppOperSsoError) XXX_Marshal

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

func (*PppOperSsoError) XXX_Merge

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

func (*PppOperSsoError) XXX_Size

func (m *PppOperSsoError) XXX_Size() int

func (*PppOperSsoError) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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