cisco_ios_xr_ip_rsvp_oper_rsvp_hello_interface_instance_details_hello_interface_instance_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/hello-interface-instance-details/hello-interface-instance-detail

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RsvpMgmtHelloIfInstanceDetail

type RsvpMgmtHelloIfInstanceDetail struct {
	SourceAddressXr       string            `protobuf:"bytes,50,opt,name=source_address_xr,json=sourceAddressXr,proto3" json:"source_address_xr,omitempty"`
	DestinationAddressXr  string            `protobuf:"bytes,51,opt,name=destination_address_xr,json=destinationAddressXr,proto3" json:"destination_address_xr,omitempty"`
	HelloGlobalNeighborId string            `` /* 129-byte string literal not displayed */
	InstanceType          string            `protobuf:"bytes,53,opt,name=instance_type,json=instanceType,proto3" json:"instance_type,omitempty"`
	LastMessageSentTime   *RsvpMgmtTimespec `protobuf:"bytes,54,opt,name=last_message_sent_time,json=lastMessageSentTime,proto3" json:"last_message_sent_time,omitempty"`
	HelloInterface        string            `protobuf:"bytes,55,opt,name=hello_interface,json=helloInterface,proto3" json:"hello_interface,omitempty"`
	SourceInstance        uint32            `protobuf:"varint,56,opt,name=source_instance,json=sourceInstance,proto3" json:"source_instance,omitempty"`
	DestinationInstance   uint32            `protobuf:"varint,57,opt,name=destination_instance,json=destinationInstance,proto3" json:"destination_instance,omitempty"`
	HelloMessagesSent     uint64            `protobuf:"varint,58,opt,name=hello_messages_sent,json=helloMessagesSent,proto3" json:"hello_messages_sent,omitempty"`
	HelloMessagesReceived uint64            `` /* 128-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{}          `json:"-"`
	XXX_unrecognized      []byte            `json:"-"`
	XXX_sizecache         int32             `json:"-"`
}

func (*RsvpMgmtHelloIfInstanceDetail) Descriptor

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

func (*RsvpMgmtHelloIfInstanceDetail) GetDestinationAddressXr

func (m *RsvpMgmtHelloIfInstanceDetail) GetDestinationAddressXr() string

func (*RsvpMgmtHelloIfInstanceDetail) GetDestinationInstance

func (m *RsvpMgmtHelloIfInstanceDetail) GetDestinationInstance() uint32

func (*RsvpMgmtHelloIfInstanceDetail) GetHelloGlobalNeighborId

func (m *RsvpMgmtHelloIfInstanceDetail) GetHelloGlobalNeighborId() string

func (*RsvpMgmtHelloIfInstanceDetail) GetHelloInterface

func (m *RsvpMgmtHelloIfInstanceDetail) GetHelloInterface() string

func (*RsvpMgmtHelloIfInstanceDetail) GetHelloMessagesReceived

func (m *RsvpMgmtHelloIfInstanceDetail) GetHelloMessagesReceived() uint64

func (*RsvpMgmtHelloIfInstanceDetail) GetHelloMessagesSent

func (m *RsvpMgmtHelloIfInstanceDetail) GetHelloMessagesSent() uint64

func (*RsvpMgmtHelloIfInstanceDetail) GetInstanceType

func (m *RsvpMgmtHelloIfInstanceDetail) GetInstanceType() string

func (*RsvpMgmtHelloIfInstanceDetail) GetLastMessageSentTime

func (m *RsvpMgmtHelloIfInstanceDetail) GetLastMessageSentTime() *RsvpMgmtTimespec

func (*RsvpMgmtHelloIfInstanceDetail) GetSourceAddressXr

func (m *RsvpMgmtHelloIfInstanceDetail) GetSourceAddressXr() string

func (*RsvpMgmtHelloIfInstanceDetail) GetSourceInstance

func (m *RsvpMgmtHelloIfInstanceDetail) GetSourceInstance() uint32

func (*RsvpMgmtHelloIfInstanceDetail) ProtoMessage

func (*RsvpMgmtHelloIfInstanceDetail) ProtoMessage()

func (*RsvpMgmtHelloIfInstanceDetail) Reset

func (m *RsvpMgmtHelloIfInstanceDetail) Reset()

func (*RsvpMgmtHelloIfInstanceDetail) String

func (*RsvpMgmtHelloIfInstanceDetail) XXX_DiscardUnknown

func (m *RsvpMgmtHelloIfInstanceDetail) XXX_DiscardUnknown()

func (*RsvpMgmtHelloIfInstanceDetail) XXX_Marshal

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

func (*RsvpMgmtHelloIfInstanceDetail) XXX_Merge

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

func (*RsvpMgmtHelloIfInstanceDetail) XXX_Size

func (m *RsvpMgmtHelloIfInstanceDetail) XXX_Size() int

func (*RsvpMgmtHelloIfInstanceDetail) XXX_Unmarshal

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

type RsvpMgmtHelloIfInstanceDetail_KEYS

type RsvpMgmtHelloIfInstanceDetail_KEYS struct {
	SourceAddress        string   `protobuf:"bytes,1,opt,name=source_address,json=sourceAddress,proto3" json:"source_address,omitempty"`
	DestinationAddress   string   `protobuf:"bytes,2,opt,name=destination_address,json=destinationAddress,proto3" json:"destination_address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RsvpMgmtHelloIfInstanceDetail_KEYS) Descriptor

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

func (*RsvpMgmtHelloIfInstanceDetail_KEYS) GetDestinationAddress

func (m *RsvpMgmtHelloIfInstanceDetail_KEYS) GetDestinationAddress() string

func (*RsvpMgmtHelloIfInstanceDetail_KEYS) GetSourceAddress

func (m *RsvpMgmtHelloIfInstanceDetail_KEYS) GetSourceAddress() string

func (*RsvpMgmtHelloIfInstanceDetail_KEYS) ProtoMessage

func (*RsvpMgmtHelloIfInstanceDetail_KEYS) ProtoMessage()

func (*RsvpMgmtHelloIfInstanceDetail_KEYS) Reset

func (*RsvpMgmtHelloIfInstanceDetail_KEYS) String

func (*RsvpMgmtHelloIfInstanceDetail_KEYS) XXX_DiscardUnknown

func (m *RsvpMgmtHelloIfInstanceDetail_KEYS) XXX_DiscardUnknown()

func (*RsvpMgmtHelloIfInstanceDetail_KEYS) XXX_Marshal

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

func (*RsvpMgmtHelloIfInstanceDetail_KEYS) XXX_Merge

func (*RsvpMgmtHelloIfInstanceDetail_KEYS) XXX_Size

func (*RsvpMgmtHelloIfInstanceDetail_KEYS) XXX_Unmarshal

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