cisco_ios_xr_infra_rsi_oper_srlg_rsips_rsip

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-infra-rsi-oper:srlg/rsips/rsip

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RsiSrlgAttrBrief

type RsiSrlgAttrBrief struct {
	SrlgValue            uint32   `protobuf:"varint,1,opt,name=srlg_value,json=srlgValue,proto3" json:"srlg_value,omitempty"`
	Priority             string   `protobuf:"bytes,2,opt,name=priority,proto3" json:"priority,omitempty"`
	SrlgIndex            uint32   `protobuf:"varint,3,opt,name=srlg_index,json=srlgIndex,proto3" json:"srlg_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsiSrlgAttrBrief) Descriptor

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

func (*RsiSrlgAttrBrief) GetPriority

func (m *RsiSrlgAttrBrief) GetPriority() string

func (*RsiSrlgAttrBrief) GetSrlgIndex

func (m *RsiSrlgAttrBrief) GetSrlgIndex() uint32

func (*RsiSrlgAttrBrief) GetSrlgValue

func (m *RsiSrlgAttrBrief) GetSrlgValue() uint32

func (*RsiSrlgAttrBrief) ProtoMessage

func (*RsiSrlgAttrBrief) ProtoMessage()

func (*RsiSrlgAttrBrief) Reset

func (m *RsiSrlgAttrBrief) Reset()

func (*RsiSrlgAttrBrief) String

func (m *RsiSrlgAttrBrief) String() string

func (*RsiSrlgAttrBrief) XXX_DiscardUnknown

func (m *RsiSrlgAttrBrief) XXX_DiscardUnknown()

func (*RsiSrlgAttrBrief) XXX_Marshal

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

func (*RsiSrlgAttrBrief) XXX_Merge

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

func (*RsiSrlgAttrBrief) XXX_Size

func (m *RsiSrlgAttrBrief) XXX_Size() int

func (*RsiSrlgAttrBrief) XXX_Unmarshal

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

type RsiSrlgRsipShow

type RsiSrlgRsipShow struct {
	OpticalLayerInterfaceName string              `` /* 141-byte string literal not displayed */
	Registrations             uint32              `protobuf:"varint,51,opt,name=registrations,proto3" json:"registrations,omitempty"`
	InterfaceValues           uint32              `protobuf:"varint,52,opt,name=interface_values,json=interfaceValues,proto3" json:"interface_values,omitempty"`
	SrlgAttribute             []*RsiSrlgAttrBrief `protobuf:"bytes,53,rep,name=srlg_attribute,json=srlgAttribute,proto3" json:"srlg_attribute,omitempty"`
	XXX_NoUnkeyedLiteral      struct{}            `json:"-"`
	XXX_unrecognized          []byte              `json:"-"`
	XXX_sizecache             int32               `json:"-"`
}

func (*RsiSrlgRsipShow) Descriptor

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

func (*RsiSrlgRsipShow) GetInterfaceValues

func (m *RsiSrlgRsipShow) GetInterfaceValues() uint32

func (*RsiSrlgRsipShow) GetOpticalLayerInterfaceName

func (m *RsiSrlgRsipShow) GetOpticalLayerInterfaceName() string

func (*RsiSrlgRsipShow) GetRegistrations

func (m *RsiSrlgRsipShow) GetRegistrations() uint32

func (*RsiSrlgRsipShow) GetSrlgAttribute

func (m *RsiSrlgRsipShow) GetSrlgAttribute() []*RsiSrlgAttrBrief

func (*RsiSrlgRsipShow) ProtoMessage

func (*RsiSrlgRsipShow) ProtoMessage()

func (*RsiSrlgRsipShow) Reset

func (m *RsiSrlgRsipShow) Reset()

func (*RsiSrlgRsipShow) String

func (m *RsiSrlgRsipShow) String() string

func (*RsiSrlgRsipShow) XXX_DiscardUnknown

func (m *RsiSrlgRsipShow) XXX_DiscardUnknown()

func (*RsiSrlgRsipShow) XXX_Marshal

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

func (*RsiSrlgRsipShow) XXX_Merge

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

func (*RsiSrlgRsipShow) XXX_Size

func (m *RsiSrlgRsipShow) XXX_Size() int

func (*RsiSrlgRsipShow) XXX_Unmarshal

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

type RsiSrlgRsipShow_KEYS

type RsiSrlgRsipShow_KEYS struct {
	RsipName             string   `protobuf:"bytes,1,opt,name=rsip_name,json=rsipName,proto3" json:"rsip_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsiSrlgRsipShow_KEYS) Descriptor

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

func (*RsiSrlgRsipShow_KEYS) GetRsipName

func (m *RsiSrlgRsipShow_KEYS) GetRsipName() string

func (*RsiSrlgRsipShow_KEYS) ProtoMessage

func (*RsiSrlgRsipShow_KEYS) ProtoMessage()

func (*RsiSrlgRsipShow_KEYS) Reset

func (m *RsiSrlgRsipShow_KEYS) Reset()

func (*RsiSrlgRsipShow_KEYS) String

func (m *RsiSrlgRsipShow_KEYS) String() string

func (*RsiSrlgRsipShow_KEYS) XXX_DiscardUnknown

func (m *RsiSrlgRsipShow_KEYS) XXX_DiscardUnknown()

func (*RsiSrlgRsipShow_KEYS) XXX_Marshal

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

func (*RsiSrlgRsipShow_KEYS) XXX_Merge

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

func (*RsiSrlgRsipShow_KEYS) XXX_Size

func (m *RsiSrlgRsipShow_KEYS) XXX_Size() int

func (*RsiSrlgRsipShow_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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