Documentation
¶
Overview ¶
Cisco-IOS-XR-clns-isis-oper:isis/instances/instance/levels/level/lsps/lsp
Index ¶
- type IsisShLsp
- func (*IsisShLsp) Descriptor() ([]byte, []int)
- func (m *IsisShLsp) GetLspBody() string
- func (m *IsisShLsp) GetLspHeaderData() *IsisShLspHeader
- func (*IsisShLsp) ProtoMessage()
- func (m *IsisShLsp) Reset()
- func (m *IsisShLsp) String() string
- func (m *IsisShLsp) XXX_DiscardUnknown()
- func (m *IsisShLsp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IsisShLsp) XXX_Merge(src proto.Message)
- func (m *IsisShLsp) XXX_Size() int
- func (m *IsisShLsp) XXX_Unmarshal(b []byte) error
- type IsisShLspHeader
- func (*IsisShLspHeader) Descriptor() ([]byte, []int)
- func (m *IsisShLspHeader) GetIdLength() uint32
- func (m *IsisShLspHeader) GetLocalLspFlag() bool
- func (m *IsisShLspHeader) GetLspActiveFlag() bool
- func (m *IsisShLspHeader) GetLspAttachedFlag() bool
- func (m *IsisShLspHeader) GetLspChecksum() uint32
- func (m *IsisShLspHeader) GetLspHoldtime() uint32
- func (m *IsisShLspHeader) GetLspId() string
- func (m *IsisShLspHeader) GetLspLength() uint32
- func (m *IsisShLspHeader) GetLspLevel() string
- func (m *IsisShLspHeader) GetLspNonv1AFlag() uint32
- func (m *IsisShLspHeader) GetLspOverloadedFlag() bool
- func (m *IsisShLspHeader) GetLspPartitionRepairSupportedFlag() bool
- func (m *IsisShLspHeader) GetLspRcvdHoldtime() uint32
- func (m *IsisShLspHeader) GetLspSequenceNumber() uint32
- func (m *IsisShLspHeader) GetMaxAreaAddresses() uint32
- func (m *IsisShLspHeader) GetVersion() uint32
- func (m *IsisShLspHeader) GetVersion2() uint32
- func (*IsisShLspHeader) ProtoMessage()
- func (m *IsisShLspHeader) Reset()
- func (m *IsisShLspHeader) String() string
- func (m *IsisShLspHeader) XXX_DiscardUnknown()
- func (m *IsisShLspHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IsisShLspHeader) XXX_Merge(src proto.Message)
- func (m *IsisShLspHeader) XXX_Size() int
- func (m *IsisShLspHeader) XXX_Unmarshal(b []byte) error
- type IsisShLsp_KEYS
- func (*IsisShLsp_KEYS) Descriptor() ([]byte, []int)
- func (m *IsisShLsp_KEYS) GetInstanceName() string
- func (m *IsisShLsp_KEYS) GetLevel() string
- func (m *IsisShLsp_KEYS) GetLspId() string
- func (*IsisShLsp_KEYS) ProtoMessage()
- func (m *IsisShLsp_KEYS) Reset()
- func (m *IsisShLsp_KEYS) String() string
- func (m *IsisShLsp_KEYS) XXX_DiscardUnknown()
- func (m *IsisShLsp_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IsisShLsp_KEYS) XXX_Merge(src proto.Message)
- func (m *IsisShLsp_KEYS) XXX_Size() int
- func (m *IsisShLsp_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IsisShLsp ¶
type IsisShLsp struct { LspHeaderData *IsisShLspHeader `protobuf:"bytes,50,opt,name=lsp_header_data,json=lspHeaderData,proto3" json:"lsp_header_data,omitempty"` LspBody string `protobuf:"bytes,51,opt,name=lsp_body,json=lspBody,proto3" json:"lsp_body,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IsisShLsp) Descriptor ¶
func (*IsisShLsp) GetLspBody ¶
func (*IsisShLsp) GetLspHeaderData ¶
func (m *IsisShLsp) GetLspHeaderData() *IsisShLspHeader
func (*IsisShLsp) ProtoMessage ¶
func (*IsisShLsp) ProtoMessage()
func (*IsisShLsp) XXX_DiscardUnknown ¶
func (m *IsisShLsp) XXX_DiscardUnknown()
func (*IsisShLsp) XXX_Marshal ¶
func (*IsisShLsp) XXX_Unmarshal ¶
type IsisShLspHeader ¶
type IsisShLspHeader struct { LspId string `protobuf:"bytes,1,opt,name=lsp_id,json=lspId,proto3" json:"lsp_id,omitempty"` LocalLspFlag bool `protobuf:"varint,2,opt,name=local_lsp_flag,json=localLspFlag,proto3" json:"local_lsp_flag,omitempty"` LspActiveFlag bool `protobuf:"varint,3,opt,name=lsp_active_flag,json=lspActiveFlag,proto3" json:"lsp_active_flag,omitempty"` LspHoldtime uint32 `protobuf:"varint,4,opt,name=lsp_holdtime,json=lspHoldtime,proto3" json:"lsp_holdtime,omitempty"` LspRcvdHoldtime uint32 `protobuf:"varint,5,opt,name=lsp_rcvd_holdtime,json=lspRcvdHoldtime,proto3" json:"lsp_rcvd_holdtime,omitempty"` LspSequenceNumber uint32 `protobuf:"varint,6,opt,name=lsp_sequence_number,json=lspSequenceNumber,proto3" json:"lsp_sequence_number,omitempty"` LspChecksum uint32 `protobuf:"varint,7,opt,name=lsp_checksum,json=lspChecksum,proto3" json:"lsp_checksum,omitempty"` LspPartitionRepairSupportedFlag bool `` /* 161-byte string literal not displayed */ LspAttachedFlag bool `protobuf:"varint,9,opt,name=lsp_attached_flag,json=lspAttachedFlag,proto3" json:"lsp_attached_flag,omitempty"` LspOverloadedFlag bool `protobuf:"varint,10,opt,name=lsp_overloaded_flag,json=lspOverloadedFlag,proto3" json:"lsp_overloaded_flag,omitempty"` LspNonv1AFlag uint32 `protobuf:"varint,11,opt,name=lsp_nonv1a_flag,json=lspNonv1aFlag,proto3" json:"lsp_nonv1a_flag,omitempty"` LspLevel string `protobuf:"bytes,12,opt,name=lsp_level,json=lspLevel,proto3" json:"lsp_level,omitempty"` LspLength uint32 `protobuf:"varint,13,opt,name=lsp_length,json=lspLength,proto3" json:"lsp_length,omitempty"` MaxAreaAddresses uint32 `protobuf:"varint,14,opt,name=max_area_addresses,json=maxAreaAddresses,proto3" json:"max_area_addresses,omitempty"` IdLength uint32 `protobuf:"varint,15,opt,name=id_length,json=idLength,proto3" json:"id_length,omitempty"` Version uint32 `protobuf:"varint,16,opt,name=version,proto3" json:"version,omitempty"` Version2 uint32 `protobuf:"varint,17,opt,name=version2,proto3" json:"version2,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IsisShLspHeader) Descriptor ¶
func (*IsisShLspHeader) Descriptor() ([]byte, []int)
func (*IsisShLspHeader) GetIdLength ¶
func (m *IsisShLspHeader) GetIdLength() uint32
func (*IsisShLspHeader) GetLocalLspFlag ¶
func (m *IsisShLspHeader) GetLocalLspFlag() bool
func (*IsisShLspHeader) GetLspActiveFlag ¶
func (m *IsisShLspHeader) GetLspActiveFlag() bool
func (*IsisShLspHeader) GetLspAttachedFlag ¶
func (m *IsisShLspHeader) GetLspAttachedFlag() bool
func (*IsisShLspHeader) GetLspChecksum ¶
func (m *IsisShLspHeader) GetLspChecksum() uint32
func (*IsisShLspHeader) GetLspHoldtime ¶
func (m *IsisShLspHeader) GetLspHoldtime() uint32
func (*IsisShLspHeader) GetLspId ¶
func (m *IsisShLspHeader) GetLspId() string
func (*IsisShLspHeader) GetLspLength ¶
func (m *IsisShLspHeader) GetLspLength() uint32
func (*IsisShLspHeader) GetLspLevel ¶
func (m *IsisShLspHeader) GetLspLevel() string
func (*IsisShLspHeader) GetLspNonv1AFlag ¶
func (m *IsisShLspHeader) GetLspNonv1AFlag() uint32
func (*IsisShLspHeader) GetLspOverloadedFlag ¶
func (m *IsisShLspHeader) GetLspOverloadedFlag() bool
func (*IsisShLspHeader) GetLspPartitionRepairSupportedFlag ¶
func (m *IsisShLspHeader) GetLspPartitionRepairSupportedFlag() bool
func (*IsisShLspHeader) GetLspRcvdHoldtime ¶
func (m *IsisShLspHeader) GetLspRcvdHoldtime() uint32
func (*IsisShLspHeader) GetLspSequenceNumber ¶
func (m *IsisShLspHeader) GetLspSequenceNumber() uint32
func (*IsisShLspHeader) GetMaxAreaAddresses ¶
func (m *IsisShLspHeader) GetMaxAreaAddresses() uint32
func (*IsisShLspHeader) GetVersion ¶
func (m *IsisShLspHeader) GetVersion() uint32
func (*IsisShLspHeader) GetVersion2 ¶
func (m *IsisShLspHeader) GetVersion2() uint32
func (*IsisShLspHeader) ProtoMessage ¶
func (*IsisShLspHeader) ProtoMessage()
func (*IsisShLspHeader) Reset ¶
func (m *IsisShLspHeader) Reset()
func (*IsisShLspHeader) String ¶
func (m *IsisShLspHeader) String() string
func (*IsisShLspHeader) XXX_DiscardUnknown ¶
func (m *IsisShLspHeader) XXX_DiscardUnknown()
func (*IsisShLspHeader) XXX_Marshal ¶
func (m *IsisShLspHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IsisShLspHeader) XXX_Merge ¶
func (m *IsisShLspHeader) XXX_Merge(src proto.Message)
func (*IsisShLspHeader) XXX_Size ¶
func (m *IsisShLspHeader) XXX_Size() int
func (*IsisShLspHeader) XXX_Unmarshal ¶
func (m *IsisShLspHeader) XXX_Unmarshal(b []byte) error
type IsisShLsp_KEYS ¶
type IsisShLsp_KEYS struct { InstanceName string `protobuf:"bytes,1,opt,name=instance_name,json=instanceName,proto3" json:"instance_name,omitempty"` Level string `protobuf:"bytes,2,opt,name=level,proto3" json:"level,omitempty"` LspId string `protobuf:"bytes,3,opt,name=lsp_id,json=lspId,proto3" json:"lsp_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IsisShLsp_KEYS) Descriptor ¶
func (*IsisShLsp_KEYS) Descriptor() ([]byte, []int)
func (*IsisShLsp_KEYS) GetInstanceName ¶
func (m *IsisShLsp_KEYS) GetInstanceName() string
func (*IsisShLsp_KEYS) GetLevel ¶
func (m *IsisShLsp_KEYS) GetLevel() string
func (*IsisShLsp_KEYS) GetLspId ¶
func (m *IsisShLsp_KEYS) GetLspId() string
func (*IsisShLsp_KEYS) ProtoMessage ¶
func (*IsisShLsp_KEYS) ProtoMessage()
func (*IsisShLsp_KEYS) Reset ¶
func (m *IsisShLsp_KEYS) Reset()
func (*IsisShLsp_KEYS) String ¶
func (m *IsisShLsp_KEYS) String() string
func (*IsisShLsp_KEYS) XXX_DiscardUnknown ¶
func (m *IsisShLsp_KEYS) XXX_DiscardUnknown()
func (*IsisShLsp_KEYS) XXX_Marshal ¶
func (m *IsisShLsp_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IsisShLsp_KEYS) XXX_Merge ¶
func (m *IsisShLsp_KEYS) XXX_Merge(src proto.Message)
func (*IsisShLsp_KEYS) XXX_Size ¶
func (m *IsisShLsp_KEYS) XXX_Size() int
func (*IsisShLsp_KEYS) XXX_Unmarshal ¶
func (m *IsisShLsp_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.