cisco_ios_xr_icpe_infra_oper_nv_satellite_sdacp_redundancies_sdacp_redundancy

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-icpe-infra-oper:nv-satellite/sdacp-redundancies/sdacp-redundancy

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IcpeRedundancyChan

type IcpeRedundancyChan struct {
	ChannelId               uint32         `protobuf:"varint,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	ChanState               string         `protobuf:"bytes,2,opt,name=chan_state,json=chanState,proto3" json:"chan_state,omitempty"`
	ChannelStateTimestamp   *IcpeTimestamp `` /* 126-byte string literal not displayed */
	ResyncState             string         `protobuf:"bytes,4,opt,name=resync_state,json=resyncState,proto3" json:"resync_state,omitempty"`
	ResyncStateTimestamp    *IcpeTimestamp `protobuf:"bytes,5,opt,name=resync_state_timestamp,json=resyncStateTimestamp,proto3" json:"resync_state_timestamp,omitempty"`
	ControlMessagesSent     uint64         `protobuf:"varint,6,opt,name=control_messages_sent,json=controlMessagesSent,proto3" json:"control_messages_sent,omitempty"`
	NormalMessagesSent      uint64         `protobuf:"varint,7,opt,name=normal_messages_sent,json=normalMessagesSent,proto3" json:"normal_messages_sent,omitempty"`
	ControlMessagesReceived uint64         `` /* 133-byte string literal not displayed */
	NormalMessagesReceived  uint64         `` /* 130-byte string literal not displayed */
	XXX_NoUnkeyedLiteral    struct{}       `json:"-"`
	XXX_unrecognized        []byte         `json:"-"`
	XXX_sizecache           int32          `json:"-"`
}

func (*IcpeRedundancyChan) Descriptor

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

func (*IcpeRedundancyChan) GetChanState

func (m *IcpeRedundancyChan) GetChanState() string

func (*IcpeRedundancyChan) GetChannelId

func (m *IcpeRedundancyChan) GetChannelId() uint32

func (*IcpeRedundancyChan) GetChannelStateTimestamp

func (m *IcpeRedundancyChan) GetChannelStateTimestamp() *IcpeTimestamp

func (*IcpeRedundancyChan) GetControlMessagesReceived

func (m *IcpeRedundancyChan) GetControlMessagesReceived() uint64

func (*IcpeRedundancyChan) GetControlMessagesSent

func (m *IcpeRedundancyChan) GetControlMessagesSent() uint64

func (*IcpeRedundancyChan) GetNormalMessagesReceived

func (m *IcpeRedundancyChan) GetNormalMessagesReceived() uint64

func (*IcpeRedundancyChan) GetNormalMessagesSent

func (m *IcpeRedundancyChan) GetNormalMessagesSent() uint64

func (*IcpeRedundancyChan) GetResyncState

func (m *IcpeRedundancyChan) GetResyncState() string

func (*IcpeRedundancyChan) GetResyncStateTimestamp

func (m *IcpeRedundancyChan) GetResyncStateTimestamp() *IcpeTimestamp

func (*IcpeRedundancyChan) ProtoMessage

func (*IcpeRedundancyChan) ProtoMessage()

func (*IcpeRedundancyChan) Reset

func (m *IcpeRedundancyChan) Reset()

func (*IcpeRedundancyChan) String

func (m *IcpeRedundancyChan) String() string

func (*IcpeRedundancyChan) XXX_DiscardUnknown

func (m *IcpeRedundancyChan) XXX_DiscardUnknown()

func (*IcpeRedundancyChan) XXX_Marshal

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

func (*IcpeRedundancyChan) XXX_Merge

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

func (*IcpeRedundancyChan) XXX_Size

func (m *IcpeRedundancyChan) XXX_Size() int

func (*IcpeRedundancyChan) XXX_Unmarshal

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

type IcpeRedundancySession

type IcpeRedundancySession struct {
	IccpGroupXr            uint32                `protobuf:"varint,50,opt,name=iccp_group_xr,json=iccpGroupXr,proto3" json:"iccp_group_xr,omitempty"`
	ProtocolState          string                `protobuf:"bytes,51,opt,name=protocol_state,json=protocolState,proto3" json:"protocol_state,omitempty"`
	ProtocolStateTimestamp *IcpeTimestamp        `` /* 130-byte string literal not displayed */
	TransportState         string                `protobuf:"bytes,53,opt,name=transport_state,json=transportState,proto3" json:"transport_state,omitempty"`
	AuthenticationState    string                `protobuf:"bytes,54,opt,name=authentication_state,json=authenticationState,proto3" json:"authentication_state,omitempty"`
	ArbitrationState       string                `protobuf:"bytes,55,opt,name=arbitration_state,json=arbitrationState,proto3" json:"arbitration_state,omitempty"`
	SynchronizationState   string                `protobuf:"bytes,56,opt,name=synchronization_state,json=synchronizationState,proto3" json:"synchronization_state,omitempty"`
	Primacy                string                `protobuf:"bytes,57,opt,name=primacy,proto3" json:"primacy,omitempty"`
	SystemMac              string                `protobuf:"bytes,58,opt,name=system_mac,json=systemMac,proto3" json:"system_mac,omitempty"`
	Isolated               bool                  `protobuf:"varint,59,opt,name=isolated,proto3" json:"isolated,omitempty"`
	Channel                []*IcpeRedundancyChan `protobuf:"bytes,60,rep,name=channel,proto3" json:"channel,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}              `json:"-"`
	XXX_unrecognized       []byte                `json:"-"`
	XXX_sizecache          int32                 `json:"-"`
}

