cisco_ios_xr_ip_rsvp_oper_rsvp_standby_global_neighbor_details_global_neighbor_detail

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Overview

Cisco-IOS-XR-ip-rsvp-oper:rsvp-standby/global-neighbor-details/global-neighbor-detail

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RsvpMgmtGlblNbrDetail

type RsvpMgmtGlblNbrDetail struct {
	IsGrEnabled             bool                  `protobuf:"varint,50,opt,name=is_gr_enabled,json=isGrEnabled,proto3" json:"is_gr_enabled,omitempty"`
	NodeAddress             string                `protobuf:"bytes,51,opt,name=node_address,json=nodeAddress,proto3" json:"node_address,omitempty"`
	RestartState            string                `protobuf:"bytes,52,opt,name=restart_state,json=restartState,proto3" json:"restart_state,omitempty"`
	GlobalNeighborFlags     *RsvpMgmtGlblNbrFlags `protobuf:"bytes,53,opt,name=global_neighbor_flags,json=globalNeighborFlags,proto3" json:"global_neighbor_flags,omitempty"`
	LocalNodeAddress        []string              `protobuf:"bytes,54,rep,name=local_node_address,json=localNodeAddress,proto3" json:"local_node_address,omitempty"`
	InterfaceNeighbor       []string              `protobuf:"bytes,55,rep,name=interface_neighbor,json=interfaceNeighbor,proto3" json:"interface_neighbor,omitempty"`
	RestartTime             uint32                `protobuf:"varint,56,opt,name=restart_time,json=restartTime,proto3" json:"restart_time,omitempty"`
	IsRestartTimerRunning   bool                  `` /* 130-byte string literal not displayed */
	RestartTimeLeft         *RsvpMgmtTimespec     `protobuf:"bytes,58,opt,name=restart_time_left,json=restartTimeLeft,proto3" json:"restart_time_left,omitempty"`
	RestartTimerExpiryTime  *RsvpMgmtTimespec     `` /* 132-byte string literal not displayed */
	RecoveryTime            uint32                `protobuf:"varint,60,opt,name=recovery_time,json=recoveryTime,proto3" json:"recovery_time,omitempty"`
	IsRecoveryTimerRunning  bool                  `` /* 133-byte string literal not displayed */
	RecoveryTimeLeft        *RsvpMgmtTimespec     `protobuf:"bytes,62,opt,name=recovery_time_left,json=recoveryTimeLeft,proto3" json:"recovery_time_left,omitempty"`
	RecoveryTimerExpTime    *RsvpMgmtTimespec     `` /* 126-byte string literal not displayed */
	HelloInterval           uint32                `protobuf:"varint,64,opt,name=hello_interval,json=helloInterval,proto3" json:"hello_interval,omitempty"`
	MissedHellos            uint32                `protobuf:"varint,65,opt,name=missed_hellos,json=missedHellos,proto3" json:"missed_hellos,omitempty"`
	NeighborHelloState      []string              `protobuf:"bytes,66,rep,name=neighbor_hello_state,json=neighborHelloState,proto3" json:"neighbor_hello_state,omitempty"`
	UpTime                  []*RsvpMgmtTimespec   `protobuf:"bytes,67,rep,name=up_time,json=upTime,proto3" json:"up_time,omitempty"`
	LostCommunicationTime   []*RsvpMgmtTimespec   `` /* 127-byte string literal not displayed */
	LostCommunicationReason []string              `` /* 133-byte string literal not displayed */
	LostCommunicationTotal  []uint32              `` /* 138-byte string literal not displayed */
	PendingStates           uint32                `protobuf:"varint,71,opt,name=pending_states,json=pendingStates,proto3" json:"pending_states,omitempty"`
	XXX_NoUnkeyedLiteral    struct{}              `json:"-"`
	XXX_unrecognized        []byte                `json:"-"`
	XXX_sizecache           int32                 `json:"-"`
}

func (*RsvpMgmtGlblNbrDetail) Descriptor

func (*RsvpMgmtGlblNbrDetail) Descriptor() ([]byte, []int)

func (*RsvpMgmtGlblNbrDetail) GetGlobalNeighborFlags

func (m *RsvpMgmtGlblNbrDetail) GetGlobalNeighborFlags() *RsvpMgmtGlblNbrFlags

func (*RsvpMgmtGlblNbrDetail) GetHelloInterval

func (m *RsvpMgmtGlblNbrDetail) GetHelloInterval() uint32

func (*RsvpMgmtGlblNbrDetail) GetInterfaceNeighbor

func (m *RsvpMgmtGlblNbrDetail) GetInterfaceNeighbor() []string

func (*RsvpMgmtGlblNbrDetail) GetIsGrEnabled

func (m *RsvpMgmtGlblNbrDetail) GetIsGrEnabled() bool

func (*RsvpMgmtGlblNbrDetail) GetIsRecoveryTimerRunning

func (m *RsvpMgmtGlblNbrDetail) GetIsRecoveryTimerRunning() bool

func (*RsvpMgmtGlblNbrDetail) GetIsRestartTimerRunning

