Documentation
¶
Overview ¶
Cisco-IOS-XR-clns-isis-oper:isis/instances/instance/checkpoint-lsps/checkpoint-lsp
Index ¶
- type IsisShChkptLsp
- func (*IsisShChkptLsp) Descriptor() ([]byte, []int)
- func (m *IsisShChkptLsp) GetCheckpointLspId() string
- func (m *IsisShChkptLsp) GetCheckpointLspLevel() uint32
- func (m *IsisShChkptLsp) GetCheckpointLspLocalFlag() bool
- func (m *IsisShChkptLsp) GetCheckpointLspObjectId() uint32
- func (*IsisShChkptLsp) ProtoMessage()
- func (m *IsisShChkptLsp) Reset()
- func (m *IsisShChkptLsp) String() string
- func (m *IsisShChkptLsp) XXX_DiscardUnknown()
- func (m *IsisShChkptLsp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IsisShChkptLsp) XXX_Merge(src proto.Message)
- func (m *IsisShChkptLsp) XXX_Size() int
- func (m *IsisShChkptLsp) XXX_Unmarshal(b []byte) error
- type IsisShChkptLsp_KEYS
- func (*IsisShChkptLsp_KEYS) Descriptor() ([]byte, []int)
- func (m *IsisShChkptLsp_KEYS) GetInstanceName() string
- func (m *IsisShChkptLsp_KEYS) GetLevel() string
- func (m *IsisShChkptLsp_KEYS) GetLspId() string
- func (*IsisShChkptLsp_KEYS) ProtoMessage()
- func (m *IsisShChkptLsp_KEYS) Reset()
- func (m *IsisShChkptLsp_KEYS) String() string
- func (m *IsisShChkptLsp_KEYS) XXX_DiscardUnknown()
- func (m *IsisShChkptLsp_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IsisShChkptLsp_KEYS) XXX_Merge(src proto.Message)
- func (m *IsisShChkptLsp_KEYS) XXX_Size() int
- func (m *IsisShChkptLsp_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IsisShChkptLsp ¶
type IsisShChkptLsp struct { CheckpointLspObjectId uint32 `` /* 130-byte string literal not displayed */ CheckpointLspLevel uint32 `protobuf:"varint,51,opt,name=checkpoint_lsp_level,json=checkpointLspLevel,proto3" json:"checkpoint_lsp_level,omitempty"` CheckpointLspLocalFlag bool `` /* 133-byte string literal not displayed */ CheckpointLspId string `protobuf:"bytes,53,opt,name=checkpoint_lsp_id,json=checkpointLspId,proto3" json:"checkpoint_lsp_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IsisShChkptLsp) Descriptor ¶
func (*IsisShChkptLsp) Descriptor() ([]byte, []int)
func (*IsisShChkptLsp) GetCheckpointLspId ¶
func (m *IsisShChkptLsp) GetCheckpointLspId() string
func (*IsisShChkptLsp) GetCheckpointLspLevel ¶
func (m *IsisShChkptLsp) GetCheckpointLspLevel() uint32
func (*IsisShChkptLsp) GetCheckpointLspLocalFlag ¶
func (m *IsisShChkptLsp) GetCheckpointLspLocalFlag() bool
func (*IsisShChkptLsp) GetCheckpointLspObjectId ¶
func (m *IsisShChkptLsp) GetCheckpointLspObjectId() uint32
func (*IsisShChkptLsp) ProtoMessage ¶
func (*IsisShChkptLsp) ProtoMessage()
func (*IsisShChkptLsp) Reset ¶
func (m *IsisShChkptLsp) Reset()
func (*IsisShChkptLsp) String ¶
func (m *IsisShChkptLsp) String() string
func (*IsisShChkptLsp) XXX_DiscardUnknown ¶
func (m *IsisShChkptLsp) XXX_DiscardUnknown()
func (*IsisShChkptLsp) XXX_Marshal ¶
func (m *IsisShChkptLsp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IsisShChkptLsp) XXX_Merge ¶
func (m *IsisShChkptLsp) XXX_Merge(src proto.Message)
func (*IsisShChkptLsp) XXX_Size ¶
func (m *IsisShChkptLsp) XXX_Size() int
func (*IsisShChkptLsp) XXX_Unmarshal ¶
func (m *IsisShChkptLsp) XXX_Unmarshal(b []byte) error
type IsisShChkptLsp_KEYS ¶
type IsisShChkptLsp_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 (*IsisShChkptLsp_KEYS) Descriptor ¶
func (*IsisShChkptLsp_KEYS) Descriptor() ([]byte, []int)
func (*IsisShChkptLsp_KEYS) GetInstanceName ¶
func (m *IsisShChkptLsp_KEYS) GetInstanceName() string
func (*IsisShChkptLsp_KEYS) GetLevel ¶
func (m *IsisShChkptLsp_KEYS) GetLevel() string
func (*IsisShChkptLsp_KEYS) GetLspId ¶
func (m *IsisShChkptLsp_KEYS) GetLspId() string
func (*IsisShChkptLsp_KEYS) ProtoMessage ¶
func (*IsisShChkptLsp_KEYS) ProtoMessage()
func (*IsisShChkptLsp_KEYS) Reset ¶
func (m *IsisShChkptLsp_KEYS) Reset()
func (*IsisShChkptLsp_KEYS) String ¶
func (m *IsisShChkptLsp_KEYS) String() string
func (*IsisShChkptLsp_KEYS) XXX_DiscardUnknown ¶
func (m *IsisShChkptLsp_KEYS) XXX_DiscardUnknown()
func (*IsisShChkptLsp_KEYS) XXX_Marshal ¶
func (m *IsisShChkptLsp_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IsisShChkptLsp_KEYS) XXX_Merge ¶
func (m *IsisShChkptLsp_KEYS) XXX_Merge(src proto.Message)
func (*IsisShChkptLsp_KEYS) XXX_Size ¶
func (m *IsisShChkptLsp_KEYS) XXX_Size() int
func (*IsisShChkptLsp_KEYS) XXX_Unmarshal ¶
func (m *IsisShChkptLsp_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.