func (*IcpeRedundancySession) Descriptor

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

func (*IcpeRedundancySession) GetArbitrationState

func (m *IcpeRedundancySession) GetArbitrationState() string

func (*IcpeRedundancySession) GetAuthenticationState

func (m *IcpeRedundancySession) GetAuthenticationState() string

func (*IcpeRedundancySession) GetChannel

func (m *IcpeRedundancySession) GetChannel() []*IcpeRedundancyChan

func (*IcpeRedundancySession) GetIccpGroupXr

func (m *IcpeRedundancySession) GetIccpGroupXr() uint32

func (*IcpeRedundancySession) GetIsolated

func (m *IcpeRedundancySession) GetIsolated() bool

func (*IcpeRedundancySession) GetPrimacy

func (m *IcpeRedundancySession) GetPrimacy() string

func (*IcpeRedundancySession) GetProtocolState

func (m *IcpeRedundancySession) GetProtocolState() string

func (*IcpeRedundancySession) GetProtocolStateTimestamp

func (m *IcpeRedundancySession) GetProtocolStateTimestamp() *IcpeTimestamp

func (*IcpeRedundancySession) GetSynchronizationState

func (m *IcpeRedundancySession) GetSynchronizationState() string

func (*IcpeRedundancySession) GetSystemMac

func (m *IcpeRedundancySession) GetSystemMac() string

func (*IcpeRedundancySession) GetTransportState

func (m *IcpeRedundancySession) GetTransportState() string

func (*IcpeRedundancySession) ProtoMessage

func (*IcpeRedundancySession) ProtoMessage()

func (*IcpeRedundancySession) Reset

func (m *IcpeRedundancySession) Reset()

func (*IcpeRedundancySession) String

func (m *IcpeRedundancySession) String() string

func (*IcpeRedundancySession) XXX_DiscardUnknown

func (m *IcpeRedundancySession) XXX_DiscardUnknown()

func (*IcpeRedundancySession) XXX_Marshal

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

func (*IcpeRedundancySession) XXX_Merge

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

func (*IcpeRedundancySession) XXX_Size

func (m *IcpeRedundancySession) XXX_Size() int

func (*IcpeRedundancySession) XXX_Unmarshal

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

type IcpeRedundancySession_KEYS

type IcpeRedundancySession_KEYS struct {
	IccpGroup            uint32   `protobuf:"varint,1,opt,name=iccp_group,json=iccpGroup,proto3" json:"iccp_group,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IcpeRedundancySession_KEYS) Descriptor

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

func (*IcpeRedundancySession_KEYS) GetIccpGroup

func (m *IcpeRedundancySession_KEYS) GetIccpGroup() uint32

func (*IcpeRedundancySession_KEYS) ProtoMessage

func (*IcpeRedundancySession_KEYS) ProtoMessage()

func (*IcpeRedundancySession_KEYS) Reset

func (m *IcpeRedundancySession_KEYS) Reset()

func (*IcpeRedundancySession_KEYS) String

func (m *IcpeRedundancySession_KEYS) String() string

func (*IcpeRedundancySession_KEYS) XXX_DiscardUnknown

func (m *IcpeRedundancySession_KEYS) XXX_DiscardUnknown()

func (*IcpeRedundancySession_KEYS) XXX_Marshal

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

func (*IcpeRedundancySession_KEYS) XXX_Merge

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

func (*IcpeRedundancySession_KEYS) XXX_Size

func (m *IcpeRedundancySession_KEYS) XXX_Size() int

func (*IcpeRedundancySession_KEYS) XXX_Unmarshal

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

type IcpeTimestamp

type IcpeTimestamp struct {
	Seconds              uint32   `protobuf:"varint,1,opt,name=seconds,proto3" json:"seconds,omitempty"`
	Nanoseconds          uint32   `protobuf:"varint,2,opt,name=nanoseconds,proto3" json:"nanoseconds,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IcpeTimestamp) Descriptor

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

func (*IcpeTimestamp) GetNanoseconds

func (m *IcpeTimestamp) GetNanoseconds() uint32

func (*IcpeTimestamp) GetSeconds

func (m *IcpeTimestamp) GetSeconds() uint32

func (*IcpeTimestamp) ProtoMessage

func (*IcpeTimestamp) ProtoMessage()

func (*IcpeTimestamp) Reset

func (m *IcpeTimestamp) Reset()

func (*IcpeTimestamp) String

func (m *IcpeTimestamp) String() string

func (*IcpeTimestamp) XXX_DiscardUnknown

func (m *IcpeTimestamp) XXX_DiscardUnknown()

func (*IcpeTimestamp) XXX_Marshal

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

func (*IcpeTimestamp) XXX_Merge

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

func (*IcpeTimestamp) XXX_Size

func (m *IcpeTimestamp) XXX_Size() int

func (*IcpeTimestamp) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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