cisco_ios_xr_icpe_sdacp_oper_augment2_icpe_dpms_icpe_dpm

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 DpmOperHost

type DpmOperHost struct {
	HostChassisMac         string   `protobuf:"bytes,1,opt,name=host_chassis_mac,json=hostChassisMac,proto3" json:"host_chassis_mac,omitempty"`
	HostInterfaceMac       string   `protobuf:"bytes,2,opt,name=host_interface_mac,json=hostInterfaceMac,proto3" json:"host_interface_mac,omitempty"`
	DiscoveryProtocolState string   `` /* 129-byte string literal not displayed */
	RouteLength            uint32   `protobuf:"varint,4,opt,name=route_length,json=routeLength,proto3" json:"route_length,omitempty"`
	CurrentTimeout         uint32   `protobuf:"varint,5,opt,name=current_timeout,json=currentTimeout,proto3" json:"current_timeout,omitempty"`
	HostAckPacketsReceived uint64   `` /* 132-byte string literal not displayed */
	HostAckPacketsSent     uint64   `protobuf:"varint,7,opt,name=host_ack_packets_sent,json=hostAckPacketsSent,proto3" json:"host_ack_packets_sent,omitempty"`
	SecsSincePktsCleaned   uint64   `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*DpmOperHost) Descriptor

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

func (*DpmOperHost) GetCurrentTimeout

func (m *DpmOperHost) GetCurrentTimeout() uint32

func (*DpmOperHost) GetDiscoveryProtocolState

func (m *DpmOperHost) GetDiscoveryProtocolState() string

func (*DpmOperHost) GetHostAckPacketsReceived

func (m *DpmOperHost) GetHostAckPacketsReceived() uint64

func (*DpmOperHost) GetHostAckPacketsSent

func (m *DpmOperHost) GetHostAckPacketsSent() uint64

func (*DpmOperHost) GetHostChassisMac

func (m *DpmOperHost) GetHostChassisMac() string

func (*DpmOperHost) GetHostInterfaceMac

func (m *DpmOperHost) GetHostInterfaceMac() string

func (*DpmOperHost) GetRouteLength

func (m *DpmOperHost) GetRouteLength() uint32

func (*DpmOperHost) GetSecsSincePktsCleaned

func (m *DpmOperHost) GetSecsSincePktsCleaned() uint64

func (*DpmOperHost) ProtoMessage

func (*DpmOperHost) ProtoMessage()

func (*DpmOperHost) Reset

func (m *DpmOperHost) Reset()

func (*DpmOperHost) String

func (m *DpmOperHost) String() string

func (*DpmOperHost) XXX_DiscardUnknown

func (m *DpmOperHost) XXX_DiscardUnknown()

func (*DpmOperHost) XXX_Marshal

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

func (*DpmOperHost) XXX_Merge

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

func (*DpmOperHost) XXX_Size

func (m *DpmOperHost) XXX_Size() int

func (*DpmOperHost) XXX_Unmarshal

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

type DpmOperIf

type DpmOperIf struct {
	DiscoveryInterfaceXr     string         `protobuf:"bytes,50,opt,name=discovery_interface_xr,json=discoveryInterfaceXr,proto3" json:"discovery_interface_xr,omitempty"`
	DiscoveryInterfaceHandle string         `` /* 136-byte string literal not displayed */
	DiscoveryInterfaceStatus string         `` /* 136-byte string literal not displayed */
	IdentPacketsReceived     uint64         `protobuf:"varint,53,opt,name=ident_packets_received,json=identPacketsReceived,proto3" json:"ident_packets_received,omitempty"`
	ReadyPacketsReceived     uint64         `protobuf:"varint,54,opt,name=ready_packets_received,json=readyPacketsReceived,proto3" json:"ready_packets_received,omitempty"`
	LosPacketsReceived       uint64         `protobuf:"varint,55,opt,name=los_packets_received,json=losPacketsReceived,proto3" json:"los_packets_received,omitempty"`
	InvalidPacketsReceived   uint64         `` /* 131-byte string literal not displayed */
	ConfigurationPacketsSent uint64         `` /* 137-byte string literal not displayed */
	AckPacketsSent           uint64         `protobuf:"varint,58,opt,name=ack_packets_sent,json=ackPacketsSent,proto3" json:"ack_packets_sent,omitempty"`
	RejectPacketsSent        uint64         `protobuf:"varint,59,opt,name=reject_packets_sent,json=rejectPacketsSent,proto3" json:"reject_packets_sent,omitempty"`
	ProbePacketsSent         uint64         `protobuf:"varint,60,opt,name=probe_packets_sent,json=probePacketsSent,proto3" json:"probe_packets_sent,omitempty"`
	HostAckPacketsReceived   uint64         `` /* 133-byte string literal not displayed */
	HostAckPacketsSent       uint64         `protobuf:"varint,62,opt,name=host_ack_packets_sent,json=hostAckPacketsSent,proto3" json:"host_ack_packets_sent,omitempty"`
	SecsSincePktsCleaned     uint64         `` /* 127-byte string literal not displayed */
	Satellite                []*DpmOperSat  `protobuf:"bytes,64,rep,name=satellite,proto3" json:"satellite,omitempty"`
	RemoteHost               []*DpmOperHost `protobuf:"bytes,65,rep,name=remote_host,json=remoteHost,proto3" json:"remote_host,omitempty"`
	XXX_NoUnkeyedLiteral     struct{}       `json:"-"`
	XXX_unrecognized         []byte         `json:"-"`
	XXX_sizecache            int32          `json:"-"`
}

func (*DpmOperIf) Descriptor

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

func (*DpmOperIf) GetAckPacketsSent

func (m *DpmOperIf) GetAckPacketsSent() uint64

func (*DpmOperIf) GetConfigurationPacketsSent

func (m *DpmOperIf) GetConfigurationPacketsSent() uint64

func (*DpmOperIf) GetDiscoveryInterfaceHandle

func (m *DpmOperIf) GetDiscoveryInterfaceHandle() string

func (*DpmOperIf) GetDiscoveryInterfaceStatus

func (m *DpmOperIf) GetDiscoveryInterfaceStatus() string

func (*DpmOperIf) GetDiscoveryInterfaceXr

func (m *DpmOperIf) GetDiscoveryInterfaceXr() string

func (*DpmOperIf) GetHostAckPacketsReceived

func (m *DpmOperIf) GetHostAckPacketsReceived() uint64

func (*DpmOperIf) GetHostAckPacketsSent

func (m *DpmOperIf) GetHostAckPacketsSent() uint64

func (*DpmOperIf) GetIdentPacketsReceived

func (m *DpmOperIf) GetIdentPacketsReceived() uint64

func (*DpmOperIf) GetInvalidPacketsReceived

func (m *DpmOperIf) GetInvalidPacketsReceived() uint64

func (*DpmOperIf) GetLosPacketsReceived

func (m *DpmOperIf) GetLosPacketsReceived() uint64

func (*DpmOperIf) GetProbePacketsSent

func (m *DpmOperIf) GetProbePacketsSent() uint64

func (*DpmOperIf) GetReadyPacketsReceived

func (m *DpmOperIf) GetReadyPacketsReceived() uint64

func (*DpmOperIf) GetRejectPacketsSent

func (m *DpmOperIf) GetRejectPacketsSent() uint64

func (*DpmOperIf) GetRemoteHost

func (m *DpmOperIf) GetRemoteHost() []*DpmOperHost

func (*DpmOperIf) GetSatellite

func (m *DpmOperIf) GetSatellite() []*DpmOperSat

func (*DpmOperIf) GetSecsSincePktsCleaned

func (m *DpmOperIf) GetSecsSincePktsCleaned() uint64

func (*DpmOperIf) ProtoMessage

func (*DpmOperIf) ProtoMessage()

func (*DpmOperIf) Reset

func (m *DpmOperIf) Reset()

func (*DpmOperIf) String

func (m *DpmOperIf) String() string

func (*DpmOperIf) XXX_DiscardUnknown

func (m *DpmOperIf) XXX_DiscardUnknown()

func (*DpmOperIf) XXX_Marshal

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

func (*DpmOperIf) XXX_Merge

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

func (*DpmOperIf) XXX_Size

func (m *DpmOperIf) XXX_Size() int

func (*DpmOperIf) XXX_Unmarshal

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

type DpmOperIf_KEYS

type DpmOperIf_KEYS struct {
	DiscoveryInterface   string   `protobuf:"bytes,1,opt,name=discovery_interface,json=discoveryInterface,proto3" json:"discovery_interface,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DpmOperIf_KEYS) Descriptor

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

func (*DpmOperIf_KEYS) GetDiscoveryInterface

func (m *DpmOperIf_KEYS) GetDiscoveryInterface() string

func (*DpmOperIf_KEYS) ProtoMessage

func (*DpmOperIf_KEYS) ProtoMessage()

func (*DpmOperIf_KEYS) Reset

func (m *DpmOperIf_KEYS) Reset()

func (*DpmOperIf_KEYS) String

func (m *DpmOperIf_KEYS) String() string

func (*DpmOperIf_KEYS) XXX_DiscardUnknown

func (m *DpmOperIf_KEYS) XXX_DiscardUnknown()

func (*DpmOperIf_KEYS) XXX_Marshal

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

func (*DpmOperIf_KEYS) XXX_Merge

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

func (*DpmOperIf_KEYS) XXX_Size

func (m *DpmOperIf_KEYS) XXX_Size() int

func (*DpmOperIf_KEYS) XXX_Unmarshal

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

type DpmOperSat

type DpmOperSat struct {
	SatelliteId              uint32   `protobuf:"varint,1,opt,name=satellite_id,json=satelliteId,proto3" json:"satellite_id,omitempty"`
	SatelliteInterfaceId     uint32   `protobuf:"varint,2,opt,name=satellite_interface_id,json=satelliteInterfaceId,proto3" json:"satellite_interface_id,omitempty"`
	SatelliteInterfaceMac    string   `` /* 126-byte string literal not displayed */
	SatelliteIpAddress       string   `protobuf:"bytes,4,opt,name=satellite_ip_address,json=satelliteIpAddress,proto3" json:"satellite_ip_address,omitempty"`
	HostIpAddress            string   `protobuf:"bytes,5,opt,name=host_ip_address,json=hostIpAddress,proto3" json:"host_ip_address,omitempty"`
	SatelliteChassisType     string   `protobuf:"bytes,6,opt,name=satellite_chassis_type,json=satelliteChassisType,proto3" json:"satellite_chassis_type,omitempty"`
	SatelliteChassisVendor   string   `` /* 129-byte string literal not displayed */
	SatelliteChassisMac      string   `protobuf:"bytes,8,opt,name=satellite_chassis_mac,json=satelliteChassisMac,proto3" json:"satellite_chassis_mac,omitempty"`
	SatelliteSerialId        string   `protobuf:"bytes,9,opt,name=satellite_serial_id,json=satelliteSerialId,proto3" json:"satellite_serial_id,omitempty"`
	SatelliteModuleType      string   `protobuf:"bytes,10,opt,name=satellite_module_type,json=satelliteModuleType,proto3" json:"satellite_module_type,omitempty"`
	SatelliteModuleVendor    string   `` /* 127-byte string literal not displayed */
	SatelliteModuleMac       string   `protobuf:"bytes,12,opt,name=satellite_module_mac,json=satelliteModuleMac,proto3" json:"satellite_module_mac,omitempty"`
	ConflictReason           uint32   `protobuf:"varint,13,opt,name=conflict_reason,json=conflictReason,proto3" json:"conflict_reason,omitempty"`
	ReceivedSysMac           string   `protobuf:"bytes,14,opt,name=received_sys_mac,json=receivedSysMac,proto3" json:"received_sys_mac,omitempty"`
	HostChassisType          string   `protobuf:"bytes,15,opt,name=host_chassis_type,json=hostChassisType,proto3" json:"host_chassis_type,omitempty"`
	HostChassisVendor        string   `protobuf:"bytes,16,opt,name=host_chassis_vendor,json=hostChassisVendor,proto3" json:"host_chassis_vendor,omitempty"`
	HostChassisMac           string   `protobuf:"bytes,17,opt,name=host_chassis_mac,json=hostChassisMac,proto3" json:"host_chassis_mac,omitempty"`
	DiscoveryProtocolState   string   `` /* 130-byte string literal not displayed */
	LastImdrState            uint32   `protobuf:"varint,19,opt,name=last_imdr_state,json=lastImdrState,proto3" json:"last_imdr_state,omitempty"`
	CurrentTimeout           uint32   `protobuf:"varint,20,opt,name=current_timeout,json=currentTimeout,proto3" json:"current_timeout,omitempty"`
	IsQueuedForEfd           bool     `protobuf:"varint,21,opt,name=is_queued_for_efd,json=isQueuedForEfd,proto3" json:"is_queued_for_efd,omitempty"`
	IsQueuedForOc            bool     `protobuf:"varint,22,opt,name=is_queued_for_oc,json=isQueuedForOc,proto3" json:"is_queued_for_oc,omitempty"`
	IfmgrState               bool     `protobuf:"varint,23,opt,name=ifmgr_state,json=ifmgrState,proto3" json:"ifmgr_state,omitempty"`
	Legacy                   bool     `protobuf:"varint,24,opt,name=legacy,proto3" json:"legacy,omitempty"`
	Deleting                 bool     `protobuf:"varint,25,opt,name=deleting,proto3" json:"deleting,omitempty"`
	IdentPacketsReceived     uint64   `protobuf:"varint,26,opt,name=ident_packets_received,json=identPacketsReceived,proto3" json:"ident_packets_received,omitempty"`
	ReadyPacketsReceived     uint64   `protobuf:"varint,27,opt,name=ready_packets_received,json=readyPacketsReceived,proto3" json:"ready_packets_received,omitempty"`
	LosPacketsReceived       uint64   `protobuf:"varint,28,opt,name=los_packets_received,json=losPacketsReceived,proto3" json:"los_packets_received,omitempty"`
	InvalidPacketsReceived   uint64   `` /* 131-byte string literal not displayed */
	ConfigurationPacketsSent uint64   `` /* 137-byte string literal not displayed */
	AckPacketsSent           uint64   `protobuf:"varint,31,opt,name=ack_packets_sent,json=ackPacketsSent,proto3" json:"ack_packets_sent,omitempty"`
	RejectPacketsSent        uint64   `protobuf:"varint,32,opt,name=reject_packets_sent,json=rejectPacketsSent,proto3" json:"reject_packets_sent,omitempty"`
	SecsSincePktsCleaned     uint64   `` /* 127-byte string literal not displayed */
	XXX_NoUnkeyedLiteral     struct{} `json:"-"`
	XXX_unrecognized         []byte   `json:"-"`
	XXX_sizecache            int32    `json:"-"`
}

func (*DpmOperSat) Descriptor

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

func (*DpmOperSat) GetAckPacketsSent

func (m *DpmOperSat) GetAckPacketsSent() uint64

func (*DpmOperSat) GetConfigurationPacketsSent

func (m *DpmOperSat) GetConfigurationPacketsSent() uint64

func (*DpmOperSat) GetConflictReason

func (m *DpmOperSat) GetConflictReason() uint32

func (*DpmOperSat) GetCurrentTimeout

func (m *DpmOperSat) GetCurrentTimeout() uint32

func (*DpmOperSat) GetDeleting

func (m *DpmOperSat) GetDeleting() bool

func (*DpmOperSat) GetDiscoveryProtocolState

func (m *DpmOperSat) GetDiscoveryProtocolState() string

func (*DpmOperSat) GetHostChassisMac

func (m *DpmOperSat) GetHostChassisMac() string

func (*DpmOperSat) GetHostChassisType

func (m *DpmOperSat) GetHostChassisType() string

func (*DpmOperSat) GetHostChassisVendor

func (m *DpmOperSat) GetHostChassisVendor() string

func (*DpmOperSat) GetHostIpAddress

func (m *DpmOperSat) GetHostIpAddress() string

func (*DpmOperSat) GetIdentPacketsReceived

func (m *DpmOperSat) GetIdentPacketsReceived() uint64

func (*DpmOperSat) GetIfmgrState

func (m *DpmOperSat) GetIfmgrState() bool

func (*DpmOperSat) GetInvalidPacketsReceived

func (m *DpmOperSat) GetInvalidPacketsReceived() uint64

func (*DpmOperSat) GetIsQueuedForEfd

func (m *DpmOperSat) GetIsQueuedForEfd() bool

func (*DpmOperSat) GetIsQueuedForOc

func (m *DpmOperSat) GetIsQueuedForOc() bool

func (*DpmOperSat) GetLastImdrState

func (m *DpmOperSat) GetLastImdrState() uint32

func (*DpmOperSat) GetLegacy

func (m *DpmOperSat) GetLegacy() bool

func (*DpmOperSat) GetLosPacketsReceived

func (m *DpmOperSat) GetLosPacketsReceived() uint64

func (*DpmOperSat) GetReadyPacketsReceived

func (m *DpmOperSat) GetReadyPacketsReceived() uint64

func (*DpmOperSat) GetReceivedSysMac

func (m *DpmOperSat) GetReceivedSysMac() string

func (*DpmOperSat) GetRejectPacketsSent

func (m *DpmOperSat) GetRejectPacketsSent() uint64

func (*DpmOperSat) GetSatelliteChassisMac

func (m *DpmOperSat) GetSatelliteChassisMac() string

func (*DpmOperSat) GetSatelliteChassisType

func (m *DpmOperSat) GetSatelliteChassisType() string

func (*DpmOperSat) GetSatelliteChassisVendor

func (m *DpmOperSat) GetSatelliteChassisVendor() string

func (*DpmOperSat) GetSatelliteId

func (m *DpmOperSat) GetSatelliteId() uint32

func (*DpmOperSat) GetSatelliteInterfaceId

func (m *DpmOperSat) GetSatelliteInterfaceId() uint32

func (*DpmOperSat) GetSatelliteInterfaceMac

func (m *DpmOperSat) GetSatelliteInterfaceMac() string

func (*DpmOperSat) GetSatelliteIpAddress

func (m *DpmOperSat) GetSatelliteIpAddress() string

func (*DpmOperSat) GetSatelliteModuleMac

func (m *DpmOperSat) GetSatelliteModuleMac() string

func (*DpmOperSat) GetSatelliteModuleType

func (m *DpmOperSat) GetSatelliteModuleType() string

func (*DpmOperSat) GetSatelliteModuleVendor

func (m *DpmOperSat) GetSatelliteModuleVendor() string

func (*DpmOperSat) GetSatelliteSerialId

func (m *DpmOperSat) GetSatelliteSerialId() string

func (*DpmOperSat) GetSecsSincePktsCleaned

func (m *DpmOperSat) GetSecsSincePktsCleaned() uint64

func (*DpmOperSat) ProtoMessage

func (*DpmOperSat) ProtoMessage()

func (*DpmOperSat) Reset

func (m *DpmOperSat) Reset()

func (*DpmOperSat) String

func (m *DpmOperSat) String() string

func (*DpmOperSat) XXX_DiscardUnknown

func (m *DpmOperSat) XXX_DiscardUnknown()

func (*DpmOperSat) XXX_Marshal

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

func (*DpmOperSat) XXX_Merge

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

func (*DpmOperSat) XXX_Size

func (m *DpmOperSat) XXX_Size() int

func (*DpmOperSat) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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