cisco_ios_xr_l2vpn_oper_l2vpnv2_nodes_node_l2vpn_collaborators

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-l2vpn-oper:l2vpnv2/nodes/node/l2vpn-collaborators

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type L2VPNCollabCntr

type L2VPNCollabCntr struct {
	CollaboratorName     string   `protobuf:"bytes,1,opt,name=collaborator_name,json=collaboratorName,proto3" json:"collaborator_name,omitempty"`
	Up                   uint32   `protobuf:"varint,2,opt,name=up,proto3" json:"up,omitempty"`
	Down                 uint32   `protobuf:"varint,3,opt,name=down,proto3" json:"down,omitempty"`
	IsUp                 bool     `protobuf:"varint,4,opt,name=is_up,json=isUp,proto3" json:"is_up,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VPNCollabCntr) Descriptor

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

func (*L2VPNCollabCntr) GetCollaboratorName

func (m *L2VPNCollabCntr) GetCollaboratorName() string

func (*L2VPNCollabCntr) GetDown

func (m *L2VPNCollabCntr) GetDown() uint32

func (*L2VPNCollabCntr) GetIsUp

func (m *L2VPNCollabCntr) GetIsUp() bool

func (*L2VPNCollabCntr) GetUp

func (m *L2VPNCollabCntr) GetUp() uint32

func (*L2VPNCollabCntr) ProtoMessage

func (*L2VPNCollabCntr) ProtoMessage()

func (*L2VPNCollabCntr) Reset

func (m *L2VPNCollabCntr) Reset()

func (*L2VPNCollabCntr) String

func (m *L2VPNCollabCntr) String() string

func (*L2VPNCollabCntr) XXX_DiscardUnknown

func (m *L2VPNCollabCntr) XXX_DiscardUnknown()

func (*L2VPNCollabCntr) XXX_Marshal

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

func (*L2VPNCollabCntr) XXX_Merge

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

func (*L2VPNCollabCntr) XXX_Size

func (m *L2VPNCollabCntr) XXX_Size() int

func (*L2VPNCollabCntr) XXX_Unmarshal

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

type L2VPNCollabStats

type L2VPNCollabStats struct {
	Count                *L2VPNCollabCntr `protobuf:"bytes,1,opt,name=count,proto3" json:"count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*L2VPNCollabStats) Descriptor

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

func (*L2VPNCollabStats) GetCount

func (m *L2VPNCollabStats) GetCount() *L2VPNCollabCntr

func (*L2VPNCollabStats) ProtoMessage

func (*L2VPNCollabStats) ProtoMessage()

func (*L2VPNCollabStats) Reset

func (m *L2VPNCollabStats) Reset()

func (*L2VPNCollabStats) String

func (m *L2VPNCollabStats) String() string

func (*L2VPNCollabStats) XXX_DiscardUnknown

func (m *L2VPNCollabStats) XXX_DiscardUnknown()

func (*L2VPNCollabStats) XXX_Marshal

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

func (*L2VPNCollabStats) XXX_Merge

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

func (*L2VPNCollabStats) XXX_Size

func (m *L2VPNCollabStats) XXX_Size() int

func (*L2VPNCollabStats) XXX_Unmarshal

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

type L2VpnGlobalInfo

type L2VpnGlobalInfo struct {
	CollaboratorStatistics *L2VPNCollabStats `` /* 128-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{}          `json:"-"`
	XXX_unrecognized       []byte            `json:"-"`
	XXX_sizecache          int32             `json:"-"`
}

func (*L2VpnGlobalInfo) Descriptor

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

func (*L2VpnGlobalInfo) GetCollaboratorStatistics

func (m *L2VpnGlobalInfo) GetCollaboratorStatistics() *L2VPNCollabStats

func (*L2VpnGlobalInfo) ProtoMessage

func (*L2VpnGlobalInfo) ProtoMessage()

func (*L2VpnGlobalInfo) Reset

func (m *L2VpnGlobalInfo) Reset()

func (*L2VpnGlobalInfo) String

func (m *L2VpnGlobalInfo) String() string

func (*L2VpnGlobalInfo) XXX_DiscardUnknown

func (m *L2VpnGlobalInfo) XXX_DiscardUnknown()

func (*L2VpnGlobalInfo) XXX_Marshal

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

func (*L2VpnGlobalInfo) XXX_Merge

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

func (*L2VpnGlobalInfo) XXX_Size

func (m *L2VpnGlobalInfo) XXX_Size() int

func (*L2VpnGlobalInfo) XXX_Unmarshal

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

type L2VpnGlobalInfo_KEYS

type L2VpnGlobalInfo_KEYS struct {
	NodeId               string   `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2VpnGlobalInfo_KEYS) Descriptor

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

func (*L2VpnGlobalInfo_KEYS) GetNodeId

func (m *L2VpnGlobalInfo_KEYS) GetNodeId() string

func (*L2VpnGlobalInfo_KEYS) ProtoMessage

func (*L2VpnGlobalInfo_KEYS) ProtoMessage()

func (*L2VpnGlobalInfo_KEYS) Reset

func (m *L2VpnGlobalInfo_KEYS) Reset()

func (*L2VpnGlobalInfo_KEYS) String

func (m *L2VpnGlobalInfo_KEYS) String() string

func (*L2VpnGlobalInfo_KEYS) XXX_DiscardUnknown

func (m *L2VpnGlobalInfo_KEYS) XXX_DiscardUnknown()

func (*L2VpnGlobalInfo_KEYS) XXX_Marshal

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

func (*L2VpnGlobalInfo_KEYS) XXX_Merge

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

func (*L2VpnGlobalInfo_KEYS) XXX_Size

func (m *L2VpnGlobalInfo_KEYS) XXX_Size() int

func (*L2VpnGlobalInfo_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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