Documentation
¶
Overview ¶
Cisco-IOS-XR-ipv4-autorp-oper:auto-rp/standby/candidate-rp/rps/rp
Index ¶
- type AutorpCrpBag
- func (*AutorpCrpBag) Descriptor() ([]byte, []int)
- func (m *AutorpCrpBag) GetAccessListName() string
- func (m *AutorpCrpBag) GetAnnouncePeriod() int32
- func (m *AutorpCrpBag) GetCandidateRpAddress() string
- func (m *AutorpCrpBag) GetProtocolModeXr() string
- func (m *AutorpCrpBag) GetTtl() int32
- func (*AutorpCrpBag) ProtoMessage()
- func (m *AutorpCrpBag) Reset()
- func (m *AutorpCrpBag) String() string
- func (m *AutorpCrpBag) XXX_DiscardUnknown()
- func (m *AutorpCrpBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AutorpCrpBag) XXX_Merge(src proto.Message)
- func (m *AutorpCrpBag) XXX_Size() int
- func (m *AutorpCrpBag) XXX_Unmarshal(b []byte) error
- type AutorpCrpBag_KEYS
- func (*AutorpCrpBag_KEYS) Descriptor() ([]byte, []int)
- func (m *AutorpCrpBag_KEYS) GetInterfaceName() string
- func (m *AutorpCrpBag_KEYS) GetProtocolMode() string
- func (*AutorpCrpBag_KEYS) ProtoMessage()
- func (m *AutorpCrpBag_KEYS) Reset()
- func (m *AutorpCrpBag_KEYS) String() string
- func (m *AutorpCrpBag_KEYS) XXX_DiscardUnknown()
- func (m *AutorpCrpBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AutorpCrpBag_KEYS) XXX_Merge(src proto.Message)
- func (m *AutorpCrpBag_KEYS) XXX_Size() int
- func (m *AutorpCrpBag_KEYS) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutorpCrpBag ¶
type AutorpCrpBag struct { AccessListName string `protobuf:"bytes,50,opt,name=access_list_name,json=accessListName,proto3" json:"access_list_name,omitempty"` CandidateRpAddress string `protobuf:"bytes,51,opt,name=candidate_rp_address,json=candidateRpAddress,proto3" json:"candidate_rp_address,omitempty"` Ttl int32 `protobuf:"zigzag32,52,opt,name=ttl,proto3" json:"ttl,omitempty"` AnnouncePeriod int32 `protobuf:"zigzag32,53,opt,name=announce_period,json=announcePeriod,proto3" json:"announce_period,omitempty"` ProtocolModeXr string `protobuf:"bytes,54,opt,name=protocol_mode_xr,json=protocolModeXr,proto3" json:"protocol_mode_xr,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AutorpCrpBag) Descriptor ¶
func (*AutorpCrpBag) Descriptor() ([]byte, []int)
func (*AutorpCrpBag) GetAccessListName ¶
func (m *AutorpCrpBag) GetAccessListName() string
func (*AutorpCrpBag) GetAnnouncePeriod ¶
func (m *AutorpCrpBag) GetAnnouncePeriod() int32
func (*AutorpCrpBag) GetCandidateRpAddress ¶
func (m *AutorpCrpBag) GetCandidateRpAddress() string
func (*AutorpCrpBag) GetProtocolModeXr ¶
func (m *AutorpCrpBag) GetProtocolModeXr() string
func (*AutorpCrpBag) GetTtl ¶
func (m *AutorpCrpBag) GetTtl() int32
func (*AutorpCrpBag) ProtoMessage ¶
func (*AutorpCrpBag) ProtoMessage()
func (*AutorpCrpBag) Reset ¶
func (m *AutorpCrpBag) Reset()
func (*AutorpCrpBag) String ¶
func (m *AutorpCrpBag) String() string
func (*AutorpCrpBag) XXX_DiscardUnknown ¶
func (m *AutorpCrpBag) XXX_DiscardUnknown()
func (*AutorpCrpBag) XXX_Marshal ¶
func (m *AutorpCrpBag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AutorpCrpBag) XXX_Merge ¶
func (m *AutorpCrpBag) XXX_Merge(src proto.Message)
func (*AutorpCrpBag) XXX_Size ¶
func (m *AutorpCrpBag) XXX_Size() int
func (*AutorpCrpBag) XXX_Unmarshal ¶
func (m *AutorpCrpBag) XXX_Unmarshal(b []byte) error
type AutorpCrpBag_KEYS ¶
type AutorpCrpBag_KEYS struct { InterfaceName string `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"` ProtocolMode string `protobuf:"bytes,2,opt,name=protocol_mode,json=protocolMode,proto3" json:"protocol_mode,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AutorpCrpBag_KEYS) Descriptor ¶
func (*AutorpCrpBag_KEYS) Descriptor() ([]byte, []int)
func (*AutorpCrpBag_KEYS) GetInterfaceName ¶
func (m *AutorpCrpBag_KEYS) GetInterfaceName() string
func (*AutorpCrpBag_KEYS) GetProtocolMode ¶
func (m *AutorpCrpBag_KEYS) GetProtocolMode() string
func (*AutorpCrpBag_KEYS) ProtoMessage ¶
func (*AutorpCrpBag_KEYS) ProtoMessage()
func (*AutorpCrpBag_KEYS) Reset ¶
func (m *AutorpCrpBag_KEYS) Reset()
func (*AutorpCrpBag_KEYS) String ¶
func (m *AutorpCrpBag_KEYS) String() string
func (*AutorpCrpBag_KEYS) XXX_DiscardUnknown ¶
func (m *AutorpCrpBag_KEYS) XXX_DiscardUnknown()
func (*AutorpCrpBag_KEYS) XXX_Marshal ¶
func (m *AutorpCrpBag_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AutorpCrpBag_KEYS) XXX_Merge ¶
func (m *AutorpCrpBag_KEYS) XXX_Merge(src proto.Message)
func (*AutorpCrpBag_KEYS) XXX_Size ¶
func (m *AutorpCrpBag_KEYS) XXX_Size() int
func (*AutorpCrpBag_KEYS) XXX_Unmarshal ¶
func (m *AutorpCrpBag_KEYS) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.