cisco_ios_xr_subscriber_infra_subdb_oper_subscriber_database_nodes_node_session_labels_label

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-Subscriber-infra-subdb-oper:subscriber-database/nodes/node/session/labels/label

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SubdbSubscriberObj

type SubdbSubscriberObj struct {
	SessionState         string   `protobuf:"bytes,50,opt,name=session_state,json=sessionState,proto3" json:"session_state,omitempty"`
	ActivateRequestId    uint32   `protobuf:"varint,51,opt,name=activate_request_id,json=activateRequestId,proto3" json:"activate_request_id,omitempty"`
	TransactionId        int32    `protobuf:"zigzag32,52,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"`
	ProduceDoneRequestId uint32   `` /* 127-byte string literal not displayed */
	DestroyReqReceived   bool     `protobuf:"varint,54,opt,name=destroy_req_received,json=destroyReqReceived,proto3" json:"destroy_req_received,omitempty"`
	DestroyRequestId     uint32   `protobuf:"varint,55,opt,name=destroy_request_id,json=destroyRequestId,proto3" json:"destroy_request_id,omitempty"`
	IsConfigChanged      bool     `protobuf:"varint,56,opt,name=is_config_changed,json=isConfigChanged,proto3" json:"is_config_changed,omitempty"`
	IsCreatorGone        bool     `protobuf:"varint,57,opt,name=is_creator_gone,json=isCreatorGone,proto3" json:"is_creator_gone,omitempty"`
	IsDeleteNotifyDone   bool     `protobuf:"varint,58,opt,name=is_delete_notify_done,json=isDeleteNotifyDone,proto3" json:"is_delete_notify_done,omitempty"`
	AddModifyDone        bool     `protobuf:"varint,59,opt,name=add_modify_done,json=addModifyDone,proto3" json:"add_modify_done,omitempty"`
	IsRollbackNeeded     bool     `protobuf:"varint,60,opt,name=is_rollback_needed,json=isRollbackNeeded,proto3" json:"is_rollback_needed,omitempty"`
	IsRollbackInProgress bool     `` /* 127-byte string literal not displayed */
	IsServerRestartApply bool     `` /* 127-byte string literal not displayed */
	IsRollbackPerformed  bool     `protobuf:"varint,63,opt,name=is_rollback_performed,json=isRollbackPerformed,proto3" json:"is_rollback_performed,omitempty"`
	ReplPending          bool     `protobuf:"varint,64,opt,name=repl_pending,json=replPending,proto3" json:"repl_pending,omitempty"`
	ActivateTimerRunning bool     `protobuf:"varint,65,opt,name=activate_timer_running,json=activateTimerRunning,proto3" json:"activate_timer_running,omitempty"`
	ApplyTimerRunning    bool     `protobuf:"varint,66,opt,name=apply_timer_running,json=applyTimerRunning,proto3" json:"apply_timer_running,omitempty"`
	EventQueueSize       bool     `protobuf:"varint,67,opt,name=event_queue_size,json=eventQueueSize,proto3" json:"event_queue_size,omitempty"`
	Restarts             string   `protobuf:"bytes,68,opt,name=restarts,proto3" json:"restarts,omitempty"`
	TemplateInterfaceId  uint32   `protobuf:"varint,69,opt,name=template_interface_id,json=templateInterfaceId,proto3" json:"template_interface_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SubdbSubscriberObj) Descriptor

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

func (*SubdbSubscriberObj) GetActivateRequestId

func (m *SubdbSubscriberObj) GetActivateRequestId() uint32

func (*SubdbSubscriberObj) GetActivateTimerRunning

func (m *SubdbSubscriberObj) GetActivateTimerRunning() bool

func (*SubdbSubscriberObj) GetAddModifyDone

func (m *SubdbSubscriberObj) GetAddModifyDone() bool

func (*SubdbSubscriberObj) GetApplyTimerRunning

func (m *SubdbSubscriberObj) GetApplyTimerRunning() bool

func (*SubdbSubscriberObj) GetDestroyReqReceived

func (m *SubdbSubscriberObj) GetDestroyReqReceived() bool

func (*SubdbSubscriberObj) GetDestroyRequestId

func (m *SubdbSubscriberObj) GetDestroyRequestId() uint32

func (*SubdbSubscriberObj) GetEventQueueSize

func (m *SubdbSubscriberObj) GetEventQueueSize() bool

func (*SubdbSubscriberObj) GetIsConfigChanged

func (m *SubdbSubscriberObj) GetIsConfigChanged() bool

func (*SubdbSubscriberObj) GetIsCreatorGone

func (m *SubdbSubscriberObj) GetIsCreatorGone() bool

func (*SubdbSubscriberObj) GetIsDeleteNotifyDone

func (m *SubdbSubscriberObj) GetIsDeleteNotifyDone() bool

func (*SubdbSubscriberObj) GetIsRollbackInProgress

func (m *SubdbSubscriberObj) GetIsRollbackInProgress() bool

func (*SubdbSubscriberObj) GetIsRollbackNeeded

func (m *SubdbSubscriberObj) GetIsRollbackNeeded() bool

func (*SubdbSubscriberObj) GetIsRollbackPerformed

func (m *SubdbSubscriberObj) GetIsRollbackPerformed() bool

func (*SubdbSubscriberObj) GetIsServerRestartApply

func (m *SubdbSubscriberObj) GetIsServerRestartApply() bool

func (*SubdbSubscriberObj) GetProduceDoneRequestId

func (m *SubdbSubscriberObj) GetProduceDoneRequestId() uint32

func (*SubdbSubscriberObj) GetReplPending

func (m *SubdbSubscriberObj) GetReplPending() bool

func (*SubdbSubscriberObj) GetRestarts

func (m *SubdbSubscriberObj) GetRestarts() string

func (*SubdbSubscriberObj) GetSessionState

func (m *SubdbSubscriberObj) GetSessionState() string

func (*SubdbSubscriberObj) GetTemplateInterfaceId

func (m *SubdbSubscriberObj) GetTemplateInterfaceId() uint32

func (*SubdbSubscriberObj) GetTransactionId

func (m *SubdbSubscriberObj) GetTransactionId() int32

func (*SubdbSubscriberObj) ProtoMessage

func (*SubdbSubscriberObj) ProtoMessage()

func (*SubdbSubscriberObj) Reset

func (m *SubdbSubscriberObj) Reset()

func (*SubdbSubscriberObj) String

func (m *SubdbSubscriberObj) String() string

func (*SubdbSubscriberObj) XXX_DiscardUnknown

func (m *SubdbSubscriberObj) XXX_DiscardUnknown()

func (*SubdbSubscriberObj) XXX_Marshal

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

func (*SubdbSubscriberObj) XXX_Merge

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

func (*SubdbSubscriberObj) XXX_Size

func (m *SubdbSubscriberObj) XXX_Size() int

func (*SubdbSubscriberObj) XXX_Unmarshal

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

type SubdbSubscriberObj_KEYS

type SubdbSubscriberObj_KEYS struct {
	NodeName             string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	SubscriberLabel      string   `protobuf:"bytes,2,opt,name=subscriber_label,json=subscriberLabel,proto3" json:"subscriber_label,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SubdbSubscriberObj_KEYS) Descriptor

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

func (*SubdbSubscriberObj_KEYS) GetNodeName

func (m *SubdbSubscriberObj_KEYS) GetNodeName() string

func (*SubdbSubscriberObj_KEYS) GetSubscriberLabel

func (m *SubdbSubscriberObj_KEYS) GetSubscriberLabel() string

func (*SubdbSubscriberObj_KEYS) ProtoMessage

func (*SubdbSubscriberObj_KEYS) ProtoMessage()

func (*SubdbSubscriberObj_KEYS) Reset

func (m *SubdbSubscriberObj_KEYS) Reset()

func (*SubdbSubscriberObj_KEYS) String

func (m *SubdbSubscriberObj_KEYS) String() string

func (*SubdbSubscriberObj_KEYS) XXX_DiscardUnknown

func (m *SubdbSubscriberObj_KEYS) XXX_DiscardUnknown()

func (*SubdbSubscriberObj_KEYS) XXX_Marshal

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

func (*SubdbSubscriberObj_KEYS) XXX_Merge

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

func (*SubdbSubscriberObj_KEYS) XXX_Size

func (m *SubdbSubscriberObj_KEYS) XXX_Size() int

func (*SubdbSubscriberObj_KEYS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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