func (m *RsvpMgmtGlblNbrDetail) GetIsRestartTimerRunning() bool

func (*RsvpMgmtGlblNbrDetail) GetLocalNodeAddress

func (m *RsvpMgmtGlblNbrDetail) GetLocalNodeAddress() []string

func (*RsvpMgmtGlblNbrDetail) GetLostCommunicationReason

func (m *RsvpMgmtGlblNbrDetail) GetLostCommunicationReason() []string

func (*RsvpMgmtGlblNbrDetail) GetLostCommunicationTime

func (m *RsvpMgmtGlblNbrDetail) GetLostCommunicationTime() []*RsvpMgmtTimespec

func (*RsvpMgmtGlblNbrDetail) GetLostCommunicationTotal

func (m *RsvpMgmtGlblNbrDetail) GetLostCommunicationTotal() []uint32

func (*RsvpMgmtGlblNbrDetail) GetMissedHellos

func (m *RsvpMgmtGlblNbrDetail) GetMissedHellos() uint32

func (*RsvpMgmtGlblNbrDetail) GetNeighborHelloState

func (m *RsvpMgmtGlblNbrDetail) GetNeighborHelloState() []string

func (*RsvpMgmtGlblNbrDetail) GetNodeAddress

func (m *RsvpMgmtGlblNbrDetail) GetNodeAddress() string

func (*RsvpMgmtGlblNbrDetail) GetPendingStates

func (m *RsvpMgmtGlblNbrDetail) GetPendingStates() uint32

func (*RsvpMgmtGlblNbrDetail) GetRecoveryTime

func (m *RsvpMgmtGlblNbrDetail) GetRecoveryTime() uint32

func (*RsvpMgmtGlblNbrDetail) GetRecoveryTimeLeft

func (m *RsvpMgmtGlblNbrDetail) GetRecoveryTimeLeft() *RsvpMgmtTimespec

func (*RsvpMgmtGlblNbrDetail) GetRecoveryTimerExpTime

func (m *RsvpMgmtGlblNbrDetail) GetRecoveryTimerExpTime() *RsvpMgmtTimespec

func (*RsvpMgmtGlblNbrDetail) GetRestartState

func (m *RsvpMgmtGlblNbrDetail) GetRestartState() string

func (*RsvpMgmtGlblNbrDetail) GetRestartTime

func (m *RsvpMgmtGlblNbrDetail) GetRestartTime() uint32

func (*RsvpMgmtGlblNbrDetail) GetRestartTimeLeft

func (m *RsvpMgmtGlblNbrDetail) GetRestartTimeLeft() *RsvpMgmtTimespec

func (*RsvpMgmtGlblNbrDetail) GetRestartTimerExpiryTime

func (m *RsvpMgmtGlblNbrDetail) GetRestartTimerExpiryTime() *RsvpMgmtTimespec

func (*RsvpMgmtGlblNbrDetail) GetUpTime

func (m *RsvpMgmtGlblNbrDetail) GetUpTime() []*RsvpMgmtTimespec

func (*RsvpMgmtGlblNbrDetail) ProtoMessage

func (*RsvpMgmtGlblNbrDetail) ProtoMessage()

func (*RsvpMgmtGlblNbrDetail) Reset

func (m *RsvpMgmtGlblNbrDetail) Reset()

func (*RsvpMgmtGlblNbrDetail) String

func (m *RsvpMgmtGlblNbrDetail) String() string

func (*RsvpMgmtGlblNbrDetail) XXX_DiscardUnknown

func (m *RsvpMgmtGlblNbrDetail) XXX_DiscardUnknown()

func (*RsvpMgmtGlblNbrDetail) XXX_Marshal

func (m *RsvpMgmtGlblNbrDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RsvpMgmtGlblNbrDetail) XXX_Merge

func (m *RsvpMgmtGlblNbrDetail) XXX_Merge(src proto.Message)

func (*RsvpMgmtGlblNbrDetail) XXX_Size

func (m *RsvpMgmtGlblNbrDetail) XXX_Size() int

func (*RsvpMgmtGlblNbrDetail) XXX_Unmarshal

func (m *RsvpMgmtGlblNbrDetail) XXX_Unmarshal(b []byte) error

type RsvpMgmtGlblNbrDetail_KEYS

