cisco_ios_xr_ppp_ma_oper_ppp_nodes_node_sso_groups_sso_group_sso_states_sso_state

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-ppp-ma-oper:ppp/nodes/node/sso-groups/sso-group/sso-states/sso-state

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PppOperSsoFsmState

type PppOperSsoFsmState struct {
	IsRunning            bool     `protobuf:"varint,1,opt,name=is_running,json=isRunning,proto3" json:"is_running,omitempty"`
	State                string   `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PppOperSsoFsmState) Descriptor

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

func (*PppOperSsoFsmState) GetIsRunning

func (m *PppOperSsoFsmState) GetIsRunning() bool

func (*PppOperSsoFsmState) GetState

func (m *PppOperSsoFsmState) GetState() string

func (*PppOperSsoFsmState) ProtoMessage

func (*PppOperSsoFsmState) ProtoMessage()

func (*PppOperSsoFsmState) Reset

func (m *PppOperSsoFsmState) Reset()

func (*PppOperSsoFsmState) String

func (m *PppOperSsoFsmState) String() string

func (*PppOperSsoFsmState) XXX_DiscardUnknown

func (m *PppOperSsoFsmState) XXX_DiscardUnknown()

func (*PppOperSsoFsmState) XXX_Marshal

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

func (*PppOperSsoFsmState) XXX_Merge

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

func (*PppOperSsoFsmState) XXX_Size

func (m *PppOperSsoFsmState) XXX_Size() int

func (*PppOperSsoFsmState) XXX_Unmarshal

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

type PppOperSsoState

type PppOperSsoState struct {
	SessionIdXr          uint32              `protobuf:"varint,50,opt,name=session_id_xr,json=sessionIdXr,proto3" json:"session_id_xr,omitempty"`
	Interface            string              `protobuf:"bytes,51,opt,name=interface,proto3" json:"interface,omitempty"`
	LcpState             *PppOperSsoFsmState `protobuf:"bytes,52,opt,name=lcp_state,json=lcpState,proto3" json:"lcp_state,omitempty"`
	OfUsAuthState        *PppOperSsoFsmState `protobuf:"bytes,53,opt,name=of_us_auth_state,json=ofUsAuthState,proto3" json:"of_us_auth_state,omitempty"`
	OfPeerAuthState      *PppOperSsoFsmState `protobuf:"bytes,54,opt,name=of_peer_auth_state,json=ofPeerAuthState,proto3" json:"of_peer_auth_state,omitempty"`
	IpcpState            *PppOperSsoFsmState `protobuf:"bytes,55,opt,name=ipcp_state,json=ipcpState,proto3" json:"ipcp_state,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*PppOperSsoState) Descriptor

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

func (*PppOperSsoState) GetInterface

func (m *PppOperSsoState) GetInterface() string

func (*PppOperSsoState) GetIpcpState

func (m *PppOperSsoState) GetIpcpState() *PppOperSsoFsmState

func (*PppOperSsoState) GetLcpState

func (m *PppOperSsoState) GetLcpState() *PppOperSsoFsmState

func (*PppOperSsoState) GetOfPeerAuthState

func (m *PppOperSsoState) GetOfPeerAuthState() *PppOperSsoFsmState

func (*PppOperSsoState) GetOfUsAuthState

func (m *PppOperSsoState) GetOfUsAuthState() *PppOperSsoFsmState

func (*PppOperSsoState) GetSessionIdXr

func (m *PppOperSsoState) GetSessionIdXr() uint32

func (*PppOperSsoState) ProtoMessage

func (*PppOperSsoState) ProtoMessage()

func (*PppOperSsoState) Reset

func (m *PppOperSsoState) Reset()

func (*PppOperSsoState) String

func (m *PppOperSsoState) String() string

func (*PppOperSsoState) XXX_DiscardUnknown

func (m *PppOperSsoState) XXX_DiscardUnknown()

func (*PppOperSsoState) XXX_Marshal

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

func (*PppOperSsoState) XXX_Merge

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

func (*PppOperSsoState) XXX_Size

func (m *PppOperSsoState) XXX_Size() int

func (*PppOperSsoState) XXX_Unmarshal

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

type PppOperSsoState_KEYS

type PppOperSsoState_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	GroupId              uint32   `protobuf:"varint,2,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	SessionId            uint32   `protobuf:"varint,3,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PppOperSsoState_KEYS) Descriptor

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

func (*PppOperSsoState_KEYS) GetGroupId

func (m *PppOperSsoState_KEYS) GetGroupId() uint32

func (*PppOperSsoState_KEYS) GetNodeName

func (m *PppOperSsoState_KEYS) GetNodeName() string

func (*PppOperSsoState_KEYS) GetSessionId

func (m *PppOperSsoState_KEYS) GetSessionId() uint32

func (*PppOperSsoState_KEYS) ProtoMessage

func (*PppOperSsoState_KEYS) ProtoMessage()

func (*PppOperSsoState_KEYS) Reset

func (m *PppOperSsoState_KEYS) Reset()

func (*PppOperSsoState_KEYS) String

func (m *PppOperSsoState_KEYS) String() string

func (*PppOperSsoState_KEYS) XXX_DiscardUnknown

func (m *PppOperSsoState_KEYS) XXX_DiscardUnknown()

func (*PppOperSsoState_KEYS) XXX_Marshal

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

func (*PppOperSsoState_KEYS) XXX_Merge

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

func (*PppOperSsoState_KEYS) XXX_Size

func (m *PppOperSsoState_KEYS) XXX_Size() int

func (*PppOperSsoState_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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