cisco_ios_xr_aaa_tacacs_oper_augment_tacacs_server_groups

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-tacacs-oper:augment/tacacs/server-groups

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TacacsServerGroupBag

type TacacsServerGroupBag struct {
	GroupName            string             `protobuf:"bytes,1,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	SgMapNum             uint32             `protobuf:"varint,2,opt,name=sg_map_num,json=sgMapNum,proto3" json:"sg_map_num,omitempty"`
	Server               []*TacacsServerbag `protobuf:"bytes,3,rep,name=server,proto3" json:"server,omitempty"`
	VrfName              []string           `protobuf:"bytes,4,rep,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*TacacsServerGroupBag) Descriptor

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

func (*TacacsServerGroupBag) GetGroupName

func (m *TacacsServerGroupBag) GetGroupName() string

func (*TacacsServerGroupBag) GetServer

func (m *TacacsServerGroupBag) GetServer() []*TacacsServerbag

func (*TacacsServerGroupBag) GetSgMapNum

func (m *TacacsServerGroupBag) GetSgMapNum() uint32

func (*TacacsServerGroupBag) GetVrfName

func (m *TacacsServerGroupBag) GetVrfName() []string

func (*TacacsServerGroupBag) ProtoMessage

func (*TacacsServerGroupBag) ProtoMessage()

func (*TacacsServerGroupBag) Reset

func (m *TacacsServerGroupBag) Reset()

func (*TacacsServerGroupBag) String

func (m *TacacsServerGroupBag) String() string

func (*TacacsServerGroupBag) XXX_DiscardUnknown

func (m *TacacsServerGroupBag) XXX_DiscardUnknown()

func (*TacacsServerGroupBag) XXX_Marshal

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

func (*TacacsServerGroupBag) XXX_Merge

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

func (*TacacsServerGroupBag) XXX_Size

func (m *TacacsServerGroupBag) XXX_Size() int

func (*TacacsServerGroupBag) XXX_Unmarshal

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

type TacacsServerGroups

type TacacsServerGroups struct {
	ServerGroup          []*TacacsServerGroupBag `protobuf:"bytes,50,rep,name=server_group,json=serverGroup,proto3" json:"server_group,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*TacacsServerGroups) Descriptor

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

func (*TacacsServerGroups) GetServerGroup

func (m *TacacsServerGroups) GetServerGroup() []*TacacsServerGroupBag

func (*TacacsServerGroups) ProtoMessage

func (*TacacsServerGroups) ProtoMessage()

func (*TacacsServerGroups) Reset

func (m *TacacsServerGroups) Reset()

func (*TacacsServerGroups) String

func (m *TacacsServerGroups) String() string

func (*TacacsServerGroups) XXX_DiscardUnknown

func (m *TacacsServerGroups) XXX_DiscardUnknown()

func (*TacacsServerGroups) XXX_Marshal

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

func (*TacacsServerGroups) XXX_Merge

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

func (*TacacsServerGroups) XXX_Size

func (m *TacacsServerGroups) XXX_Size() int

func (*TacacsServerGroups) XXX_Unmarshal

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

type TacacsServerGroups_KEYS

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

func (*TacacsServerGroups_KEYS) Descriptor

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

func (*TacacsServerGroups_KEYS) ProtoMessage

func (*TacacsServerGroups_KEYS) ProtoMessage()

func (*TacacsServerGroups_KEYS) Reset

func (m *TacacsServerGroups_KEYS) Reset()

func (*TacacsServerGroups_KEYS) String

func (m *TacacsServerGroups_KEYS) String() string

func (*TacacsServerGroups_KEYS) XXX_DiscardUnknown

func (m *TacacsServerGroups_KEYS) XXX_DiscardUnknown()

func (*TacacsServerGroups_KEYS) XXX_Marshal

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

func (*TacacsServerGroups_KEYS) XXX_Merge

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

func (*TacacsServerGroups_KEYS) XXX_Size

func (m *TacacsServerGroups_KEYS) XXX_Size() int

func (*TacacsServerGroups_KEYS) XXX_Unmarshal

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

type TacacsServerbag

type TacacsServerbag struct {
	Addr                 string   `protobuf:"bytes,1,opt,name=addr,proto3" json:"addr,omitempty"`
	Timeout              uint32   `protobuf:"varint,2,opt,name=timeout,proto3" json:"timeout,omitempty"`
	Port                 uint32   `protobuf:"varint,3,opt,name=port,proto3" json:"port,omitempty"`
	BytesIn              uint32   `protobuf:"varint,4,opt,name=bytes_in,json=bytesIn,proto3" json:"bytes_in,omitempty"`
	BytesOut             uint32   `protobuf:"varint,5,opt,name=bytes_out,json=bytesOut,proto3" json:"bytes_out,omitempty"`
	Closes               uint32   `protobuf:"varint,6,opt,name=closes,proto3" json:"closes,omitempty"`
	Opens                uint32   `protobuf:"varint,7,opt,name=opens,proto3" json:"opens,omitempty"`
	Errors               uint32   `protobuf:"varint,8,opt,name=errors,proto3" json:"errors,omitempty"`
	Aborts               uint32   `protobuf:"varint,9,opt,name=aborts,proto3" json:"aborts,omitempty"`
	PaksIn               uint32   `protobuf:"varint,10,opt,name=paks_in,json=paksIn,proto3" json:"paks_in,omitempty"`
	PaksOut              uint32   `protobuf:"varint,11,opt,name=paks_out,json=paksOut,proto3" json:"paks_out,omitempty"`
	RepliesExpected      uint32   `protobuf:"varint,12,opt,name=replies_expected,json=repliesExpected,proto3" json:"replies_expected,omitempty"`
	Up                   bool     `protobuf:"varint,13,opt,name=up,proto3" json:"up,omitempty"`
	ConnUp               bool     `protobuf:"varint,14,opt,name=conn_up,json=connUp,proto3" json:"conn_up,omitempty"`
	SingleConnect        bool     `protobuf:"varint,15,opt,name=single_connect,json=singleConnect,proto3" json:"single_connect,omitempty"`
	IsPrivate            bool     `protobuf:"varint,16,opt,name=is_private,json=isPrivate,proto3" json:"is_private,omitempty"`
	VrfName              []string `protobuf:"bytes,17,rep,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	AddrBuf              []string `protobuf:"bytes,18,rep,name=addr_buf,json=addrBuf,proto3" json:"addr_buf,omitempty"`
	Family               []string `protobuf:"bytes,19,rep,name=family,proto3" json:"family,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TacacsServerbag) Descriptor

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

func (*TacacsServerbag) GetAborts

func (m *TacacsServerbag) GetAborts() uint32

func (*TacacsServerbag) GetAddr

func (m *TacacsServerbag) GetAddr() string

func (*TacacsServerbag) GetAddrBuf

func (m *TacacsServerbag) GetAddrBuf() []string

func (*TacacsServerbag) GetBytesIn

func (m *TacacsServerbag) GetBytesIn() uint32

func (*TacacsServerbag) GetBytesOut

func (m *TacacsServerbag) GetBytesOut() uint32

func (*TacacsServerbag) GetCloses

func (m *TacacsServerbag) GetCloses() uint32

func (*TacacsServerbag) GetConnUp

func (m *TacacsServerbag) GetConnUp() bool

func (*TacacsServerbag) GetErrors

func (m *TacacsServerbag) GetErrors() uint32

func (*TacacsServerbag) GetFamily

func (m *TacacsServerbag) GetFamily() []string

func (*TacacsServerbag) GetIsPrivate

func (m *TacacsServerbag) GetIsPrivate() bool

func (*TacacsServerbag) GetOpens

func (m *TacacsServerbag) GetOpens() uint32

func (*TacacsServerbag) GetPaksIn

func (m *TacacsServerbag) GetPaksIn() uint32

func (*TacacsServerbag) GetPaksOut

func (m *TacacsServerbag) GetPaksOut() uint32

func (*TacacsServerbag) GetPort

func (m *TacacsServerbag) GetPort() uint32

func (*TacacsServerbag) GetRepliesExpected

func (m *TacacsServerbag) GetRepliesExpected() uint32

func (*TacacsServerbag) GetSingleConnect

func (m *TacacsServerbag) GetSingleConnect() bool

func (*TacacsServerbag) GetTimeout

func (m *TacacsServerbag) GetTimeout() uint32

func (*TacacsServerbag) GetUp

func (m *TacacsServerbag) GetUp() bool

func (*TacacsServerbag) GetVrfName

func (m *TacacsServerbag) GetVrfName() []string

func (*TacacsServerbag) ProtoMessage

func (*TacacsServerbag) ProtoMessage()

func (*TacacsServerbag) Reset

func (m *TacacsServerbag) Reset()

func (*TacacsServerbag) String

func (m *TacacsServerbag) String() string

func (*TacacsServerbag) XXX_DiscardUnknown

func (m *TacacsServerbag) XXX_DiscardUnknown()

func (*TacacsServerbag) XXX_Marshal

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

func (*TacacsServerbag) XXX_Merge

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

func (*TacacsServerbag) XXX_Size

func (m *TacacsServerbag) XXX_Size() int

func (*TacacsServerbag) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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