cisco_ios_xr_crypto_ssh_oper_ssh_session_brief

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-crypto-ssh-oper:ssh/session/brief

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SessionBriefInfoEntry

type SessionBriefInfoEntry struct {
	SessionBriefInfo     []*SessionBriefInfoItem `protobuf:"bytes,1,rep,name=session_brief_info,json=sessionBriefInfo,proto3" json:"session_brief_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*SessionBriefInfoEntry) Descriptor

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

func (*SessionBriefInfoEntry) GetSessionBriefInfo

func (m *SessionBriefInfoEntry) GetSessionBriefInfo() []*SessionBriefInfoItem

func (*SessionBriefInfoEntry) ProtoMessage

func (*SessionBriefInfoEntry) ProtoMessage()

func (*SessionBriefInfoEntry) Reset

func (m *SessionBriefInfoEntry) Reset()

func (*SessionBriefInfoEntry) String

func (m *SessionBriefInfoEntry) String() string

func (*SessionBriefInfoEntry) XXX_DiscardUnknown

func (m *SessionBriefInfoEntry) XXX_DiscardUnknown()

func (*SessionBriefInfoEntry) XXX_Marshal

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

func (*SessionBriefInfoEntry) XXX_Merge

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

func (*SessionBriefInfoEntry) XXX_Size

func (m *SessionBriefInfoEntry) XXX_Size() int

func (*SessionBriefInfoEntry) XXX_Unmarshal

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

type SessionBriefInfoItem

type SessionBriefInfoItem struct {
	SessionId            uint32       `protobuf:"varint,1,opt,name=session_id,json=sessionId,proto3" json:"session_id,omitempty"`
	NodeName             string       `protobuf:"bytes,2,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	SessionState         string       `protobuf:"bytes,3,opt,name=session_state,json=sessionState,proto3" json:"session_state,omitempty"`
	UserId               string       `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	HostAddress          string       `protobuf:"bytes,5,opt,name=host_address,json=hostAddress,proto3" json:"host_address,omitempty"`
	Version              string       `protobuf:"bytes,6,opt,name=version,proto3" json:"version,omitempty"`
	AuthenticationType   string       `protobuf:"bytes,7,opt,name=authentication_type,json=authenticationType,proto3" json:"authentication_type,omitempty"`
	McInfo               []*SshMcinfo `protobuf:"bytes,8,rep,name=mc_info,json=mcInfo,proto3" json:"mc_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*SessionBriefInfoItem) Descriptor

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

func (*SessionBriefInfoItem) GetAuthenticationType

func (m *SessionBriefInfoItem) GetAuthenticationType() string

func (*SessionBriefInfoItem) GetHostAddress

func (m *SessionBriefInfoItem) GetHostAddress() string

func (*SessionBriefInfoItem) GetMcInfo

func (m *SessionBriefInfoItem) GetMcInfo() []*SshMcinfo

func (*SessionBriefInfoItem) GetNodeName

func (m *SessionBriefInfoItem) GetNodeName() string

func (*SessionBriefInfoItem) GetSessionId

func (m *SessionBriefInfoItem) GetSessionId() uint32

func (*SessionBriefInfoItem) GetSessionState

func (m *SessionBriefInfoItem) GetSessionState() string

func (*SessionBriefInfoItem) GetUserId

func (m *SessionBriefInfoItem) GetUserId() string

func (*SessionBriefInfoItem) GetVersion

func (m *SessionBriefInfoItem) GetVersion() string

func (*SessionBriefInfoItem) ProtoMessage

func (*SessionBriefInfoItem) ProtoMessage()

func (*SessionBriefInfoItem) Reset

func (m *SessionBriefInfoItem) Reset()

func (*SessionBriefInfoItem) String

func (m *SessionBriefInfoItem) String() string

func (*SessionBriefInfoItem) XXX_DiscardUnknown

func (m *SessionBriefInfoItem) XXX_DiscardUnknown()

func (*SessionBriefInfoItem) XXX_Marshal

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

func (*SessionBriefInfoItem) XXX_Merge

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

func (*SessionBriefInfoItem) XXX_Size

func (m *SessionBriefInfoItem) XXX_Size() int

func (*SessionBriefInfoItem) XXX_Unmarshal

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

type SshMcinfo

type SshMcinfo struct {
	ChannelId            uint32   `protobuf:"varint,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	ConnectionType       string   `protobuf:"bytes,2,opt,name=connection_type,json=connectionType,proto3" json:"connection_type,omitempty"`
	VtyLineNumber        uint32   `protobuf:"varint,3,opt,name=vty_line_number,json=vtyLineNumber,proto3" json:"vty_line_number,omitempty"`
	VtyAssigned          bool     `protobuf:"varint,4,opt,name=vty_assigned,json=vtyAssigned,proto3" json:"vty_assigned,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SshMcinfo) Descriptor

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

func (*SshMcinfo) GetChannelId

func (m *SshMcinfo) GetChannelId() uint32

func (*SshMcinfo) GetConnectionType

func (m *SshMcinfo) GetConnectionType() string

func (*SshMcinfo) GetVtyAssigned

func (m *SshMcinfo) GetVtyAssigned() bool

func (*SshMcinfo) GetVtyLineNumber

func (m *SshMcinfo) GetVtyLineNumber() uint32

func (*SshMcinfo) ProtoMessage

func (*SshMcinfo) ProtoMessage()

func (*SshMcinfo) Reset

func (m *SshMcinfo) Reset()

func (*SshMcinfo) String

func (m *SshMcinfo) String() string

func (*SshMcinfo) XXX_DiscardUnknown

func (m *SshMcinfo) XXX_DiscardUnknown()

func (*SshMcinfo) XXX_Marshal

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

func (*SshMcinfo) XXX_Merge

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

func (*SshMcinfo) XXX_Size

func (m *SshMcinfo) XXX_Size() int

func (*SshMcinfo) XXX_Unmarshal

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

type SshSessionBrief

type SshSessionBrief struct {
	IncomingSessions     *SessionBriefInfoEntry `protobuf:"bytes,50,opt,name=incoming_sessions,json=incomingSessions,proto3" json:"incoming_sessions,omitempty"`
	OutgoingSessions     *SessionBriefInfoEntry `protobuf:"bytes,51,opt,name=outgoing_sessions,json=outgoingSessions,proto3" json:"outgoing_sessions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*SshSessionBrief) Descriptor

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

func (*SshSessionBrief) GetIncomingSessions

func (m *SshSessionBrief) GetIncomingSessions() *SessionBriefInfoEntry

func (*SshSessionBrief) GetOutgoingSessions

func (m *SshSessionBrief) GetOutgoingSessions() *SessionBriefInfoEntry

func (*SshSessionBrief) ProtoMessage

func (*SshSessionBrief) ProtoMessage()

func (*SshSessionBrief) Reset

func (m *SshSessionBrief) Reset()

func (*SshSessionBrief) String

func (m *SshSessionBrief) String() string

func (*SshSessionBrief) XXX_DiscardUnknown

func (m *SshSessionBrief) XXX_DiscardUnknown()

func (*SshSessionBrief) XXX_Marshal

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

func (*SshSessionBrief) XXX_Merge

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

func (*SshSessionBrief) XXX_Size

func (m *SshSessionBrief) XXX_Size() int

func (*SshSessionBrief) XXX_Unmarshal

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

type SshSessionBrief_KEYS

type SshSessionBrief_KEYS struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SshSessionBrief_KEYS) Descriptor

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

func (*SshSessionBrief_KEYS) ProtoMessage

func (*SshSessionBrief_KEYS) ProtoMessage()

func (*SshSessionBrief_KEYS) Reset

func (m *SshSessionBrief_KEYS) Reset()

func (*SshSessionBrief_KEYS) String

func (m *SshSessionBrief_KEYS) String() string

func (*SshSessionBrief_KEYS) XXX_DiscardUnknown

func (m *SshSessionBrief_KEYS) XXX_DiscardUnknown()

func (*SshSessionBrief_KEYS) XXX_Marshal

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

func (*SshSessionBrief_KEYS) XXX_Merge

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

func (*SshSessionBrief_KEYS) XXX_Size

func (m *SshSessionBrief_KEYS) XXX_Size() int

func (*SshSessionBrief_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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