Documentation
¶
Overview ¶
Cisco-IOS-XR-ipv4-ospf-oper:ospf/processes/process/srms/policy/policy-ipv4/policy-ipv4-backup/policy-mi
Index ¶
- type Addr
- func (*Addr) Descriptor() ([]byte, []int)
- func (m *Addr) GetAf() string
- func (m *Addr) GetIpv4() string
- func (m *Addr) GetIpv6() string
- func (*Addr) ProtoMessage()
- func (m *Addr) Reset()
- func (m *Addr) String() string
- func (m *Addr) XXX_DiscardUnknown()
- func (m *Addr) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Addr) XXX_Merge(src proto.Message)
- func (m *Addr) XXX_Size() int
- func (m *Addr) XXX_Unmarshal(b []byte) error
- type SrmsMiTB
- func (*SrmsMiTB) Descriptor() ([]byte, []int)
- func (m *SrmsMiTB) GetAddr() *Addr
- func (m *SrmsMiTB) GetArea() string
- func (m *SrmsMiTB) GetFlagAttached() string
- func (m *SrmsMiTB) GetLastPrefix() string
- func (m *SrmsMiTB) GetLastSidIndex() uint32
- func (m *SrmsMiTB) GetPrefix() uint32
- func (m *SrmsMiTB) GetRouter() string
- func (m *SrmsMiTB) GetSidCount() uint32
- func (m *SrmsMiTB) GetSidStart() uint32
- func (m *SrmsMiTB) GetSrc() string
- func (*SrmsMiTB) ProtoMessage()
- func (m *SrmsMiTB) Reset()
- func (m *SrmsMiTB) String() string
- func (m *SrmsMiTB) XXX_DiscardUnknown()
- func (m *SrmsMiTB) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SrmsMiTB) XXX_Merge(src proto.Message)
- func (m *SrmsMiTB) XXX_Size() int
- func (m *SrmsMiTB) XXX_Unmarshal(b []byte) error
- type SrmsMiTB_KEYS
- func (*SrmsMiTB_KEYS) Descriptor() ([]byte, []int)
- func (m *SrmsMiTB_KEYS) GetMiId() string
- func (m *SrmsMiTB_KEYS) GetProcessName() string
- func (*SrmsMiTB_KEYS) ProtoMessage()
- func (m *SrmsMiTB_KEYS) Reset()
- func (m *SrmsMiTB_KEYS) String() string
- func (m *SrmsMiTB_KEYS) XXX_DiscardUnknown()
- func (m *SrmsMiTB_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SrmsMiTB_KEYS) XXX_Merge(src proto.Message)
- func (m *SrmsMiTB_KEYS) XXX_Size() int
- func (m *SrmsMiTB_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Addr ¶
type Addr 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 (*Addr) Descriptor ¶
func (*Addr) ProtoMessage ¶
func (*Addr) ProtoMessage()
func (*Addr) XXX_DiscardUnknown ¶
func (m *Addr) XXX_DiscardUnknown()
func (*Addr) XXX_Unmarshal ¶
type SrmsMiTB ¶
type SrmsMiTB struct { Src string `protobuf:"bytes,50,opt,name=src,proto3" json:"src,omitempty"` Router string `protobuf:"bytes,51,opt,name=router,proto3" json:"router,omitempty"` Area string `protobuf:"bytes,52,opt,name=area,proto3" json:"area,omitempty"` Addr *Addr `protobuf:"bytes,53,opt,name=addr,proto3" json:"addr,omitempty"` Prefix uint32 `protobuf:"varint,54,opt,name=prefix,proto3" json:"prefix,omitempty"` SidStart uint32 `protobuf:"varint,55,opt,name=sid_start,json=sidStart,proto3" json:"sid_start,omitempty"` SidCount uint32 `protobuf:"varint,56,opt,name=sid_count,json=sidCount,proto3" json:"sid_count,omitempty"` LastPrefix string `protobuf:"bytes,57,opt,name=last_prefix,json=lastPrefix,proto3" json:"last_prefix,omitempty"` LastSidIndex uint32 `protobuf:"varint,58,opt,name=last_sid_index,json=lastSidIndex,proto3" json:"last_sid_index,omitempty"` FlagAttached string `protobuf:"bytes,59,opt,name=flag_attached,json=flagAttached,proto3" json:"flag_attached,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SrmsMiTB) Descriptor ¶
func (*SrmsMiTB) GetFlagAttached ¶
func (*SrmsMiTB) GetLastPrefix ¶
func (*SrmsMiTB) GetLastSidIndex ¶
func (*SrmsMiTB) GetSidCount ¶
func (*SrmsMiTB) GetSidStart ¶
func (*SrmsMiTB) ProtoMessage ¶
func (*SrmsMiTB) ProtoMessage()
func (*SrmsMiTB) XXX_DiscardUnknown ¶
func (m *SrmsMiTB) XXX_DiscardUnknown()
func (*SrmsMiTB) XXX_Marshal ¶
func (*SrmsMiTB) XXX_Unmarshal ¶
type SrmsMiTB_KEYS ¶
type SrmsMiTB_KEYS struct { ProcessName string `protobuf:"bytes,1,opt,name=process_name,json=processName,proto3" json:"process_name,omitempty"` MiId string `protobuf:"bytes,2,opt,name=mi_id,json=miId,proto3" json:"mi_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SrmsMiTB_KEYS) Descriptor ¶
func (*SrmsMiTB_KEYS) Descriptor() ([]byte, []int)
func (*SrmsMiTB_KEYS) GetMiId ¶
func (m *SrmsMiTB_KEYS) GetMiId() string
func (*SrmsMiTB_KEYS) GetProcessName ¶
func (m *SrmsMiTB_KEYS) GetProcessName() string
func (*SrmsMiTB_KEYS) ProtoMessage ¶
func (*SrmsMiTB_KEYS) ProtoMessage()
func (*SrmsMiTB_KEYS) Reset ¶
func (m *SrmsMiTB_KEYS) Reset()
func (*SrmsMiTB_KEYS) String ¶
func (m *SrmsMiTB_KEYS) String() string
func (*SrmsMiTB_KEYS) XXX_DiscardUnknown ¶
func (m *SrmsMiTB_KEYS) XXX_DiscardUnknown()
func (*SrmsMiTB_KEYS) XXX_Marshal ¶
func (m *SrmsMiTB_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SrmsMiTB_KEYS) XXX_Merge ¶
func (m *SrmsMiTB_KEYS) XXX_Merge(src proto.Message)
func (*SrmsMiTB_KEYS) XXX_Size ¶
func (m *SrmsMiTB_KEYS) XXX_Size() int
func (*SrmsMiTB_KEYS) XXX_Unmarshal ¶
func (m *SrmsMiTB_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.