cisco_ios_xr_infra_rmf_oper_redundancy_nodes_node

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Cisco-IOS-XR-infra-rmf-oper:redundancy/nodes/node

Index

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 (dst *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 {
	// Row information
	Redundancy *RedSummaryPair `protobuf:"bytes,50,opt,name=redundancy,proto3" json:"redundancy,omitempty"`
	// Reload and boot logs
	Log string `protobuf:"bytes,51,opt,name=log,proto3" json:"log,omitempty"`
	// Active node reload
	ActiveRebootReason string `protobuf:"bytes,52,opt,name=active_reboot_reason,json=activeRebootReason,proto3" json:"active_reboot_reason,omitempty"`
	// Standby node reload
	StandbyRebootReason string `protobuf:"bytes,53,opt,name=standby_reboot_reason,json=standbyRebootReason,proto3" json:"standby_reboot_reason,omitempty"`
	// Error Log
	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 (dst *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:"-"`
}

Node Information

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 (dst *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 node name R/S/I
	Active string `protobuf:"bytes,1,opt,name=active,proto3" json:"active,omitempty"`
	// Standby node name R/S/I
	Standby string `protobuf:"bytes,2,opt,name=standby,proto3" json:"standby,omitempty"`
	// High Availability state Ready/Not Ready
	HaState string `protobuf:"bytes,3,opt,name=ha_state,json=haState,proto3" json:"ha_state,omitempty"`
	// NSR state Configured/Not Configured
	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:"-"`
}

rmf row show

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 (dst *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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL