cisco_ios_xr_pfi_im_cmd_oper_interfaces_interface_xr_interface

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-pfi-im-cmd-oper:interfaces/interface-xr/interface

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BmLacpCounters

type BmLacpCounters struct {
	LacpdUsReceived             uint32   `protobuf:"varint,1,opt,name=lacpd_us_received,json=lacpdUsReceived,proto3" json:"lacpd_us_received,omitempty"`
	LacpdUsTransmitted          uint32   `protobuf:"varint,2,opt,name=lacpd_us_transmitted,json=lacpdUsTransmitted,proto3" json:"lacpd_us_transmitted,omitempty"`
	MarkerPacketsReceived       uint32   `` /* 127-byte string literal not displayed */
	MarkerResponsesTransmitted  uint32   `` /* 142-byte string literal not displayed */
	IllegalPacketsReceived      uint32   `` /* 130-byte string literal not displayed */
	ExcessLacpdUsReceived       uint32   `` /* 129-byte string literal not displayed */
	ExcessMarkerPacketsReceived uint32   `` /* 147-byte string literal not displayed */
	Defaulted                   uint32   `protobuf:"varint,8,opt,name=defaulted,proto3" json:"defaulted,omitempty"`
	Expired                     uint32   `protobuf:"varint,9,opt,name=expired,proto3" json:"expired,omitempty"`
	LastClearedSec              uint32   `protobuf:"varint,10,opt,name=last_cleared_sec,json=lastClearedSec,proto3" json:"last_cleared_sec,omitempty"`
	LastClearedNsec             uint32   `protobuf:"varint,11,opt,name=last_cleared_nsec,json=lastClearedNsec,proto3" json:"last_cleared_nsec,omitempty"`
	XXX_NoUnkeyedLiteral        struct{} `json:"-"`
	XXX_unrecognized            []byte   `json:"-"`
	XXX_sizecache               int32    `json:"-"`
}

func (*BmLacpCounters) Descriptor

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

func (*BmLacpCounters) GetDefaulted

func (m *BmLacpCounters) GetDefaulted() uint32

func (*BmLacpCounters) GetExcessLacpdUsReceived

func (m *BmLacpCounters) GetExcessLacpdUsReceived() uint32

func (*BmLacpCounters) GetExcessMarkerPacketsReceived

func (m *BmLacpCounters) GetExcessMarkerPacketsReceived() uint32

func (*BmLacpCounters) GetExpired

func (m *BmLacpCounters) GetExpired() uint32

func (*BmLacpCounters) GetIllegalPacketsReceived

func (m *BmLacpCounters) GetIllegalPacketsReceived() uint32

func (*BmLacpCounters) GetLacpdUsReceived

func (m *BmLacpCounters) GetLacpdUsReceived() uint32

func (*BmLacpCounters) GetLacpdUsTransmitted

func (m *BmLacpCounters) GetLacpdUsTransmitted() uint32

func (*BmLacpCounters) GetLastClearedNsec

func (m *BmLacpCounters) GetLastClearedNsec() uint32

func (*BmLacpCounters) GetLastClearedSec

func (m *BmLacpCounters) GetLastClearedSec() uint32

func (*BmLacpCounters) GetMarkerPacketsReceived

func (m *BmLacpCounters) GetMarkerPacketsReceived() uint32

func (*BmLacpCounters) GetMarkerResponsesTransmitted

func (m *BmLacpCounters) GetMarkerResponsesTransmitted() uint32

func (*BmLacpCounters) ProtoMessage

func (*BmLacpCounters) ProtoMessage()

func (*BmLacpCounters) Reset

func (m *BmLacpCounters) Reset()

func (*BmLacpCounters) String

func (m *BmLacpCounters) String() string

func (*BmLacpCounters) XXX_DiscardUnknown

func (m *BmLacpCounters) XXX_DiscardUnknown()

func (*BmLacpCounters) XXX_Marshal

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

func (*BmLacpCounters) XXX_Merge

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

func (*BmLacpCounters) XXX_Size

func (m *BmLacpCounters) XXX_Size() int

func (*BmLacpCounters) XXX_Unmarshal

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

type BmLacpLinkData

type BmLacpLinkData struct {
	InterfaceHandle         string   `protobuf:"bytes,1,opt,name=interface_handle,json=interfaceHandle,proto3" json:"interface_handle,omitempty"`
	ActorSystemPriority     uint32   `protobuf:"varint,2,opt,name=actor_system_priority,json=actorSystemPriority,proto3" json:"actor_system_priority,omitempty"`
	ActorSystemMacAddress   string   `` /* 128-byte string literal not displayed */
	ActorOperationalKey     uint32   `protobuf:"varint,4,opt,name=actor_operational_key,json=actorOperationalKey,proto3" json:"actor_operational_key,omitempty"`
	PartnerSystemPriority   uint32   `` /* 127-byte string literal not displayed */
	PartnerSystemMacAddress string   `` /* 134-byte string literal not displayed */
	PartnerOperationalKey   uint32   `` /* 127-byte string literal not displayed */
	SelectedAggregatorId    uint32   `protobuf:"varint,8,opt,name=selected_aggregator_id,json=selectedAggregatorId,proto3" json:"selected_aggregator_id,omitempty"`
	AttachedAggregatorId    uint32   `protobuf:"varint,9,opt,name=attached_aggregator_id,json=attachedAggregatorId,proto3" json:"attached_aggregator_id,omitempty"`
	ActorPortId             uint32   `protobuf:"varint,10,opt,name=actor_port_id,json=actorPortId,proto3" json:"actor_port_id,omitempty"`
	ActorPortPriority       uint32   `protobuf:"varint,11,opt,name=actor_port_priority,json=actorPortPriority,proto3" json:"actor_port_priority,omitempty"`
	PartnerPortId           uint32   `protobuf:"varint,12,opt,name=partner_port_id,json=partnerPortId,proto3" json:"partner_port_id,omitempty"`
	PartnerPortPriority     uint32   `protobuf:"varint,13,opt,name=partner_port_priority,json=partnerPortPriority,proto3" json:"partner_port_priority,omitempty"`
	ActorPortState          uint32   `protobuf:"varint,14,opt,name=actor_port_state,json=actorPortState,proto3" json:"actor_port_state,omitempty"`
	PartnerPortState        uint32   `protobuf:"varint,15,opt,name=partner_port_state,json=partnerPortState,proto3" json:"partner_port_state,omitempty"`
	XXX_NoUnkeyedLiteral    struct{} `json:"-"`
	XXX_unrecognized        []byte   `json:"-"`
	XXX_sizecache           int32    `json:"-"`
}

func (*BmLacpLinkData) Descriptor

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

func (*BmLacpLinkData) GetActorOperationalKey

func (m *BmLacpLinkData) GetActorOperationalKey() uint32

func (*BmLacpLinkData) GetActorPortId

func (m *BmLacpLinkData) GetActorPortId() uint32

func (*BmLacpLinkData) GetActorPortPriority

func (m *BmLacpLinkData) GetActorPortPriority() uint32

func (*BmLacpLinkData) GetActorPortState

func (m *BmLacpLinkData) GetActorPortState() uint32

func (*BmLacpLinkData) GetActorSystemMacAddress

func (m *BmLacpLinkData) GetActorSystemMacAddress() string

func (*BmLacpLinkData) GetActorSystemPriority

func (m *BmLacpLinkData) GetActorSystemPriority() uint32

func (*BmLacpLinkData) GetAttachedAggregatorId

func (m *BmLacpLinkData) GetAttachedAggregatorId() uint32

func (*BmLacpLinkData) GetInterfaceHandle

func (m *BmLacpLinkData) GetInterfaceHandle() string

func (*BmLacpLinkData) GetPartnerOperationalKey

func (m *BmLacpLinkData) GetPartnerOperationalKey() uint32

func (*BmLacpLinkData) GetPartnerPortId

func (m *BmLacpLinkData) GetPartnerPortId() uint32

func (*BmLacpLinkData) GetPartnerPortPriority

func (m *BmLacpLinkData) GetPartnerPortPriority() uint32

func (*BmLacpLinkData) GetPartnerPortState

func (m *BmLacpLinkData) GetPartnerPortState() uint32

func (*BmLacpLinkData) GetPartnerSystemMacAddress

func (m *BmLacpLinkData) GetPartnerSystemMacAddress() string

func (*BmLacpLinkData) GetPartnerSystemPriority

func (m *BmLacpLinkData) GetPartnerSystemPriority() uint32

func (*BmLacpLinkData) GetSelectedAggregatorId

func (m *BmLacpLinkData) GetSelectedAggregatorId() uint32

func (*BmLacpLinkData) ProtoMessage

func (*BmLacpLinkData) ProtoMessage()

func (*BmLacpLinkData) Reset

func (m *BmLacpLinkData) Reset()

func (*BmLacpLinkData) String

func (m *BmLacpLinkData) String() string

func (*BmLacpLinkData) XXX_DiscardUnknown

func (m *BmLacpLinkData) XXX_DiscardUnknown()

func (*BmLacpLinkData) XXX_Marshal

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

func (*BmLacpLinkData) XXX_Merge

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

func (*BmLacpLinkData) XXX_Size

func (m *BmLacpLinkData) XXX_Size() int

func (*BmLacpLinkData) XXX_Unmarshal

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

type BmMacAddrSt

type BmMacAddrSt struct {
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BmMacAddrSt) Descriptor

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

func (*BmMacAddrSt) GetAddress

func (m *BmMacAddrSt) GetAddress() string

func (*BmMacAddrSt) ProtoMessage

func (*BmMacAddrSt) ProtoMessage()

func (*BmMacAddrSt) Reset

func (m *BmMacAddrSt) Reset()

func (*BmMacAddrSt) String

func (m *BmMacAddrSt) String() string

func (*BmMacAddrSt) XXX_DiscardUnknown

func (m *BmMacAddrSt) XXX_DiscardUnknown()

func (*BmMacAddrSt) XXX_Marshal

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

func (*BmMacAddrSt) XXX_Merge

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

func (*BmMacAddrSt) XXX_Size

func (m *BmMacAddrSt) XXX_Size() int

func (*BmMacAddrSt) XXX_Unmarshal

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

type BmMbrStateReasonDataType

