cisco_ios_xr_ip_rsvp_oper_rsvp_global_neighbor_briefs_global_neighbor_brief

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: 0

Documentation

Overview

Cisco-IOS-XR-ip-rsvp-oper:rsvp/global-neighbor-briefs/global-neighbor-brief

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RsvpMgmtGlblNbrCompact

type RsvpMgmtGlblNbrCompact 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"`
	GlobalNeighborFlags     *RsvpMgmtGlblNbrFlags `protobuf:"bytes,52,opt,name=global_neighbor_flags,json=globalNeighborFlags,proto3" json:"global_neighbor_flags,omitempty"`
	LocalNodeAddress        []string              `protobuf:"bytes,53,rep,name=local_node_address,json=localNodeAddress,proto3" json:"local_node_address,omitempty"`
	RestartState            string                `protobuf:"bytes,54,opt,name=restart_state,json=restartState,proto3" json:"restart_state,omitempty"`
	NeighborHelloState      []string              `protobuf:"bytes,55,rep,name=neighbor_hello_state,json=neighborHelloState,proto3" json:"neighbor_hello_state,omitempty"`
	UpTime                  []*RsvpMgmtTimespec   `protobuf:"bytes,56,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 */
	XXX_NoUnkeyedLiteral    struct{}              `json:"-"`
	XXX_unrecognized        []byte                `json:"-"`
	XXX_sizecache           int32                 `json:"-"`
}

func (*RsvpMgmtGlblNbrCompact) Descriptor

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

func (*RsvpMgmtGlblNbrCompact) GetGlobalNeighborFlags

func (m *RsvpMgmtGlblNbrCompact) GetGlobalNeighborFlags() *RsvpMgmtGlblNbrFlags

func (*RsvpMgmtGlblNbrCompact) GetIsGrEnabled

func (m *RsvpMgmtGlblNbrCompact) GetIsGrEnabled() bool

func (*RsvpMgmtGlblNbrCompact) GetLocalNodeAddress

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

func (*RsvpMgmtGlblNbrCompact) GetLostCommunicationReason

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

func (*RsvpMgmtGlblNbrCompact) GetLostCommunicationTime

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

func (*RsvpMgmtGlblNbrCompact) GetLostCommunicationTotal

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

func (*RsvpMgmtGlblNbrCompact) GetNeighborHelloState

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

func (*RsvpMgmtGlblNbrCompact) GetNodeAddress

func (m *RsvpMgmtGlblNbrCompact) GetNodeAddress() string

func (*RsvpMgmtGlblNbrCompact) GetRestartState

func (m *RsvpMgmtGlblNbrCompact) GetRestartState() string

func (*RsvpMgmtGlblNbrCompact) GetUpTime

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

func (*RsvpMgmtGlblNbrCompact) ProtoMessage

func (*RsvpMgmtGlblNbrCompact) ProtoMessage()

func (*RsvpMgmtGlblNbrCompact) Reset

func (m *RsvpMgmtGlblNbrCompact) Reset()

func (*RsvpMgmtGlblNbrCompact) String

func (m *RsvpMgmtGlblNbrCompact) String() string

func (*RsvpMgmtGlblNbrCompact) XXX_DiscardUnknown

func (m *RsvpMgmtGlblNbrCompact) XXX_DiscardUnknown()

func (*RsvpMgmtGlblNbrCompact) XXX_Marshal

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

func (*RsvpMgmtGlblNbrCompact) XXX_Merge

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

func (*RsvpMgmtGlblNbrCompact) XXX_Size

func (m *RsvpMgmtGlblNbrCompact) XXX_Size() int

func (*RsvpMgmtGlblNbrCompact) XXX_Unmarshal

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

type RsvpMgmtGlblNbrCompact_KEYS

type RsvpMgmtGlblNbrCompact_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 (*RsvpMgmtGlblNbrCompact_KEYS) Descriptor

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

func (*RsvpMgmtGlblNbrCompact_KEYS) GetNeighborAddress

func (m *RsvpMgmtGlblNbrCompact_KEYS) GetNeighborAddress() string

func (*RsvpMgmtGlblNbrCompact_KEYS) ProtoMessage

func (*RsvpMgmtGlblNbrCompact_KEYS) ProtoMessage()

func (*RsvpMgmtGlblNbrCompact_KEYS) Reset

func (m *RsvpMgmtGlblNbrCompact_KEYS) Reset()

func (*RsvpMgmtGlblNbrCompact_KEYS) String

func (m *RsvpMgmtGlblNbrCompact_KEYS) String() string

func (*RsvpMgmtGlblNbrCompact_KEYS) XXX_DiscardUnknown

func (m *RsvpMgmtGlblNbrCompact_KEYS) XXX_DiscardUnknown()

func (*RsvpMgmtGlblNbrCompact_KEYS) XXX_Marshal

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

func (*RsvpMgmtGlblNbrCompact_KEYS) XXX_Merge

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

func (*RsvpMgmtGlblNbrCompact_KEYS) XXX_Size

func (m *RsvpMgmtGlblNbrCompact_KEYS) XXX_Size() int

func (*RsvpMgmtGlblNbrCompact_KEYS) XXX_Unmarshal

func (m *RsvpMgmtGlblNbrCompact_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