Documentation
¶
Overview ¶
Cisco-IOS-XR-ip-rsvp-oper:rsvp/hello-instance-details/hello-instance-detail
Index ¶
- type RsvpMgmtHelloInstanceDetail
- func (*RsvpMgmtHelloInstanceDetail) Descriptor() ([]byte, []int)
- func (m *RsvpMgmtHelloInstanceDetail) GetCommunicationLostHelloMissed() uint32
- func (m *RsvpMgmtHelloInstanceDetail) GetCommunicationLostInterfaceDown() uint32
- func (m *RsvpMgmtHelloInstanceDetail) GetCommunicationLostNeighborDisabledHello() uint32
- func (m *RsvpMgmtHelloInstanceDetail) GetCommunicationLostReason() string
- func (m *RsvpMgmtHelloInstanceDetail) GetCommunicationLostTime() *RsvpMgmtTimespec
- func (m *RsvpMgmtHelloInstanceDetail) GetCommunicationLostWrongDestinationInst() uint32
- func (m *RsvpMgmtHelloInstanceDetail) GetCommunicationLostWrongSourceInst() uint32
- func (m *RsvpMgmtHelloInstanceDetail) GetDestinationAddressXr() string
- func (m *RsvpMgmtHelloInstanceDetail) GetDestinationInstance() uint32
- func (m *RsvpMgmtHelloInstanceDetail) GetHelloInstanceOwner() string
- func (m *RsvpMgmtHelloInstanceDetail) GetHelloInterface() string
- func (m *RsvpMgmtHelloInstanceDetail) GetHelloInterval() uint32
- func (m *RsvpMgmtHelloInstanceDetail) GetHelloMessagesReceived() uint64
- func (m *RsvpMgmtHelloInstanceDetail) GetHelloMessagesSent() uint64
- func (m *RsvpMgmtHelloInstanceDetail) GetHelloRequestSuppressed() uint64
- func (m *RsvpMgmtHelloInstanceDetail) GetInstanceType() string
- func (m *RsvpMgmtHelloInstanceDetail) GetMissedAcksAllowed() uint32
- func (m *RsvpMgmtHelloInstanceDetail) GetNeighborHelloState() string
- func (m *RsvpMgmtHelloInstanceDetail) GetSourceAddressXr() string
- func (m *RsvpMgmtHelloInstanceDetail) GetSourceInstance() uint32
- func (m *RsvpMgmtHelloInstanceDetail) GetTotalCommunicationLost() uint32
- func (m *RsvpMgmtHelloInstanceDetail) GetUpTime() *RsvpMgmtTimespec
- func (*RsvpMgmtHelloInstanceDetail) ProtoMessage()
- func (m *RsvpMgmtHelloInstanceDetail) Reset()
- func (m *RsvpMgmtHelloInstanceDetail) String() string
- func (m *RsvpMgmtHelloInstanceDetail) XXX_DiscardUnknown()
- func (m *RsvpMgmtHelloInstanceDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RsvpMgmtHelloInstanceDetail) XXX_Merge(src proto.Message)
- func (m *RsvpMgmtHelloInstanceDetail) XXX_Size() int
- func (m *RsvpMgmtHelloInstanceDetail) XXX_Unmarshal(b []byte) error
- type RsvpMgmtHelloInstanceDetail_KEYS
- func (*RsvpMgmtHelloInstanceDetail_KEYS) Descriptor() ([]byte, []int)
- func (m *RsvpMgmtHelloInstanceDetail_KEYS) GetDestinationAddress() string
- func (m *RsvpMgmtHelloInstanceDetail_KEYS) GetSourceAddress() string
- func (*RsvpMgmtHelloInstanceDetail_KEYS) ProtoMessage()
- func (m *RsvpMgmtHelloInstanceDetail_KEYS) Reset()
- func (m *RsvpMgmtHelloInstanceDetail_KEYS) String() string
- func (m *RsvpMgmtHelloInstanceDetail_KEYS) XXX_DiscardUnknown()
- func (m *RsvpMgmtHelloInstanceDetail_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RsvpMgmtHelloInstanceDetail_KEYS) XXX_Merge(src proto.Message)
- func (m *RsvpMgmtHelloInstanceDetail_KEYS) XXX_Size() int
- func (m *RsvpMgmtHelloInstanceDetail_KEYS) XXX_Unmarshal(b []byte) error
- type RsvpMgmtTimespec
- func (*RsvpMgmtTimespec) Descriptor() ([]byte, []int)
- func (m *RsvpMgmtTimespec) GetNanoseconds() int32
- func (m *RsvpMgmtTimespec) GetSeconds() int32
- func (*RsvpMgmtTimespec) ProtoMessage()
- func (m *RsvpMgmtTimespec) Reset()
- func (m *RsvpMgmtTimespec) String() string
- func (m *RsvpMgmtTimespec) XXX_DiscardUnknown()
- func (m *RsvpMgmtTimespec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RsvpMgmtTimespec) XXX_Merge(src proto.Message)
- func (m *RsvpMgmtTimespec) XXX_Size() int
- func (m *RsvpMgmtTimespec) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RsvpMgmtHelloInstanceDetail ¶
type RsvpMgmtHelloInstanceDetail 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"` HelloInstanceOwner string `protobuf:"bytes,52,opt,name=hello_instance_owner,json=helloInstanceOwner,proto3" json:"hello_instance_owner,omitempty"` NeighborHelloState string `protobuf:"bytes,53,opt,name=neighbor_hello_state,json=neighborHelloState,proto3" json:"neighbor_hello_state,omitempty"` InstanceType string `protobuf:"bytes,54,opt,name=instance_type,json=instanceType,proto3" json:"instance_type,omitempty"` UpTime *RsvpMgmtTimespec `protobuf:"bytes,55,opt,name=up_time,json=upTime,proto3" json:"up_time,omitempty"` HelloInterface string `protobuf:"bytes,56,opt,name=hello_interface,json=helloInterface,proto3" json:"hello_interface,omitempty"` HelloInterval uint32 `protobuf:"varint,57,opt,name=hello_interval,json=helloInterval,proto3" json:"hello_interval,omitempty"` MissedAcksAllowed uint32 `protobuf:"varint,58,opt,name=missed_acks_allowed,json=missedAcksAllowed,proto3" json:"missed_acks_allowed,omitempty"` SourceInstance uint32 `protobuf:"varint,59,opt,name=source_instance,json=sourceInstance,proto3" json:"source_instance,omitempty"` DestinationInstance uint32 `protobuf:"varint,60,opt,name=destination_instance,json=destinationInstance,proto3" json:"destination_instance,omitempty"` CommunicationLostTime *RsvpMgmtTimespec `` /* 127-byte string literal not displayed */ CommunicationLostReason string `` /* 133-byte string literal not displayed */ TotalCommunicationLost uint32 `` /* 131-byte string literal not displayed */ CommunicationLostHelloMissed uint32 `` /* 151-byte string literal not displayed */ CommunicationLostWrongSourceInst uint32 `` /* 165-byte string literal not displayed */ CommunicationLostWrongDestinationInst uint32 `` /* 180-byte string literal not displayed */ CommunicationLostInterfaceDown uint32 `` /* 157-byte string literal not displayed */ CommunicationLostNeighborDisabledHello uint32 `` /* 183-byte string literal not displayed */ HelloMessagesSent uint64 `protobuf:"varint,69,opt,name=hello_messages_sent,json=helloMessagesSent,proto3" json:"hello_messages_sent,omitempty"` HelloMessagesReceived uint64 `` /* 128-byte string literal not displayed */ HelloRequestSuppressed uint64 `` /* 131-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RsvpMgmtHelloInstanceDetail) Descriptor ¶
func (*RsvpMgmtHelloInstanceDetail) Descriptor() ([]byte, []int)
func (*RsvpMgmtHelloInstanceDetail) GetCommunicationLostHelloMissed ¶
func (m *RsvpMgmtHelloInstanceDetail) GetCommunicationLostHelloMissed() uint32
func (*RsvpMgmtHelloInstanceDetail) GetCommunicationLostInterfaceDown ¶
func (m *RsvpMgmtHelloInstanceDetail) GetCommunicationLostInterfaceDown() uint32
func (*RsvpMgmtHelloInstanceDetail) GetCommunicationLostNeighborDisabledHello ¶
func (m *RsvpMgmtHelloInstanceDetail) GetCommunicationLostNeighborDisabledHello() uint32
func (*RsvpMgmtHelloInstanceDetail) GetCommunicationLostReason ¶
func (m *RsvpMgmtHelloInstanceDetail) GetCommunicationLostReason() string
func (*RsvpMgmtHelloInstanceDetail) GetCommunicationLostTime ¶
func (m *RsvpMgmtHelloInstanceDetail) GetCommunicationLostTime() *RsvpMgmtTimespec
func (*RsvpMgmtHelloInstanceDetail) GetCommunicationLostWrongDestinationInst ¶
func (m *RsvpMgmtHelloInstanceDetail) GetCommunicationLostWrongDestinationInst() uint32
func (*RsvpMgmtHelloInstanceDetail) GetCommunicationLostWrongSourceInst ¶
func (m *RsvpMgmtHelloInstanceDetail) GetCommunicationLostWrongSourceInst() uint32
func (*RsvpMgmtHelloInstanceDetail) GetDestinationAddressXr ¶
func (m *RsvpMgmtHelloInstanceDetail) GetDestinationAddressXr() string
func (*RsvpMgmtHelloInstanceDetail) GetDestinationInstance ¶
func (m *RsvpMgmtHelloInstanceDetail) GetDestinationInstance() uint32
func (*RsvpMgmtHelloInstanceDetail) GetHelloInstanceOwner ¶
func (m *RsvpMgmtHelloInstanceDetail) GetHelloInstanceOwner() string
func (*RsvpMgmtHelloInstanceDetail) GetHelloInterface ¶
func (m *RsvpMgmtHelloInstanceDetail) GetHelloInterface() string
func (*RsvpMgmtHelloInstanceDetail) GetHelloInterval ¶
func (m *RsvpMgmtHelloInstanceDetail) GetHelloInterval() uint32
func (*RsvpMgmtHelloInstanceDetail) GetHelloMessagesReceived ¶
func (m *RsvpMgmtHelloInstanceDetail) GetHelloMessagesReceived() uint64
func (*RsvpMgmtHelloInstanceDetail) GetHelloMessagesSent ¶
func (m *RsvpMgmtHelloInstanceDetail) GetHelloMessagesSent() uint64
func (*RsvpMgmtHelloInstanceDetail) GetHelloRequestSuppressed ¶
func (m *RsvpMgmtHelloInstanceDetail) GetHelloRequestSuppressed() uint64
func (*RsvpMgmtHelloInstanceDetail) GetInstanceType ¶
func (m *RsvpMgmtHelloInstanceDetail) GetInstanceType() string
func (*RsvpMgmtHelloInstanceDetail) GetMissedAcksAllowed ¶
func (m *RsvpMgmtHelloInstanceDetail) GetMissedAcksAllowed() uint32
func (*RsvpMgmtHelloInstanceDetail) GetNeighborHelloState ¶
func (m *RsvpMgmtHelloInstanceDetail) GetNeighborHelloState() string
func (*RsvpMgmtHelloInstanceDetail) GetSourceAddressXr ¶
func (m *RsvpMgmtHelloInstanceDetail) GetSourceAddressXr() string
func (*RsvpMgmtHelloInstanceDetail) GetSourceInstance ¶
func (m *RsvpMgmtHelloInstanceDetail) GetSourceInstance() uint32
func (*RsvpMgmtHelloInstanceDetail) GetTotalCommunicationLost ¶
func (m *RsvpMgmtHelloInstanceDetail) GetTotalCommunicationLost() uint32
func (*RsvpMgmtHelloInstanceDetail) GetUpTime ¶
func (m *RsvpMgmtHelloInstanceDetail) GetUpTime() *RsvpMgmtTimespec
func (*RsvpMgmtHelloInstanceDetail) ProtoMessage ¶
func (*RsvpMgmtHelloInstanceDetail) ProtoMessage()
func (*RsvpMgmtHelloInstanceDetail) Reset ¶
func (m *RsvpMgmtHelloInstanceDetail) Reset()
func (*RsvpMgmtHelloInstanceDetail) String ¶
func (m *RsvpMgmtHelloInstanceDetail) String() string
func (*RsvpMgmtHelloInstanceDetail) XXX_DiscardUnknown ¶
func (m *RsvpMgmtHelloInstanceDetail) XXX_DiscardUnknown()
func (*RsvpMgmtHelloInstanceDetail) XXX_Marshal ¶
func (m *RsvpMgmtHelloInstanceDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RsvpMgmtHelloInstanceDetail) XXX_Merge ¶
func (m *RsvpMgmtHelloInstanceDetail) XXX_Merge(src proto.Message)
func (*RsvpMgmtHelloInstanceDetail) XXX_Size ¶
func (m *RsvpMgmtHelloInstanceDetail) XXX_Size() int
func (*RsvpMgmtHelloInstanceDetail) XXX_Unmarshal ¶
func (m *RsvpMgmtHelloInstanceDetail) XXX_Unmarshal(b []byte) error
type RsvpMgmtHelloInstanceDetail_KEYS ¶
type RsvpMgmtHelloInstanceDetail_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 (*RsvpMgmtHelloInstanceDetail_KEYS) Descriptor ¶
func (*RsvpMgmtHelloInstanceDetail_KEYS) Descriptor() ([]byte, []int)
func (*RsvpMgmtHelloInstanceDetail_KEYS) GetDestinationAddress ¶
func (m *RsvpMgmtHelloInstanceDetail_KEYS) GetDestinationAddress() string
func (*RsvpMgmtHelloInstanceDetail_KEYS) GetSourceAddress ¶
func (m *RsvpMgmtHelloInstanceDetail_KEYS) GetSourceAddress() string
func (*RsvpMgmtHelloInstanceDetail_KEYS) ProtoMessage ¶
func (*RsvpMgmtHelloInstanceDetail_KEYS) ProtoMessage()
func (*RsvpMgmtHelloInstanceDetail_KEYS) Reset ¶
func (m *RsvpMgmtHelloInstanceDetail_KEYS) Reset()
func (*RsvpMgmtHelloInstanceDetail_KEYS) String ¶
func (m *RsvpMgmtHelloInstanceDetail_KEYS) String() string
func (*RsvpMgmtHelloInstanceDetail_KEYS) XXX_DiscardUnknown ¶
func (m *RsvpMgmtHelloInstanceDetail_KEYS) XXX_DiscardUnknown()
func (*RsvpMgmtHelloInstanceDetail_KEYS) XXX_Marshal ¶
func (m *RsvpMgmtHelloInstanceDetail_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RsvpMgmtHelloInstanceDetail_KEYS) XXX_Merge ¶
func (m *RsvpMgmtHelloInstanceDetail_KEYS) XXX_Merge(src proto.Message)
func (*RsvpMgmtHelloInstanceDetail_KEYS) XXX_Size ¶
func (m *RsvpMgmtHelloInstanceDetail_KEYS) XXX_Size() int
func (*RsvpMgmtHelloInstanceDetail_KEYS) XXX_Unmarshal ¶
func (m *RsvpMgmtHelloInstanceDetail_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
Click to show internal directories.
Click to hide internal directories.