Documentation ¶
Overview ¶
Cisco-IOS-XR-ip-rsvp-oper:rsvp/summary
Index ¶
- type RsvpGlobalInfo
- func (*RsvpGlobalInfo) Descriptor() ([]byte, []int)
- func (m *RsvpGlobalInfo) GetDatabaseCounters() *RsvpMgmtAllDbCounters
- func (m *RsvpGlobalInfo) GetInterfaces() uint32
- func (m *RsvpGlobalInfo) GetIssuStatus() *RsvpNsrIssuStatusInfo
- func (m *RsvpGlobalInfo) GetLsPs() uint32
- func (m *RsvpGlobalInfo) GetNsrStatus() *RsvpNsrIssuStatusInfo
- func (*RsvpGlobalInfo) ProtoMessage()
- func (m *RsvpGlobalInfo) Reset()
- func (m *RsvpGlobalInfo) String() string
- func (m *RsvpGlobalInfo) XXX_DiscardUnknown()
- func (m *RsvpGlobalInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RsvpGlobalInfo) XXX_Merge(src proto.Message)
- func (m *RsvpGlobalInfo) XXX_Size() int
- func (m *RsvpGlobalInfo) XXX_Unmarshal(b []byte) error
- type RsvpGlobalInfo_KEYS
- func (*RsvpGlobalInfo_KEYS) Descriptor() ([]byte, []int)
- func (*RsvpGlobalInfo_KEYS) ProtoMessage()
- func (m *RsvpGlobalInfo_KEYS) Reset()
- func (m *RsvpGlobalInfo_KEYS) String() string
- func (m *RsvpGlobalInfo_KEYS) XXX_DiscardUnknown()
- func (m *RsvpGlobalInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RsvpGlobalInfo_KEYS) XXX_Merge(src proto.Message)
- func (m *RsvpGlobalInfo_KEYS) XXX_Size() int
- func (m *RsvpGlobalInfo_KEYS) XXX_Unmarshal(b []byte) error
- type RsvpIdtStatus
- func (*RsvpIdtStatus) Descriptor() ([]byte, []int)
- func (m *RsvpIdtStatus) GetDeclareTime() uint32
- func (m *RsvpIdtStatus) GetIdtEndTime() uint32
- func (m *RsvpIdtStatus) GetIdtStartTime() uint32
- func (m *RsvpIdtStatus) GetNotReadyReason() string
- func (m *RsvpIdtStatus) GetSyncStatus() string
- func (m *RsvpIdtStatus) GetWithdrawTime() uint32
- func (*RsvpIdtStatus) ProtoMessage()
- func (m *RsvpIdtStatus) Reset()
- func (m *RsvpIdtStatus) String() string
- func (m *RsvpIdtStatus) XXX_DiscardUnknown()
- func (m *RsvpIdtStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RsvpIdtStatus) XXX_Merge(src proto.Message)
- func (m *RsvpIdtStatus) XXX_Size() int
- func (m *RsvpIdtStatus) XXX_Unmarshal(b []byte) error
- type RsvpMgmtAllDbCounters
- func (*RsvpMgmtAllDbCounters) Descriptor() ([]byte, []int)
- func (m *RsvpMgmtAllDbCounters) GetIncomingPaths() uint32
- func (m *RsvpMgmtAllDbCounters) GetIncomingReservations() uint32
- func (m *RsvpMgmtAllDbCounters) GetInterfaces() uint32
- func (m *RsvpMgmtAllDbCounters) GetOutgoingPaths() uint32
- func (m *RsvpMgmtAllDbCounters) GetOutgoingReservations() uint32
- func (m *RsvpMgmtAllDbCounters) GetSessions() uint32
- func (*RsvpMgmtAllDbCounters) ProtoMessage()
- func (m *RsvpMgmtAllDbCounters) Reset()
- func (m *RsvpMgmtAllDbCounters) String() string
- func (m *RsvpMgmtAllDbCounters) XXX_DiscardUnknown()
- func (m *RsvpMgmtAllDbCounters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RsvpMgmtAllDbCounters) XXX_Merge(src proto.Message)
- func (m *RsvpMgmtAllDbCounters) XXX_Size() int
- func (m *RsvpMgmtAllDbCounters) XXX_Unmarshal(b []byte) error
- type RsvpNsrIssuStatusInfo
- func (*RsvpNsrIssuStatusInfo) Descriptor() ([]byte, []int)
- func (m *RsvpNsrIssuStatusInfo) GetIdtStatus() *RsvpIdtStatus
- func (m *RsvpNsrIssuStatusInfo) GetPreviousIdtStatus() *RsvpIdtStatus
- func (m *RsvpNsrIssuStatusInfo) GetRole() string
- func (*RsvpNsrIssuStatusInfo) ProtoMessage()
- func (m *RsvpNsrIssuStatusInfo) Reset()
- func (m *RsvpNsrIssuStatusInfo) String() string
- func (m *RsvpNsrIssuStatusInfo) XXX_DiscardUnknown()
- func (m *RsvpNsrIssuStatusInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RsvpNsrIssuStatusInfo) XXX_Merge(src proto.Message)
- func (m *RsvpNsrIssuStatusInfo) XXX_Size() int
- func (m *RsvpNsrIssuStatusInfo) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RsvpGlobalInfo ¶
type RsvpGlobalInfo struct { IssuStatus *RsvpNsrIssuStatusInfo `protobuf:"bytes,50,opt,name=issu_status,json=issuStatus,proto3" json:"issu_status,omitempty"` NsrStatus *RsvpNsrIssuStatusInfo `protobuf:"bytes,51,opt,name=nsr_status,json=nsrStatus,proto3" json:"nsr_status,omitempty"` Interfaces uint32 `protobuf:"varint,52,opt,name=interfaces,proto3" json:"interfaces,omitempty"` LsPs uint32 `protobuf:"varint,53,opt,name=ls_ps,json=lsPs,proto3" json:"ls_ps,omitempty"` DatabaseCounters *RsvpMgmtAllDbCounters `protobuf:"bytes,54,opt,name=database_counters,json=databaseCounters,proto3" json:"database_counters,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RsvpGlobalInfo) Descriptor ¶
func (*RsvpGlobalInfo) Descriptor() ([]byte, []int)
func (*RsvpGlobalInfo) GetDatabaseCounters ¶
func (m *RsvpGlobalInfo) GetDatabaseCounters() *RsvpMgmtAllDbCounters
func (*RsvpGlobalInfo) GetInterfaces ¶
func (m *RsvpGlobalInfo) GetInterfaces() uint32
func (*RsvpGlobalInfo) GetIssuStatus ¶
func (m *RsvpGlobalInfo) GetIssuStatus() *RsvpNsrIssuStatusInfo
func (*RsvpGlobalInfo) GetLsPs ¶
func (m *RsvpGlobalInfo) GetLsPs() uint32
func (*RsvpGlobalInfo) GetNsrStatus ¶
func (m *RsvpGlobalInfo) GetNsrStatus() *RsvpNsrIssuStatusInfo
func (*RsvpGlobalInfo) ProtoMessage ¶
func (*RsvpGlobalInfo) ProtoMessage()
func (*RsvpGlobalInfo) Reset ¶
func (m *RsvpGlobalInfo) Reset()
func (*RsvpGlobalInfo) String ¶
func (m *RsvpGlobalInfo) String() string
func (*RsvpGlobalInfo) XXX_DiscardUnknown ¶
func (m *RsvpGlobalInfo) XXX_DiscardUnknown()
func (*RsvpGlobalInfo) XXX_Marshal ¶
func (m *RsvpGlobalInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RsvpGlobalInfo) XXX_Merge ¶
func (m *RsvpGlobalInfo) XXX_Merge(src proto.Message)
func (*RsvpGlobalInfo) XXX_Size ¶
func (m *RsvpGlobalInfo) XXX_Size() int
func (*RsvpGlobalInfo) XXX_Unmarshal ¶
func (m *RsvpGlobalInfo) XXX_Unmarshal(b []byte) error
type RsvpGlobalInfo_KEYS ¶
type RsvpGlobalInfo_KEYS struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RsvpGlobalInfo_KEYS) Descriptor ¶
func (*RsvpGlobalInfo_KEYS) Descriptor() ([]byte, []int)
func (*RsvpGlobalInfo_KEYS) ProtoMessage ¶
func (*RsvpGlobalInfo_KEYS) ProtoMessage()
func (*RsvpGlobalInfo_KEYS) Reset ¶
func (m *RsvpGlobalInfo_KEYS) Reset()
func (*RsvpGlobalInfo_KEYS) String ¶
func (m *RsvpGlobalInfo_KEYS) String() string
func (*RsvpGlobalInfo_KEYS) XXX_DiscardUnknown ¶
func (m *RsvpGlobalInfo_KEYS) XXX_DiscardUnknown()
func (*RsvpGlobalInfo_KEYS) XXX_Marshal ¶
func (m *RsvpGlobalInfo_KEYS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RsvpGlobalInfo_KEYS) XXX_Merge ¶
func (m *RsvpGlobalInfo_KEYS) XXX_Merge(src proto.Message)
func (*RsvpGlobalInfo_KEYS) XXX_Size ¶
func (m *RsvpGlobalInfo_KEYS) XXX_Size() int
func (*RsvpGlobalInfo_KEYS) XXX_Unmarshal ¶
func (m *RsvpGlobalInfo_KEYS) XXX_Unmarshal(b []byte) error
type RsvpIdtStatus ¶
type RsvpIdtStatus struct { SyncStatus string `protobuf:"bytes,1,opt,name=sync_status,json=syncStatus,proto3" json:"sync_status,omitempty"` NotReadyReason string `protobuf:"bytes,2,opt,name=not_ready_reason,json=notReadyReason,proto3" json:"not_ready_reason,omitempty"` IdtStartTime uint32 `protobuf:"varint,3,opt,name=idt_start_time,json=idtStartTime,proto3" json:"idt_start_time,omitempty"` IdtEndTime uint32 `protobuf:"varint,4,opt,name=idt_end_time,json=idtEndTime,proto3" json:"idt_end_time,omitempty"` DeclareTime uint32 `protobuf:"varint,5,opt,name=declare_time,json=declareTime,proto3" json:"declare_time,omitempty"` WithdrawTime uint32 `protobuf:"varint,6,opt,name=withdraw_time,json=withdrawTime,proto3" json:"withdraw_time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RsvpIdtStatus) Descriptor ¶
func (*RsvpIdtStatus) Descriptor() ([]byte, []int)
func (*RsvpIdtStatus) GetDeclareTime ¶
func (m *RsvpIdtStatus) GetDeclareTime() uint32
func (*RsvpIdtStatus) GetIdtEndTime ¶
func (m *RsvpIdtStatus) GetIdtEndTime() uint32
func (*RsvpIdtStatus) GetIdtStartTime ¶
func (m *RsvpIdtStatus) GetIdtStartTime() uint32
func (*RsvpIdtStatus) GetNotReadyReason ¶
func (m *RsvpIdtStatus) GetNotReadyReason() string
func (*RsvpIdtStatus) GetSyncStatus ¶
func (m *RsvpIdtStatus) GetSyncStatus() string
func (*RsvpIdtStatus) GetWithdrawTime ¶
func (m *RsvpIdtStatus) GetWithdrawTime() uint32
func (*RsvpIdtStatus) ProtoMessage ¶
func (*RsvpIdtStatus) ProtoMessage()
func (*RsvpIdtStatus) Reset ¶
func (m *RsvpIdtStatus) Reset()
func (*RsvpIdtStatus) String ¶
func (m *RsvpIdtStatus) String() string
func (*RsvpIdtStatus) XXX_DiscardUnknown ¶
func (m *RsvpIdtStatus) XXX_DiscardUnknown()
func (*RsvpIdtStatus) XXX_Marshal ¶
func (m *RsvpIdtStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RsvpIdtStatus) XXX_Merge ¶
func (m *RsvpIdtStatus) XXX_Merge(src proto.Message)
func (*RsvpIdtStatus) XXX_Size ¶
func (m *RsvpIdtStatus) XXX_Size() int
func (*RsvpIdtStatus) XXX_Unmarshal ¶
func (m *RsvpIdtStatus) XXX_Unmarshal(b []byte) error
type RsvpMgmtAllDbCounters ¶
type RsvpMgmtAllDbCounters struct { Sessions uint32 `protobuf:"varint,1,opt,name=sessions,proto3" json:"sessions,omitempty"` IncomingPaths uint32 `protobuf:"varint,2,opt,name=incoming_paths,json=incomingPaths,proto3" json:"incoming_paths,omitempty"` OutgoingPaths uint32 `protobuf:"varint,3,opt,name=outgoing_paths,json=outgoingPaths,proto3" json:"outgoing_paths,omitempty"` IncomingReservations uint32 `protobuf:"varint,4,opt,name=incoming_reservations,json=incomingReservations,proto3" json:"incoming_reservations,omitempty"` OutgoingReservations uint32 `protobuf:"varint,5,opt,name=outgoing_reservations,json=outgoingReservations,proto3" json:"outgoing_reservations,omitempty"` Interfaces uint32 `protobuf:"varint,6,opt,name=interfaces,proto3" json:"interfaces,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RsvpMgmtAllDbCounters) Descriptor ¶
func (*RsvpMgmtAllDbCounters) Descriptor() ([]byte, []int)
func (*RsvpMgmtAllDbCounters) GetIncomingPaths ¶
func (m *RsvpMgmtAllDbCounters) GetIncomingPaths() uint32
func (*RsvpMgmtAllDbCounters) GetIncomingReservations ¶
func (m *RsvpMgmtAllDbCounters) GetIncomingReservations() uint32
func (*RsvpMgmtAllDbCounters) GetInterfaces ¶
func (m *RsvpMgmtAllDbCounters) GetInterfaces() uint32
func (*RsvpMgmtAllDbCounters) GetOutgoingPaths ¶
func (m *RsvpMgmtAllDbCounters) GetOutgoingPaths() uint32
func (*RsvpMgmtAllDbCounters) GetOutgoingReservations ¶
func (m *RsvpMgmtAllDbCounters) GetOutgoingReservations() uint32
func (*RsvpMgmtAllDbCounters) GetSessions ¶
func (m *RsvpMgmtAllDbCounters) GetSessions() uint32
func (*RsvpMgmtAllDbCounters) ProtoMessage ¶
func (*RsvpMgmtAllDbCounters) ProtoMessage()
func (*RsvpMgmtAllDbCounters) Reset ¶
func (m *RsvpMgmtAllDbCounters) Reset()
func (*RsvpMgmtAllDbCounters) String ¶
func (m *RsvpMgmtAllDbCounters) String() string
func (*RsvpMgmtAllDbCounters) XXX_DiscardUnknown ¶
func (m *RsvpMgmtAllDbCounters) XXX_DiscardUnknown()
func (*RsvpMgmtAllDbCounters) XXX_Marshal ¶
func (m *RsvpMgmtAllDbCounters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RsvpMgmtAllDbCounters) XXX_Merge ¶
func (m *RsvpMgmtAllDbCounters) XXX_Merge(src proto.Message)
func (*RsvpMgmtAllDbCounters) XXX_Size ¶
func (m *RsvpMgmtAllDbCounters) XXX_Size() int
func (*RsvpMgmtAllDbCounters) XXX_Unmarshal ¶
func (m *RsvpMgmtAllDbCounters) XXX_Unmarshal(b []byte) error
type RsvpNsrIssuStatusInfo ¶
type RsvpNsrIssuStatusInfo struct { Role string `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"` IdtStatus *RsvpIdtStatus `protobuf:"bytes,2,opt,name=idt_status,json=idtStatus,proto3" json:"idt_status,omitempty"` PreviousIdtStatus *RsvpIdtStatus `protobuf:"bytes,3,opt,name=previous_idt_status,json=previousIdtStatus,proto3" json:"previous_idt_status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RsvpNsrIssuStatusInfo) Descriptor ¶
func (*RsvpNsrIssuStatusInfo) Descriptor() ([]byte, []int)
func (*RsvpNsrIssuStatusInfo) GetIdtStatus ¶
func (m *RsvpNsrIssuStatusInfo) GetIdtStatus() *RsvpIdtStatus
func (*RsvpNsrIssuStatusInfo) GetPreviousIdtStatus ¶
func (m *RsvpNsrIssuStatusInfo) GetPreviousIdtStatus() *RsvpIdtStatus
func (*RsvpNsrIssuStatusInfo) GetRole ¶
func (m *RsvpNsrIssuStatusInfo) GetRole() string
func (*RsvpNsrIssuStatusInfo) ProtoMessage ¶
func (*RsvpNsrIssuStatusInfo) ProtoMessage()
func (*RsvpNsrIssuStatusInfo) Reset ¶
func (m *RsvpNsrIssuStatusInfo) Reset()
func (*RsvpNsrIssuStatusInfo) String ¶
func (m *RsvpNsrIssuStatusInfo) String() string
func (*RsvpNsrIssuStatusInfo) XXX_DiscardUnknown ¶
func (m *RsvpNsrIssuStatusInfo) XXX_DiscardUnknown()
func (*RsvpNsrIssuStatusInfo) XXX_Marshal ¶
func (m *RsvpNsrIssuStatusInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RsvpNsrIssuStatusInfo) XXX_Merge ¶
func (m *RsvpNsrIssuStatusInfo) XXX_Merge(src proto.Message)
func (*RsvpNsrIssuStatusInfo) XXX_Size ¶
func (m *RsvpNsrIssuStatusInfo) XXX_Size() int
func (*RsvpNsrIssuStatusInfo) XXX_Unmarshal ¶
func (m *RsvpNsrIssuStatusInfo) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.