Documentation
¶
Overview ¶
Cisco-IOS-XR-infra-rmf-oper:redundancy/nodes/node
Index ¶
- type RedGroupInfo
- func (*RedGroupInfo) Descriptor() ([]byte, []int)
- func (m *RedGroupInfo) GetActive() string
- func (m *RedGroupInfo) GetHaState() string
- func (m *RedGroupInfo) GetNsrState() string
- func (m *RedGroupInfo) GetStandby() string
- func (*RedGroupInfo) ProtoMessage()
- func (m *RedGroupInfo) Reset()
- func (m *RedGroupInfo) String() string
- func (m *RedGroupInfo) XXX_DiscardUnknown()
- func (m *RedGroupInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RedGroupInfo) XXX_Merge(src proto.Message)
- func (m *RedGroupInfo) XXX_Size() int
- func (m *RedGroupInfo) XXX_Unmarshal(b []byte) error
- type RedNodeInfo
- func (*RedNodeInfo) Descriptor() ([]byte, []int)
- func (m *RedNodeInfo) GetActiveRebootReason() string
- func (m *RedNodeInfo) GetErrLog() string
- func (m *RedNodeInfo) GetLog() string
- func (m *RedNodeInfo) GetRedundancy() *RedSummaryPair
- func (m *RedNodeInfo) GetStandbyRebootReason() string
- func (*RedNodeInfo) ProtoMessage()
- func (m *RedNodeInfo) Reset()
- func (m *RedNodeInfo) String() string
- func (m *RedNodeInfo) XXX_DiscardUnknown()
- func (m *RedNodeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RedNodeInfo) XXX_Merge(src proto.Message)
- func (m *RedNodeInfo) XXX_Size() int
- func (m *RedNodeInfo) XXX_Unmarshal(b []byte) error
- type RedNodeInfo_KEYS
- func (*RedNodeInfo_KEYS) Descriptor() ([]byte, []int)
- func (m *RedNodeInfo_KEYS) GetNodeId() string
- func (*RedNodeInfo_KEYS) ProtoMessage()
- func (m *RedNodeInfo_KEYS) Reset()
- func (m *RedNodeInfo_KEYS) String() string
- func (m *RedNodeInfo_KEYS) XXX_DiscardUnknown()
- func (m *RedNodeInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RedNodeInfo_KEYS) XXX_Merge(src proto.Message)
- func (m *RedNodeInfo_KEYS) XXX_Size() int
- func (m *RedNodeInfo_KEYS) XXX_Unmarshal(b []byte) error
- type RedSummaryPair
- func (*RedSummaryPair) Descriptor() ([]byte, []int)
- func (m *RedSummaryPair) GetActive() string
- func (m *RedSummaryPair) GetGroupinfo() []*RedGroupInfo
- func (m *RedSummaryPair) GetHaState() string
- func (m *RedSummaryPair) GetNsrState() string
- func (m *RedSummaryPair) GetStandby() string
- func (*RedSummaryPair) ProtoMessage()
- func (m *RedSummaryPair) Reset()
- func (m *RedSummaryPair) String() string
- func (m *RedSummaryPair) XXX_DiscardUnknown()
- func (m *RedSummaryPair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RedSummaryPair) XXX_Merge(src proto.Message)
- func (m *RedSummaryPair) XXX_Size() int
- func (m *RedSummaryPair) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedGroupInfo ¶
type RedGroupInfo struct { Active string `protobuf:"bytes,1,opt,name=active,proto3" json:"active,omitempty"` Standby string `protobuf:"bytes,2,opt,name=standby,proto3" json:"standby,omitempty"` HaState string `protobuf:"bytes,3,opt,name=ha_state,json=haState,proto3" json:"ha_state,omitempty"` NsrState string `protobuf:"bytes,4,opt,name=nsr_state,json=nsrState,proto3" json:"nsr_state,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RedGroupInfo) Descriptor ¶
func (*RedGroupInfo) Descriptor() ([]byte, []int)
func (*RedGroupInfo) GetActive ¶
func (m *RedGroupInfo) GetActive() string
func (*RedGroupInfo) GetHaState ¶
func (m *RedGroupInfo) GetHaState() string
func (*RedGroupInfo) GetNsrState ¶
func (m *RedGroupInfo) GetNsrState() string
func (*RedGroupInfo) GetStandby ¶
func (m *RedGroupInfo) GetStandby() string
func (*RedGroupInfo) ProtoMessage ¶
func (*RedGroupInfo) ProtoMessage()
func (*RedGroupInfo) Reset ¶
func (m *RedGroupInfo) Reset()
func (*RedGroupInfo) String ¶
func (m *RedGroupInfo) String() string
func (*RedGroupInfo) XXX_DiscardUnknown ¶
func (m *RedGroupInfo) XXX_DiscardUnknown()
func (*RedGroupInfo) XXX_Marshal ¶
func (m *RedGroupInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RedGroupInfo) XXX_Merge ¶
func (m *RedGroupInfo) XXX_Merge(src proto.Message)
func (*RedGroupInfo) XXX_Size ¶
func (m *RedGroupInfo) XXX_Size() int
func (*RedGroupInfo) XXX_Unmarshal ¶
func (m *RedGroupInfo) XXX_Unmarshal(b []byte) error
type RedNodeInfo ¶
type RedNodeInfo struct { Redundancy *RedSummaryPair `protobuf:"bytes,50,opt,name=redundancy,proto3" json:"redundancy,omitempty"` Log string `protobuf:"bytes,51,opt,name=log,proto3" json:"log,omitempty"` ActiveRebootReason string `protobuf:"bytes,52,opt,name=active_reboot_reason,json=activeRebootReason,proto3" json:"active_reboot_reason,omitempty"` StandbyRebootReason string `protobuf:"bytes,53,opt,name=standby_reboot_reason,json=standbyRebootReason,proto3" json:"standby_reboot_reason,omitempty"` ErrLog string `protobuf:"bytes,54,opt,name=err_log,json=errLog,proto3" json:"err_log,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RedNodeInfo) Descriptor ¶
func (*RedNodeInfo) Descriptor() ([]byte, []int)
func (*RedNodeInfo) GetActiveRebootReason ¶
func (m *RedNodeInfo) GetActiveRebootReason() string
func (*RedNodeInfo) GetErrLog ¶
func (m *RedNodeInfo) GetErrLog() string
func (*RedNodeInfo) GetLog ¶
func (m *RedNodeInfo) GetLog() string
func (*RedNodeInfo) GetRedundancy ¶
func (m *RedNodeInfo) GetRedundancy() *RedSummaryPair
func (*RedNodeInfo) GetStandbyRebootReason ¶
func (m *RedNodeInfo) GetStandbyRebootReason() string
func (*RedNodeInfo) ProtoMessage ¶
func (*RedNodeInfo) ProtoMessage()
func (*RedNodeInfo) Reset ¶
func (m *RedNodeInfo) Reset()
func (*RedNodeInfo) String ¶
func (m *RedNodeInfo) String() string
func (*RedNodeInfo) XXX_DiscardUnknown ¶
func (m *RedNodeInfo) XXX_DiscardUnknown()
func (*RedNodeInfo) XXX_Marshal ¶
func (m *RedNodeInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RedNodeInfo) XXX_Merge ¶
func (m *RedNodeInfo) XXX_Merge(src proto.Message)
func (*RedNodeInfo) XXX_Size ¶
func (m *RedNodeInfo) XXX_Size() int
func (*RedNodeInfo) XXX_Unmarshal ¶
func (m *RedNodeInfo) XXX_Unmarshal(b []byte) error
type RedNodeInfo_KEYS ¶
type RedNodeInfo_KEYS struct { NodeId string `protobuf:"bytes,1,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RedNodeInfo_KEYS) Descriptor ¶
func (*RedNodeInfo_KEYS) Descriptor() ([]byte, []int)
func (*RedNodeInfo_KEYS) GetNodeId ¶
func (m *RedNodeInfo_KEYS) GetNodeId() string
func (*RedNodeInfo_KEYS) ProtoMessage ¶
func (*RedNodeInfo_KEYS) ProtoMessage()
func (*RedNodeInfo_KEYS) Reset ¶
func (m *RedNodeInfo_KEYS) Reset()
func (*RedNodeInfo_KEYS) String ¶
func (m *RedNodeInfo_KEYS) String() string
func (*RedNodeInfo_KEYS) XXX_DiscardUnknown ¶
func (m *RedNodeInfo_KEYS) XXX_DiscardUnknown()
func (*RedNodeInfo_KEYS) XXX_Marshal ¶
func (m *RedNodeInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RedNodeInfo_KEYS) XXX_Merge ¶
func (m *RedNodeInfo_KEYS) XXX_Merge(src proto.Message)
func (*RedNodeInfo_KEYS) XXX_Size ¶
func (m *RedNodeInfo_KEYS) XXX_Size() int
func (*RedNodeInfo_KEYS) XXX_Unmarshal ¶
func (m *RedNodeInfo_KEYS) XXX_Unmarshal(b []byte) error
type RedSummaryPair ¶
type RedSummaryPair struct { Active string `protobuf:"bytes,1,opt,name=active,proto3" json:"active,omitempty"` Standby string `protobuf:"bytes,2,opt,name=standby,proto3" json:"standby,omitempty"` HaState string `protobuf:"bytes,3,opt,name=ha_state,json=haState,proto3" json:"ha_state,omitempty"` NsrState string `protobuf:"bytes,4,opt,name=nsr_state,json=nsrState,proto3" json:"nsr_state,omitempty"` Groupinfo []*RedGroupInfo `protobuf:"bytes,5,rep,name=groupinfo,proto3" json:"groupinfo,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RedSummaryPair) Descriptor ¶
func (*RedSummaryPair) Descriptor() ([]byte, []int)
func (*RedSummaryPair) GetActive ¶
func (m *RedSummaryPair) GetActive() string
func (*RedSummaryPair) GetGroupinfo ¶
func (m *RedSummaryPair) GetGroupinfo() []*RedGroupInfo
func (*RedSummaryPair) GetHaState ¶
func (m *RedSummaryPair) GetHaState() string
func (*RedSummaryPair) GetNsrState ¶
func (m *RedSummaryPair) GetNsrState() string
func (*RedSummaryPair) GetStandby ¶
func (m *RedSummaryPair) GetStandby() string
func (*RedSummaryPair) ProtoMessage ¶
func (*RedSummaryPair) ProtoMessage()
func (*RedSummaryPair) Reset ¶
func (m *RedSummaryPair) Reset()
func (*RedSummaryPair) String ¶
func (m *RedSummaryPair) String() string
func (*RedSummaryPair) XXX_DiscardUnknown ¶
func (m *RedSummaryPair) XXX_DiscardUnknown()
func (*RedSummaryPair) XXX_Marshal ¶
func (m *RedSummaryPair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RedSummaryPair) XXX_Merge ¶
func (m *RedSummaryPair) XXX_Merge(src proto.Message)
func (*RedSummaryPair) XXX_Size ¶
func (m *RedSummaryPair) XXX_Size() int
func (*RedSummaryPair) XXX_Unmarshal ¶
func (m *RedSummaryPair) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.