cisco_ios_xr_segment_routing_ms_oper_srms_adjacency_sid_l2_adjacency_interfaces_interface_address_family_ipv4_sid_record

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-segment-routing-ms-oper:srms/adjacency-sid/l2-adjacency/interfaces/interface/address-family/ipv4/sid-record

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddrT

type AddrT struct {
	Af                   string   `protobuf:"bytes,1,opt,name=af,proto3" json:"af,omitempty"`
	Ipv4                 string   `protobuf:"bytes,2,opt,name=ipv4,proto3" json:"ipv4,omitempty"`
	Ipv6                 string   `protobuf:"bytes,3,opt,name=ipv6,proto3" json:"ipv6,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AddrT) Descriptor

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

func (*AddrT) GetAf

func (m *AddrT) GetAf() string

func (*AddrT) GetIpv4

func (m *AddrT) GetIpv4() string

func (*AddrT) GetIpv6

func (m *AddrT) GetIpv6() string

func (*AddrT) ProtoMessage

func (*AddrT) ProtoMessage()

func (*AddrT) Reset

func (m *AddrT) Reset()

func (*AddrT) String

func (m *AddrT) String() string

func (*AddrT) XXX_DiscardUnknown

func (m *AddrT) XXX_DiscardUnknown()

func (*AddrT) XXX_Marshal

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

func (*AddrT) XXX_Merge

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

func (*AddrT) XXX_Size

func (m *AddrT) XXX_Size() int

func (*AddrT) XXX_Unmarshal

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

type SrmsL2AdjTB

type SrmsL2AdjTB struct {
	InterfaceName        string   `protobuf:"bytes,50,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	SidValueXr           uint32   `protobuf:"varint,51,opt,name=sid_value_xr,json=sidValueXr,proto3" json:"sid_value_xr,omitempty"`
	SidTypeXr            uint32   `protobuf:"varint,52,opt,name=sid_type_xr,json=sidTypeXr,proto3" json:"sid_type_xr,omitempty"`
	AddressFamily        uint32   `protobuf:"varint,53,opt,name=address_family,json=addressFamily,proto3" json:"address_family,omitempty"`
	HasNexthop           bool     `protobuf:"varint,54,opt,name=has_nexthop,json=hasNexthop,proto3" json:"has_nexthop,omitempty"`
	InterfaceCount       int32    `protobuf:"zigzag32,55,opt,name=interface_count,json=interfaceCount,proto3" json:"interface_count,omitempty"`
	InterfaceDeleteCount int32    `` /* 127-byte string literal not displayed */
	NexthopAddress       *AddrT   `protobuf:"bytes,57,opt,name=nexthop_address,json=nexthopAddress,proto3" json:"nexthop_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SrmsL2AdjTB) Descriptor

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

func (*SrmsL2AdjTB) GetAddressFamily

func (m *SrmsL2AdjTB) GetAddressFamily() uint32

func (*SrmsL2AdjTB) GetHasNexthop

func (m *SrmsL2AdjTB) GetHasNexthop() bool

func (*SrmsL2AdjTB) GetInterfaceCount

func (m *SrmsL2AdjTB) GetInterfaceCount() int32

func (*SrmsL2AdjTB) GetInterfaceDeleteCount

func (m *SrmsL2AdjTB) GetInterfaceDeleteCount() int32

func (*SrmsL2AdjTB) GetInterfaceName

func (m *SrmsL2AdjTB) GetInterfaceName() string

func (*SrmsL2AdjTB) GetNexthopAddress

func (m *SrmsL2AdjTB) GetNexthopAddress() *AddrT

func (*SrmsL2AdjTB) GetSidTypeXr

func (m *SrmsL2AdjTB) GetSidTypeXr() uint32

func (*SrmsL2AdjTB) GetSidValueXr

func (m *SrmsL2AdjTB) GetSidValueXr() uint32

func (*SrmsL2AdjTB) ProtoMessage

func (*SrmsL2AdjTB) ProtoMessage()

func (*SrmsL2AdjTB) Reset

func (m *SrmsL2AdjTB) Reset()

func (*SrmsL2AdjTB) String

func (m *SrmsL2AdjTB) String() string

func (*SrmsL2AdjTB) XXX_DiscardUnknown

func (m *SrmsL2AdjTB) XXX_DiscardUnknown()

func (*SrmsL2AdjTB) XXX_Marshal

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

func (*SrmsL2AdjTB) XXX_Merge

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

func (*SrmsL2AdjTB) XXX_Size

func (m *SrmsL2AdjTB) XXX_Size() int

func (*SrmsL2AdjTB) XXX_Unmarshal

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

type SrmsL2AdjTB_KEYS

type SrmsL2AdjTB_KEYS struct {
	InterfaceName        string   `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	SidType              string   `protobuf:"bytes,2,opt,name=sid_type,json=sidType,proto3" json:"sid_type,omitempty"`
	SidValue             uint32   `protobuf:"varint,3,opt,name=sid_value,json=sidValue,proto3" json:"sid_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SrmsL2AdjTB_KEYS) Descriptor

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

func (*SrmsL2AdjTB_KEYS) GetInterfaceName

func (m *SrmsL2AdjTB_KEYS) GetInterfaceName() string

func (*SrmsL2AdjTB_KEYS) GetSidType

func (m *SrmsL2AdjTB_KEYS) GetSidType() string

func (*SrmsL2AdjTB_KEYS) GetSidValue

func (m *SrmsL2AdjTB_KEYS) GetSidValue() uint32

func (*SrmsL2AdjTB_KEYS) ProtoMessage

func (*SrmsL2AdjTB_KEYS) ProtoMessage()

func (*SrmsL2AdjTB_KEYS) Reset

func (m *SrmsL2AdjTB_KEYS) Reset()

func (*SrmsL2AdjTB_KEYS) String

func (m *SrmsL2AdjTB_KEYS) String() string

func (*SrmsL2AdjTB_KEYS) XXX_DiscardUnknown

func (m *SrmsL2AdjTB_KEYS) XXX_DiscardUnknown()

func (*SrmsL2AdjTB_KEYS) XXX_Marshal

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

func (*SrmsL2AdjTB_KEYS) XXX_Merge

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

func (*SrmsL2AdjTB_KEYS) XXX_Size

func (m *SrmsL2AdjTB_KEYS) XXX_Size() int

func (*SrmsL2AdjTB_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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