type BmMbrStateReasonDataType struct {
	ReasonType           string   `protobuf:"bytes,1,opt,name=reason_type,json=reasonType,proto3" json:"reason_type,omitempty"`
	Severity             string   `protobuf:"bytes,2,opt,name=severity,proto3" json:"severity,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*BmMbrStateReasonDataType) Descriptor

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

func (*BmMbrStateReasonDataType) GetReasonType

func (m *BmMbrStateReasonDataType) GetReasonType() string

func (*BmMbrStateReasonDataType) GetSeverity

func (m *BmMbrStateReasonDataType) GetSeverity() string

func (*BmMbrStateReasonDataType) ProtoMessage

func (*BmMbrStateReasonDataType) ProtoMessage()

func (*BmMbrStateReasonDataType) Reset

func (m *BmMbrStateReasonDataType) Reset()

func (*BmMbrStateReasonDataType) String

func (m *BmMbrStateReasonDataType) String() string

func (*BmMbrStateReasonDataType) XXX_DiscardUnknown

func (m *BmMbrStateReasonDataType) XXX_DiscardUnknown()

func (*BmMbrStateReasonDataType) XXX_Marshal

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

func (*BmMbrStateReasonDataType) XXX_Merge

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

func (*BmMbrStateReasonDataType) XXX_Size

func (m *BmMbrStateReasonDataType) XXX_Size() int

func (*BmMbrStateReasonDataType) XXX_Unmarshal

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

type BmMemberData

type BmMemberData struct {
	InterfaceName        string          `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	PortPriority         uint32          `protobuf:"varint,2,opt,name=port_priority,json=portPriority,proto3" json:"port_priority,omitempty"`
	PortNumber           uint32          `protobuf:"varint,3,opt,name=port_number,json=portNumber,proto3" json:"port_number,omitempty"`
	UnderlyingLinkId     uint32          `protobuf:"varint,4,opt,name=underlying_link_id,json=underlyingLinkId,proto3" json:"underlying_link_id,omitempty"`
	LinkOrderNumber      uint32          `protobuf:"varint,5,opt,name=link_order_number,json=linkOrderNumber,proto3" json:"link_order_number,omitempty"`
	IccpNode             uint32          `protobuf:"varint,6,opt,name=iccp_node,json=iccpNode,proto3" json:"iccp_node,omitempty"`
	Bandwidth            uint32          `protobuf:"varint,7,opt,name=bandwidth,proto3" json:"bandwidth,omitempty"`
	LacpEnabled          string          `protobuf:"bytes,8,opt,name=lacp_enabled,json=lacpEnabled,proto3" json:"lacp_enabled,omitempty"`
	Counters             *BmLacpCounters `protobuf:"bytes,9,opt,name=counters,proto3" json:"counters,omitempty"`
	LinkData             *BmLacpLinkData `protobuf:"bytes,10,opt,name=link_data,json=linkData,proto3" json:"link_data,omitempty"`
	MemberMuxData        *BmMuxData      `protobuf:"bytes,11,opt,name=member_mux_data,json=memberMuxData,proto3" json:"member_mux_data,omitempty"`
	MemberType           string          `protobuf:"bytes,12,opt,name=member_type,json=memberType,proto3" json:"member_type,omitempty"`
	MemberName           string          `protobuf:"bytes,13,opt,name=member_name,json=memberName,proto3" json:"member_name,omitempty"`
	MacAddress           *BmMacAddrSt    `protobuf:"bytes,14,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	ReplicationError     uint32          `protobuf:"varint,15,opt,name=replication_error,json=replicationError,proto3" json:"replication_error,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*BmMemberData) Descriptor

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

func (*BmMemberData) GetBandwidth

func (m *BmMemberData) GetBandwidth() uint32

func (*BmMemberData) GetCounters

func (m *BmMemberData) GetCounters() *BmLacpCounters

func (*BmMemberData) GetIccpNode

func (m *BmMemberData) GetIccpNode() uint32

func (*BmMemberData) GetInterfaceName

func (m *BmMemberData) GetInterfaceName() string

func (*BmMemberData) GetLacpEnabled

func (m *BmMemberData) GetLacpEnabled() string

func (*BmMemberData) GetLinkData

func (m *BmMemberData) GetLinkData() *BmLacpLinkData

func (*BmMemberData) GetLinkOrderNumber

func (m *BmMemberData) GetLinkOrderNumber() uint32

func (*BmMemberData) GetMacAddress

func (m *BmMemberData) GetMacAddress() *BmMacAddrSt

func (*BmMemberData) GetMemberMuxData

func (m *BmMemberData) GetMemberMuxData() *BmMuxData

func (*BmMemberData) GetMemberName

func (m *BmMemberData) GetMemberName() string

func (*BmMemberData) GetMemberType

func (m *BmMemberData) GetMemberType() string

func (*BmMemberData) GetPortNumber

func (m *BmMemberData) GetPortNumber() uint32

func (*BmMemberData) GetPortPriority

func (m *BmMemberData) GetPortPriority() uint32

func (*BmMemberData) GetReplicationError

func (m *BmMemberData) GetReplicationError() uint32

func (*BmMemberData) GetUnderlyingLinkId

func (m *BmMemberData) GetUnderlyingLinkId() uint32

func (*BmMemberData) ProtoMessage

func (*BmMemberData) ProtoMessage()

func (*BmMemberData) Reset

func (m *BmMemberData) Reset()

func (*BmMemberData) String

func (m *BmMemberData) String() string

func (*BmMemberData) XXX_DiscardUnknown

func (m *BmMemberData) XXX_DiscardUnknown()

func (*BmMemberData) XXX_Marshal

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

func (*BmMemberData) XXX_Merge

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

func (*BmMemberData) XXX_Size

func (m *BmMemberData) XXX_Size() int

func (*BmMemberData) XXX_Unmarshal

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

type BmMuxData

type BmMuxData struct {
	MuxState                 string                    `protobuf:"bytes,1,opt,name=mux_state,json=muxState,proto3" json:"mux_state,omitempty"`
	Error                    uint32                    `protobuf:"varint,2,opt,name=error,proto3" json:"error,omitempty"`
	MemberMuxStateReason     string                    `protobuf:"bytes,3,opt,name=member_mux_state_reason,json=memberMuxStateReason,proto3" json:"member_mux_state_reason,omitempty"`
	MemberMuxStateReasonData *BmMbrStateReasonDataType `` /* 139-byte string literal not displayed */
	MemberState              string                    `protobuf:"bytes,5,opt,name=member_state,json=memberState,proto3" json:"member_state,omitempty"`
	MuxStateReason           string                    `protobuf:"bytes,6,opt,name=mux_state_reason,json=muxStateReason,proto3" json:"mux_state_reason,omitempty"`
	XXX_NoUnkeyedLiteral     struct{}                  `json:"-"`
	XXX_unrecognized         []byte                    `json:"-"`
	XXX_sizecache            int32                     `json:"-"`
}

func (*BmMuxData) Descriptor

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

func (*BmMuxData) GetError

func (m *BmMuxData) GetError() uint32

func (*BmMuxData) GetMemberMuxStateReason

func (m *BmMuxData) GetMemberMuxStateReason() string

func (*BmMuxData) GetMemberMuxStateReasonData

func (m *BmMuxData) GetMemberMuxStateReasonData() *BmMbrStateReasonDataType

func (*BmMuxData) GetMemberState

func (m *BmMuxData) GetMemberState() string

func (*BmMuxData) GetMuxState

func (m *BmMuxData) GetMuxState() string

func (*BmMuxData) GetMuxStateReason

func (m *BmMuxData) GetMuxStateReason() string

func (*BmMuxData) ProtoMessage

func (*BmMuxData) ProtoMessage()

func (*BmMuxData) Reset

func (m *BmMuxData) Reset()

func (*BmMuxData) String

func (m *BmMuxData) String() string

func (*BmMuxData) XXX_DiscardUnknown

func (m *BmMuxData) XXX_DiscardUnknown()

func (*BmMuxData) XXX_Marshal

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

func (*BmMuxData) XXX_Merge

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

func (*BmMuxData) XXX_Size

func (m *BmMuxData) XXX_Size() int

func (*BmMuxData) XXX_Unmarshal

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

type CemInterface

type CemInterface struct {
	Timeslots            string   `protobuf:"bytes,1,opt,name=timeslots,proto3" json:"timeslots,omitempty"`
	Payload              uint32   `protobuf:"varint,2,opt,name=payload,proto3" json:"payload,omitempty"`
	DejitterBuffer       uint32   `protobuf:"varint,3,opt,name=dejitter_buffer,json=dejitterBuffer,proto3" json:"dejitter_buffer,omitempty"`
	Framing              int32    `protobuf:"zigzag32,4,opt,name=framing,proto3" json:"framing,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CemInterface) Descriptor

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

func (*CemInterface) GetDejitterBuffer

func (m *CemInterface) GetDejitterBuffer() uint32

func (*CemInterface) GetFraming

func (m *CemInterface) GetFraming() int32

func (*CemInterface) GetPayload

func (m *CemInterface) GetPayload() uint32

func (*CemInterface) GetTimeslots

func (m *CemInterface) GetTimeslots() string

func (*CemInterface) ProtoMessage

func (*CemInterface) ProtoMessage()

func (*CemInterface) Reset

func (m *CemInterface) Reset()

func (*CemInterface) String

func (m *CemInterface) String() string

func (*CemInterface) XXX_DiscardUnknown

func (m *CemInterface) XXX_DiscardUnknown()

func (*CemInterface) XXX_Marshal

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

func (*CemInterface) XXX_Merge

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

func (*CemInterface) XXX_Size

func (m *CemInterface) XXX_Size() int

func (*CemInterface) XXX_Unmarshal

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

type EfpDescription

type EfpDescription struct {
	TagsToMatch          []*EfpTagMatch           `protobuf:"bytes,1,rep,name=tags_to_match,json=tagsToMatch,proto3" json:"tags_to_match,omitempty"`
	PayloadEthertype     string                   `protobuf:"bytes,2,opt,name=payload_ethertype,json=payloadEthertype,proto3" json:"payload_ethertype,omitempty"`
	TagsPopped           uint32                   `protobuf:"varint,3,opt,name=tags_popped,json=tagsPopped,proto3" json:"tags_popped,omitempty"`
	Pushe                []*EfpVlanTag            `protobuf:"bytes,4,rep,name=pushe,proto3" json:"pushe,omitempty"`
	LocalTrafficStack    *EfpTagLocalTrafficStack `protobuf:"bytes,5,opt,name=local_traffic_stack,json=localTrafficStack,proto3" json:"local_traffic_stack,omitempty"`
	IsExactMatch         int32                    `protobuf:"zigzag32,6,opt,name=is_exact_match,json=isExactMatch,proto3" json:"is_exact_match,omitempty"`
	IsNativeVlan         int32                    `protobuf:"zigzag32,7,opt,name=is_native_vlan,json=isNativeVlan,proto3" json:"is_native_vlan,omitempty"`
	IsNativePreserving   int32                    `protobuf:"zigzag32,8,opt,name=is_native_preserving,json=isNativePreserving,proto3" json:"is_native_preserving,omitempty"`
	SourceMacMatch       string                   `protobuf:"bytes,9,opt,name=source_mac_match,json=sourceMacMatch,proto3" json:"source_mac_match,omitempty"`
	DestinationMacMatch  string                   `protobuf:"bytes,10,opt,name=destination_mac_match,json=destinationMacMatch,proto3" json:"destination_mac_match,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*EfpDescription) Descriptor

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

func (*EfpDescription) GetDestinationMacMatch

func (m *EfpDescription) GetDestinationMacMatch() string

func (*EfpDescription) GetIsExactMatch

func (m *EfpDescription) GetIsExactMatch() int32

func (*EfpDescription) GetIsNativePreserving

func (m *EfpDescription) GetIsNativePreserving() int32

func (*EfpDescription) GetIsNativeVlan

func (m *EfpDescription) GetIsNativeVlan() int32

func (*EfpDescription) GetLocalTrafficStack

func (m *EfpDescription) GetLocalTrafficStack() *EfpTagLocalTrafficStack

func (*EfpDescription) GetPayloadEthertype

func (m *EfpDescription) GetPayloadEthertype() string

func (*EfpDescription) GetPushe

func (m *EfpDescription) GetPushe() []*EfpVlanTag

func (*EfpDescription) GetSourceMacMatch

func (m *EfpDescription) GetSourceMacMatch() string

func (*EfpDescription) GetTagsPopped

func (m *EfpDescription) GetTagsPopped() uint32

func (*EfpDescription) GetTagsToMatch

func (m *EfpDescription) GetTagsToMatch() []*EfpTagMatch

func (*EfpDescription) ProtoMessage

func (*EfpDescription) ProtoMessage()

func (*EfpDescription) Reset

func (m *EfpDescription) Reset()

func (*EfpDescription) String

func (m *EfpDescription) String() string

func (*EfpDescription) XXX_DiscardUnknown

func (m *EfpDescription) XXX_DiscardUnknown()

func (*EfpDescription) XXX_Marshal

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

func (*EfpDescription) XXX_Merge

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

func (*EfpDescription) XXX_Size

func (m *EfpDescription) XXX_Size() int

func (*EfpDescription) XXX_Unmarshal

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

type EfpRange

type EfpRange struct {
	VlanIdLow            uint32   `protobuf:"varint,1,opt,name=vlan_id_low,json=vlanIdLow,proto3" json:"vlan_id_low,omitempty"`
	VlanIdHigh           uint32   `protobuf:"varint,2,opt,name=vlan_id_high,json=vlanIdHigh,proto3" json:"vlan_id_high,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EfpRange) Descriptor

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

func (*EfpRange) GetVlanIdHigh

func (m *EfpRange) GetVlanIdHigh() uint32

func (*EfpRange) GetVlanIdLow

func (m *EfpRange) GetVlanIdLow() uint32

func (*EfpRange) ProtoMessage

func (*EfpRange) ProtoMessage()

func (*EfpRange) Reset

func (m *EfpRange) Reset()

func (*EfpRange) String

func (m *EfpRange) String() string

func (*EfpRange) XXX_DiscardUnknown

func (m *EfpRange) XXX_DiscardUnknown()

func (*EfpRange) XXX_Marshal

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

func (*EfpRange) XXX_Merge

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

func (*EfpRange) XXX_Size

func (m *EfpRange) XXX_Size() int

func (*EfpRange) XXX_Unmarshal

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

type EfpTagLocalTrafficStack

type EfpTagLocalTrafficStack struct {
	LocalTrafficTag      []*EfpVlanTag `protobuf:"bytes,1,rep,name=local_traffic_tag,json=localTrafficTag,proto3" json:"local_traffic_tag,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*EfpTagLocalTrafficStack) Descriptor

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

func (*EfpTagLocalTrafficStack) GetLocalTrafficTag

func (m *EfpTagLocalTrafficStack) GetLocalTrafficTag() []*EfpVlanTag

func (*EfpTagLocalTrafficStack) ProtoMessage

func (*EfpTagLocalTrafficStack) ProtoMessage()

func (*EfpTagLocalTrafficStack) Reset

func (m *EfpTagLocalTrafficStack) Reset()

func (*EfpTagLocalTrafficStack) String

func (m *EfpTagLocalTrafficStack) String() string

func (*EfpTagLocalTrafficStack) XXX_DiscardUnknown

func (m *EfpTagLocalTrafficStack) XXX_DiscardUnknown()

func (*EfpTagLocalTrafficStack) XXX_Marshal

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

func (*EfpTagLocalTrafficStack) XXX_Merge

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

func (*EfpTagLocalTrafficStack) XXX_Size

func (m *EfpTagLocalTrafficStack) XXX_Size() int

func (*EfpTagLocalTrafficStack) XXX_Unmarshal

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

type EfpTagMatch

type EfpTagMatch struct {
	Ethertype            string      `protobuf:"bytes,1,opt,name=ethertype,proto3" json:"ethertype,omitempty"`
	VlanRange            []*EfpRange `protobuf:"bytes,2,rep,name=vlan_range,json=vlanRange,proto3" json:"vlan_range,omitempty"`
	Priority             string      `protobuf:"bytes,3,opt,name=priority,proto3" json:"priority,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*EfpTagMatch) Descriptor

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

func (*EfpTagMatch) GetEthertype

func (m *EfpTagMatch) GetEthertype() string

func (*EfpTagMatch) GetPriority

func (m *EfpTagMatch) GetPriority() string

func (*EfpTagMatch) GetVlanRange

func (m *EfpTagMatch) GetVlanRange() []*EfpRange

func (*EfpTagMatch) ProtoMessage

func (*EfpTagMatch) ProtoMessage()

func (*EfpTagMatch) Reset

func (m *EfpTagMatch) Reset()

func (*EfpTagMatch) String

func (m *EfpTagMatch) String() string

func (*EfpTagMatch) XXX_DiscardUnknown

func (m *EfpTagMatch) XXX_DiscardUnknown()

func (*EfpTagMatch) XXX_Marshal

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

func (*EfpTagMatch) XXX_Merge

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

func (*EfpTagMatch) XXX_Size

func (m *EfpTagMatch) XXX_Size() int

func (*EfpTagMatch) XXX_Unmarshal

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

type EfpVlanTag

type EfpVlanTag struct {
	Ethertype            string   `protobuf:"bytes,1,opt,name=ethertype,proto3" json:"ethertype,omitempty"`
	VlanId               uint32   `protobuf:"varint,2,opt,name=vlan_id,json=vlanId,proto3" json:"vlan_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EfpVlanTag) Descriptor

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

func (*EfpVlanTag) GetEthertype

func (m *EfpVlanTag) GetEthertype() string

func (*EfpVlanTag) GetVlanId

func (m *EfpVlanTag) GetVlanId() uint32

func (*EfpVlanTag) ProtoMessage

func (*EfpVlanTag) ProtoMessage()

func (*EfpVlanTag) Reset

func (m *EfpVlanTag) Reset()

func (*EfpVlanTag) String

func (m *EfpVlanTag) String() string

func (*EfpVlanTag) XXX_DiscardUnknown

func (m *EfpVlanTag) XXX_DiscardUnknown()

func (*EfpVlanTag) XXX_Marshal

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

func (*EfpVlanTag) XXX_Merge

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

func (*EfpVlanTag) XXX_Size

func (m *EfpVlanTag) XXX_Size() int

func (*EfpVlanTag) XXX_Unmarshal

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

type IfstatsSrpPerSideDataRateSt

type IfstatsSrpPerSideDataRateSt struct {
	BitRateSent          uint32   `protobuf:"varint,1,opt,name=bit_rate_sent,json=bitRateSent,proto3" json:"bit_rate_sent,omitempty"`
	PacketRateSent       uint32   `protobuf:"varint,2,opt,name=packet_rate_sent,json=packetRateSent,proto3" json:"packet_rate_sent,omitempty"`
	BitRateReceived      uint32   `protobuf:"varint,3,opt,name=bit_rate_received,json=bitRateReceived,proto3" json:"bit_rate_received,omitempty"`
	PacketRateReceived   uint32   `protobuf:"varint,4,opt,name=packet_rate_received,json=packetRateReceived,proto3" json:"packet_rate_received,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IfstatsSrpPerSideDataRateSt) Descriptor

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

func (*IfstatsSrpPerSideDataRateSt) GetBitRateReceived

func (m *IfstatsSrpPerSideDataRateSt) GetBitRateReceived() uint32

func (*IfstatsSrpPerSideDataRateSt) GetBitRateSent

func (m *IfstatsSrpPerSideDataRateSt) GetBitRateSent() uint32

func (*IfstatsSrpPerSideDataRateSt) GetPacketRateReceived

func (m *IfstatsSrpPerSideDataRateSt) GetPacketRateReceived() uint32

func (*IfstatsSrpPerSideDataRateSt) GetPacketRateSent

func (m *IfstatsSrpPerSideDataRateSt) GetPacketRateSent() uint32

func (*IfstatsSrpPerSideDataRateSt) ProtoMessage

func (*IfstatsSrpPerSideDataRateSt) ProtoMessage()

func (*IfstatsSrpPerSideDataRateSt) Reset

func (m *IfstatsSrpPerSideDataRateSt) Reset()

func (*IfstatsSrpPerSideDataRateSt) String

func (m *IfstatsSrpPerSideDataRateSt) String() string

func (*IfstatsSrpPerSideDataRateSt) XXX_DiscardUnknown

func (m *IfstatsSrpPerSideDataRateSt) XXX_DiscardUnknown()

func (*IfstatsSrpPerSideDataRateSt) XXX_Marshal

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

func (*IfstatsSrpPerSideDataRateSt) XXX_Merge

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

func (*IfstatsSrpPerSideDataRateSt) XXX_Size

func (m *IfstatsSrpPerSideDataRateSt) XXX_Size() int

func (*IfstatsSrpPerSideDataRateSt) XXX_Unmarshal

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

type IfstatsSrpPerSideErrorsSt

type IfstatsSrpPerSideErrorsSt struct {
	ErrorPacketsReceived            uint32   `protobuf:"varint,1,opt,name=error_packets_received,json=errorPacketsReceived,proto3" json:"error_packets_received,omitempty"`
	CrcErrors                       uint32   `protobuf:"varint,2,opt,name=crc_errors,json=crcErrors,proto3" json:"crc_errors,omitempty"`
	InputInsufficientResourceEvents uint32   `` /* 159-byte string literal not displayed */
	MacAbortsReceived               uint32   `protobuf:"varint,4,opt,name=mac_aborts_received,json=macAbortsReceived,proto3" json:"mac_aborts_received,omitempty"`
	MacRuntPacketsReceived          uint32   `` /* 132-byte string literal not displayed */
	MacGiantPacketsReceived         uint32   `` /* 135-byte string literal not displayed */
	FramerRuntPacketsReceived       uint32   `` /* 141-byte string literal not displayed */
	FramerGiantPacketsReceived      uint32   `` /* 144-byte string literal not displayed */
	FramerAbortsReceived            uint32   `protobuf:"varint,9,opt,name=framer_aborts_received,json=framerAbortsReceived,proto3" json:"framer_aborts_received,omitempty"`
	XXX_NoUnkeyedLiteral            struct{} `json:"-"`
	XXX_unrecognized                []byte   `json:"-"`
	XXX_sizecache                   int32    `json:"-"`
}

func (*IfstatsSrpPerSideErrorsSt) Descriptor

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

func (*IfstatsSrpPerSideErrorsSt) GetCrcErrors

func (m *IfstatsSrpPerSideErrorsSt) GetCrcErrors() uint32

func (*IfstatsSrpPerSideErrorsSt) GetErrorPacketsReceived

func (m *IfstatsSrpPerSideErrorsSt) GetErrorPacketsReceived() uint32

func (*IfstatsSrpPerSideErrorsSt) GetFramerAbortsReceived

func (m *IfstatsSrpPerSideErrorsSt) GetFramerAbortsReceived() uint32

func (*IfstatsSrpPerSideErrorsSt) GetFramerGiantPacketsReceived

func (m *IfstatsSrpPerSideErrorsSt) GetFramerGiantPacketsReceived() uint32

func (*IfstatsSrpPerSideErrorsSt) GetFramerRuntPacketsReceived

func (m *IfstatsSrpPerSideErrorsSt) GetFramerRuntPacketsReceived() uint32

func (*IfstatsSrpPerSideErrorsSt) GetInputInsufficientResourceEvents

func (m *IfstatsSrpPerSideErrorsSt) GetInputInsufficientResourceEvents() uint32

func (*IfstatsSrpPerSideErrorsSt) GetMacAbortsReceived

func (m *IfstatsSrpPerSideErrorsSt) GetMacAbortsReceived() uint32

func (*IfstatsSrpPerSideErrorsSt) GetMacGiantPacketsReceived

func (m *IfstatsSrpPerSideErrorsSt) GetMacGiantPacketsReceived() uint32

func (*IfstatsSrpPerSideErrorsSt) GetMacRuntPacketsReceived

func (m *IfstatsSrpPerSideErrorsSt) GetMacRuntPacketsReceived() uint32

func (*IfstatsSrpPerSideErrorsSt) ProtoMessage

func (*IfstatsSrpPerSideErrorsSt) ProtoMessage()

func (*IfstatsSrpPerSideErrorsSt) Reset

func (m *IfstatsSrpPerSideErrorsSt) Reset()

func (*IfstatsSrpPerSideErrorsSt) String

func (m *IfstatsSrpPerSideErrorsSt) String() string

func (*IfstatsSrpPerSideErrorsSt) XXX_DiscardUnknown

func (m *IfstatsSrpPerSideErrorsSt) XXX_DiscardUnknown()

func (*IfstatsSrpPerSideErrorsSt) XXX_Marshal

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

func (*IfstatsSrpPerSideErrorsSt) XXX_Merge

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

func (*IfstatsSrpPerSideErrorsSt) XXX_Size

func (m *IfstatsSrpPerSideErrorsSt) XXX_Size() int

func (*IfstatsSrpPerSideErrorsSt) XXX_Unmarshal

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

type IfstatsbagBasic

type IfstatsbagBasic struct {
	PacketsReceived                uint64   `protobuf:"varint,1,opt,name=packets_received,json=packetsReceived,proto3" json:"packets_received,omitempty"`
	BytesReceived                  uint64   `protobuf:"varint,2,opt,name=bytes_received,json=bytesReceived,proto3" json:"bytes_received,omitempty"`
	PacketsSent                    uint64   `protobuf:"varint,3,opt,name=packets_sent,json=packetsSent,proto3" json:"packets_sent,omitempty"`
	BytesSent                      uint64   `protobuf:"varint,4,opt,name=bytes_sent,json=bytesSent,proto3" json:"bytes_sent,omitempty"`
	InputDrops                     uint32   `protobuf:"varint,5,opt,name=input_drops,json=inputDrops,proto3" json:"input_drops,omitempty"`
	InputQueueDrops                uint32   `protobuf:"varint,6,opt,name=input_queue_drops,json=inputQueueDrops,proto3" json:"input_queue_drops,omitempty"`
	InputErrors                    uint32   `protobuf:"varint,7,opt,name=input_errors,json=inputErrors,proto3" json:"input_errors,omitempty"`
	UnknownProtocolPacketsReceived uint32   `` /* 156-byte string literal not displayed */
	OutputDrops                    uint32   `protobuf:"varint,9,opt,name=output_drops,json=outputDrops,proto3" json:"output_drops,omitempty"`
	OutputQueueDrops               uint32   `protobuf:"varint,10,opt,name=output_queue_drops,json=outputQueueDrops,proto3" json:"output_queue_drops,omitempty"`
	OutputErrors                   uint32   `protobuf:"varint,11,opt,name=output_errors,json=outputErrors,proto3" json:"output_errors,omitempty"`
	LastDataTime                   uint32   `protobuf:"varint,12,opt,name=last_data_time,json=lastDataTime,proto3" json:"last_data_time,omitempty"`
	SecondsSinceLastClearCounters  uint32   `` /* 156-byte string literal not displayed */
	LastDiscontinuityTime          uint32   `` /* 128-byte string literal not displayed */
	SecondsSincePacketReceived     uint32   `` /* 145-byte string literal not displayed */
	SecondsSincePacketSent         uint32   `` /* 133-byte string literal not displayed */
	XXX_NoUnkeyedLiteral           struct{} `json:"-"`
	XXX_unrecognized               []byte   `json:"-"`
	XXX_sizecache                  int32    `json:"-"`
}

func (*IfstatsbagBasic) Descriptor

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

func (*IfstatsbagBasic) GetBytesReceived

func (m *IfstatsbagBasic) GetBytesReceived() uint64

func (*IfstatsbagBasic) GetBytesSent

func (m *IfstatsbagBasic) GetBytesSent() uint64

func (*IfstatsbagBasic) GetInputDrops

func (m *IfstatsbagBasic) GetInputDrops() uint32

func (*IfstatsbagBasic) GetInputErrors

func (m *IfstatsbagBasic) GetInputErrors() uint32

func (*IfstatsbagBasic) GetInputQueueDrops

func (m *IfstatsbagBasic) GetInputQueueDrops() uint32

func (*IfstatsbagBasic) GetLastDataTime

func (m *IfstatsbagBasic) GetLastDataTime() uint32

func (*IfstatsbagBasic) GetLastDiscontinuityTime

func (m *IfstatsbagBasic) GetLastDiscontinuityTime() uint32

func (*IfstatsbagBasic) GetOutputDrops

func (m *IfstatsbagBasic) GetOutputDrops() uint32

func (*IfstatsbagBasic) GetOutputErrors

func (m *IfstatsbagBasic) GetOutputErrors() uint32

func (*IfstatsbagBasic) GetOutputQueueDrops

func (m *IfstatsbagBasic) GetOutputQueueDrops() uint32

func (*IfstatsbagBasic) GetPacketsReceived

func (m *IfstatsbagBasic) GetPacketsReceived() uint64

func (*IfstatsbagBasic) GetPacketsSent

func (m *IfstatsbagBasic) GetPacketsSent() uint64

func (*IfstatsbagBasic) GetSecondsSinceLastClearCounters

func (m *IfstatsbagBasic) GetSecondsSinceLastClearCounters() uint32

func (*IfstatsbagBasic) GetSecondsSincePacketReceived

func (m *IfstatsbagBasic) GetSecondsSincePacketReceived() uint32

func (*IfstatsbagBasic) GetSecondsSincePacketSent

func (m *IfstatsbagBasic) GetSecondsSincePacketSent() uint32

func (*IfstatsbagBasic) GetUnknownProtocolPacketsReceived

func (m *IfstatsbagBasic) GetUnknownProtocolPacketsReceived() uint32

func (*IfstatsbagBasic) ProtoMessage

func (*IfstatsbagBasic) ProtoMessage()

func (*IfstatsbagBasic) Reset

func (m *IfstatsbagBasic) Reset()

func (*IfstatsbagBasic) String

func (m *IfstatsbagBasic) String() string

func (*IfstatsbagBasic) XXX_DiscardUnknown

func (m *IfstatsbagBasic) XXX_DiscardUnknown()

func (*IfstatsbagBasic) XXX_Marshal

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

func (*IfstatsbagBasic) XXX_Merge

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

func (*IfstatsbagBasic) XXX_Size

func (m *IfstatsbagBasic) XXX_Size() int

func (*IfstatsbagBasic) XXX_Unmarshal

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

type IfstatsbagGeneric

type IfstatsbagGeneric struct {
	PacketsReceived                uint64   `protobuf:"varint,1,opt,name=packets_received,json=packetsReceived,proto3" json:"packets_received,omitempty"`
	BytesReceived                  uint64   `protobuf:"varint,2,opt,name=bytes_received,json=bytesReceived,proto3" json:"bytes_received,omitempty"`
	PacketsSent                    uint64   `protobuf:"varint,3,opt,name=packets_sent,json=packetsSent,proto3" json:"packets_sent,omitempty"`
	BytesSent                      uint64   `protobuf:"varint,4,opt,name=bytes_sent,json=bytesSent,proto3" json:"bytes_sent,omitempty"`
	MulticastPacketsReceived       uint64   `` /* 136-byte string literal not displayed */
	BroadcastPacketsReceived       uint64   `` /* 136-byte string literal not displayed */
	MulticastPacketsSent           uint64   `protobuf:"varint,7,opt,name=multicast_packets_sent,json=multicastPacketsSent,proto3" json:"multicast_packets_sent,omitempty"`
	BroadcastPacketsSent           uint64   `protobuf:"varint,8,opt,name=broadcast_packets_sent,json=broadcastPacketsSent,proto3" json:"broadcast_packets_sent,omitempty"`
	OutputDrops                    uint32   `protobuf:"varint,9,opt,name=output_drops,json=outputDrops,proto3" json:"output_drops,omitempty"`
	OutputQueueDrops               uint32   `protobuf:"varint,10,opt,name=output_queue_drops,json=outputQueueDrops,proto3" json:"output_queue_drops,omitempty"`
	InputDrops                     uint32   `protobuf:"varint,11,opt,name=input_drops,json=inputDrops,proto3" json:"input_drops,omitempty"`
	InputQueueDrops                uint32   `protobuf:"varint,12,opt,name=input_queue_drops,json=inputQueueDrops,proto3" json:"input_queue_drops,omitempty"`
	RuntPacketsReceived            uint32   `protobuf:"varint,13,opt,name=runt_packets_received,json=runtPacketsReceived,proto3" json:"runt_packets_received,omitempty"`
	GiantPacketsReceived           uint32   `protobuf:"varint,14,opt,name=giant_packets_received,json=giantPacketsReceived,proto3" json:"giant_packets_received,omitempty"`
	ThrottledPacketsReceived       uint32   `` /* 137-byte string literal not displayed */
	ParityPacketsReceived          uint32   `` /* 128-byte string literal not displayed */
	UnknownProtocolPacketsReceived uint32   `` /* 157-byte string literal not displayed */
	InputErrors                    uint32   `protobuf:"varint,18,opt,name=input_errors,json=inputErrors,proto3" json:"input_errors,omitempty"`
	CrcErrors                      uint32   `protobuf:"varint,19,opt,name=crc_errors,json=crcErrors,proto3" json:"crc_errors,omitempty"`
	InputOverruns                  uint32   `protobuf:"varint,20,opt,name=input_overruns,json=inputOverruns,proto3" json:"input_overruns,omitempty"`
	FramingErrorsReceived          uint32   `` /* 128-byte string literal not displayed */
	InputIgnoredPackets            uint32   `protobuf:"varint,22,opt,name=input_ignored_packets,json=inputIgnoredPackets,proto3" json:"input_ignored_packets,omitempty"`
	InputAborts                    uint32   `protobuf:"varint,23,opt,name=input_aborts,json=inputAborts,proto3" json:"input_aborts,omitempty"`
	OutputErrors                   uint32   `protobuf:"varint,24,opt,name=output_errors,json=outputErrors,proto3" json:"output_errors,omitempty"`
	OutputUnderruns                uint32   `protobuf:"varint,25,opt,name=output_underruns,json=outputUnderruns,proto3" json:"output_underruns,omitempty"`
	OutputBufferFailures           uint32   `protobuf:"varint,26,opt,name=output_buffer_failures,json=outputBufferFailures,proto3" json:"output_buffer_failures,omitempty"`
	OutputBuffersSwappedOut        uint32   `` /* 136-byte string literal not displayed */
	Applique                       uint32   `protobuf:"varint,28,opt,name=applique,proto3" json:"applique,omitempty"`
	Resets                         uint32   `protobuf:"varint,29,opt,name=resets,proto3" json:"resets,omitempty"`
	CarrierTransitions             uint32   `protobuf:"varint,30,opt,name=carrier_transitions,json=carrierTransitions,proto3" json:"carrier_transitions,omitempty"`
	AvailabilityFlag               uint32   `protobuf:"varint,31,opt,name=availability_flag,json=availabilityFlag,proto3" json:"availability_flag,omitempty"`
	LastDataTime                   uint32   `protobuf:"varint,32,opt,name=last_data_time,json=lastDataTime,proto3" json:"last_data_time,omitempty"`
	SecondsSinceLastClearCounters  uint32   `` /* 156-byte string literal not displayed */
	LastDiscontinuityTime          uint32   `` /* 128-byte string literal not displayed */
	SecondsSincePacketReceived     uint32   `` /* 145-byte string literal not displayed */
	SecondsSincePacketSent         uint32   `` /* 133-byte string literal not displayed */
	XXX_NoUnkeyedLiteral           struct{} `json:"-"`
	XXX_unrecognized               []byte   `json:"-"`
	XXX_sizecache                  int32    `json:"-"`
}

func (*IfstatsbagGeneric) Descriptor

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

func (*IfstatsbagGeneric) GetApplique

func (m *IfstatsbagGeneric) GetApplique() uint32

func (*IfstatsbagGeneric) GetAvailabilityFlag

func (m *IfstatsbagGeneric) GetAvailabilityFlag() uint32

func (*IfstatsbagGeneric) GetBroadcastPacketsReceived

func (m *IfstatsbagGeneric) GetBroadcastPacketsReceived() uint64

func (*IfstatsbagGeneric) GetBroadcastPacketsSent

func (m *IfstatsbagGeneric) GetBroadcastPacketsSent() uint64

func (*IfstatsbagGeneric) GetBytesReceived

func (m *IfstatsbagGeneric) GetBytesReceived() uint64

func (*IfstatsbagGeneric) GetBytesSent

func (m *IfstatsbagGeneric) GetBytesSent() uint64

func (*IfstatsbagGeneric) GetCarrierTransitions

func (m *IfstatsbagGeneric) GetCarrierTransitions() uint32

func (*IfstatsbagGeneric) GetCrcErrors

func (m *IfstatsbagGeneric) GetCrcErrors() uint32

func (*IfstatsbagGeneric) GetFramingErrorsReceived

func (m *IfstatsbagGeneric) GetFramingErrorsReceived() uint32

func (*IfstatsbagGeneric) GetGiantPacketsReceived

func (m *IfstatsbagGeneric) GetGiantPacketsReceived() uint32

func (*IfstatsbagGeneric) GetInputAborts

func (m *IfstatsbagGeneric) GetInputAborts() uint32

func (*IfstatsbagGeneric) GetInputDrops

func (m *IfstatsbagGeneric) GetInputDrops() uint32

func (*IfstatsbagGeneric) GetInputErrors

func (m *IfstatsbagGeneric) GetInputErrors() uint32

func (*IfstatsbagGeneric) GetInputIgnoredPackets

func (m *IfstatsbagGeneric) GetInputIgnoredPackets() uint32

func (*IfstatsbagGeneric) GetInputOverruns

func (m *IfstatsbagGeneric) GetInputOverruns() uint32

func (*IfstatsbagGeneric) GetInputQueueDrops

func (m *IfstatsbagGeneric) GetInputQueueDrops() uint32

func (*IfstatsbagGeneric) GetLastDataTime

func (m *IfstatsbagGeneric) GetLastDataTime() uint32

func (*IfstatsbagGeneric) GetLastDiscontinuityTime

func (m *IfstatsbagGeneric) GetLastDiscontinuityTime() uint32

func (*IfstatsbagGeneric) GetMulticastPacketsReceived

func (m *IfstatsbagGeneric) GetMulticastPacketsReceived() uint64

func (*IfstatsbagGeneric) GetMulticastPacketsSent

func (m *IfstatsbagGeneric) GetMulticastPacketsSent() uint64

func (*IfstatsbagGeneric) GetOutputBufferFailures

func (m *IfstatsbagGeneric) GetOutputBufferFailures() uint32

func (*IfstatsbagGeneric) GetOutputBuffersSwappedOut

func (m *IfstatsbagGeneric) GetOutputBuffersSwappedOut() uint32

func (*IfstatsbagGeneric) GetOutputDrops

func (m *IfstatsbagGeneric) GetOutputDrops() uint32

func (*IfstatsbagGeneric) GetOutputErrors

func (m *IfstatsbagGeneric) GetOutputErrors() uint32

func (*IfstatsbagGeneric) GetOutputQueueDrops

func (m *IfstatsbagGeneric) GetOutputQueueDrops() uint32

func (*IfstatsbagGeneric) GetOutputUnderruns

func (m *IfstatsbagGeneric) GetOutputUnderruns() uint32

func (*IfstatsbagGeneric) GetPacketsReceived

func (m *IfstatsbagGeneric) GetPacketsReceived() uint64

func (*IfstatsbagGeneric) GetPacketsSent

func (m *IfstatsbagGeneric) GetPacketsSent() uint64

func (*IfstatsbagGeneric) GetParityPacketsReceived

func (m *IfstatsbagGeneric) GetParityPacketsReceived() uint32

func (*IfstatsbagGeneric) GetResets

func (m *IfstatsbagGeneric) GetResets() uint32

func (*IfstatsbagGeneric) GetRuntPacketsReceived

func (m *IfstatsbagGeneric) GetRuntPacketsReceived() uint32

func (*IfstatsbagGeneric) GetSecondsSinceLastClearCounters

func (m *IfstatsbagGeneric) GetSecondsSinceLastClearCounters() uint32

func (*IfstatsbagGeneric) GetSecondsSincePacketReceived

func (m *IfstatsbagGeneric) GetSecondsSincePacketReceived() uint32

func (*IfstatsbagGeneric) GetSecondsSincePacketSent

func (m *IfstatsbagGeneric) GetSecondsSincePacketSent() uint32

func (*IfstatsbagGeneric) GetThrottledPacketsReceived

func (m *IfstatsbagGeneric) GetThrottledPacketsReceived() uint32

func (*IfstatsbagGeneric) GetUnknownProtocolPacketsReceived

func (m *IfstatsbagGeneric) GetUnknownProtocolPacketsReceived() uint32

func (*IfstatsbagGeneric) ProtoMessage

func (*IfstatsbagGeneric) ProtoMessage()

func (*IfstatsbagGeneric) Reset

func (m *IfstatsbagGeneric) Reset()

func (*IfstatsbagGeneric) String

func (m *IfstatsbagGeneric) String() string

func (*IfstatsbagGeneric) XXX_DiscardUnknown

func (m *IfstatsbagGeneric) XXX_DiscardUnknown()

func (*IfstatsbagGeneric) XXX_Marshal

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

func (*IfstatsbagGeneric) XXX_Merge

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

func (*IfstatsbagGeneric) XXX_Size

func (m *IfstatsbagGeneric) XXX_Size() int

func (*IfstatsbagGeneric) XXX_Unmarshal

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

type IfstatsbagSrp

type IfstatsbagSrp struct {
	DataRateInterval     uint32                       `protobuf:"varint,1,opt,name=data_rate_interval,json=dataRateInterval,proto3" json:"data_rate_interval,omitempty"`
	SideADataRate        *IfstatsSrpPerSideDataRateSt `protobuf:"bytes,2,opt,name=side_a_data_rate,json=sideADataRate,proto3" json:"side_a_data_rate,omitempty"`
	SideBDataRate        *IfstatsSrpPerSideDataRateSt `protobuf:"bytes,3,opt,name=side_b_data_rate,json=sideBDataRate,proto3" json:"side_b_data_rate,omitempty"`
	SideAErrors          *IfstatsSrpPerSideErrorsSt   `protobuf:"bytes,4,opt,name=side_a_errors,json=sideAErrors,proto3" json:"side_a_errors,omitempty"`
	SideBErrors          *IfstatsSrpPerSideErrorsSt   `protobuf:"bytes,5,opt,name=side_b_errors,json=sideBErrors,proto3" json:"side_b_errors,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*IfstatsbagSrp) Descriptor

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

func (*IfstatsbagSrp) GetDataRateInterval

func (m *IfstatsbagSrp) GetDataRateInterval() uint32

func (*IfstatsbagSrp) GetSideADataRate

func (m *IfstatsbagSrp) GetSideADataRate() *IfstatsSrpPerSideDataRateSt

func (*IfstatsbagSrp) GetSideAErrors

func (m *IfstatsbagSrp) GetSideAErrors() *IfstatsSrpPerSideErrorsSt

func (*IfstatsbagSrp) GetSideBDataRate

func (m *IfstatsbagSrp) GetSideBDataRate() *IfstatsSrpPerSideDataRateSt

func (*IfstatsbagSrp) GetSideBErrors

func (m *IfstatsbagSrp) GetSideBErrors() *IfstatsSrpPerSideErrorsSt

func (*IfstatsbagSrp) ProtoMessage

func (*IfstatsbagSrp) ProtoMessage()

func (*IfstatsbagSrp) Reset

func (m *IfstatsbagSrp) Reset()

func (*IfstatsbagSrp) String

func (m *IfstatsbagSrp) String() string

func (*IfstatsbagSrp) XXX_DiscardUnknown

func (m *IfstatsbagSrp) XXX_DiscardUnknown()

func (*IfstatsbagSrp) XXX_Marshal

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

func (*IfstatsbagSrp) XXX_Merge

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

func (*IfstatsbagSrp) XXX_Size

func (m *IfstatsbagSrp) XXX_Size() int

func (*IfstatsbagSrp) XXX_Unmarshal

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

type ImCmdArpInfoSt

type ImCmdArpInfoSt struct {
	ArpTimeout            uint32   `protobuf:"varint,1,opt,name=arp_timeout,json=arpTimeout,proto3" json:"arp_timeout,omitempty"`
	ArpTypeName           string   `protobuf:"bytes,2,opt,name=arp_type_name,json=arpTypeName,proto3" json:"arp_type_name,omitempty"`
	ArpIsLearningDisabled bool     `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{} `json:"-"`
	XXX_unrecognized      []byte   `json:"-"`
	XXX_sizecache         int32    `json:"-"`
}

func (*ImCmdArpInfoSt) Descriptor

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

func (*ImCmdArpInfoSt) GetArpIsLearningDisabled

func (m *ImCmdArpInfoSt) GetArpIsLearningDisabled() bool

func (*ImCmdArpInfoSt) GetArpTimeout

func (m *ImCmdArpInfoSt) GetArpTimeout() uint32

func (*ImCmdArpInfoSt) GetArpTypeName

func (m *ImCmdArpInfoSt) GetArpTypeName() string

func (*ImCmdArpInfoSt) ProtoMessage

func (*ImCmdArpInfoSt) ProtoMessage()

func (*ImCmdArpInfoSt) Reset

func (m *ImCmdArpInfoSt) Reset()

func (*ImCmdArpInfoSt) String

func (m *ImCmdArpInfoSt) String() string

func (*ImCmdArpInfoSt) XXX_DiscardUnknown

func (m *ImCmdArpInfoSt) XXX_DiscardUnknown()

func (*ImCmdArpInfoSt) XXX_Marshal

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

func (*ImCmdArpInfoSt) XXX_Merge

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

func (*ImCmdArpInfoSt) XXX_Size

func (m *ImCmdArpInfoSt) XXX_Size() int

func (*ImCmdArpInfoSt) XXX_Unmarshal

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

type ImCmdBundleInfo

type ImCmdBundleInfo struct {
	Member               []*BmMemberData `protobuf:"bytes,1,rep,name=member,proto3" json:"member,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*ImCmdBundleInfo) Descriptor

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

func (*ImCmdBundleInfo) GetMember

func (m *ImCmdBundleInfo) GetMember() []*BmMemberData

func (*ImCmdBundleInfo) ProtoMessage

func (*ImCmdBundleInfo) ProtoMessage()

func (*ImCmdBundleInfo) Reset

func (m *ImCmdBundleInfo) Reset()

func (*ImCmdBundleInfo) String

func (m *ImCmdBundleInfo) String() string

func (*ImCmdBundleInfo) XXX_DiscardUnknown

func (m *ImCmdBundleInfo) XXX_DiscardUnknown()

func (*ImCmdBundleInfo) XXX_Marshal

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

func (*ImCmdBundleInfo) XXX_Merge

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

func (*ImCmdBundleInfo) XXX_Size

func (m *ImCmdBundleInfo) XXX_Size() int

func (*ImCmdBundleInfo) XXX_Unmarshal

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

type ImCmdCarrierDelaySt

type ImCmdCarrierDelaySt struct {
	CarrierDelayUp       uint32   `protobuf:"varint,1,opt,name=carrier_delay_up,json=carrierDelayUp,proto3" json:"carrier_delay_up,omitempty"`
	CarrierDelayDown     uint32   `protobuf:"varint,2,opt,name=carrier_delay_down,json=carrierDelayDown,proto3" json:"carrier_delay_down,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ImCmdCarrierDelaySt) Descriptor

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

func (*ImCmdCarrierDelaySt) GetCarrierDelayDown

func (m *ImCmdCarrierDelaySt) GetCarrierDelayDown() uint32

func (*ImCmdCarrierDelaySt) GetCarrierDelayUp

func (m *ImCmdCarrierDelaySt) GetCarrierDelayUp() uint32

func (*ImCmdCarrierDelaySt) ProtoMessage

func (*ImCmdCarrierDelaySt) ProtoMessage()

func (*ImCmdCarrierDelaySt) Reset

func (m *ImCmdCarrierDelaySt) Reset()

func (*ImCmdCarrierDelaySt) String

func (m *ImCmdCarrierDelaySt) String() string

func (*ImCmdCarrierDelaySt) XXX_DiscardUnknown

func (m *ImCmdCarrierDelaySt) XXX_DiscardUnknown()

func (*ImCmdCarrierDelaySt) XXX_Marshal

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

func (*ImCmdCarrierDelaySt) XXX_Merge

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

func (*ImCmdCarrierDelaySt) XXX_Size

func (m *ImCmdCarrierDelaySt) XXX_Size() int

func (*ImCmdCarrierDelaySt) XXX_Unmarshal

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

type ImCmdDampSt

type ImCmdDampSt struct {
	Penalty              uint32   `protobuf:"varint,1,opt,name=penalty,proto3" json:"penalty,omitempty"`
	IsSuppressedEnabled  bool     `protobuf:"varint,2,opt,name=is_suppressed_enabled,json=isSuppressedEnabled,proto3" json:"is_suppressed_enabled,omitempty"`
	SecondsRemaining     uint32   `protobuf:"varint,3,opt,name=seconds_remaining,json=secondsRemaining,proto3" json:"seconds_remaining,omitempty"`
	HalfLife             uint32   `protobuf:"varint,4,opt,name=half_life,json=halfLife,proto3" json:"half_life,omitempty"`
	ReuseThreshold       uint32   `protobuf:"varint,5,opt,name=reuse_threshold,json=reuseThreshold,proto3" json:"reuse_threshold,omitempty"`
	SuppressThreshold    uint32   `protobuf:"varint,6,opt,name=suppress_threshold,json=suppressThreshold,proto3" json:"suppress_threshold,omitempty"`
	MaximumSuppressTime  uint32   `protobuf:"varint,7,opt,name=maximum_suppress_time,json=maximumSuppressTime,proto3" json:"maximum_suppress_time,omitempty"`
	RestartPenalty       uint32   `protobuf:"varint,8,opt,name=restart_penalty,json=restartPenalty,proto3" json:"restart_penalty,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ImCmdDampSt) Descriptor

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

func (*ImCmdDampSt) GetHalfLife

func (m *ImCmdDampSt) GetHalfLife() uint32

func (*ImCmdDampSt) GetIsSuppressedEnabled

func (m *ImCmdDampSt) GetIsSuppressedEnabled() bool

func (*ImCmdDampSt) GetMaximumSuppressTime

func (m *ImCmdDampSt) GetMaximumSuppressTime() uint32

func (*ImCmdDampSt) GetPenalty

func (m *ImCmdDampSt) GetPenalty() uint32

func (*ImCmdDampSt) GetRestartPenalty

func (m *ImCmdDampSt) GetRestartPenalty() uint32

func (*ImCmdDampSt) GetReuseThreshold

func (m *ImCmdDampSt) GetReuseThreshold() uint32

func (*ImCmdDampSt) GetSecondsRemaining

func (m *ImCmdDampSt) GetSecondsRemaining() uint32

func (*ImCmdDampSt) GetSuppressThreshold

func (m *ImCmdDampSt) GetSuppressThreshold() uint32

func (*ImCmdDampSt) ProtoMessage

func (*ImCmdDampSt) ProtoMessage()

func (*ImCmdDampSt) Reset

func (m *ImCmdDampSt) Reset()

func (*ImCmdDampSt) String

func (m *ImCmdDampSt) String() string

func (*ImCmdDampSt) XXX_DiscardUnknown

func (m *ImCmdDampSt) XXX_DiscardUnknown()

func (*ImCmdDampSt) XXX_Marshal

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

func (*ImCmdDampSt) XXX_Merge

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

func (*ImCmdDampSt) XXX_Size

func (m *ImCmdDampSt) XXX_Size() int

func (*ImCmdDampSt) XXX_Unmarshal

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

type ImCmdEncapsInfo

type ImCmdEncapsInfo struct {
	EncapsulationType     string           `protobuf:"bytes,1,opt,name=encapsulation_type,json=encapsulationType,proto3" json:"encapsulation_type,omitempty"`
	FrameRelayInformation *ImCmdFrInfo     `` /* 126-byte string literal not displayed */
	Dot1QInformation      *VlanIntfGeneric `protobuf:"bytes,3,opt,name=dot1q_information,json=dot1qInformation,proto3" json:"dot1q_information,omitempty"`
	PppInformation        *PppShowIntInfo  `protobuf:"bytes,4,opt,name=ppp_information,json=pppInformation,proto3" json:"ppp_information,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}         `json:"-"`
	XXX_unrecognized      []byte           `json:"-"`
	XXX_sizecache         int32            `json:"-"`
}

func (*ImCmdEncapsInfo) Descriptor

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

func (*ImCmdEncapsInfo) GetDot1QInformation

func (m *ImCmdEncapsInfo) GetDot1QInformation() *VlanIntfGeneric

func (*ImCmdEncapsInfo) GetEncapsulationType

func (m *ImCmdEncapsInfo) GetEncapsulationType() string

func (*ImCmdEncapsInfo) GetFrameRelayInformation

func (m *ImCmdEncapsInfo) GetFrameRelayInformation() *ImCmdFrInfo

func (*ImCmdEncapsInfo) GetPppInformation

func (m *ImCmdEncapsInfo) GetPppInformation() *PppShowIntInfo

func (*ImCmdEncapsInfo) ProtoMessage

func (*ImCmdEncapsInfo) ProtoMessage()

func (*ImCmdEncapsInfo) Reset

func (m *ImCmdEncapsInfo) Reset()

func (*ImCmdEncapsInfo) String

func (m *ImCmdEncapsInfo) String() string

func (*ImCmdEncapsInfo) XXX_DiscardUnknown

func (m *ImCmdEncapsInfo) XXX_DiscardUnknown()

func (*ImCmdEncapsInfo) XXX_Marshal

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

func (*ImCmdEncapsInfo) XXX_Merge

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

func (*ImCmdEncapsInfo) XXX_Size

func (m *ImCmdEncapsInfo) XXX_Size() int

func (*ImCmdEncapsInfo) XXX_Unmarshal

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

type ImCmdFrInfo

type ImCmdFrInfo struct {
	FrEncapsulationType  string   `protobuf:"bytes,1,opt,name=fr_encapsulation_type,json=frEncapsulationType,proto3" json:"fr_encapsulation_type,omitempty"`
	LmiType              string   `protobuf:"bytes,2,opt,name=lmi_type,json=lmiType,proto3" json:"lmi_type,omitempty"`
	Lmidlci              uint32   `protobuf:"varint,3,opt,name=lmidlci,proto3" json:"lmidlci,omitempty"`
	IsNni                bool     `protobuf:"varint,4,opt,name=is_nni,json=isNni,proto3" json:"is_nni,omitempty"`
	IsDte                bool     `protobuf:"varint,5,opt,name=is_dte,json=isDte,proto3" json:"is_dte,omitempty"`
	IsLmiUp              bool     `protobuf:"varint,6,opt,name=is_lmi_up,json=isLmiUp,proto3" json:"is_lmi_up,omitempty"`
	IsLmiNniDceUp        bool     `protobuf:"varint,7,opt,name=is_lmi_nni_dce_up,json=isLmiNniDceUp,proto3" json:"is_lmi_nni_dce_up,omitempty"`
	IsLmiEnabled         bool     `protobuf:"varint,8,opt,name=is_lmi_enabled,json=isLmiEnabled,proto3" json:"is_lmi_enabled,omitempty"`
	EnquiriesReceived    uint32   `protobuf:"varint,9,opt,name=enquiries_received,json=enquiriesReceived,proto3" json:"enquiries_received,omitempty"`
	EnquiriesSent        uint32   `protobuf:"varint,10,opt,name=enquiries_sent,json=enquiriesSent,proto3" json:"enquiries_sent,omitempty"`
	StatusReceived       uint32   `protobuf:"varint,11,opt,name=status_received,json=statusReceived,proto3" json:"status_received,omitempty"`
	StatusSent           uint32   `protobuf:"varint,12,opt,name=status_sent,json=statusSent,proto3" json:"status_sent,omitempty"`
	UpdateStatusReceived uint32   `protobuf:"varint,13,opt,name=update_status_received,json=updateStatusReceived,proto3" json:"update_status_received,omitempty"`
	UpdateStatusSent     uint32   `protobuf:"varint,14,opt,name=update_status_sent,json=updateStatusSent,proto3" json:"update_status_sent,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ImCmdFrInfo) Descriptor

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

func (*ImCmdFrInfo) GetEnquiriesReceived

func (m *ImCmdFrInfo) GetEnquiriesReceived() uint32

func (*ImCmdFrInfo) GetEnquiriesSent

func (m *ImCmdFrInfo) GetEnquiriesSent() uint32

func (*ImCmdFrInfo) GetFrEncapsulationType

func (m *ImCmdFrInfo) GetFrEncapsulationType() string

func (*ImCmdFrInfo) GetIsDte

func (m *ImCmdFrInfo) GetIsDte() bool

func (*ImCmdFrInfo) GetIsLmiEnabled

func (m *ImCmdFrInfo) GetIsLmiEnabled() bool

func (*ImCmdFrInfo) GetIsLmiNniDceUp

func (m *ImCmdFrInfo) GetIsLmiNniDceUp() bool

func (*ImCmdFrInfo) GetIsLmiUp

func (m *ImCmdFrInfo) GetIsLmiUp() bool

func (*ImCmdFrInfo) GetIsNni

func (m *ImCmdFrInfo) GetIsNni() bool

func (*ImCmdFrInfo) GetLmiType

func (m *ImCmdFrInfo) GetLmiType() string

func (*ImCmdFrInfo) GetLmidlci

func (m *ImCmdFrInfo) GetLmidlci() uint32

func (*ImCmdFrInfo) GetStatusReceived

func (m *ImCmdFrInfo) GetStatusReceived() uint32

func (*ImCmdFrInfo) GetStatusSent

func (m *ImCmdFrInfo) GetStatusSent() uint32

func (*ImCmdFrInfo) GetUpdateStatusReceived

func (m *ImCmdFrInfo) GetUpdateStatusReceived() uint32

func (*ImCmdFrInfo) GetUpdateStatusSent

func (m *ImCmdFrInfo) GetUpdateStatusSent() uint32

func (*ImCmdFrInfo) ProtoMessage

func (*ImCmdFrInfo) ProtoMessage()

func (*ImCmdFrInfo) Reset

func (m *ImCmdFrInfo) Reset()

func (*ImCmdFrInfo) String

func (m *ImCmdFrInfo) String() string

func (*ImCmdFrInfo) XXX_DiscardUnknown

func (m *ImCmdFrInfo) XXX_DiscardUnknown()

func (*ImCmdFrInfo) XXX_Marshal

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

func (*ImCmdFrInfo) XXX_Merge

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

func (*ImCmdFrInfo) XXX_Size

func (m *ImCmdFrInfo) XXX_Size() int

func (*ImCmdFrInfo) XXX_Unmarshal

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

type ImCmdGccPerPortInfo

type ImCmdGccPerPortInfo struct {
	DerivedMode          string   `protobuf:"bytes,1,opt,name=derived_mode,json=derivedMode,proto3" json:"derived_mode,omitempty"`
	SecState             string   `protobuf:"bytes,2,opt,name=sec_state,json=secState,proto3" json:"sec_state,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ImCmdGccPerPortInfo) Descriptor

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

func (*ImCmdGccPerPortInfo) GetDerivedMode

func (m *ImCmdGccPerPortInfo) GetDerivedMode() string

func (*ImCmdGccPerPortInfo) GetSecState

func (m *ImCmdGccPerPortInfo) GetSecState() string

func (*ImCmdGccPerPortInfo) ProtoMessage

func (*ImCmdGccPerPortInfo) ProtoMessage()

func (*ImCmdGccPerPortInfo) Reset

func (m *ImCmdGccPerPortInfo) Reset()

func (*ImCmdGccPerPortInfo) String

func (m *ImCmdGccPerPortInfo) String() string

func (*ImCmdGccPerPortInfo) XXX_DiscardUnknown

func (m *ImCmdGccPerPortInfo) XXX_DiscardUnknown()

func (*ImCmdGccPerPortInfo) XXX_Marshal

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

func (*ImCmdGccPerPortInfo) XXX_Merge

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

func (*ImCmdGccPerPortInfo) XXX_Size

func (m *ImCmdGccPerPortInfo) XXX_Size() int

func (*ImCmdGccPerPortInfo) XXX_Unmarshal

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

type ImCmdIfStats

type ImCmdIfStats struct {
	StatsType            string             `protobuf:"bytes,1,opt,name=stats_type,json=statsType,proto3" json:"stats_type,omitempty"`
	FullInterfaceStats   *IfstatsbagGeneric `protobuf:"bytes,2,opt,name=full_interface_stats,json=fullInterfaceStats,proto3" json:"full_interface_stats,omitempty"`
	BasicInterfaceStats  *IfstatsbagBasic   `protobuf:"bytes,3,opt,name=basic_interface_stats,json=basicInterfaceStats,proto3" json:"basic_interface_stats,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ImCmdIfStats) Descriptor

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

func (*ImCmdIfStats) GetBasicInterfaceStats

func (m *ImCmdIfStats) GetBasicInterfaceStats() *IfstatsbagBasic

func (*ImCmdIfStats) GetFullInterfaceStats

func (m *ImCmdIfStats) GetFullInterfaceStats() *IfstatsbagGeneric

func (*ImCmdIfStats) GetStatsType

func (m *ImCmdIfStats) GetStatsType() string

func (*ImCmdIfStats) ProtoMessage

func (*ImCmdIfStats) ProtoMessage()

func (*ImCmdIfStats) Reset

func (m *ImCmdIfStats) Reset()

func (*ImCmdIfStats) String

func (m *ImCmdIfStats) String() string

func (*ImCmdIfStats) XXX_DiscardUnknown

func (m *ImCmdIfStats) XXX_DiscardUnknown()

func (*ImCmdIfStats) XXX_Marshal

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

func (*ImCmdIfStats) XXX_Merge

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

func (*ImCmdIfStats) XXX_Size

func (m *ImCmdIfStats) XXX_Size() int

func (*ImCmdIfStats) XXX_Unmarshal

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

type ImCmdInfo

type ImCmdInfo struct {
	InterfaceHandle          string               `protobuf:"bytes,50,opt,name=interface_handle,json=interfaceHandle,proto3" json:"interface_handle,omitempty"`
	InterfaceType            string               `protobuf:"bytes,51,opt,name=interface_type,json=interfaceType,proto3" json:"interface_type,omitempty"`
	HardwareTypeString       string               `protobuf:"bytes,52,opt,name=hardware_type_string,json=hardwareTypeString,proto3" json:"hardware_type_string,omitempty"`
	State                    string               `protobuf:"bytes,53,opt,name=state,proto3" json:"state,omitempty"`
	LineState                string               `protobuf:"bytes,54,opt,name=line_state,json=lineState,proto3" json:"line_state,omitempty"`
	Encapsulation            string               `protobuf:"bytes,55,opt,name=encapsulation,proto3" json:"encapsulation,omitempty"`
	EncapsulationTypeString  string               `` /* 133-byte string literal not displayed */
	Mtu                      uint32               `protobuf:"varint,57,opt,name=mtu,proto3" json:"mtu,omitempty"`
	IsL2TransportEnabled     bool                 `` /* 127-byte string literal not displayed */
	StateTransitionCount     uint32               `protobuf:"varint,59,opt,name=state_transition_count,json=stateTransitionCount,proto3" json:"state_transition_count,omitempty"`
	LastStateTransitionTime  uint32               `` /* 136-byte string literal not displayed */
	IsDampeningEnabled       bool                 `protobuf:"varint,61,opt,name=is_dampening_enabled,json=isDampeningEnabled,proto3" json:"is_dampening_enabled,omitempty"`
	DampeningInformation     *ImCmdDampSt         `protobuf:"bytes,62,opt,name=dampening_information,json=dampeningInformation,proto3" json:"dampening_information,omitempty"`
	Speed                    uint32               `protobuf:"varint,63,opt,name=speed,proto3" json:"speed,omitempty"`
	CrcLength                uint32               `protobuf:"varint,64,opt,name=crc_length,json=crcLength,proto3" json:"crc_length,omitempty"`
	IsScrambleEnabled        bool                 `protobuf:"varint,65,opt,name=is_scramble_enabled,json=isScrambleEnabled,proto3" json:"is_scramble_enabled,omitempty"`
	Duplexity                string               `protobuf:"bytes,66,opt,name=duplexity,proto3" json:"duplexity,omitempty"`
	MediaType                string               `protobuf:"bytes,67,opt,name=media_type,json=mediaType,proto3" json:"media_type,omitempty"`
	LinkType                 string               `protobuf:"bytes,68,opt,name=link_type,json=linkType,proto3" json:"link_type,omitempty"`
	InFlowControl            string               `protobuf:"bytes,69,opt,name=in_flow_control,json=inFlowControl,proto3" json:"in_flow_control,omitempty"`
	OutFlowControl           string               `protobuf:"bytes,70,opt,name=out_flow_control,json=outFlowControl,proto3" json:"out_flow_control,omitempty"`
	MacAddress               *ImCmdMacAddrSt      `protobuf:"bytes,71,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	BurnedInAddress          *ImCmdMacAddrSt      `protobuf:"bytes,72,opt,name=burned_in_address,json=burnedInAddress,proto3" json:"burned_in_address,omitempty"`
	CarrierDelay             *ImCmdCarrierDelaySt `protobuf:"bytes,73,opt,name=carrier_delay,json=carrierDelay,proto3" json:"carrier_delay,omitempty"`
	Bandwidth                uint32               `protobuf:"varint,74,opt,name=bandwidth,proto3" json:"bandwidth,omitempty"`
	MaxBandwidth             uint32               `protobuf:"varint,75,opt,name=max_bandwidth,json=maxBandwidth,proto3" json:"max_bandwidth,omitempty"`
	Keepalive                uint32               `protobuf:"varint,76,opt,name=keepalive,proto3" json:"keepalive,omitempty"`
	IsL2Looped               bool                 `protobuf:"varint,77,opt,name=is_l2_looped,json=isL2Looped,proto3" json:"is_l2_looped,omitempty"`
	ParentInterfaceName      string               `protobuf:"bytes,78,opt,name=parent_interface_name,json=parentInterfaceName,proto3" json:"parent_interface_name,omitempty"`
	LoopbackConfiguration    string               `protobuf:"bytes,79,opt,name=loopback_configuration,json=loopbackConfiguration,proto3" json:"loopback_configuration,omitempty"`
	Description              string               `protobuf:"bytes,80,opt,name=description,proto3" json:"description,omitempty"`
	ArpInformation           *ImCmdArpInfoSt      `protobuf:"bytes,81,opt,name=arp_information,json=arpInformation,proto3" json:"arp_information,omitempty"`
	IpInformation            *ImCmdIpInfoSt       `protobuf:"bytes,82,opt,name=ip_information,json=ipInformation,proto3" json:"ip_information,omitempty"`
	IsMaintenanceEnabled     bool                 `protobuf:"varint,83,opt,name=is_maintenance_enabled,json=isMaintenanceEnabled,proto3" json:"is_maintenance_enabled,omitempty"`
	IsDataInverted           bool                 `protobuf:"varint,84,opt,name=is_data_inverted,json=isDataInverted,proto3" json:"is_data_inverted,omitempty"`
	TransportMode            string               `protobuf:"bytes,85,opt,name=transport_mode,json=transportMode,proto3" json:"transport_mode,omitempty"`
	FastShutdown             bool                 `protobuf:"varint,86,opt,name=fast_shutdown,json=fastShutdown,proto3" json:"fast_shutdown,omitempty"`
	EncapsulationInformation *ImCmdEncapsInfo     `` /* 134-byte string literal not displayed */
	InterfaceTypeInformation *ImCmdIntfTypeInfo   `` /* 136-byte string literal not displayed */
	DataRates                *StatsdbagDatarate   `protobuf:"bytes,89,opt,name=data_rates,json=dataRates,proto3" json:"data_rates,omitempty"`
	InterfaceStatistics      *ImCmdIfStats        `protobuf:"bytes,90,opt,name=interface_statistics,json=interfaceStatistics,proto3" json:"interface_statistics,omitempty"`
	L2InterfaceStatistics    *StatsData           `` /* 127-byte string literal not displayed */
	IfIndex                  uint32               `protobuf:"varint,92,opt,name=if_index,json=ifIndex,proto3" json:"if_index,omitempty"`
	XXX_NoUnkeyedLiteral     struct{}             `json:"-"`
	XXX_unrecognized         []byte               `json:"-"`
	XXX_sizecache            int32                `json:"-"`
}

func (*ImCmdInfo) Descriptor

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

func (*ImCmdInfo) GetArpInformation

func (m *ImCmdInfo) GetArpInformation() *ImCmdArpInfoSt

func (*ImCmdInfo) GetBandwidth

func (m *ImCmdInfo) GetBandwidth() uint32

func (*ImCmdInfo) GetBurnedInAddress

func (m *ImCmdInfo) GetBurnedInAddress() *ImCmdMacAddrSt

func (*ImCmdInfo) GetCarrierDelay

func (m *ImCmdInfo) GetCarrierDelay() *ImCmdCarrierDelaySt

func (*ImCmdInfo) GetCrcLength

func (m *ImCmdInfo) GetCrcLength() uint32

func (*ImCmdInfo) GetDampeningInformation

func (m *ImCmdInfo) GetDampeningInformation() *ImCmdDampSt

func (*ImCmdInfo) GetDataRates

func (m *ImCmdInfo) GetDataRates() *StatsdbagDatarate

func (*ImCmdInfo) GetDescription

func (m *ImCmdInfo) GetDescription() string

func (*ImCmdInfo) GetDuplexity

func (m *ImCmdInfo) GetDuplexity() string

func (*ImCmdInfo) GetEncapsulation

func (m *ImCmdInfo) GetEncapsulation() string

func (*ImCmdInfo) GetEncapsulationInformation

func (m *ImCmdInfo) GetEncapsulationInformation() *ImCmdEncapsInfo

func (*ImCmdInfo) GetEncapsulationTypeString

func (m *ImCmdInfo) GetEncapsulationTypeString() string

func (*ImCmdInfo) GetFastShutdown

func (m *ImCmdInfo) GetFastShutdown() bool

func (*ImCmdInfo) GetHardwareTypeString

func (m *ImCmdInfo) GetHardwareTypeString() string

func (*ImCmdInfo) GetIfIndex

func (m *ImCmdInfo) GetIfIndex() uint32

func (*ImCmdInfo) GetInFlowControl

func (m *ImCmdInfo) GetInFlowControl() string

func (*ImCmdInfo) GetInterfaceHandle

func (m *ImCmdInfo) GetInterfaceHandle() string

func (*ImCmdInfo) GetInterfaceStatistics

func (m *ImCmdInfo) GetInterfaceStatistics() *ImCmdIfStats

func (*ImCmdInfo) GetInterfaceType

func (m *ImCmdInfo) GetInterfaceType() string

func (*ImCmdInfo) GetInterfaceTypeInformation

func (m *ImCmdInfo) GetInterfaceTypeInformation() *ImCmdIntfTypeInfo

func (*ImCmdInfo) GetIpInformation

func (m *ImCmdInfo) GetIpInformation() *ImCmdIpInfoSt

func (*ImCmdInfo) GetIsDampeningEnabled

func (m *ImCmdInfo) GetIsDampeningEnabled() bool

func (*ImCmdInfo) GetIsDataInverted

func (m *ImCmdInfo) GetIsDataInverted() bool

func (*ImCmdInfo) GetIsL2Looped

func (m *ImCmdInfo) GetIsL2Looped() bool

func (*ImCmdInfo) GetIsL2TransportEnabled

func (m *ImCmdInfo) GetIsL2TransportEnabled() bool

func (*ImCmdInfo) GetIsMaintenanceEnabled

func (m *ImCmdInfo) GetIsMaintenanceEnabled() bool

func (*ImCmdInfo) GetIsScrambleEnabled

func (m *ImCmdInfo) GetIsScrambleEnabled() bool

func (*ImCmdInfo) GetKeepalive

func (m *ImCmdInfo) GetKeepalive() uint32

func (*ImCmdInfo) GetL2InterfaceStatistics

func (m *ImCmdInfo) GetL2InterfaceStatistics() *StatsData

func (*ImCmdInfo) GetLastStateTransitionTime

func (m *ImCmdInfo) GetLastStateTransitionTime() uint32

func (*ImCmdInfo) GetLineState

func (m *ImCmdInfo) GetLineState() string

func (*ImCmdInfo) GetLinkType

func (m *ImCmdInfo) GetLinkType() string

func (*ImCmdInfo) GetLoopbackConfiguration

func (m *ImCmdInfo) GetLoopbackConfiguration() string

func (*ImCmdInfo) GetMacAddress

func (m *ImCmdInfo) GetMacAddress() *ImCmdMacAddrSt

func (*ImCmdInfo) GetMaxBandwidth

func (m *ImCmdInfo) GetMaxBandwidth() uint32

func (*ImCmdInfo) GetMediaType

func (m *ImCmdInfo) GetMediaType() string

func (*ImCmdInfo) GetMtu

func (m *ImCmdInfo) GetMtu() uint32

func (*ImCmdInfo) GetOutFlowControl

func (m *ImCmdInfo) GetOutFlowControl() string

func (*ImCmdInfo) GetParentInterfaceName

func (m *ImCmdInfo) GetParentInterfaceName() string

func (*ImCmdInfo) GetSpeed

func (m *ImCmdInfo) GetSpeed() uint32

func (*ImCmdInfo) GetState

func (m *ImCmdInfo) GetState() string

func (*ImCmdInfo) GetStateTransitionCount

func (m *ImCmdInfo) GetStateTransitionCount() uint32

func (*ImCmdInfo) GetTransportMode

func (m *ImCmdInfo) GetTransportMode() string

func (*ImCmdInfo) ProtoMessage

func (*ImCmdInfo) ProtoMessage()

func (*ImCmdInfo) Reset

func (m *ImCmdInfo) Reset()

func (*ImCmdInfo) String

func (m *ImCmdInfo) String() string

func (*ImCmdInfo) XXX_DiscardUnknown

func (m *ImCmdInfo) XXX_DiscardUnknown()

func (*ImCmdInfo) XXX_Marshal

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

func (*ImCmdInfo) XXX_Merge

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

func (*ImCmdInfo) XXX_Size

func (m *ImCmdInfo) XXX_Size() int

func (*ImCmdInfo) XXX_Unmarshal

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

type ImCmdInfo_KEYS

type ImCmdInfo_KEYS struct {
	InterfaceName        string   `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ImCmdInfo_KEYS) Descriptor

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

func (*ImCmdInfo_KEYS) GetInterfaceName

func (m *ImCmdInfo_KEYS) GetInterfaceName() string

func (*ImCmdInfo_KEYS) ProtoMessage

func (*ImCmdInfo_KEYS) ProtoMessage()

func (*ImCmdInfo_KEYS) Reset

func (m *ImCmdInfo_KEYS) Reset()

func (*ImCmdInfo_KEYS) String

func (m *ImCmdInfo_KEYS) String() string

func (*ImCmdInfo_KEYS) XXX_DiscardUnknown

func (m *ImCmdInfo_KEYS) XXX_DiscardUnknown()

func (*ImCmdInfo_KEYS) XXX_Marshal

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

func (*ImCmdInfo_KEYS) XXX_Merge

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

func (*ImCmdInfo_KEYS) XXX_Size

func (m *ImCmdInfo_KEYS) XXX_Size() int

func (*ImCmdInfo_KEYS) XXX_Unmarshal

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

type ImCmdIntfTypeInfo

type ImCmdIntfTypeInfo struct {
	InterfaceTypeInfo            string                   `protobuf:"bytes,1,opt,name=interface_type_info,json=interfaceTypeInfo,proto3" json:"interface_type_info,omitempty"`
	SrpInformation               *ImCmdSrpInfo            `protobuf:"bytes,2,opt,name=srp_information,json=srpInformation,proto3" json:"srp_information,omitempty"`
	TunnelInformation            *ImCmdTunnelInfo         `protobuf:"bytes,3,opt,name=tunnel_information,json=tunnelInformation,proto3" json:"tunnel_information,omitempty"`
	BundleInformation            *ImCmdBundleInfo         `protobuf:"bytes,4,opt,name=bundle_information,json=bundleInformation,proto3" json:"bundle_information,omitempty"`
	SerialInformation            *SerialInterface         `protobuf:"bytes,5,opt,name=serial_information,json=serialInformation,proto3" json:"serial_information,omitempty"`
	SonetPosInformation          *ImSonetPosInfoInterface `protobuf:"bytes,6,opt,name=sonet_pos_information,json=sonetPosInformation,proto3" json:"sonet_pos_information,omitempty"`
	TunnelGreInformation         *ImCmdTunlGreInfo        `protobuf:"bytes,7,opt,name=tunnel_gre_information,json=tunnelGreInformation,proto3" json:"tunnel_gre_information,omitempty"`
	PseudowireHeadEndInformation *PwheEtherInterfaceInfo  `` /* 149-byte string literal not displayed */
	CemInformation               *CemInterface            `protobuf:"bytes,9,opt,name=cem_information,json=cemInformation,proto3" json:"cem_information,omitempty"`
	GccInformation               *ImCmdGccPerPortInfo     `protobuf:"bytes,10,opt,name=gcc_information,json=gccInformation,proto3" json:"gcc_information,omitempty"`
	XXX_NoUnkeyedLiteral         struct{}                 `json:"-"`
	XXX_unrecognized             []byte                   `json:"-"`
	XXX_sizecache                int32                    `json:"-"`
}

func (*ImCmdIntfTypeInfo) Descriptor

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

func (*ImCmdIntfTypeInfo) GetBundleInformation

func (m *ImCmdIntfTypeInfo) GetBundleInformation() *ImCmdBundleInfo

func (*ImCmdIntfTypeInfo) GetCemInformation

func (m *ImCmdIntfTypeInfo) GetCemInformation() *CemInterface

func (*ImCmdIntfTypeInfo) GetGccInformation

func (m *ImCmdIntfTypeInfo) GetGccInformation() *ImCmdGccPerPortInfo

func (*ImCmdIntfTypeInfo) GetInterfaceTypeInfo

func (m *ImCmdIntfTypeInfo) GetInterfaceTypeInfo() string

func (*ImCmdIntfTypeInfo) GetPseudowireHeadEndInformation

func (m *ImCmdIntfTypeInfo) GetPseudowireHeadEndInformation() *PwheEtherInterfaceInfo

func (*ImCmdIntfTypeInfo) GetSerialInformation

func (m *ImCmdIntfTypeInfo) GetSerialInformation() *SerialInterface

func (*ImCmdIntfTypeInfo) GetSonetPosInformation

func (m *ImCmdIntfTypeInfo) GetSonetPosInformation() *ImSonetPosInfoInterface

func (*ImCmdIntfTypeInfo) GetSrpInformation

func (m *ImCmdIntfTypeInfo) GetSrpInformation() *ImCmdSrpInfo

func (*ImCmdIntfTypeInfo) GetTunnelGreInformation

func (m *ImCmdIntfTypeInfo) GetTunnelGreInformation() *ImCmdTunlGreInfo

func (*ImCmdIntfTypeInfo) GetTunnelInformation

func (m *ImCmdIntfTypeInfo) GetTunnelInformation() *ImCmdTunnelInfo

func (*ImCmdIntfTypeInfo) ProtoMessage

func (*ImCmdIntfTypeInfo) ProtoMessage()

func (*ImCmdIntfTypeInfo) Reset

func (m *ImCmdIntfTypeInfo) Reset()

func (*ImCmdIntfTypeInfo) String

func (m *ImCmdIntfTypeInfo) String() string

func (*ImCmdIntfTypeInfo) XXX_DiscardUnknown

func (m *ImCmdIntfTypeInfo) XXX_DiscardUnknown()

func (*ImCmdIntfTypeInfo) XXX_Marshal

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

func (*ImCmdIntfTypeInfo) XXX_Merge

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

func (*ImCmdIntfTypeInfo) XXX_Size

func (m *ImCmdIntfTypeInfo) XXX_Size() int

func (*ImCmdIntfTypeInfo) XXX_Unmarshal

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

type ImCmdIpInfoSt

type ImCmdIpInfoSt struct {
	IpAddress            string   `protobuf:"bytes,1,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"`
	SubnetMaskLength     uint32   `protobuf:"varint,2,opt,name=subnet_mask_length,json=subnetMaskLength,proto3" json:"subnet_mask_length,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ImCmdIpInfoSt) Descriptor

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

func (*ImCmdIpInfoSt) GetIpAddress

func (m *ImCmdIpInfoSt) GetIpAddress() string

func (*ImCmdIpInfoSt) GetSubnetMaskLength

func (m *ImCmdIpInfoSt) GetSubnetMaskLength() uint32

func (*ImCmdIpInfoSt) ProtoMessage

func (*ImCmdIpInfoSt) ProtoMessage()

func (*ImCmdIpInfoSt) Reset

func (m *ImCmdIpInfoSt) Reset()

func (*ImCmdIpInfoSt) String

func (m *ImCmdIpInfoSt) String() string

func (*ImCmdIpInfoSt) XXX_DiscardUnknown

func (m *ImCmdIpInfoSt) XXX_DiscardUnknown()

func (*ImCmdIpInfoSt) XXX_Marshal

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

func (*ImCmdIpInfoSt) XXX_Merge

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

func (*ImCmdIpInfoSt) XXX_Size

func (m *ImCmdIpInfoSt) XXX_Size() int

func (*ImCmdIpInfoSt) XXX_Unmarshal

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

type ImCmdMacAddrSt

type ImCmdMacAddrSt struct {
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ImCmdMacAddrSt) Descriptor

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

func (*ImCmdMacAddrSt) GetAddress

func (m *ImCmdMacAddrSt) GetAddress() string

func (*ImCmdMacAddrSt) ProtoMessage

func (*ImCmdMacAddrSt) ProtoMessage()

func (*ImCmdMacAddrSt) Reset

func (m *ImCmdMacAddrSt) Reset()

func (*ImCmdMacAddrSt) String

func (m *ImCmdMacAddrSt) String() string

func (*ImCmdMacAddrSt) XXX_DiscardUnknown

func (m *ImCmdMacAddrSt) XXX_DiscardUnknown()

func (*ImCmdMacAddrSt) XXX_Marshal

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

func (*ImCmdMacAddrSt) XXX_Merge

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

func (*ImCmdMacAddrSt) XXX_Size

func (m *ImCmdMacAddrSt) XXX_Size() int

func (*ImCmdMacAddrSt) XXX_Unmarshal

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

type ImCmdSrpInfo

type ImCmdSrpInfo struct {
	SrpInformation       *SrpAllInfo    `protobuf:"bytes,1,opt,name=srp_information,json=srpInformation,proto3" json:"srp_information,omitempty"`
	SrpStatistics        *IfstatsbagSrp `protobuf:"bytes,2,opt,name=srp_statistics,json=srpStatistics,proto3" json:"srp_statistics,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*ImCmdSrpInfo) Descriptor

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

func (*ImCmdSrpInfo) GetSrpInformation

func (m *ImCmdSrpInfo) GetSrpInformation() *SrpAllInfo

func (*ImCmdSrpInfo) GetSrpStatistics

func (m *ImCmdSrpInfo) GetSrpStatistics() *IfstatsbagSrp

func (*ImCmdSrpInfo) ProtoMessage

func (*ImCmdSrpInfo) ProtoMessage()

func (*ImCmdSrpInfo) Reset

func (m *ImCmdSrpInfo) Reset()

func (*ImCmdSrpInfo) String

func (m *ImCmdSrpInfo) String() string

func (*ImCmdSrpInfo) XXX_DiscardUnknown

func (m *ImCmdSrpInfo) XXX_DiscardUnknown()

func (*ImCmdSrpInfo) XXX_Marshal

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

func (*ImCmdSrpInfo) XXX_Merge

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

func (*ImCmdSrpInfo) XXX_Size

func (m *ImCmdSrpInfo) XXX_Size() int

func (*ImCmdSrpInfo) XXX_Unmarshal

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

type ImCmdTunlGreInfo

type ImCmdTunlGreInfo struct {
	SourceName                 string          `protobuf:"bytes,1,opt,name=source_name,json=sourceName,proto3" json:"source_name,omitempty"`
	SourceIpAddress            *PfiIpAddrUnion `protobuf:"bytes,2,opt,name=source_ip_address,json=sourceIpAddress,proto3" json:"source_ip_address,omitempty"`
	DestinationIpAddress       *PfiIpAddrUnion `protobuf:"bytes,3,opt,name=destination_ip_address,json=destinationIpAddress,proto3" json:"destination_ip_address,omitempty"`
	DestinationIpAddressLength uint32          `` /* 144-byte string literal not displayed */
	TunnelTos                  uint32          `protobuf:"varint,5,opt,name=tunnel_tos,json=tunnelTos,proto3" json:"tunnel_tos,omitempty"`
	TunnelTtl                  uint32          `protobuf:"varint,6,opt,name=tunnel_ttl,json=tunnelTtl,proto3" json:"tunnel_ttl,omitempty"`
	Key                        uint32          `protobuf:"varint,7,opt,name=key,proto3" json:"key,omitempty"`
	KeepalivePeriod            uint32          `protobuf:"varint,8,opt,name=keepalive_period,json=keepalivePeriod,proto3" json:"keepalive_period,omitempty"`
	KeepaliveMaximumRetry      uint32          `` /* 127-byte string literal not displayed */
	TunnelMode                 string          `protobuf:"bytes,10,opt,name=tunnel_mode,json=tunnelMode,proto3" json:"tunnel_mode,omitempty"`
	TunnelModeDirection        string          `protobuf:"bytes,11,opt,name=tunnel_mode_direction,json=tunnelModeDirection,proto3" json:"tunnel_mode_direction,omitempty"`
	KeepaliveState             string          `protobuf:"bytes,12,opt,name=keepalive_state,json=keepaliveState,proto3" json:"keepalive_state,omitempty"`
	DfBitState                 string          `protobuf:"bytes,13,opt,name=df_bit_state,json=dfBitState,proto3" json:"df_bit_state,omitempty"`
	KeyBitState                string          `protobuf:"bytes,14,opt,name=key_bit_state,json=keyBitState,proto3" json:"key_bit_state,omitempty"`
	XXX_NoUnkeyedLiteral       struct{}        `json:"-"`
	XXX_unrecognized           []byte          `json:"-"`
	XXX_sizecache              int32           `json:"-"`
}

func (*ImCmdTunlGreInfo) Descriptor

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

func (*ImCmdTunlGreInfo) GetDestinationIpAddress

func (m *ImCmdTunlGreInfo) GetDestinationIpAddress() *PfiIpAddrUnion

func (*ImCmdTunlGreInfo) GetDestinationIpAddressLength

func (m *ImCmdTunlGreInfo) GetDestinationIpAddressLength() uint32

func (*ImCmdTunlGreInfo) GetDfBitState

func (m *ImCmdTunlGreInfo) GetDfBitState() string

func (*ImCmdTunlGreInfo) GetKeepaliveMaximumRetry

func (m *ImCmdTunlGreInfo) GetKeepaliveMaximumRetry() uint32

func (*ImCmdTunlGreInfo) GetKeepalivePeriod

func (m *ImCmdTunlGreInfo) GetKeepalivePeriod() uint32

func (*ImCmdTunlGreInfo) GetKeepaliveState

func (m *ImCmdTunlGreInfo) GetKeepaliveState() string

func (*ImCmdTunlGreInfo) GetKey

func (m *ImCmdTunlGreInfo) GetKey() uint32

func (*ImCmdTunlGreInfo) GetKeyBitState

func (m *ImCmdTunlGreInfo) GetKeyBitState() string

func (*ImCmdTunlGreInfo) GetSourceIpAddress

func (m *ImCmdTunlGreInfo) GetSourceIpAddress() *PfiIpAddrUnion

func (*ImCmdTunlGreInfo) GetSourceName

func (m *ImCmdTunlGreInfo) GetSourceName() string

func (*ImCmdTunlGreInfo) GetTunnelMode

func (m *ImCmdTunlGreInfo) GetTunnelMode() string

func (*ImCmdTunlGreInfo) GetTunnelModeDirection

func (m *ImCmdTunlGreInfo) GetTunnelModeDirection() string

func (*ImCmdTunlGreInfo) GetTunnelTos

func (m *ImCmdTunlGreInfo) GetTunnelTos() uint32

func (*ImCmdTunlGreInfo) GetTunnelTtl

func (m *ImCmdTunlGreInfo) GetTunnelTtl() uint32

func (*ImCmdTunlGreInfo) ProtoMessage

func (*ImCmdTunlGreInfo) ProtoMessage()

func (*ImCmdTunlGreInfo) Reset

func (m *ImCmdTunlGreInfo) Reset()

func (*ImCmdTunlGreInfo) String

func (m *ImCmdTunlGreInfo) String() string

func (*ImCmdTunlGreInfo) XXX_DiscardUnknown

func (m *ImCmdTunlGreInfo) XXX_DiscardUnknown()

func (*ImCmdTunlGreInfo) XXX_Marshal

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

func (*ImCmdTunlGreInfo) XXX_Merge

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

func (*ImCmdTunlGreInfo) XXX_Size

func (m *ImCmdTunlGreInfo) XXX_Size() int

func (*ImCmdTunlGreInfo) XXX_Unmarshal

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

type ImCmdTunnelInfo

type ImCmdTunnelInfo struct {
	SourceName             string   `protobuf:"bytes,1,opt,name=source_name,json=sourceName,proto3" json:"source_name,omitempty"`
	SourceIpv4Address      string   `protobuf:"bytes,2,opt,name=source_ipv4_address,json=sourceIpv4Address,proto3" json:"source_ipv4_address,omitempty"`
	DestinationIpv4Address string   `` /* 129-byte string literal not displayed */
	TunnelType             string   `protobuf:"bytes,4,opt,name=tunnel_type,json=tunnelType,proto3" json:"tunnel_type,omitempty"`
	Key                    uint32   `protobuf:"varint,5,opt,name=key,proto3" json:"key,omitempty"`
	Ttl                    uint32   `protobuf:"varint,6,opt,name=ttl,proto3" json:"ttl,omitempty"`
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*ImCmdTunnelInfo) Descriptor

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

func (*ImCmdTunnelInfo) GetDestinationIpv4Address

func (m *ImCmdTunnelInfo) GetDestinationIpv4Address() string

func (*ImCmdTunnelInfo) GetKey

func (m *ImCmdTunnelInfo) GetKey() uint32

func (*ImCmdTunnelInfo) GetSourceIpv4Address

func (m *ImCmdTunnelInfo) GetSourceIpv4Address() string

func (*ImCmdTunnelInfo) GetSourceName

func (m *ImCmdTunnelInfo) GetSourceName() string

func (*ImCmdTunnelInfo) GetTtl

func (m *ImCmdTunnelInfo) GetTtl() uint32

func (*ImCmdTunnelInfo) GetTunnelType

func (m *ImCmdTunnelInfo) GetTunnelType() string

func (*ImCmdTunnelInfo) ProtoMessage

func (*ImCmdTunnelInfo) ProtoMessage()

func (*ImCmdTunnelInfo) Reset

func (m *ImCmdTunnelInfo) Reset()

func (*ImCmdTunnelInfo) String

func (m *ImCmdTunnelInfo) String() string

func (*ImCmdTunnelInfo) XXX_DiscardUnknown

func (m *ImCmdTunnelInfo) XXX_DiscardUnknown()

func (*ImCmdTunnelInfo) XXX_Marshal

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

func (*ImCmdTunnelInfo) XXX_Merge

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

func (*ImCmdTunnelInfo) XXX_Size

func (m *ImCmdTunnelInfo) XXX_Size() int

func (*ImCmdTunnelInfo) XXX_Unmarshal

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

type ImSonetPosInfoInterface

type ImSonetPosInfoInterface struct {
	ApsState             string   `protobuf:"bytes,1,opt,name=aps_state,json=apsState,proto3" json:"aps_state,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ImSonetPosInfoInterface) Descriptor

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

func (*ImSonetPosInfoInterface) GetApsState

func (m *ImSonetPosInfoInterface) GetApsState() string

func (*ImSonetPosInfoInterface) ProtoMessage

func (*ImSonetPosInfoInterface) ProtoMessage()

func (*ImSonetPosInfoInterface) Reset

func (m *ImSonetPosInfoInterface) Reset()

func (*ImSonetPosInfoInterface) String

func (m *ImSonetPosInfoInterface) String() string

func (*ImSonetPosInfoInterface) XXX_DiscardUnknown

func (m *ImSonetPosInfoInterface) XXX_DiscardUnknown()

func (*ImSonetPosInfoInterface) XXX_Marshal

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

func (*ImSonetPosInfoInterface) XXX_Merge

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

func (*ImSonetPosInfoInterface) XXX_Size

func (m *ImSonetPosInfoInterface) XXX_Size() int

func (*ImSonetPosInfoInterface) XXX_Unmarshal

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

type PfiIpAddrUnion

type PfiIpAddrUnion struct {
	Afi                  string   `protobuf:"bytes,1,opt,name=afi,proto3" json:"afi,omitempty"`
	Ipv4                 string   `protobuf:"bytes,2,opt,name=ipv4,proto3" json:"ipv4,omitempty"`
	Ipv6                 string   `protobuf:"bytes,3,opt,name=ipv6,proto3" json:"ipv6,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PfiIpAddrUnion) Descriptor

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

func (*PfiIpAddrUnion) GetAfi

func (m *PfiIpAddrUnion) GetAfi() string

func (*PfiIpAddrUnion) GetIpv4

func (m *PfiIpAddrUnion) GetIpv4() string

func (*PfiIpAddrUnion) GetIpv6

func (m *PfiIpAddrUnion) GetIpv6() string

func (*PfiIpAddrUnion) ProtoMessage

func (*PfiIpAddrUnion) ProtoMessage()

func (*PfiIpAddrUnion) Reset

func (m *PfiIpAddrUnion) Reset()

func (*PfiIpAddrUnion) String

func (m *PfiIpAddrUnion) String() string

func (*PfiIpAddrUnion) XXX_DiscardUnknown

func (m *PfiIpAddrUnion) XXX_DiscardUnknown()

func (*PfiIpAddrUnion) XXX_Marshal

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

func (*PfiIpAddrUnion) XXX_Merge

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

func (*PfiIpAddrUnion) XXX_Size

func (m *PfiIpAddrUnion) XXX_Size() int

func (*PfiIpAddrUnion) XXX_Unmarshal

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

type PppShowIntInfo

type PppShowIntInfo struct {
	LcpState             string               `protobuf:"bytes,1,opt,name=lcp_state,json=lcpState,proto3" json:"lcp_state,omitempty"`
	IsLoopbackDetected   int32                `protobuf:"zigzag32,2,opt,name=is_loopback_detected,json=isLoopbackDetected,proto3" json:"is_loopback_detected,omitempty"`
	KeepalivePeriod      uint32               `protobuf:"varint,3,opt,name=keepalive_period,json=keepalivePeriod,proto3" json:"keepalive_period,omitempty"`
	IsMpBundleMember     int32                `protobuf:"zigzag32,4,opt,name=is_mp_bundle_member,json=isMpBundleMember,proto3" json:"is_mp_bundle_member,omitempty"`
	IsMultilinkOpen      int32                `protobuf:"zigzag32,5,opt,name=is_multilink_open,json=isMultilinkOpen,proto3" json:"is_multilink_open,omitempty"`
	NcpInfoArray         []*PppShowIntNcpInfo `protobuf:"bytes,6,rep,name=ncp_info_array,json=ncpInfoArray,proto3" json:"ncp_info_array,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*PppShowIntInfo) Descriptor

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

func (*PppShowIntInfo) GetIsLoopbackDetected

func (m *PppShowIntInfo) GetIsLoopbackDetected() int32

func (*PppShowIntInfo) GetIsMpBundleMember

func (m *PppShowIntInfo) GetIsMpBundleMember() int32

func (*PppShowIntInfo) GetIsMultilinkOpen

func (m *PppShowIntInfo) GetIsMultilinkOpen() int32

func (*PppShowIntInfo) GetKeepalivePeriod

func (m *PppShowIntInfo) GetKeepalivePeriod() uint32

func (*PppShowIntInfo) GetLcpState

func (m *PppShowIntInfo) GetLcpState() string

func (*PppShowIntInfo) GetNcpInfoArray

func (m *PppShowIntInfo) GetNcpInfoArray() []*PppShowIntNcpInfo

func (*PppShowIntInfo) ProtoMessage

func (*PppShowIntInfo) ProtoMessage()

func (*PppShowIntInfo) Reset

func (m *PppShowIntInfo) Reset()

func (*PppShowIntInfo) String

func (m *PppShowIntInfo) String() string

func (*PppShowIntInfo) XXX_DiscardUnknown

func (m *PppShowIntInfo) XXX_DiscardUnknown()

func (*PppShowIntInfo) XXX_Marshal

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

func (*PppShowIntInfo) XXX_Merge

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

func (*PppShowIntInfo) XXX_Size

func (m *PppShowIntInfo) XXX_Size() int

func (*PppShowIntInfo) XXX_Unmarshal

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

type PppShowIntNcpInfo

type PppShowIntNcpInfo struct {
	NcpState             string   `protobuf:"bytes,1,opt,name=ncp_state,json=ncpState,proto3" json:"ncp_state,omitempty"`
	NcpIdentifier        string   `protobuf:"bytes,2,opt,name=ncp_identifier,json=ncpIdentifier,proto3" json:"ncp_identifier,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PppShowIntNcpInfo) Descriptor

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

func (*PppShowIntNcpInfo) GetNcpIdentifier

func (m *PppShowIntNcpInfo) GetNcpIdentifier() string

func (*PppShowIntNcpInfo) GetNcpState

func (m *PppShowIntNcpInfo) GetNcpState() string

func (*PppShowIntNcpInfo) ProtoMessage

func (*PppShowIntNcpInfo) ProtoMessage()

func (*PppShowIntNcpInfo) Reset

func (m *PppShowIntNcpInfo) Reset()

func (*PppShowIntNcpInfo) String

func (m *PppShowIntNcpInfo) String() string

func (*PppShowIntNcpInfo) XXX_DiscardUnknown

func (m *PppShowIntNcpInfo) XXX_DiscardUnknown()

func (*PppShowIntNcpInfo) XXX_Marshal

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

func (*PppShowIntNcpInfo) XXX_Merge

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

func (*PppShowIntNcpInfo) XXX_Size

func (m *PppShowIntNcpInfo) XXX_Size() int

func (*PppShowIntNcpInfo) XXX_Unmarshal

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

type PwheEtherInterfaceInfo

type PwheEtherInterfaceInfo struct {
	InterfaceListName    string   `protobuf:"bytes,1,opt,name=interface_list_name,json=interfaceListName,proto3" json:"interface_list_name,omitempty"`
	L2Overhead           uint32   `protobuf:"varint,2,opt,name=l2_overhead,json=l2Overhead,proto3" json:"l2_overhead,omitempty"`
	InternalLabel        uint32   `protobuf:"varint,3,opt,name=internal_label,json=internalLabel,proto3" json:"internal_label,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PwheEtherInterfaceInfo) Descriptor

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

func (*PwheEtherInterfaceInfo) GetInterfaceListName

func (m *PwheEtherInterfaceInfo) GetInterfaceListName() string

func (*PwheEtherInterfaceInfo) GetInternalLabel

func (m *PwheEtherInterfaceInfo) GetInternalLabel() uint32

func (*PwheEtherInterfaceInfo) GetL2Overhead

func (m *PwheEtherInterfaceInfo) GetL2Overhead() uint32

func (*PwheEtherInterfaceInfo) ProtoMessage

func (*PwheEtherInterfaceInfo) ProtoMessage()

func (*PwheEtherInterfaceInfo) Reset

func (m *PwheEtherInterfaceInfo) Reset()

func (*PwheEtherInterfaceInfo) String

func (m *PwheEtherInterfaceInfo) String() string

func (*PwheEtherInterfaceInfo) XXX_DiscardUnknown

func (m *PwheEtherInterfaceInfo) XXX_DiscardUnknown()

func (*PwheEtherInterfaceInfo) XXX_Marshal

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

func (*PwheEtherInterfaceInfo) XXX_Merge

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

func (*PwheEtherInterfaceInfo) XXX_Size

func (m *PwheEtherInterfaceInfo) XXX_Size() int

func (*PwheEtherInterfaceInfo) XXX_Unmarshal

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

type SerialInterface

type SerialInterface struct {
	Timeslots            string   `protobuf:"bytes,1,opt,name=timeslots,proto3" json:"timeslots,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SerialInterface) Descriptor

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

func (*SerialInterface) GetTimeslots

func (m *SerialInterface) GetTimeslots() string

func (*SerialInterface) ProtoMessage

func (*SerialInterface) ProtoMessage()

func (*SerialInterface) Reset

func (m *SerialInterface) Reset()

func (*SerialInterface) String

func (m *SerialInterface) String() string

func (*SerialInterface) XXX_DiscardUnknown

func (m *SerialInterface) XXX_DiscardUnknown()

func (*SerialInterface) XXX_Marshal

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

func (*SerialInterface) XXX_Merge

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

func (*SerialInterface) XXX_Size

func (m *SerialInterface) XXX_Size() int

func (*SerialInterface) XXX_Unmarshal

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

type SrpAllInfo

type SrpAllInfo struct {
	IpsInfo              *SrpIpsInfo       `protobuf:"bytes,1,opt,name=ips_info,json=ipsInfo,proto3" json:"ips_info,omitempty"`
	TopologyInfo         *SrpTopologyInfo  `protobuf:"bytes,2,opt,name=topology_info,json=topologyInfo,proto3" json:"topology_info,omitempty"`
	SrrInfo              *SrpSrrInfo       `protobuf:"bytes,3,opt,name=srr_info,json=srrInfo,proto3" json:"srr_info,omitempty"`
	RateLimitInfo        *SrpRateLimitInfo `protobuf:"bytes,4,opt,name=rate_limit_info,json=rateLimitInfo,proto3" json:"rate_limit_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*SrpAllInfo) Descriptor

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

func (*SrpAllInfo) GetIpsInfo

func (m *SrpAllInfo) GetIpsInfo() *SrpIpsInfo

func (*SrpAllInfo) GetRateLimitInfo

func (m *SrpAllInfo) GetRateLimitInfo() *SrpRateLimitInfo

func (*SrpAllInfo) GetSrrInfo

func (m *SrpAllInfo) GetSrrInfo() *SrpSrrInfo

func (*SrpAllInfo) GetTopologyInfo

func (m *SrpAllInfo) GetTopologyInfo() *SrpTopologyInfo

func (*SrpAllInfo) ProtoMessage

func (*SrpAllInfo) ProtoMessage()

func (*SrpAllInfo) Reset

func (m *SrpAllInfo) Reset()

func (*SrpAllInfo) String

func (m *SrpAllInfo) String() string

func (*SrpAllInfo) XXX_DiscardUnknown

func (m *SrpAllInfo) XXX_DiscardUnknown()

func (*SrpAllInfo) XXX_Marshal

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

func (*SrpAllInfo) XXX_Merge

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

func (*SrpAllInfo) XXX_Size

func (m *SrpAllInfo) XXX_Size() int

func (*SrpAllInfo) XXX_Unmarshal

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

type SrpFailureInfo

type SrpFailureInfo struct {
	Type                 string   `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	ReportedState        string   `protobuf:"bytes,2,opt,name=reported_state,json=reportedState,proto3" json:"reported_state,omitempty"`
	DebouncedState       string   `protobuf:"bytes,3,opt,name=debounced_state,json=debouncedState,proto3" json:"debounced_state,omitempty"`
	CurrentState         string   `protobuf:"bytes,4,opt,name=current_state,json=currentState,proto3" json:"current_state,omitempty"`
	StableTime           uint64   `protobuf:"varint,5,opt,name=stable_time,json=stableTime,proto3" json:"stable_time,omitempty"`
	DebouncedDelay       uint32   `protobuf:"varint,6,opt,name=debounced_delay,json=debouncedDelay,proto3" json:"debounced_delay,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SrpFailureInfo) Descriptor

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

func (*SrpFailureInfo) GetCurrentState

func (m *SrpFailureInfo) GetCurrentState() string

func (*SrpFailureInfo) GetDebouncedDelay

func (m *SrpFailureInfo) GetDebouncedDelay() uint32

func (*SrpFailureInfo) GetDebouncedState

func (m *SrpFailureInfo) GetDebouncedState() string

func (*SrpFailureInfo) GetReportedState

func (m *SrpFailureInfo) GetReportedState() string

func (*SrpFailureInfo) GetStableTime

func (m *SrpFailureInfo) GetStableTime() uint64

func (*SrpFailureInfo) GetType

func (m *SrpFailureInfo) GetType() string

func (*SrpFailureInfo) ProtoMessage

func (*SrpFailureInfo) ProtoMessage()

func (*SrpFailureInfo) Reset

func (m *SrpFailureInfo) Reset()

func (*SrpFailureInfo) String

func (m *SrpFailureInfo) String() string

func (*SrpFailureInfo) XXX_DiscardUnknown

func (m *SrpFailureInfo) XXX_DiscardUnknown()

func (*SrpFailureInfo) XXX_Marshal

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

func (*SrpFailureInfo) XXX_Merge

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

func (*SrpFailureInfo) XXX_Size

func (m *SrpFailureInfo) XXX_Size() int

func (*SrpFailureInfo) XXX_Unmarshal

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

type SrpIpsDetail

type SrpIpsDetail struct {
	MacAddress            string            `protobuf:"bytes,1,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	IsInterCardBusEnabled int32             `` /* 133-byte string literal not displayed */
	WtrTimerPeriod        uint32            `protobuf:"varint,3,opt,name=wtr_timer_period,json=wtrTimerPeriod,proto3" json:"wtr_timer_period,omitempty"`
	SideA                 *SrpIpsSideDetail `protobuf:"bytes,4,opt,name=side_a,json=sideA,proto3" json:"side_a,omitempty"`
	SideB                 *SrpIpsSideDetail `protobuf:"bytes,5,opt,name=side_b,json=sideB,proto3" json:"side_b,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}          `json:"-"`
	XXX_unrecognized      []byte            `json:"-"`
	XXX_sizecache         int32             `json:"-"`
}

func (*SrpIpsDetail) Descriptor

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

func (*SrpIpsDetail) GetIsInterCardBusEnabled

func (m *SrpIpsDetail) GetIsInterCardBusEnabled() int32

func (*SrpIpsDetail) GetMacAddress

func (m *SrpIpsDetail) GetMacAddress() string

func (*SrpIpsDetail) GetSideA

func (m *SrpIpsDetail) GetSideA() *SrpIpsSideDetail

func (*SrpIpsDetail) GetSideB

func (m *SrpIpsDetail) GetSideB() *SrpIpsSideDetail

func (*SrpIpsDetail) GetWtrTimerPeriod

func (m *SrpIpsDetail) GetWtrTimerPeriod() uint32

func (*SrpIpsDetail) ProtoMessage

func (*SrpIpsDetail) ProtoMessage()

func (*SrpIpsDetail) Reset

func (m *SrpIpsDetail) Reset()

func (*SrpIpsDetail) String

func (m *SrpIpsDetail) String() string

func (*SrpIpsDetail) XXX_DiscardUnknown

func (m *SrpIpsDetail) XXX_DiscardUnknown()

func (*SrpIpsDetail) XXX_Marshal

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

func (*SrpIpsDetail) XXX_Merge

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

func (*SrpIpsDetail) XXX_Size

func (m *SrpIpsDetail) XXX_Size() int

func (*SrpIpsDetail) XXX_Unmarshal

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

type SrpIpsInfo

type SrpIpsInfo struct {
	IsAdminDown          int32           `protobuf:"zigzag32,1,opt,name=is_admin_down,json=isAdminDown,proto3" json:"is_admin_down,omitempty"`
	LocalInformation     []*SrpIpsDetail `protobuf:"bytes,2,rep,name=local_information,json=localInformation,proto3" json:"local_information,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*SrpIpsInfo) Descriptor

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

func (*SrpIpsInfo) GetIsAdminDown

func (m *SrpIpsInfo) GetIsAdminDown() int32

func (*SrpIpsInfo) GetLocalInformation

func (m *SrpIpsInfo) GetLocalInformation() []*SrpIpsDetail

func (*SrpIpsInfo) ProtoMessage

func (*SrpIpsInfo) ProtoMessage()

func (*SrpIpsInfo) Reset

func (m *SrpIpsInfo) Reset()

func (*SrpIpsInfo) String

func (m *SrpIpsInfo) String() string

func (*SrpIpsInfo) XXX_DiscardUnknown

func (m *SrpIpsInfo) XXX_DiscardUnknown()

func (*SrpIpsInfo) XXX_Marshal

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

func (*SrpIpsInfo) XXX_Merge

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

func (*SrpIpsInfo) XXX_Size

func (m *SrpIpsInfo) XXX_Size() int

func (*SrpIpsInfo) XXX_Unmarshal

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

type SrpIpsSideDetail

type SrpIpsSideDetail struct {
	MacAddress             string            `protobuf:"bytes,1,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	WrapState              string            `protobuf:"bytes,2,opt,name=wrap_state,json=wrapState,proto3" json:"wrap_state,omitempty"`
	PacketSentTimer        uint32            `protobuf:"varint,3,opt,name=packet_sent_timer,json=packetSentTimer,proto3" json:"packet_sent_timer,omitempty"`
	SendTimerTimeRemaining uint32            `` /* 132-byte string literal not displayed */
	WtrTimerRemaining      uint32            `protobuf:"varint,5,opt,name=wtr_timer_remaining,json=wtrTimerRemaining,proto3" json:"wtr_timer_remaining,omitempty"`
	SelfDetectedRequest    string            `protobuf:"bytes,6,opt,name=self_detected_request,json=selfDetectedRequest,proto3" json:"self_detected_request,omitempty"`
	RemoteRequest          string            `protobuf:"bytes,7,opt,name=remote_request,json=remoteRequest,proto3" json:"remote_request,omitempty"`
	AssertedFailure        []*SrpFailureInfo `protobuf:"bytes,8,rep,name=asserted_failure,json=assertedFailure,proto3" json:"asserted_failure,omitempty"`
	RxNeighborMacAddress   string            `protobuf:"bytes,9,opt,name=rx_neighbor_mac_address,json=rxNeighborMacAddress,proto3" json:"rx_neighbor_mac_address,omitempty"`
	RxMessageType          string            `protobuf:"bytes,10,opt,name=rx_message_type,json=rxMessageType,proto3" json:"rx_message_type,omitempty"`
	RxPathType             string            `protobuf:"bytes,11,opt,name=rx_path_type,json=rxPathType,proto3" json:"rx_path_type,omitempty"`
	RxTtl                  uint32            `protobuf:"varint,12,opt,name=rx_ttl,json=rxTtl,proto3" json:"rx_ttl,omitempty"`
	RxPacketTest           int32             `protobuf:"zigzag32,13,opt,name=rx_packet_test,json=rxPacketTest,proto3" json:"rx_packet_test,omitempty"`
	TxNeighborMacAddress   string            `` /* 126-byte string literal not displayed */
	TxMessageType          string            `protobuf:"bytes,15,opt,name=tx_message_type,json=txMessageType,proto3" json:"tx_message_type,omitempty"`
	TxPathType             string            `protobuf:"bytes,16,opt,name=tx_path_type,json=txPathType,proto3" json:"tx_path_type,omitempty"`
	TxTtl                  uint32            `protobuf:"varint,17,opt,name=tx_ttl,json=txTtl,proto3" json:"tx_ttl,omitempty"`
	TxPacketTest           int32             `protobuf:"zigzag32,18,opt,name=tx_packet_test,json=txPacketTest,proto3" json:"tx_packet_test,omitempty"`
	DelayKeepAliveTrigger  uint32            `` /* 130-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{}          `json:"-"`
	XXX_unrecognized       []byte            `json:"-"`
	XXX_sizecache          int32             `json:"-"`
}

func (*SrpIpsSideDetail) Descriptor

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

func (*SrpIpsSideDetail) GetAssertedFailure

func (m *SrpIpsSideDetail) GetAssertedFailure() []*SrpFailureInfo

func (*SrpIpsSideDetail) GetDelayKeepAliveTrigger

func (m *SrpIpsSideDetail) GetDelayKeepAliveTrigger() uint32

func (*SrpIpsSideDetail) GetMacAddress

func (m *SrpIpsSideDetail) GetMacAddress() string

func (*SrpIpsSideDetail) GetPacketSentTimer

func (m *SrpIpsSideDetail) GetPacketSentTimer() uint32

func (*SrpIpsSideDetail) GetRemoteRequest

func (m *SrpIpsSideDetail) GetRemoteRequest() string

func (*SrpIpsSideDetail) GetRxMessageType

func (m *SrpIpsSideDetail) GetRxMessageType() string

func (*SrpIpsSideDetail) GetRxNeighborMacAddress

func (m *SrpIpsSideDetail) GetRxNeighborMacAddress() string

func (*SrpIpsSideDetail) GetRxPacketTest

func (m *SrpIpsSideDetail) GetRxPacketTest() int32

func (*SrpIpsSideDetail) GetRxPathType

func (m *SrpIpsSideDetail) GetRxPathType() string

func (*SrpIpsSideDetail) GetRxTtl

func (m *SrpIpsSideDetail) GetRxTtl() uint32

func (*SrpIpsSideDetail) GetSelfDetectedRequest

func (m *SrpIpsSideDetail) GetSelfDetectedRequest() string

func (*SrpIpsSideDetail) GetSendTimerTimeRemaining

func (m *SrpIpsSideDetail) GetSendTimerTimeRemaining() uint32

func (*SrpIpsSideDetail) GetTxMessageType

func (m *SrpIpsSideDetail) GetTxMessageType() string

func (*SrpIpsSideDetail) GetTxNeighborMacAddress

func (m *SrpIpsSideDetail) GetTxNeighborMacAddress() string

func (*SrpIpsSideDetail) GetTxPacketTest

func (m *SrpIpsSideDetail) GetTxPacketTest() int32

func (*SrpIpsSideDetail) GetTxPathType

func (m *SrpIpsSideDetail) GetTxPathType() string

func (*SrpIpsSideDetail) GetTxTtl

func (m *SrpIpsSideDetail) GetTxTtl() uint32

func (*SrpIpsSideDetail) GetWrapState

func (m *SrpIpsSideDetail) GetWrapState() string

func (*SrpIpsSideDetail) GetWtrTimerRemaining

func (m *SrpIpsSideDetail) GetWtrTimerRemaining() uint32

func (*SrpIpsSideDetail) ProtoMessage

func (*SrpIpsSideDetail) ProtoMessage()

func (*SrpIpsSideDetail) Reset

func (m *SrpIpsSideDetail) Reset()

func (*SrpIpsSideDetail) String

func (m *SrpIpsSideDetail) String() string

func (*SrpIpsSideDetail) XXX_DiscardUnknown

func (m *SrpIpsSideDetail) XXX_DiscardUnknown()

func (*SrpIpsSideDetail) XXX_Marshal

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

func (*SrpIpsSideDetail) XXX_Merge

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

func (*SrpIpsSideDetail) XXX_Size

func (m *SrpIpsSideDetail) XXX_Size() int

func (*SrpIpsSideDetail) XXX_Unmarshal

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

type SrpRateLimitDetail

type SrpRateLimitDetail struct {
	MinPriorityValue     uint32   `protobuf:"varint,1,opt,name=min_priority_value,json=minPriorityValue,proto3" json:"min_priority_value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SrpRateLimitDetail) Descriptor

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

func (*SrpRateLimitDetail) GetMinPriorityValue

func (m *SrpRateLimitDetail) GetMinPriorityValue() uint32

func (*SrpRateLimitDetail) ProtoMessage

func (*SrpRateLimitDetail) ProtoMessage()

func (*SrpRateLimitDetail) Reset

func (m *SrpRateLimitDetail) Reset()

func (*SrpRateLimitDetail) String

func (m *SrpRateLimitDetail) String() string

func (*SrpRateLimitDetail) XXX_DiscardUnknown

func (m *SrpRateLimitDetail) XXX_DiscardUnknown()

func (*SrpRateLimitDetail) XXX_Marshal

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

func (*SrpRateLimitDetail) XXX_Merge

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

func (*SrpRateLimitDetail) XXX_Size

func (m *SrpRateLimitDetail) XXX_Size() int

func (*SrpRateLimitDetail) XXX_Unmarshal

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

type SrpRateLimitInfo

type SrpRateLimitInfo struct {
	IsAdminDown           int32                 `protobuf:"zigzag32,1,opt,name=is_admin_down,json=isAdminDown,proto3" json:"is_admin_down,omitempty"`
	RateLimitDetailedInfo []*SrpRateLimitDetail `` /* 128-byte string literal not displayed */
	XXX_NoUnkeyedLiteral  struct{}              `json:"-"`
	XXX_unrecognized      []byte                `json:"-"`
	XXX_sizecache         int32                 `json:"-"`
}

func (*SrpRateLimitInfo) Descriptor

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

func (*SrpRateLimitInfo) GetIsAdminDown

func (m *SrpRateLimitInfo) GetIsAdminDown() int32

func (*SrpRateLimitInfo) GetRateLimitDetailedInfo

func (m *SrpRateLimitInfo) GetRateLimitDetailedInfo() []*SrpRateLimitDetail

func (*SrpRateLimitInfo) ProtoMessage

func (*SrpRateLimitInfo) ProtoMessage()

func (*SrpRateLimitInfo) Reset

func (m *SrpRateLimitInfo) Reset()

func (*SrpRateLimitInfo) String

func (m *SrpRateLimitInfo) String() string

func (*SrpRateLimitInfo) XXX_DiscardUnknown

func (m *SrpRateLimitInfo) XXX_DiscardUnknown()

func (*SrpRateLimitInfo) XXX_Marshal

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

func (*SrpRateLimitInfo) XXX_Merge

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

func (*SrpRateLimitInfo) XXX_Size

func (m *SrpRateLimitInfo) XXX_Size() int

func (*SrpRateLimitInfo) XXX_Unmarshal

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

type SrpSrrDetail

type SrpSrrDetail struct {
	VersionNumber               uint32         `protobuf:"varint,1,opt,name=version_number,json=versionNumber,proto3" json:"version_number,omitempty"`
	IsWrongVersionReceived      int32          `` /* 134-byte string literal not displayed */
	LastWrongVersionReceiveTime uint32         `` /* 149-byte string literal not displayed */
	MacAddress                  string         `protobuf:"bytes,4,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	NodeState                   string         `protobuf:"bytes,5,opt,name=node_state,json=nodeState,proto3" json:"node_state,omitempty"`
	IsOuterRingInUse            int32          `protobuf:"zigzag32,6,opt,name=is_outer_ring_in_use,json=isOuterRingInUse,proto3" json:"is_outer_ring_in_use,omitempty"`
	IsInnerRingInUse            int32          `protobuf:"zigzag32,7,opt,name=is_inner_ring_in_use,json=isInnerRingInUse,proto3" json:"is_inner_ring_in_use,omitempty"`
	IsAnnounce                  int32          `protobuf:"zigzag32,8,opt,name=is_announce,json=isAnnounce,proto3" json:"is_announce,omitempty"`
	OuterFailType               string         `protobuf:"bytes,9,opt,name=outer_fail_type,json=outerFailType,proto3" json:"outer_fail_type,omitempty"`
	InnerFailType               string         `protobuf:"bytes,10,opt,name=inner_fail_type,json=innerFailType,proto3" json:"inner_fail_type,omitempty"`
	PacketSendTimer             uint32         `protobuf:"varint,11,opt,name=packet_send_timer,json=packetSendTimer,proto3" json:"packet_send_timer,omitempty"`
	NextSrrPacketSendTime       uint32         `` /* 132-byte string literal not displayed */
	SingleRingBw                uint32         `protobuf:"varint,13,opt,name=single_ring_bw,json=singleRingBw,proto3" json:"single_ring_bw,omitempty"`
	WtrTime                     uint32         `protobuf:"varint,14,opt,name=wtr_time,json=wtrTime,proto3" json:"wtr_time,omitempty"`
	WtrTimerRemainingOuterRing  uint32         `` /* 147-byte string literal not displayed */
	WtrTimerRemainingInnerRing  uint32         `` /* 147-byte string literal not displayed */
	NodesOnRing                 []*SrrNodeData `protobuf:"bytes,17,rep,name=nodes_on_ring,json=nodesOnRing,proto3" json:"nodes_on_ring,omitempty"`
	NodesNotOnRing              []*SrrNodeData `protobuf:"bytes,18,rep,name=nodes_not_on_ring,json=nodesNotOnRing,proto3" json:"nodes_not_on_ring,omitempty"`
	XXX_NoUnkeyedLiteral        struct{}       `json:"-"`
	XXX_unrecognized            []byte         `json:"-"`
	XXX_sizecache               int32          `json:"-"`
}

func (*SrpSrrDetail) Descriptor

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

func (*SrpSrrDetail) GetInnerFailType

func (m *SrpSrrDetail) GetInnerFailType() string

func (*SrpSrrDetail) GetIsAnnounce

func (m *SrpSrrDetail) GetIsAnnounce() int32

func (*SrpSrrDetail) GetIsInnerRingInUse

func (m *SrpSrrDetail) GetIsInnerRingInUse() int32

func (*SrpSrrDetail) GetIsOuterRingInUse

func (m *SrpSrrDetail) GetIsOuterRingInUse() int32

func (*SrpSrrDetail) GetIsWrongVersionReceived

func (m *SrpSrrDetail) GetIsWrongVersionReceived() int32

func (*SrpSrrDetail) GetLastWrongVersionReceiveTime

func (m *SrpSrrDetail) GetLastWrongVersionReceiveTime() uint32

func (*SrpSrrDetail) GetMacAddress

func (m *SrpSrrDetail) GetMacAddress() string

func (*SrpSrrDetail) GetNextSrrPacketSendTime

func (m *SrpSrrDetail) GetNextSrrPacketSendTime() uint32

func (*SrpSrrDetail) GetNodeState

func (m *SrpSrrDetail) GetNodeState() string

func (*SrpSrrDetail) GetNodesNotOnRing

func (m *SrpSrrDetail) GetNodesNotOnRing() []*SrrNodeData

func (*SrpSrrDetail) GetNodesOnRing

func (m *SrpSrrDetail) GetNodesOnRing() []*SrrNodeData

func (*SrpSrrDetail) GetOuterFailType

func (m *SrpSrrDetail) GetOuterFailType() string

func (*SrpSrrDetail) GetPacketSendTimer

func (m *SrpSrrDetail) GetPacketSendTimer() uint32

func (*SrpSrrDetail) GetSingleRingBw

func (m *SrpSrrDetail) GetSingleRingBw() uint32

func (*SrpSrrDetail) GetVersionNumber

func (m *SrpSrrDetail) GetVersionNumber() uint32

func (*SrpSrrDetail) GetWtrTime

func (m *SrpSrrDetail) GetWtrTime() uint32

func (*SrpSrrDetail) GetWtrTimerRemainingInnerRing

func (m *SrpSrrDetail) GetWtrTimerRemainingInnerRing() uint32

func (*SrpSrrDetail) GetWtrTimerRemainingOuterRing

func (m *SrpSrrDetail) GetWtrTimerRemainingOuterRing() uint32

func (*SrpSrrDetail) ProtoMessage

func (*SrpSrrDetail) ProtoMessage()

func (*SrpSrrDetail) Reset

func (m *SrpSrrDetail) Reset()

func (*SrpSrrDetail) String

func (m *SrpSrrDetail) String() string

func (*SrpSrrDetail) XXX_DiscardUnknown

func (m *SrpSrrDetail) XXX_DiscardUnknown()

func (*SrpSrrDetail) XXX_Marshal

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

func (*SrpSrrDetail) XXX_Merge

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

func (*SrpSrrDetail) XXX_Size

func (m *SrpSrrDetail) XXX_Size() int

func (*SrpSrrDetail) XXX_Unmarshal

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

type SrpSrrInfo

type SrpSrrInfo struct {
	IsAdminDown          int32           `protobuf:"zigzag32,1,opt,name=is_admin_down,json=isAdminDown,proto3" json:"is_admin_down,omitempty"`
	IsSrrEnabled         int32           `protobuf:"zigzag32,2,opt,name=is_srr_enabled,json=isSrrEnabled,proto3" json:"is_srr_enabled,omitempty"`
	SrrDetailedInfo      []*SrpSrrDetail `protobuf:"bytes,3,rep,name=srr_detailed_info,json=srrDetailedInfo,proto3" json:"srr_detailed_info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*SrpSrrInfo) Descriptor

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

func (*SrpSrrInfo) GetIsAdminDown

func (m *SrpSrrInfo) GetIsAdminDown() int32

func (*SrpSrrInfo) GetIsSrrEnabled

func (m *SrpSrrInfo) GetIsSrrEnabled() int32

func (*SrpSrrInfo) GetSrrDetailedInfo

func (m *SrpSrrInfo) GetSrrDetailedInfo() []*SrpSrrDetail

func (*SrpSrrInfo) ProtoMessage

func (*SrpSrrInfo) ProtoMessage()

func (*SrpSrrInfo) Reset

func (m *SrpSrrInfo) Reset()

func (*SrpSrrInfo) String

func (m *SrpSrrInfo) String() string

func (*SrpSrrInfo) XXX_DiscardUnknown

func (m *SrpSrrInfo) XXX_DiscardUnknown()

func (*SrpSrrInfo) XXX_Marshal

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

func (*SrpSrrInfo) XXX_Merge

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

func (*SrpSrrInfo) XXX_Size

func (m *SrpSrrInfo) XXX_Size() int

func (*SrpSrrInfo) XXX_Unmarshal

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

type SrpTopologyInfo

type SrpTopologyInfo struct {
	IsAdminDown          int32             `protobuf:"zigzag32,1,opt,name=is_admin_down,json=isAdminDown,proto3" json:"is_admin_down,omitempty"`
	LocalInformation     []*SrpTopologyMap `protobuf:"bytes,2,rep,name=local_information,json=localInformation,proto3" json:"local_information,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*SrpTopologyInfo) Descriptor

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

func (*SrpTopologyInfo) GetIsAdminDown

func (m *SrpTopologyInfo) GetIsAdminDown() int32

func (*SrpTopologyInfo) GetLocalInformation

func (m *SrpTopologyInfo) GetLocalInformation() []*SrpTopologyMap

func (*SrpTopologyInfo) ProtoMessage

func (*SrpTopologyInfo) ProtoMessage()

func (*SrpTopologyInfo) Reset

func (m *SrpTopologyInfo) Reset()

func (*SrpTopologyInfo) String

func (m *SrpTopologyInfo) String() string

func (*SrpTopologyInfo) XXX_DiscardUnknown

func (m *SrpTopologyInfo) XXX_DiscardUnknown()

func (*SrpTopologyInfo) XXX_Marshal

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

func (*SrpTopologyInfo) XXX_Merge

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

func (*SrpTopologyInfo) XXX_Size

func (m *SrpTopologyInfo) XXX_Size() int

func (*SrpTopologyInfo) XXX_Unmarshal

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

type SrpTopologyMap

type SrpTopologyMap struct {
	TopologyTimer                       uint32                 `protobuf:"varint,1,opt,name=topology_timer,json=topologyTimer,proto3" json:"topology_timer,omitempty"`
	NextTopologyPacketDelay             uint32                 `` /* 135-byte string literal not displayed */
	TimeSinceLastTopologyPacketReceived uint32                 `` /* 175-byte string literal not displayed */
	TimeSinceLastTopologyChange         uint32                 `` /* 149-byte string literal not displayed */
	NumberOfNodesOnRing                 uint32                 `protobuf:"varint,5,opt,name=number_of_nodes_on_ring,json=numberOfNodesOnRing,proto3" json:"number_of_nodes_on_ring,omitempty"`
	RingNode                            []*SrpTopologyNodeData `protobuf:"bytes,6,rep,name=ring_node,json=ringNode,proto3" json:"ring_node,omitempty"`
	XXX_NoUnkeyedLiteral                struct{}               `json:"-"`
	XXX_unrecognized                    []byte                 `json:"-"`
	XXX_sizecache                       int32                  `json:"-"`
}

func (*SrpTopologyMap) Descriptor

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

func (*SrpTopologyMap) GetNextTopologyPacketDelay

func (m *SrpTopologyMap) GetNextTopologyPacketDelay() uint32

func (*SrpTopologyMap) GetNumberOfNodesOnRing

func (m *SrpTopologyMap) GetNumberOfNodesOnRing() uint32

func (*SrpTopologyMap) GetRingNode

func (m *SrpTopologyMap) GetRingNode() []*SrpTopologyNodeData

func (*SrpTopologyMap) GetTimeSinceLastTopologyChange

func (m *SrpTopologyMap) GetTimeSinceLastTopologyChange() uint32

func (*SrpTopologyMap) GetTimeSinceLastTopologyPacketReceived

func (m *SrpTopologyMap) GetTimeSinceLastTopologyPacketReceived() uint32

func (*SrpTopologyMap) GetTopologyTimer

func (m *SrpTopologyMap) GetTopologyTimer() uint32

func (*SrpTopologyMap) ProtoMessage

func (*SrpTopologyMap) ProtoMessage()

func (*SrpTopologyMap) Reset

func (m *SrpTopologyMap) Reset()

func (*SrpTopologyMap) String

func (m *SrpTopologyMap) String() string

func (*SrpTopologyMap) XXX_DiscardUnknown

func (m *SrpTopologyMap) XXX_DiscardUnknown()

func (*SrpTopologyMap) XXX_Marshal

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

func (*SrpTopologyMap) XXX_Merge

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

func (*SrpTopologyMap) XXX_Size

func (m *SrpTopologyMap) XXX_Size() int

func (*SrpTopologyMap) XXX_Unmarshal

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

type SrpTopologyNodeData

type SrpTopologyNodeData struct {
	HopCount             uint32   `protobuf:"varint,1,opt,name=hop_count,json=hopCount,proto3" json:"hop_count,omitempty"`
	MacAddress           string   `protobuf:"bytes,2,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	Ipv4Address          string   `protobuf:"bytes,3,opt,name=ipv4_address,json=ipv4Address,proto3" json:"ipv4_address,omitempty"`
	IsWrapped            int32    `protobuf:"zigzag32,4,opt,name=is_wrapped,json=isWrapped,proto3" json:"is_wrapped,omitempty"`
	IsSrrSupported       int32    `protobuf:"zigzag32,5,opt,name=is_srr_supported,json=isSrrSupported,proto3" json:"is_srr_supported,omitempty"`
	NodeName             string   `protobuf:"bytes,6,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SrpTopologyNodeData) Descriptor

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

func (*SrpTopologyNodeData) GetHopCount

func (m *SrpTopologyNodeData) GetHopCount() uint32

func (*SrpTopologyNodeData) GetIpv4Address

func (m *SrpTopologyNodeData) GetIpv4Address() string

func (*SrpTopologyNodeData) GetIsSrrSupported

func (m *SrpTopologyNodeData) GetIsSrrSupported() int32

func (*SrpTopologyNodeData) GetIsWrapped

func (m *SrpTopologyNodeData) GetIsWrapped() int32

func (*SrpTopologyNodeData) GetMacAddress

func (m *SrpTopologyNodeData) GetMacAddress() string

func (*SrpTopologyNodeData) GetNodeName

func (m *SrpTopologyNodeData) GetNodeName() string

func (*SrpTopologyNodeData) ProtoMessage

func (*SrpTopologyNodeData) ProtoMessage()

func (*SrpTopologyNodeData) Reset

func (m *SrpTopologyNodeData) Reset()

func (*SrpTopologyNodeData) String

func (m *SrpTopologyNodeData) String() string

func (*SrpTopologyNodeData) XXX_DiscardUnknown

func (m *SrpTopologyNodeData) XXX_DiscardUnknown()

func (*SrpTopologyNodeData) XXX_Marshal

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

func (*SrpTopologyNodeData) XXX_Merge

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

func (*SrpTopologyNodeData) XXX_Size

func (m *SrpTopologyNodeData) XXX_Size() int

func (*SrpTopologyNodeData) XXX_Unmarshal

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

type SrrNodeData

type SrrNodeData struct {
	NodeName                 string   `protobuf:"bytes,1,opt,name=node_name,json=nodeName,proto3" json:"node_name,omitempty"`
	SrrEntryExits            int32    `protobuf:"zigzag32,2,opt,name=srr_entry_exits,json=srrEntryExits,proto3" json:"srr_entry_exits,omitempty"`
	MacAddress               string   `protobuf:"bytes,3,opt,name=mac_address,json=macAddress,proto3" json:"mac_address,omitempty"`
	OuterFailure             string   `protobuf:"bytes,4,opt,name=outer_failure,json=outerFailure,proto3" json:"outer_failure,omitempty"`
	InnerFailure             string   `protobuf:"bytes,5,opt,name=inner_failure,json=innerFailure,proto3" json:"inner_failure,omitempty"`
	IsLastAnnounceReceived   int32    `` /* 134-byte string literal not displayed */
	LastAnnounceReceivedTime uint32   `` /* 138-byte string literal not displayed */
	XXX_NoUnkeyedLiteral     struct{} `json:"-"`
	XXX_unrecognized         []byte   `json:"-"`
	XXX_sizecache            int32    `json:"-"`
}

func (*SrrNodeData) Descriptor

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

func (*SrrNodeData) GetInnerFailure

func (m *SrrNodeData) GetInnerFailure() string

func (*SrrNodeData) GetIsLastAnnounceReceived

func (m *SrrNodeData) GetIsLastAnnounceReceived() int32

func (*SrrNodeData) GetLastAnnounceReceivedTime

func (m *SrrNodeData) GetLastAnnounceReceivedTime() uint32

func (*SrrNodeData) GetMacAddress

func (m *SrrNodeData) GetMacAddress() string

func (*SrrNodeData) GetNodeName

func (m *SrrNodeData) GetNodeName() string

func (*SrrNodeData) GetOuterFailure

func (m *SrrNodeData) GetOuterFailure() string

func (*SrrNodeData) GetSrrEntryExits

func (m *SrrNodeData) GetSrrEntryExits() int32

func (*SrrNodeData) ProtoMessage

func (*SrrNodeData) ProtoMessage()

func (*SrrNodeData) Reset

func (m *SrrNodeData) Reset()

func (*SrrNodeData) String

func (m *SrrNodeData) String() string

func (*SrrNodeData) XXX_DiscardUnknown

func (m *SrrNodeData) XXX_DiscardUnknown()

func (*SrrNodeData) XXX_Marshal

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

func (*SrrNodeData) XXX_Merge

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

func (*SrrNodeData) XXX_Size

func (m *SrrNodeData) XXX_Size() int

func (*SrrNodeData) XXX_Unmarshal

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

type StatsBagBlockSt

type StatsBagBlockSt struct {
	Type                 string   `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Count                uint32   `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	Data                 string   `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StatsBagBlockSt) Descriptor

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

func (*StatsBagBlockSt) GetCount

func (m *StatsBagBlockSt) GetCount() uint32

func (*StatsBagBlockSt) GetData

func (m *StatsBagBlockSt) GetData() string

func (*StatsBagBlockSt) GetType

func (m *StatsBagBlockSt) GetType() string

func (*StatsBagBlockSt) ProtoMessage

func (*StatsBagBlockSt) ProtoMessage()

func (*StatsBagBlockSt) Reset

func (m *StatsBagBlockSt) Reset()

func (*StatsBagBlockSt) String

func (m *StatsBagBlockSt) String() string

func (*StatsBagBlockSt) XXX_DiscardUnknown

func (m *StatsBagBlockSt) XXX_DiscardUnknown()

func (*StatsBagBlockSt) XXX_Marshal

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

func (*StatsBagBlockSt) XXX_Merge

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

func (*StatsBagBlockSt) XXX_Size

func (m *StatsBagBlockSt) XXX_Size() int

func (*StatsBagBlockSt) XXX_Unmarshal

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

type StatsBagElementSt

type StatsBagElementSt struct {
	Key                  string             `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	BlockArray           []*StatsBagBlockSt `protobuf:"bytes,2,rep,name=block_array,json=blockArray,proto3" json:"block_array,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*StatsBagElementSt) Descriptor

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

func (*StatsBagElementSt) GetBlockArray

func (m *StatsBagElementSt) GetBlockArray() []*StatsBagBlockSt

func (*StatsBagElementSt) GetKey

func (m *StatsBagElementSt) GetKey() string

func (*StatsBagElementSt) ProtoMessage

func (*StatsBagElementSt) ProtoMessage()

func (*StatsBagElementSt) Reset

func (m *StatsBagElementSt) Reset()

func (*StatsBagElementSt) String

func (m *StatsBagElementSt) String() string

func (*StatsBagElementSt) XXX_DiscardUnknown

func (m *StatsBagElementSt) XXX_DiscardUnknown()

func (*StatsBagElementSt) XXX_Marshal

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

func (*StatsBagElementSt) XXX_Merge

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

func (*StatsBagElementSt) XXX_Size

func (m *StatsBagElementSt) XXX_Size() int

func (*StatsBagElementSt) XXX_Unmarshal

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

type StatsBagIdTd

type StatsBagIdTd struct {
	IdType               string   `protobuf:"bytes,1,opt,name=id_type,json=idType,proto3" json:"id_type,omitempty"`
	Unused               uint32   `protobuf:"varint,2,opt,name=unused,proto3" json:"unused,omitempty"`
	InterfaceHandle      string   `protobuf:"bytes,3,opt,name=interface_handle,json=interfaceHandle,proto3" json:"interface_handle,omitempty"`
	NodeId               string   `protobuf:"bytes,4,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"`
	FeatureId            uint32   `protobuf:"varint,5,opt,name=feature_id,json=featureId,proto3" json:"feature_id,omitempty"`
	Id                   uint32   `protobuf:"varint,6,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StatsBagIdTd) Descriptor

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

func (*StatsBagIdTd) GetFeatureId

func (m *StatsBagIdTd) GetFeatureId() uint32

func (*StatsBagIdTd) GetId

func (m *StatsBagIdTd) GetId() uint32

func (*StatsBagIdTd) GetIdType

func (m *StatsBagIdTd) GetIdType() string

func (*StatsBagIdTd) GetInterfaceHandle

func (m *StatsBagIdTd) GetInterfaceHandle() string

func (*StatsBagIdTd) GetNodeId

func (m *StatsBagIdTd) GetNodeId() string

func (*StatsBagIdTd) GetUnused

func (m *StatsBagIdTd) GetUnused() uint32

func (*StatsBagIdTd) ProtoMessage

func (*StatsBagIdTd) ProtoMessage()

func (*StatsBagIdTd) Reset

func (m *StatsBagIdTd) Reset()

func (*StatsBagIdTd) String

func (m *StatsBagIdTd) String() string

func (*StatsBagIdTd) XXX_DiscardUnknown

func (m *StatsBagIdTd) XXX_DiscardUnknown()

func (*StatsBagIdTd) XXX_Marshal

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

func (*StatsBagIdTd) XXX_Merge

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

func (*StatsBagIdTd) XXX_Size

func (m *StatsBagIdTd) XXX_Size() int

func (*StatsBagIdTd) XXX_Unmarshal

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

type StatsData

type StatsData struct {
	StatsType            uint32               `protobuf:"varint,1,opt,name=stats_type,json=statsType,proto3" json:"stats_type,omitempty"`
	StatsId              *StatsBagIdTd        `protobuf:"bytes,2,opt,name=stats_id,json=statsId,proto3" json:"stats_id,omitempty"`
	Contents             string               `protobuf:"bytes,3,opt,name=contents,proto3" json:"contents,omitempty"`
	BlockArray           []*StatsBagBlockSt   `protobuf:"bytes,4,rep,name=block_array,json=blockArray,proto3" json:"block_array,omitempty"`
	ElementArray         []*StatsBagElementSt `protobuf:"bytes,5,rep,name=element_array,json=elementArray,proto3" json:"element_array,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*StatsData) Descriptor

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

func (*StatsData) GetBlockArray

func (m *StatsData) GetBlockArray() []*StatsBagBlockSt

func (*StatsData) GetContents

func (m *StatsData) GetContents() string

func (*StatsData) GetElementArray

func (m *StatsData) GetElementArray() []*StatsBagElementSt

func (*StatsData) GetStatsId

func (m *StatsData) GetStatsId() *StatsBagIdTd

func (*StatsData) GetStatsType

func (m *StatsData) GetStatsType() uint32

func (*StatsData) ProtoMessage

func (*StatsData) ProtoMessage()

func (*StatsData) Reset

func (m *StatsData) Reset()

func (*StatsData) String

func (m *StatsData) String() string

func (*StatsData) XXX_DiscardUnknown

func (m *StatsData) XXX_DiscardUnknown()

func (*StatsData) XXX_Marshal

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

func (*StatsData) XXX_Merge

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

func (*StatsData) XXX_Size

func (m *StatsData) XXX_Size() int

func (*StatsData) XXX_Unmarshal

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

type StatsdbagDatarate

type StatsdbagDatarate struct {
	InputDataRate        uint64   `protobuf:"varint,1,opt,name=input_data_rate,json=inputDataRate,proto3" json:"input_data_rate,omitempty"`
	InputPacketRate      uint64   `protobuf:"varint,2,opt,name=input_packet_rate,json=inputPacketRate,proto3" json:"input_packet_rate,omitempty"`
	OutputDataRate       uint64   `protobuf:"varint,3,opt,name=output_data_rate,json=outputDataRate,proto3" json:"output_data_rate,omitempty"`
	OutputPacketRate     uint64   `protobuf:"varint,4,opt,name=output_packet_rate,json=outputPacketRate,proto3" json:"output_packet_rate,omitempty"`
	PeakInputDataRate    uint64   `protobuf:"varint,5,opt,name=peak_input_data_rate,json=peakInputDataRate,proto3" json:"peak_input_data_rate,omitempty"`
	PeakInputPacketRate  uint64   `protobuf:"varint,6,opt,name=peak_input_packet_rate,json=peakInputPacketRate,proto3" json:"peak_input_packet_rate,omitempty"`
	PeakOutputDataRate   uint64   `protobuf:"varint,7,opt,name=peak_output_data_rate,json=peakOutputDataRate,proto3" json:"peak_output_data_rate,omitempty"`
	PeakOutputPacketRate uint64   `` /* 126-byte string literal not displayed */
	Bandwidth            uint32   `protobuf:"varint,9,opt,name=bandwidth,proto3" json:"bandwidth,omitempty"`
	LoadInterval         uint32   `protobuf:"varint,10,opt,name=load_interval,json=loadInterval,proto3" json:"load_interval,omitempty"`
	OutputLoad           uint32   `protobuf:"varint,11,opt,name=output_load,json=outputLoad,proto3" json:"output_load,omitempty"`
	InputLoad            uint32   `protobuf:"varint,12,opt,name=input_load,json=inputLoad,proto3" json:"input_load,omitempty"`
	Reliability          uint32   `protobuf:"varint,13,opt,name=reliability,proto3" json:"reliability,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*StatsdbagDatarate) Descriptor

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

func (*StatsdbagDatarate) GetBandwidth

func (m *StatsdbagDatarate) GetBandwidth() uint32

func (*StatsdbagDatarate) GetInputDataRate

func (m *StatsdbagDatarate) GetInputDataRate() uint64

func (*StatsdbagDatarate) GetInputLoad

func (m *StatsdbagDatarate) GetInputLoad() uint32

func (*StatsdbagDatarate) GetInputPacketRate

func (m *StatsdbagDatarate) GetInputPacketRate() uint64

func (*StatsdbagDatarate) GetLoadInterval

func (m *StatsdbagDatarate) GetLoadInterval() uint32

func (*StatsdbagDatarate) GetOutputDataRate

func (m *StatsdbagDatarate) GetOutputDataRate() uint64

func (*StatsdbagDatarate) GetOutputLoad

func (m *StatsdbagDatarate) GetOutputLoad() uint32

func (*StatsdbagDatarate) GetOutputPacketRate

func (m *StatsdbagDatarate) GetOutputPacketRate() uint64

func (*StatsdbagDatarate) GetPeakInputDataRate

func (m *StatsdbagDatarate) GetPeakInputDataRate() uint64

func (*StatsdbagDatarate) GetPeakInputPacketRate

func (m *StatsdbagDatarate) GetPeakInputPacketRate() uint64

func (*StatsdbagDatarate) GetPeakOutputDataRate

func (m *StatsdbagDatarate) GetPeakOutputDataRate() uint64

func (*StatsdbagDatarate) GetPeakOutputPacketRate

func (m *StatsdbagDatarate) GetPeakOutputPacketRate() uint64

func (*StatsdbagDatarate) GetReliability

func (m *StatsdbagDatarate) GetReliability() uint32

func (*StatsdbagDatarate) ProtoMessage

func (*StatsdbagDatarate) ProtoMessage()

func (*StatsdbagDatarate) Reset

func (m *StatsdbagDatarate) Reset()

func (*StatsdbagDatarate) String

func (m *StatsdbagDatarate) String() string

func (*StatsdbagDatarate) XXX_DiscardUnknown

func (m *StatsdbagDatarate) XXX_DiscardUnknown()

func (*StatsdbagDatarate) XXX_Marshal

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

func (*StatsdbagDatarate) XXX_Merge

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

func (*StatsdbagDatarate) XXX_Size

func (m *StatsdbagDatarate) XXX_Size() int

func (*StatsdbagDatarate) XXX_Unmarshal

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

type VlanDoubleTagStack

type VlanDoubleTagStack struct {
	OuterTag             uint32   `protobuf:"varint,1,opt,name=outer_tag,json=outerTag,proto3" json:"outer_tag,omitempty"`
	SecondTag            uint32   `protobuf:"varint,2,opt,name=second_tag,json=secondTag,proto3" json:"second_tag,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*VlanDoubleTagStack) Descriptor

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

func (*VlanDoubleTagStack) GetOuterTag

func (m *VlanDoubleTagStack) GetOuterTag() uint32

func (*VlanDoubleTagStack) GetSecondTag

func (m *VlanDoubleTagStack) GetSecondTag() uint32

func (*VlanDoubleTagStack) ProtoMessage

func (*VlanDoubleTagStack) ProtoMessage()

func (*VlanDoubleTagStack) Reset

func (m *VlanDoubleTagStack) Reset()

func (*VlanDoubleTagStack) String

func (m *VlanDoubleTagStack) String() string

func (*VlanDoubleTagStack) XXX_DiscardUnknown

func (m *VlanDoubleTagStack) XXX_DiscardUnknown()

func (*VlanDoubleTagStack) XXX_Marshal

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

func (*VlanDoubleTagStack) XXX_Merge

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

func (*VlanDoubleTagStack) XXX_Size

func (m *VlanDoubleTagStack) XXX_Size() int

func (*VlanDoubleTagStack) XXX_Unmarshal

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

type VlanIntfGeneric

type VlanIntfGeneric struct {
	EncapsulationDetails *VlanTagStackType `protobuf:"bytes,1,opt,name=encapsulation_details,json=encapsulationDetails,proto3" json:"encapsulation_details,omitempty"`
	VlanSwitched         *VlanSwitchedInfo `protobuf:"bytes,2,opt,name=vlan_switched,json=vlanSwitched,proto3" json:"vlan_switched,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*VlanIntfGeneric) Descriptor

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

func (*VlanIntfGeneric) GetEncapsulationDetails

func (m *VlanIntfGeneric) GetEncapsulationDetails() *VlanTagStackType

func (*VlanIntfGeneric) GetVlanSwitched

func (m *VlanIntfGeneric) GetVlanSwitched() *VlanSwitchedInfo

func (*VlanIntfGeneric) ProtoMessage

func (*VlanIntfGeneric) ProtoMessage()

func (*VlanIntfGeneric) Reset

func (m *VlanIntfGeneric) Reset()

func (*VlanIntfGeneric) String

func (m *VlanIntfGeneric) String() string

func (*VlanIntfGeneric) XXX_DiscardUnknown

func (m *VlanIntfGeneric) XXX_DiscardUnknown()

func (*VlanIntfGeneric) XXX_Marshal

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

func (*VlanIntfGeneric) XXX_Merge

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

func (*VlanIntfGeneric) XXX_Size

func (m *VlanIntfGeneric) XXX_Size() int

func (*VlanIntfGeneric) XXX_Unmarshal

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

type VlanSwitchedInfo

type VlanSwitchedInfo struct {
	Mode                 string          `protobuf:"bytes,1,opt,name=mode,proto3" json:"mode,omitempty"`
	TrunkVlanRanges      *EfpDescription `protobuf:"bytes,2,opt,name=trunk_vlan_ranges,json=trunkVlanRanges,proto3" json:"trunk_vlan_ranges,omitempty"`
	AccessVlan           uint32          `protobuf:"varint,3,opt,name=access_vlan,json=accessVlan,proto3" json:"access_vlan,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*VlanSwitchedInfo) Descriptor

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

func (*VlanSwitchedInfo) GetAccessVlan

func (m *VlanSwitchedInfo) GetAccessVlan() uint32

func (*VlanSwitchedInfo) GetMode

func (m *VlanSwitchedInfo) GetMode() string

func (*VlanSwitchedInfo) GetTrunkVlanRanges

func (m *VlanSwitchedInfo) GetTrunkVlanRanges() *EfpDescription

func (*VlanSwitchedInfo) ProtoMessage

func (*VlanSwitchedInfo) ProtoMessage()

func (*VlanSwitchedInfo) Reset

func (m *VlanSwitchedInfo) Reset()

func (*VlanSwitchedInfo) String

func (m *VlanSwitchedInfo) String() string

func (*VlanSwitchedInfo) XXX_DiscardUnknown

func (m *VlanSwitchedInfo) XXX_DiscardUnknown()

func (*VlanSwitchedInfo) XXX_Marshal

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

func (*VlanSwitchedInfo) XXX_Merge

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

func (*VlanSwitchedInfo) XXX_Size

func (m *VlanSwitchedInfo) XXX_Size() int

func (*VlanSwitchedInfo) XXX_Unmarshal

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

type VlanTagStackType

type VlanTagStackType struct {
	VlanEncapsulation      string              `protobuf:"bytes,1,opt,name=vlan_encapsulation,json=vlanEncapsulation,proto3" json:"vlan_encapsulation,omitempty"`
	Tag                    uint32              `protobuf:"varint,2,opt,name=tag,proto3" json:"tag,omitempty"`
	Stack                  *VlanDoubleTagStack `protobuf:"bytes,3,opt,name=stack,proto3" json:"stack,omitempty"`
	OuterTag               uint32              `protobuf:"varint,4,opt,name=outer_tag,json=outerTag,proto3" json:"outer_tag,omitempty"`
	NativeTag              uint32              `protobuf:"varint,5,opt,name=native_tag,json=nativeTag,proto3" json:"native_tag,omitempty"`
	Dot1AdTag              uint32              `protobuf:"varint,6,opt,name=dot1ad_tag,json=dot1adTag,proto3" json:"dot1ad_tag,omitempty"`
	Dot1AdNativeTag        uint32              `protobuf:"varint,7,opt,name=dot1ad_native_tag,json=dot1adNativeTag,proto3" json:"dot1ad_native_tag,omitempty"`
	ServiceInstanceDetails *EfpDescription     `` /* 129-byte string literal not displayed */
	Dot1AdDot1QStack       *VlanDoubleTagStack `protobuf:"bytes,9,opt,name=dot1ad_dot1q_stack,json=dot1adDot1qStack,proto3" json:"dot1ad_dot1q_stack,omitempty"`
	Dot1AdOuterTag         uint32              `protobuf:"varint,10,opt,name=dot1ad_outer_tag,json=dot1adOuterTag,proto3" json:"dot1ad_outer_tag,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}            `json:"-"`
	XXX_unrecognized       []byte              `json:"-"`
	XXX_sizecache          int32               `json:"-"`
}

func (*VlanTagStackType) Descriptor

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

func (*VlanTagStackType) GetDot1AdDot1QStack

func (m *VlanTagStackType) GetDot1AdDot1QStack() *VlanDoubleTagStack

func (*VlanTagStackType) GetDot1AdNativeTag

func (m *VlanTagStackType) GetDot1AdNativeTag() uint32

func (*VlanTagStackType) GetDot1AdOuterTag

func (m *VlanTagStackType) GetDot1AdOuterTag() uint32

func (*VlanTagStackType) GetDot1AdTag

func (m *VlanTagStackType) GetDot1AdTag() uint32

func (*VlanTagStackType) GetNativeTag

func (m *VlanTagStackType) GetNativeTag() uint32

func (*VlanTagStackType) GetOuterTag

func (m *VlanTagStackType) GetOuterTag() uint32

func (*VlanTagStackType) GetServiceInstanceDetails

func (m *VlanTagStackType) GetServiceInstanceDetails() *EfpDescription

func (*VlanTagStackType) GetStack

func (m *VlanTagStackType) GetStack() *VlanDoubleTagStack

func (*VlanTagStackType) GetTag

func (m *VlanTagStackType) GetTag() uint32

func (*VlanTagStackType) GetVlanEncapsulation

func (m *VlanTagStackType) GetVlanEncapsulation() string

func (*VlanTagStackType) ProtoMessage

func (*VlanTagStackType) ProtoMessage()

func (*VlanTagStackType) Reset

func (m *VlanTagStackType) Reset()

func (*VlanTagStackType) String

func (m *VlanTagStackType) String() string

func (*VlanTagStackType) XXX_DiscardUnknown

func (m *VlanTagStackType) XXX_DiscardUnknown()

func (*VlanTagStackType) XXX_Marshal

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

func (*VlanTagStackType) XXX_Merge

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

func (*VlanTagStackType) XXX_Size

func (m *VlanTagStackType) XXX_Size() int

func (*VlanTagStackType) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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