cisco_ios_xr_l2vpn_oper_l2vpn_forwarding_nodes_node_l2fib_mstp_summaries_l2fib_mstp_summary

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:l2vpn-forwarding/nodes/node/l2fib-mstp-summaries/l2fib-mstp-summary

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type L2FibBaseInfo

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

func (*L2FibBaseInfo) Descriptor

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

func (*L2FibBaseInfo) ProtoMessage

func (*L2FibBaseInfo) ProtoMessage()

func (*L2FibBaseInfo) Reset

func (m *L2FibBaseInfo) Reset()

func (*L2FibBaseInfo) String

func (m *L2FibBaseInfo) String() string

func (*L2FibBaseInfo) XXX_DiscardUnknown

func (m *L2FibBaseInfo) XXX_DiscardUnknown()

func (*L2FibBaseInfo) XXX_Marshal

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

func (*L2FibBaseInfo) XXX_Merge

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

func (*L2FibBaseInfo) XXX_Size

func (m *L2FibBaseInfo) XXX_Size() int

func (*L2FibBaseInfo) XXX_Unmarshal

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

type L2FibMainPortMstpSummaryInfo

type L2FibMainPortMstpSummaryInfo struct {
	Base                 *L2FibBaseInfo `protobuf:"bytes,50,opt,name=base,proto3" json:"base,omitempty"`
	ParentInterfaceXr    string         `protobuf:"bytes,51,opt,name=parent_interface_xr,json=parentInterfaceXr,proto3" json:"parent_interface_xr,omitempty"`
	MstiXr               uint32         `protobuf:"varint,52,opt,name=msti_xr,json=mstiXr,proto3" json:"msti_xr,omitempty"`
	State                uint32         `protobuf:"varint,53,opt,name=state,proto3" json:"state,omitempty"`
	BridgePortCount      uint32         `protobuf:"varint,54,opt,name=bridge_port_count,json=bridgePortCount,proto3" json:"bridge_port_count,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*L2FibMainPortMstpSummaryInfo) Descriptor

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

func (*L2FibMainPortMstpSummaryInfo) GetBase

func (*L2FibMainPortMstpSummaryInfo) GetBridgePortCount

func (m *L2FibMainPortMstpSummaryInfo) GetBridgePortCount() uint32

func (*L2FibMainPortMstpSummaryInfo) GetMstiXr

func (m *L2FibMainPortMstpSummaryInfo) GetMstiXr() uint32

func (*L2FibMainPortMstpSummaryInfo) GetParentInterfaceXr

func (m *L2FibMainPortMstpSummaryInfo) GetParentInterfaceXr() string

func (*L2FibMainPortMstpSummaryInfo) GetState

func (m *L2FibMainPortMstpSummaryInfo) GetState() uint32

func (*L2FibMainPortMstpSummaryInfo) ProtoMessage

func (*L2FibMainPortMstpSummaryInfo) ProtoMessage()

func (*L2FibMainPortMstpSummaryInfo) Reset

func (m *L2FibMainPortMstpSummaryInfo) Reset()

func (*L2FibMainPortMstpSummaryInfo) String

func (*L2FibMainPortMstpSummaryInfo) XXX_DiscardUnknown

func (m *L2FibMainPortMstpSummaryInfo) XXX_DiscardUnknown()

func (*L2FibMainPortMstpSummaryInfo) XXX_Marshal

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

func (*L2FibMainPortMstpSummaryInfo) XXX_Merge

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

func (*L2FibMainPortMstpSummaryInfo) XXX_Size

func (m *L2FibMainPortMstpSummaryInfo) XXX_Size() int

func (*L2FibMainPortMstpSummaryInfo) XXX_Unmarshal

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

type L2FibMainPortMstpSummaryInfo_KEYS

type L2FibMainPortMstpSummaryInfo_KEYS struct {
	NodeId               string   `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	ParentInterface      string   `protobuf:"bytes,2,opt,name=parent_interface,json=parentInterface,proto3" json:"parent_interface,omitempty"`
	MainInterfaceType    string   `protobuf:"bytes,3,opt,name=main_interface_type,json=mainInterfaceType,proto3" json:"main_interface_type,omitempty"`
	Msti                 uint32   `protobuf:"varint,4,opt,name=msti,proto3" json:"msti,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*L2FibMainPortMstpSummaryInfo_KEYS) Descriptor

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

func (*L2FibMainPortMstpSummaryInfo_KEYS) GetMainInterfaceType

func (m *L2FibMainPortMstpSummaryInfo_KEYS) GetMainInterfaceType() string

func (*L2FibMainPortMstpSummaryInfo_KEYS) GetMsti

func (*L2FibMainPortMstpSummaryInfo_KEYS) GetNodeId

func (*L2FibMainPortMstpSummaryInfo_KEYS) GetParentInterface

func (m *L2FibMainPortMstpSummaryInfo_KEYS) GetParentInterface() string

func (*L2FibMainPortMstpSummaryInfo_KEYS) ProtoMessage

func (*L2FibMainPortMstpSummaryInfo_KEYS) ProtoMessage()

func (*L2FibMainPortMstpSummaryInfo_KEYS) Reset

func (*L2FibMainPortMstpSummaryInfo_KEYS) String

func (*L2FibMainPortMstpSummaryInfo_KEYS) XXX_DiscardUnknown

func (m *L2FibMainPortMstpSummaryInfo_KEYS) XXX_DiscardUnknown()

func (*L2FibMainPortMstpSummaryInfo_KEYS) XXX_Marshal

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

func (*L2FibMainPortMstpSummaryInfo_KEYS) XXX_Merge

func (*L2FibMainPortMstpSummaryInfo_KEYS) XXX_Size

func (m *L2FibMainPortMstpSummaryInfo_KEYS) XXX_Size() int

func (*L2FibMainPortMstpSummaryInfo_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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