type RsvpMgmtGlblNbrDetail_KEYS struct {
	NeighborAddress      string   `protobuf:"bytes,1,opt,name=neighbor_address,json=neighborAddress,proto3" json:"neighbor_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtGlblNbrDetail_KEYS) Descriptor

func (*RsvpMgmtGlblNbrDetail_KEYS) Descriptor() ([]byte, []int)

func (*RsvpMgmtGlblNbrDetail_KEYS) GetNeighborAddress

func (m *RsvpMgmtGlblNbrDetail_KEYS) GetNeighborAddress() string

func (*RsvpMgmtGlblNbrDetail_KEYS) ProtoMessage

func (*RsvpMgmtGlblNbrDetail_KEYS) ProtoMessage()

func (*RsvpMgmtGlblNbrDetail_KEYS) Reset

func (m *RsvpMgmtGlblNbrDetail_KEYS) Reset()

func (*RsvpMgmtGlblNbrDetail_KEYS) String

func (m *RsvpMgmtGlblNbrDetail_KEYS) String() string

func (*RsvpMgmtGlblNbrDetail_KEYS) XXX_DiscardUnknown

func (m *RsvpMgmtGlblNbrDetail_KEYS) XXX_DiscardUnknown()

func (*RsvpMgmtGlblNbrDetail_KEYS) XXX_Marshal

func (m *RsvpMgmtGlblNbrDetail_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RsvpMgmtGlblNbrDetail_KEYS) XXX_Merge

func (m *RsvpMgmtGlblNbrDetail_KEYS) XXX_Merge(src proto.Message)

func (*RsvpMgmtGlblNbrDetail_KEYS) XXX_Size

func (m *RsvpMgmtGlblNbrDetail_KEYS) XXX_Size() int

func (*RsvpMgmtGlblNbrDetail_KEYS) XXX_Unmarshal

func (m *RsvpMgmtGlblNbrDetail_KEYS) XXX_Unmarshal(b []byte) error

type RsvpMgmtGlblNbrFlags

type RsvpMgmtGlblNbrFlags struct {
	IsApplicationOuni    bool     `protobuf:"varint,1,opt,name=is_application_ouni,json=isApplicationOuni,proto3" json:"is_application_ouni,omitempty"`
	IsApplicationMpls    bool     `protobuf:"varint,2,opt,name=is_application_mpls,json=isApplicationMpls,proto3" json:"is_application_mpls,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtGlblNbrFlags) Descriptor

func (*RsvpMgmtGlblNbrFlags) Descriptor() ([]byte, []int)

func (*RsvpMgmtGlblNbrFlags) GetIsApplicationMpls

func (m *RsvpMgmtGlblNbrFlags) GetIsApplicationMpls() bool

func (*RsvpMgmtGlblNbrFlags) GetIsApplicationOuni

func (m *RsvpMgmtGlblNbrFlags) GetIsApplicationOuni() bool

func (*RsvpMgmtGlblNbrFlags) ProtoMessage

func (*RsvpMgmtGlblNbrFlags) ProtoMessage()

func (*RsvpMgmtGlblNbrFlags) Reset

func (m *RsvpMgmtGlblNbrFlags) Reset()

func (*RsvpMgmtGlblNbrFlags) String

func (m *RsvpMgmtGlblNbrFlags) String() string

func (*RsvpMgmtGlblNbrFlags) XXX_DiscardUnknown

func (m *RsvpMgmtGlblNbrFlags) XXX_DiscardUnknown()

func (*RsvpMgmtGlblNbrFlags) XXX_Marshal

func (m *RsvpMgmtGlblNbrFlags) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RsvpMgmtGlblNbrFlags) XXX_Merge

func (m *RsvpMgmtGlblNbrFlags) XXX_Merge(src proto.Message)

func (*RsvpMgmtGlblNbrFlags) XXX_Size

func (m *RsvpMgmtGlblNbrFlags) XXX_Size() int

func (*RsvpMgmtGlblNbrFlags) XXX_Unmarshal

func (m *RsvpMgmtGlblNbrFlags) XXX_Unmarshal(b []byte) error

type RsvpMgmtTimespec

type RsvpMgmtTimespec struct {
	Seconds              int32    `protobuf:"zigzag32,1,opt,name=seconds,proto3" json:"seconds,omitempty"`
	Nanoseconds          int32    `protobuf:"zigzag32,2,opt,name=nanoseconds,proto3" json:"nanoseconds,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtTimespec) Descriptor

func (*RsvpMgmtTimespec) Descriptor() ([]byte, []int)

func (*RsvpMgmtTimespec) GetNanoseconds

func (m *RsvpMgmtTimespec) GetNanoseconds() int32

func (*RsvpMgmtTimespec) GetSeconds

func (m *RsvpMgmtTimespec) GetSeconds() int32

func (*RsvpMgmtTimespec) ProtoMessage

func (*RsvpMgmtTimespec) ProtoMessage()

func (*RsvpMgmtTimespec) Reset

func (m *RsvpMgmtTimespec) Reset()

func (*RsvpMgmtTimespec) String

func (m *RsvpMgmtTimespec) String() string

func (*RsvpMgmtTimespec) XXX_DiscardUnknown

func (m *RsvpMgmtTimespec) XXX_DiscardUnknown()

func (*RsvpMgmtTimespec) XXX_Marshal

func (m *RsvpMgmtTimespec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*RsvpMgmtTimespec) XXX_Merge

func (m *RsvpMgmtTimespec) XXX_Merge(src proto.Message)

func (*RsvpMgmtTimespec) XXX_Size

func (m *RsvpMgmtTimespec) XXX_Size() int

func (*RsvpMgmtTimespec) XXX_Unmarshal

func (m *RsvpMgmtTimespec) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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