cisco_ios_xr_ipv4_bgp_oper_bgp_instances_instance_instance_active_label_entries_label_entry

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-ipv4-bgp-oper:bgp/instances/instance/instance-active/label-entries/label-entry

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BgpEdmLabelEntry_

type BgpEdmLabelEntry_ struct {
	Label                uint32   `protobuf:"varint,1,opt,name=label,proto3" json:"label,omitempty"`
	Rds                  string   `protobuf:"bytes,2,opt,name=rds,proto3" json:"rds,omitempty"`
	Vrf                  string   `protobuf:"bytes,3,opt,name=vrf,proto3" json:"vrf,omitempty"`
	Ip                   string   `protobuf:"bytes,4,opt,name=ip,proto3" json:"ip,omitempty"`
	Ip6                  string   `protobuf:"bytes,5,opt,name=ip6,proto3" json:"ip6,omitempty"`
	RpcSetId             uint32   `protobuf:"varint,6,opt,name=rpc_set_id,json=rpcSetId,proto3" json:"rpc_set_id,omitempty"`
	Masklen              uint32   `protobuf:"varint,7,opt,name=masklen,proto3" json:"masklen,omitempty"`
	TsSec                uint32   `protobuf:"varint,8,opt,name=ts_sec,json=tsSec,proto3" json:"ts_sec,omitempty"`
	TsSsec               uint32   `protobuf:"varint,9,opt,name=ts_ssec,json=tsSsec,proto3" json:"ts_ssec,omitempty"`
	Info                 uint32   `protobuf:"varint,10,opt,name=info,proto3" json:"info,omitempty"`
	Refcount             uint32   `protobuf:"varint,11,opt,name=refcount,proto3" json:"refcount,omitempty"`
	Inactive             bool     `protobuf:"varint,12,opt,name=inactive,proto3" json:"inactive,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BgpEdmLabelEntry_) Descriptor

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

func (*BgpEdmLabelEntry_) GetInactive

func (m *BgpEdmLabelEntry_) GetInactive() bool

func (*BgpEdmLabelEntry_) GetInfo

func (m *BgpEdmLabelEntry_) GetInfo() uint32

func (*BgpEdmLabelEntry_) GetIp

func (m *BgpEdmLabelEntry_) GetIp() string

func (*BgpEdmLabelEntry_) GetIp6

func (m *BgpEdmLabelEntry_) GetIp6() string

func (*BgpEdmLabelEntry_) GetLabel

func (m *BgpEdmLabelEntry_) GetLabel() uint32

func (*BgpEdmLabelEntry_) GetMasklen

func (m *BgpEdmLabelEntry_) GetMasklen() uint32

func (*BgpEdmLabelEntry_) GetRds

func (m *BgpEdmLabelEntry_) GetRds() string

func (*BgpEdmLabelEntry_) GetRefcount

func (m *BgpEdmLabelEntry_) GetRefcount() uint32

func (*BgpEdmLabelEntry_) GetRpcSetId

func (m *BgpEdmLabelEntry_) GetRpcSetId() uint32

func (*BgpEdmLabelEntry_) GetTsSec

func (m *BgpEdmLabelEntry_) GetTsSec() uint32

func (*BgpEdmLabelEntry_) GetTsSsec

func (m *BgpEdmLabelEntry_) GetTsSsec() uint32

func (*BgpEdmLabelEntry_) GetVrf

func (m *BgpEdmLabelEntry_) GetVrf() string

func (*BgpEdmLabelEntry_) ProtoMessage

func (*BgpEdmLabelEntry_) ProtoMessage()

func (*BgpEdmLabelEntry_) Reset

func (m *BgpEdmLabelEntry_) Reset()

func (*BgpEdmLabelEntry_) String

func (m *BgpEdmLabelEntry_) String() string

func (*BgpEdmLabelEntry_) XXX_DiscardUnknown

func (m *BgpEdmLabelEntry_) XXX_DiscardUnknown()

func (*BgpEdmLabelEntry_) XXX_Marshal

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

func (*BgpEdmLabelEntry_) XXX_Merge

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

func (*BgpEdmLabelEntry_) XXX_Size

func (m *BgpEdmLabelEntry_) XXX_Size() int

func (*BgpEdmLabelEntry_) XXX_Unmarshal

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

type BgpLabelBag

type BgpLabelBag struct {
	Entry                *BgpEdmLabelEntry_ `protobuf:"bytes,50,opt,name=entry,proto3" json:"entry,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*BgpLabelBag) Descriptor

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

func (*BgpLabelBag) GetEntry

func (m *BgpLabelBag) GetEntry() *BgpEdmLabelEntry_

func (*BgpLabelBag) ProtoMessage

func (*BgpLabelBag) ProtoMessage()

func (*BgpLabelBag) Reset

func (m *BgpLabelBag) Reset()

func (*BgpLabelBag) String

func (m *BgpLabelBag) String() string

func (*BgpLabelBag) XXX_DiscardUnknown

func (m *BgpLabelBag) XXX_DiscardUnknown()

func (*BgpLabelBag) XXX_Marshal

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

func (*BgpLabelBag) XXX_Merge

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

func (*BgpLabelBag) XXX_Size

func (m *BgpLabelBag) XXX_Size() int

func (*BgpLabelBag) XXX_Unmarshal

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

type BgpLabelBag_KEYS

type BgpLabelBag_KEYS struct {
	InstanceName         string   `protobuf:"bytes,1,opt,name=instance_name,json=instanceName,proto3" json:"instance_name,omitempty"`
	Label                uint32   `protobuf:"varint,2,opt,name=label,proto3" json:"label,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BgpLabelBag_KEYS) Descriptor

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

func (*BgpLabelBag_KEYS) GetInstanceName

func (m *BgpLabelBag_KEYS) GetInstanceName() string

func (*BgpLabelBag_KEYS) GetLabel

func (m *BgpLabelBag_KEYS) GetLabel() uint32

func (*BgpLabelBag_KEYS) ProtoMessage

func (*BgpLabelBag_KEYS) ProtoMessage()

func (*BgpLabelBag_KEYS) Reset

func (m *BgpLabelBag_KEYS) Reset()

func (*BgpLabelBag_KEYS) String

func (m *BgpLabelBag_KEYS) String() string

func (*BgpLabelBag_KEYS) XXX_DiscardUnknown

func (m *BgpLabelBag_KEYS) XXX_DiscardUnknown()

func (*BgpLabelBag_KEYS) XXX_Marshal

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

func (*BgpLabelBag_KEYS) XXX_Merge

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

func (*BgpLabelBag_KEYS) XXX_Size

func (m *BgpLabelBag_KEYS) XXX_Size() int

func (*BgpLabelBag_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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