cisco_ios_xr_icpe_sdacp_oper_augment3_sdacp_controls_sdacp_control

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IcpeCpmOperChan

type IcpeCpmOperChan struct {
	ChannelId               uint32                `protobuf:"varint,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	Capabilities            *IcpeYangCapabilities `protobuf:"bytes,2,opt,name=capabilities,proto3" json:"capabilities,omitempty"`
	ResyncState             string                `protobuf:"bytes,3,opt,name=resync_state,json=resyncState,proto3" json:"resync_state,omitempty"`
	ResyncStateTimestamp    *IcpeTimestamp        `protobuf:"bytes,4,opt,name=resync_state_timestamp,json=resyncStateTimestamp,proto3" json:"resync_state_timestamp,omitempty"`
	ChannelState            string                `protobuf:"bytes,5,opt,name=channel_state,json=channelState,proto3" json:"channel_state,omitempty"`
	ChannelStateTimestamp   *IcpeTimestamp        `` /* 126-byte string literal not displayed */
	ControlMessagesSent     uint64                `protobuf:"varint,7,opt,name=control_messages_sent,json=controlMessagesSent,proto3" json:"control_messages_sent,omitempty"`
	NormalMessagesSent      uint64                `protobuf:"varint,8,opt,name=normal_messages_sent,json=normalMessagesSent,proto3" json:"normal_messages_sent,omitempty"`
	ControlMessagesReceived uint64                `` /* 133-byte string literal not displayed */
	NormalMessagesReceived  uint64                `` /* 131-byte string literal not displayed */
	ControlMessagesDropped  uint64                `` /* 131-byte string literal not displayed */
	NormalMessagesDropped   uint64                `` /* 128-byte string literal not displayed */
	SecsSinceLastCleared    uint64                `` /* 127-byte string literal not displayed */
	Version                 uint32                `protobuf:"varint,14,opt,name=version,proto3" json:"version,omitempty"`
	XXX_NoUnkeyedLiteral    struct{}              `json:"-"`
	XXX_unrecognized        []byte                `json:"-"`
	XXX_sizecache           int32                 `json:"-"`
}

func (*IcpeCpmOperChan) Descriptor

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

func (*IcpeCpmOperChan) GetCapabilities

func (m *IcpeCpmOperChan) GetCapabilities() *IcpeYangCapabilities

func (*IcpeCpmOperChan) GetChannelId

func (m *IcpeCpmOperChan) GetChannelId() uint32

func (*IcpeCpmOperChan) GetChannelState

func (m *IcpeCpmOperChan) GetChannelState() string

func (*IcpeCpmOperChan) GetChannelStateTimestamp

func (m *IcpeCpmOperChan) GetChannelStateTimestamp() *IcpeTimestamp

func (*IcpeCpmOperChan) GetControlMessagesDropped

func (m *IcpeCpmOperChan) GetControlMessagesDropped() uint64

func (*IcpeCpmOperChan) GetControlMessagesReceived

func (m *IcpeCpmOperChan) GetControlMessagesReceived() uint64

func (*IcpeCpmOperChan) GetControlMessagesSent

func (m *IcpeCpmOperChan) GetControlMessagesSent() uint64

func (*IcpeCpmOperChan) GetNormalMessagesDropped

func (m *IcpeCpmOperChan) GetNormalMessagesDropped() uint64

func (*IcpeCpmOperChan) GetNormalMessagesReceived

func (m *IcpeCpmOperChan) GetNormalMessagesReceived() uint64

func (*IcpeCpmOperChan) GetNormalMessagesSent

func (m *IcpeCpmOperChan) GetNormalMessagesSent() uint64

func (*IcpeCpmOperChan) GetResyncState

func (m *IcpeCpmOperChan) GetResyncState() string

func (*IcpeCpmOperChan) GetResyncStateTimestamp

func (m *IcpeCpmOperChan) GetResyncStateTimestamp() *IcpeTimestamp

func (*IcpeCpmOperChan) GetSecsSinceLastCleared

func (m *IcpeCpmOperChan) GetSecsSinceLastCleared() uint64

func (*IcpeCpmOperChan) GetVersion

func (m *IcpeCpmOperChan) GetVersion() uint32

func (*IcpeCpmOperChan) ProtoMessage

func (*IcpeCpmOperChan) ProtoMessage()

func (*IcpeCpmOperChan) Reset

func (m *IcpeCpmOperChan) Reset()

func (*IcpeCpmOperChan) String

func (m *IcpeCpmOperChan) String() string

func (*IcpeCpmOperChan) XXX_DiscardUnknown

func (m *IcpeCpmOperChan) XXX_DiscardUnknown()

func (*IcpeCpmOperChan) XXX_Marshal

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

func (*IcpeCpmOperChan) XXX_Merge

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

func (*IcpeCpmOperChan) XXX_Size

func (m *IcpeCpmOperChan) XXX_Size() int

func (*IcpeCpmOperChan) XXX_Unmarshal

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

type IcpeCpmOperSat

type IcpeCpmOperSat struct {
	SatelliteIdXr           uint32             `protobuf:"varint,50,opt,name=satellite_id_xr,json=satelliteIdXr,proto3" json:"satellite_id_xr,omitempty"`
	SatelliteIpAddress      string             `protobuf:"bytes,51,opt,name=satellite_ip_address,json=satelliteIpAddress,proto3" json:"satellite_ip_address,omitempty"`
	IpAddressAuto           bool               `protobuf:"varint,52,opt,name=ip_address_auto,json=ipAddressAuto,proto3" json:"ip_address_auto,omitempty"`
	VrfName                 string             `protobuf:"bytes,53,opt,name=vrf_name,json=vrfName,proto3" json:"vrf_name,omitempty"`
	ControlProtocolState    string             `protobuf:"bytes,54,opt,name=control_protocol_state,json=controlProtocolState,proto3" json:"control_protocol_state,omitempty"`
	ProtocolStateTimestamp  *IcpeTimestamp     `` /* 130-byte string literal not displayed */
	TransportError          uint32             `protobuf:"varint,56,opt,name=transport_error,json=transportError,proto3" json:"transport_error,omitempty"`
	TransportErrorTimestamp *IcpeCpmTimestamp  `` /* 133-byte string literal not displayed */
	Channel                 []*IcpeCpmOperChan `protobuf:"bytes,58,rep,name=channel,proto3" json:"channel,omitempty"`
	XXX_NoUnkeyedLiteral    struct{}           `json:"-"`
	XXX_unrecognized        []byte             `json:"-"`
	XXX_sizecache           int32              `json:"-"`
}

func (*IcpeCpmOperSat) Descriptor

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

func (*IcpeCpmOperSat) GetChannel

func (m *IcpeCpmOperSat) GetChannel() []*IcpeCpmOperChan

func (*IcpeCpmOperSat) GetControlProtocolState

func (m *IcpeCpmOperSat) GetControlProtocolState() string

func (*IcpeCpmOperSat) GetIpAddressAuto

func (m *IcpeCpmOperSat) GetIpAddressAuto() bool

func (*IcpeCpmOperSat) GetProtocolStateTimestamp

func (m *IcpeCpmOperSat) GetProtocolStateTimestamp() *IcpeTimestamp

func (*IcpeCpmOperSat) GetSatelliteIdXr

func (m *IcpeCpmOperSat) GetSatelliteIdXr() uint32

func (*IcpeCpmOperSat) GetSatelliteIpAddress

func (m *IcpeCpmOperSat) GetSatelliteIpAddress() string

func (*IcpeCpmOperSat) GetTransportError

func (m *IcpeCpmOperSat) GetTransportError() uint32

func (*IcpeCpmOperSat) GetTransportErrorTimestamp

func (m *IcpeCpmOperSat) GetTransportErrorTimestamp() *IcpeCpmTimestamp

func (*IcpeCpmOperSat) GetVrfName

func (m *IcpeCpmOperSat) GetVrfName() string

func (*IcpeCpmOperSat) ProtoMessage

func (*IcpeCpmOperSat) ProtoMessage()

func (*IcpeCpmOperSat) Reset

func (m *IcpeCpmOperSat) Reset()

func (*IcpeCpmOperSat) String

func (m *IcpeCpmOperSat) String() string

func (*IcpeCpmOperSat) XXX_DiscardUnknown

func (m *IcpeCpmOperSat) XXX_DiscardUnknown()

func (*IcpeCpmOperSat) XXX_Marshal

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

func (*IcpeCpmOperSat) XXX_Merge

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

func (*IcpeCpmOperSat) XXX_Size

func (m *IcpeCpmOperSat) XXX_Size() int

func (*IcpeCpmOperSat) XXX_Unmarshal

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

type IcpeCpmOperSat_KEYS

type IcpeCpmOperSat_KEYS struct {
	SatelliteId          uint32   `protobuf:"varint,1,opt,name=satellite_id,json=satelliteId,proto3" json:"satellite_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IcpeCpmOperSat_KEYS) Descriptor

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

func (*IcpeCpmOperSat_KEYS) GetSatelliteId

func (m *IcpeCpmOperSat_KEYS) GetSatelliteId() uint32

func (*IcpeCpmOperSat_KEYS) ProtoMessage

func (*IcpeCpmOperSat_KEYS) ProtoMessage()

func (*IcpeCpmOperSat_KEYS) Reset

func (m *IcpeCpmOperSat_KEYS) Reset()

func (*IcpeCpmOperSat_KEYS) String

func (m *IcpeCpmOperSat_KEYS) String() string

func (*IcpeCpmOperSat_KEYS) XXX_DiscardUnknown

func (m *IcpeCpmOperSat_KEYS) XXX_DiscardUnknown()

func (*IcpeCpmOperSat_KEYS) XXX_Marshal

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

func (*IcpeCpmOperSat_KEYS) XXX_Merge

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

func (*IcpeCpmOperSat_KEYS) XXX_Size

func (m *IcpeCpmOperSat_KEYS) XXX_Size() int

func (*IcpeCpmOperSat_KEYS) XXX_Unmarshal

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

type IcpeCpmTimestamp

type IcpeCpmTimestamp 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 (*IcpeCpmTimestamp) Descriptor

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

func (*IcpeCpmTimestamp) GetNanoseconds

func (m *IcpeCpmTimestamp) GetNanoseconds() uint32

func (*IcpeCpmTimestamp) GetSeconds

func (m *IcpeCpmTimestamp) GetSeconds() uint32

func (*IcpeCpmTimestamp) ProtoMessage

func (*IcpeCpmTimestamp) ProtoMessage()

func (*IcpeCpmTimestamp) Reset

func (m *IcpeCpmTimestamp) Reset()

func (*IcpeCpmTimestamp) String

func (m *IcpeCpmTimestamp) String() string

func (*IcpeCpmTimestamp) XXX_DiscardUnknown

func (m *IcpeCpmTimestamp) XXX_DiscardUnknown()

func (*IcpeCpmTimestamp) XXX_Marshal

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

func (*IcpeCpmTimestamp) XXX_Merge

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

func (*IcpeCpmTimestamp) XXX_Size

func (m *IcpeCpmTimestamp) XXX_Size() int

func (*IcpeCpmTimestamp) XXX_Unmarshal

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

type IcpeYangCapabilities

type IcpeYangCapabilities struct {
	TlVs                 []*IcpeYangCapabilitiesTlv `protobuf:"bytes,1,rep,name=tl_vs,json=tlVs,proto3" json:"tl_vs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*IcpeYangCapabilities) Descriptor

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

func (*IcpeYangCapabilities) GetTlVs

func (*IcpeYangCapabilities) ProtoMessage

func (*IcpeYangCapabilities) ProtoMessage()

func (*IcpeYangCapabilities) Reset

func (m *IcpeYangCapabilities) Reset()

func (*IcpeYangCapabilities) String

func (m *IcpeYangCapabilities) String() string

func (*IcpeYangCapabilities) XXX_DiscardUnknown

func (m *IcpeYangCapabilities) XXX_DiscardUnknown()

func (*IcpeYangCapabilities) XXX_Marshal

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

func (*IcpeYangCapabilities) XXX_Merge

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

func (*IcpeYangCapabilities) XXX_Size

func (m *IcpeYangCapabilities) XXX_Size() int

func (*IcpeYangCapabilities) XXX_Unmarshal

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

type IcpeYangCapabilitiesTlv

type IcpeYangCapabilitiesTlv struct {
	Type                 uint32   `protobuf:"varint,1,opt,name=type,proto3" json:"type,omitempty"`
	Value                []uint32 `protobuf:"varint,2,rep,packed,name=value,proto3" json:"value,omitempty"`
	Debug                string   `protobuf:"bytes,3,opt,name=debug,proto3" json:"debug,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IcpeYangCapabilitiesTlv) Descriptor

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

func (*IcpeYangCapabilitiesTlv) GetDebug

func (m *IcpeYangCapabilitiesTlv) GetDebug() string

func (*IcpeYangCapabilitiesTlv) GetType

func (m *IcpeYangCapabilitiesTlv) GetType() uint32

func (*IcpeYangCapabilitiesTlv) GetValue

func (m *IcpeYangCapabilitiesTlv) GetValue() []uint32

func (*IcpeYangCapabilitiesTlv) ProtoMessage

func (*IcpeYangCapabilitiesTlv) ProtoMessage()

func (*IcpeYangCapabilitiesTlv) Reset

func (m *IcpeYangCapabilitiesTlv) Reset()

func (*IcpeYangCapabilitiesTlv) String

func (m *IcpeYangCapabilitiesTlv) String() string

func (*IcpeYangCapabilitiesTlv) XXX_DiscardUnknown

func (m *IcpeYangCapabilitiesTlv) XXX_DiscardUnknown()

func (*IcpeYangCapabilitiesTlv) XXX_Marshal

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

func (*IcpeYangCapabilitiesTlv) XXX_Merge

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

func (*IcpeYangCapabilitiesTlv) XXX_Size

func (m *IcpeYangCapabilitiesTlv) XXX_Size() int

func (*IcpeYangCapabilitiesTlv) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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