huaweiV8R12_emdi

package
v0.0.0-...-2bfe904 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ClockRate_name = map[int32]string{
		0: "ClockRate_CLOCKX_90KHZ",
		1: "ClockRate_CLOCKX_27000KHZ",
		2: "ClockRate_CLOCKX_148500KHZ",
		3: "ClockRate_CLOCKX_ABOUTX_148MHZ",
	}
	Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ClockRate_value = map[string]int32{
		"ClockRate_CLOCKX_90KHZ":         0,
		"ClockRate_CLOCKX_27000KHZ":      1,
		"ClockRate_CLOCKX_148500KHZ":     2,
		"ClockRate_CLOCKX_ABOUTX_148MHZ": 3,
	}
)

Enum value maps for Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ClockRate.

View Source
var (
	Emdi_EmdiHistoryRecords_EmdiHistoryRecord_Direction_name = map[int32]string{
		0: "Direction_INBOUND",
		1: "Direction_OUTBOUND",
	}
	Emdi_EmdiHistoryRecords_EmdiHistoryRecord_Direction_value = map[string]int32{
		"Direction_INBOUND":  0,
		"Direction_OUTBOUND": 1,
	}
)

Enum value maps for Emdi_EmdiHistoryRecords_EmdiHistoryRecord_Direction.

View Source
var (
	Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorPeriod_name = map[int32]string{
		0:  "INVALID_ENUM_VALUE_MonitorPeriod",
		10: "MonitorPeriod_SECONDX_10S",
		30: "MonitorPeriod_SECONDX_30S",
		60: "MonitorPeriod_SECONDX_60S",
	}
	Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorPeriod_value = map[string]int32{
		"INVALID_ENUM_VALUE_MonitorPeriod": 0,
		"MonitorPeriod_SECONDX_10S":        10,
		"MonitorPeriod_SECONDX_30S":        30,
		"MonitorPeriod_SECONDX_60S":        60,
	}
)

Enum value maps for Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorPeriod.

View Source
var (
	Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorStatus_name = map[int32]string{
		0: "MonitorStatus_NORMAL",
		1: "MonitorStatus_CARX_DROP",
		2: "MonitorStatus_RATEX_ONLY",
	}
	Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorStatus_value = map[string]int32{
		"MonitorStatus_NORMAL":     0,
		"MonitorStatus_CARX_DROP":  1,
		"MonitorStatus_RATEX_ONLY": 2,
	}
)

Enum value maps for Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorStatus.

View Source
var File_huaweiV8R12_emdi_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Emdi

type Emdi struct {
	EmdiEnable         *Emdi_EmdiEnable         `protobuf:"bytes,1,opt,name=emdi_enable,json=emdi-enable,proto3" json:"emdi_enable,omitempty"`
	EmdiHistoryRecords *Emdi_EmdiHistoryRecords `protobuf:"bytes,2,opt,name=emdi_history_records,json=emdi-history-records,proto3" json:"emdi_history_records,omitempty"`
	EmdiChannels       *Emdi_EmdiChannels       `protobuf:"bytes,3,opt,name=emdi_channels,json=emdi-channels,proto3" json:"emdi_channels,omitempty"`
	EmdiTelemReps      *Emdi_EmdiTelemReps      `protobuf:"bytes,4,opt,name=emdi_telem_reps,json=emdi-telem-reps,proto3" json:"emdi_telem_reps,omitempty"`
	EmdiTelemRtps      *Emdi_EmdiTelemRtps      `protobuf:"bytes,5,opt,name=emdi_telem_rtps,json=emdi-telem-rtps,proto3" json:"emdi_telem_rtps,omitempty"`
	OutTelemReps       *Emdi_OutTelemReps       `protobuf:"bytes,6,opt,name=out_telem_reps,json=out-telem-reps,proto3" json:"out_telem_reps,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi) Descriptor deprecated

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

Deprecated: Use Emdi.ProtoReflect.Descriptor instead.

func (*Emdi) GetEmdiChannels

func (x *Emdi) GetEmdiChannels() *Emdi_EmdiChannels

func (*Emdi) GetEmdiEnable

func (x *Emdi) GetEmdiEnable() *Emdi_EmdiEnable

func (*Emdi) GetEmdiHistoryRecords

func (x *Emdi) GetEmdiHistoryRecords() *Emdi_EmdiHistoryRecords

func (*Emdi) GetEmdiTelemReps

func (x *Emdi) GetEmdiTelemReps() *Emdi_EmdiTelemReps

func (*Emdi) GetEmdiTelemRtps

func (x *Emdi) GetEmdiTelemRtps() *Emdi_EmdiTelemRtps

func (*Emdi) GetOutTelemReps

func (x *Emdi) GetOutTelemReps() *Emdi_OutTelemReps

func (*Emdi) ProtoMessage

func (*Emdi) ProtoMessage()

func (*Emdi) ProtoReflect

func (x *Emdi) ProtoReflect() protoreflect.Message

func (*Emdi) Reset

func (x *Emdi) Reset()

func (*Emdi) String

func (x *Emdi) String() string

type Emdi_EmdiChannels

type Emdi_EmdiChannels struct {
	EmdiChannel []*Emdi_EmdiChannels_EmdiChannel `protobuf:"bytes,1,rep,name=emdi_channel,json=emdi-channel,proto3" json:"emdi_channel,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_EmdiChannels) Descriptor deprecated

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

Deprecated: Use Emdi_EmdiChannels.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiChannels) GetEmdiChannel

func (x *Emdi_EmdiChannels) GetEmdiChannel() []*Emdi_EmdiChannels_EmdiChannel

func (*Emdi_EmdiChannels) ProtoMessage

func (*Emdi_EmdiChannels) ProtoMessage()

func (*Emdi_EmdiChannels) ProtoReflect

func (x *Emdi_EmdiChannels) ProtoReflect() protoreflect.Message

func (*Emdi_EmdiChannels) Reset

func (x *Emdi_EmdiChannels) Reset()

func (*Emdi_EmdiChannels) String

func (x *Emdi_EmdiChannels) String() string

type Emdi_EmdiChannels_EmdiChannel

type Emdi_EmdiChannels_EmdiChannel struct {
	ChannelName string `protobuf:"bytes,1,opt,name=channel_name,json=channel-name,proto3" json:"channel_name,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_EmdiChannels_EmdiChannel) Descriptor deprecated

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

Deprecated: Use Emdi_EmdiChannels_EmdiChannel.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiChannels_EmdiChannel) GetChannelName

func (x *Emdi_EmdiChannels_EmdiChannel) GetChannelName() string

func (*Emdi_EmdiChannels_EmdiChannel) ProtoMessage

func (*Emdi_EmdiChannels_EmdiChannel) ProtoMessage()

func (*Emdi_EmdiChannels_EmdiChannel) ProtoReflect

func (*Emdi_EmdiChannels_EmdiChannel) Reset

func (x *Emdi_EmdiChannels_EmdiChannel) Reset()

func (*Emdi_EmdiChannels_EmdiChannel) String

type Emdi_EmdiEnable

type Emdi_EmdiEnable struct {
	EmdiChannelGroups                 *Emdi_EmdiEnable_EmdiChannelGroups                 `protobuf:"bytes,1,opt,name=emdi_channel_groups,json=emdi-channel-groups,proto3" json:"emdi_channel_groups,omitempty"`
	EmdiLpuGroups                     *Emdi_EmdiEnable_EmdiLpuGroups                     `protobuf:"bytes,2,opt,name=emdi_lpu_groups,json=emdi-lpu-groups,proto3" json:"emdi_lpu_groups,omitempty"`
	ChannelGroupBindLpuGroups         *Emdi_EmdiEnable_ChannelGroupBindLpuGroups         `` /* 146-byte string literal not displayed */
	OutboundChannelGroupBindLpuGroups *Emdi_EmdiEnable_OutboundChannelGroupBindLpuGroups `` /* 173-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Emdi_EmdiEnable) Descriptor deprecated

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

Deprecated: Use Emdi_EmdiEnable.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiEnable) GetChannelGroupBindLpuGroups

func (x *Emdi_EmdiEnable) GetChannelGroupBindLpuGroups() *Emdi_EmdiEnable_ChannelGroupBindLpuGroups

func (*Emdi_EmdiEnable) GetEmdiChannelGroups

func (x *Emdi_EmdiEnable) GetEmdiChannelGroups() *Emdi_EmdiEnable_EmdiChannelGroups

func (*Emdi_EmdiEnable) GetEmdiLpuGroups

func (x *Emdi_EmdiEnable) GetEmdiLpuGroups() *Emdi_EmdiEnable_EmdiLpuGroups

func (*Emdi_EmdiEnable) GetOutboundChannelGroupBindLpuGroups

func (x *Emdi_EmdiEnable) GetOutboundChannelGroupBindLpuGroups() *Emdi_EmdiEnable_OutboundChannelGroupBindLpuGroups

func (*Emdi_EmdiEnable) ProtoMessage

func (*Emdi_EmdiEnable) ProtoMessage()

func (*Emdi_EmdiEnable) ProtoReflect

func (x *Emdi_EmdiEnable) ProtoReflect() protoreflect.Message

func (*Emdi_EmdiEnable) Reset

func (x *Emdi_EmdiEnable) Reset()

func (*Emdi_EmdiEnable) String

func (x *Emdi_EmdiEnable) String() string

type Emdi_EmdiEnable_ChannelGroupBindLpuGroups

type Emdi_EmdiEnable_ChannelGroupBindLpuGroups struct {
	ChannelGroupBindLpuGroup []*Emdi_EmdiEnable_ChannelGroupBindLpuGroups_ChannelGroupBindLpuGroup `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Emdi_EmdiEnable_ChannelGroupBindLpuGroups) Descriptor deprecated

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

Deprecated: Use Emdi_EmdiEnable_ChannelGroupBindLpuGroups.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiEnable_ChannelGroupBindLpuGroups) GetChannelGroupBindLpuGroup

func (*Emdi_EmdiEnable_ChannelGroupBindLpuGroups) ProtoMessage

func (*Emdi_EmdiEnable_ChannelGroupBindLpuGroups) ProtoReflect

func (*Emdi_EmdiEnable_ChannelGroupBindLpuGroups) Reset

func (*Emdi_EmdiEnable_ChannelGroupBindLpuGroups) String

type Emdi_EmdiEnable_ChannelGroupBindLpuGroups_ChannelGroupBindLpuGroup

type Emdi_EmdiEnable_ChannelGroupBindLpuGroups_ChannelGroupBindLpuGroup struct {
	LpuGroupName     string `protobuf:"bytes,1,opt,name=lpu_group_name,json=lpu-group-name,proto3" json:"lpu_group_name,omitempty"`
	ChannelGroupName string `protobuf:"bytes,2,opt,name=channel_group_name,json=channel-group-name,proto3" json:"channel_group_name,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_EmdiEnable_ChannelGroupBindLpuGroups_ChannelGroupBindLpuGroup) Descriptor deprecated

Deprecated: Use Emdi_EmdiEnable_ChannelGroupBindLpuGroups_ChannelGroupBindLpuGroup.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiEnable_ChannelGroupBindLpuGroups_ChannelGroupBindLpuGroup) GetChannelGroupName

func (*Emdi_EmdiEnable_ChannelGroupBindLpuGroups_ChannelGroupBindLpuGroup) GetLpuGroupName

func (*Emdi_EmdiEnable_ChannelGroupBindLpuGroups_ChannelGroupBindLpuGroup) ProtoMessage

func (*Emdi_EmdiEnable_ChannelGroupBindLpuGroups_ChannelGroupBindLpuGroup) ProtoReflect

func (*Emdi_EmdiEnable_ChannelGroupBindLpuGroups_ChannelGroupBindLpuGroup) Reset

func (*Emdi_EmdiEnable_ChannelGroupBindLpuGroups_ChannelGroupBindLpuGroup) String

type Emdi_EmdiEnable_EmdiChannelGroups

type Emdi_EmdiEnable_EmdiChannelGroups struct {
	EmdiChannelGroup []*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup `protobuf:"bytes,1,rep,name=emdi_channel_group,json=emdi-channel-group,proto3" json:"emdi_channel_group,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_EmdiEnable_EmdiChannelGroups) Descriptor deprecated

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

Deprecated: Use Emdi_EmdiEnable_EmdiChannelGroups.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiEnable_EmdiChannelGroups) GetEmdiChannelGroup

func (*Emdi_EmdiEnable_EmdiChannelGroups) ProtoMessage

func (*Emdi_EmdiEnable_EmdiChannelGroups) ProtoMessage()

func (*Emdi_EmdiEnable_EmdiChannelGroups) ProtoReflect

func (*Emdi_EmdiEnable_EmdiChannelGroups) Reset

func (*Emdi_EmdiEnable_EmdiChannelGroups) String

type Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup

type Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup struct {
	ChannelGroupName string                                                           `protobuf:"bytes,1,opt,name=channel_group_name,json=channel-group-name,proto3" json:"channel_group_name,omitempty"`
	EmdiChannels     *Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels `protobuf:"bytes,2,opt,name=emdi_channels,json=emdi-channels,proto3" json:"emdi_channels,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup) Descriptor deprecated

Deprecated: Use Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup) GetChannelGroupName

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup) GetEmdiChannels

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup) ProtoMessage

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup) ProtoReflect

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup) Reset

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup) String

type Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels

type Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels struct {
	EmdiChannel []*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel `protobuf:"bytes,1,rep,name=emdi_channel,json=emdi-channel,proto3" json:"emdi_channel,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels) Descriptor deprecated

Deprecated: Use Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels) GetEmdiChannel

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels) ProtoMessage

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels) ProtoReflect

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels) Reset

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels) String

type Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel

type Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel struct {
	ChannelName            string                                                                                              `protobuf:"bytes,1,opt,name=channel_name,json=channel-name,proto3" json:"channel_name,omitempty"`
	SourceAddress          string                                                                                              `protobuf:"bytes,2,opt,name=source_address,json=source-address,proto3" json:"source_address,omitempty"`
	GroupAddress           string                                                                                              `protobuf:"bytes,3,opt,name=group_address,json=group-address,proto3" json:"group_address,omitempty"`
	ChannelGroupParameters *Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters `` /* 131-byte string literal not displayed */
	PtValue                uint32                                                                                              `protobuf:"varint,5,opt,name=pt_value,json=pt-value,proto3" json:"pt_value,omitempty"`
	ClockRate              Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ClockRate               `` /* 198-byte string literal not displayed */
	Uncompressed           bool                                                                                                `protobuf:"varint,7,opt,name=uncompressed,proto3" json:"uncompressed,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel) Descriptor deprecated

Deprecated: Use Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel) GetChannelName

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel) GetGroupAddress

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel) GetPtValue

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel) GetSourceAddress

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel) GetUncompressed

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel) ProtoMessage

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel) ProtoReflect

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel) Reset

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel) String

type Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters

type Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters struct {
	VpnName *Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VpnName `protobuf:"bytes,1,opt,name=vpn_name,json=vpn-name,proto3" json:"vpn_name,omitempty"`
	VlanId  *Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VlanId  `protobuf:"bytes,2,opt,name=vlan_id,json=vlan-id,proto3" json:"vlan_id,omitempty"`
	VsiName *Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VsiName `protobuf:"bytes,3,opt,name=vsi_name,json=vsi-name,proto3" json:"vsi_name,omitempty"`
	BdId    *Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_BdId    `protobuf:"bytes,4,opt,name=bd_id,json=bd-id,proto3" json:"bd_id,omitempty"`
	Transit *Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_Transit `protobuf:"bytes,5,opt,name=transit,proto3" json:"transit,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters) Descriptor deprecated

Deprecated: Use Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters) ProtoMessage

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters) ProtoReflect

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters) Reset

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters) String

type Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_BdId

type Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_BdId struct {
	BdId uint32 `protobuf:"varint,1,opt,name=bd_id,json=bd-id,proto3" json:"bd_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_BdId) Descriptor deprecated

Deprecated: Use Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_BdId.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_BdId) GetBdId

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_BdId) ProtoMessage

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_BdId) ProtoReflect

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_BdId) Reset

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_BdId) String

type Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_Transit

type Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_Transit struct {
	Transit bool `protobuf:"varint,1,opt,name=transit,proto3" json:"transit,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_Transit) Descriptor deprecated

Deprecated: Use Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_Transit.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_Transit) GetTransit

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_Transit) ProtoMessage

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_Transit) ProtoReflect

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_Transit) Reset

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_Transit) String

type Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VlanId

type Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VlanId struct {
	VlanId uint32 `protobuf:"varint,1,opt,name=vlan_id,json=vlan-id,proto3" json:"vlan_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VlanId) Descriptor deprecated

Deprecated: Use Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VlanId.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VlanId) GetVlanId

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VlanId) ProtoMessage

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VlanId) ProtoReflect

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VlanId) Reset

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VlanId) String

type Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VpnName

type Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VpnName struct {
	VpnName string `protobuf:"bytes,1,opt,name=vpn_name,json=vpn-name,proto3" json:"vpn_name,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VpnName) Descriptor deprecated

Deprecated: Use Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VpnName.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VpnName) GetVpnName

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VpnName) ProtoMessage

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VpnName) ProtoReflect

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VpnName) Reset

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VpnName) String

type Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VsiName

type Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VsiName struct {
	VsiName string `protobuf:"bytes,1,opt,name=vsi_name,json=vsi-name,proto3" json:"vsi_name,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VsiName) Descriptor deprecated

Deprecated: Use Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VsiName.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VsiName) GetVsiName

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VsiName) ProtoMessage

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VsiName) ProtoReflect

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VsiName) Reset

func (*Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ChannelGroupParameters_VsiName) String

type Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ClockRate

type Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ClockRate int32
const (
	Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ClockRate_CLOCKX_90KHZ         Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ClockRate = 0
	Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ClockRate_CLOCKX_27000KHZ      Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ClockRate = 1
	Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ClockRate_CLOCKX_148500KHZ     Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ClockRate = 2
	Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ClockRate_CLOCKX_ABOUTX_148MHZ Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ClockRate = 3
)

func (Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ClockRate) Descriptor

func (Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ClockRate) EnumDescriptor deprecated

Deprecated: Use Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ClockRate.Descriptor instead.

func (Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ClockRate) Number

func (Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ClockRate) String

func (Emdi_EmdiEnable_EmdiChannelGroups_EmdiChannelGroup_EmdiChannels_EmdiChannel_ClockRate) Type

type Emdi_EmdiEnable_EmdiLpuGroups

type Emdi_EmdiEnable_EmdiLpuGroups struct {
	EmdiLpuGroup []*Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup `protobuf:"bytes,1,rep,name=emdi_lpu_group,json=emdi-lpu-group,proto3" json:"emdi_lpu_group,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_EmdiEnable_EmdiLpuGroups) Descriptor deprecated

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

Deprecated: Use Emdi_EmdiEnable_EmdiLpuGroups.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiEnable_EmdiLpuGroups) GetEmdiLpuGroup

func (*Emdi_EmdiEnable_EmdiLpuGroups) ProtoMessage

func (*Emdi_EmdiEnable_EmdiLpuGroups) ProtoMessage()

func (*Emdi_EmdiEnable_EmdiLpuGroups) ProtoReflect

func (*Emdi_EmdiEnable_EmdiLpuGroups) Reset

func (x *Emdi_EmdiEnable_EmdiLpuGroups) Reset()

func (*Emdi_EmdiEnable_EmdiLpuGroups) String

type Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup

type Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup struct {
	LpuGroupName  string                                                    `protobuf:"bytes,1,opt,name=lpu_group_name,json=lpu-group-name,proto3" json:"lpu_group_name,omitempty"`
	EmdiBindSlots *Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup_EmdiBindSlots `protobuf:"bytes,2,opt,name=emdi_bind_slots,json=emdi-bind-slots,proto3" json:"emdi_bind_slots,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup) Descriptor deprecated

Deprecated: Use Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup) GetEmdiBindSlots

func (*Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup) GetLpuGroupName

func (*Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup) ProtoMessage

func (*Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup) ProtoReflect

func (*Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup) Reset

func (*Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup) String

type Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup_EmdiBindSlots

type Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup_EmdiBindSlots struct {
	EmdiBindSlot []*Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup_EmdiBindSlots_EmdiBindSlot `protobuf:"bytes,1,rep,name=emdi_bind_slot,json=emdi-bind-slot,proto3" json:"emdi_bind_slot,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup_EmdiBindSlots) Descriptor deprecated

Deprecated: Use Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup_EmdiBindSlots.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup_EmdiBindSlots) GetEmdiBindSlot

func (*Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup_EmdiBindSlots) ProtoMessage

func (*Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup_EmdiBindSlots) ProtoReflect

func (*Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup_EmdiBindSlots) Reset

func (*Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup_EmdiBindSlots) String

type Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup_EmdiBindSlots_EmdiBindSlot

type Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup_EmdiBindSlots_EmdiBindSlot struct {
	BindSlot string `protobuf:"bytes,1,opt,name=bind_slot,json=bind-slot,proto3" json:"bind_slot,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup_EmdiBindSlots_EmdiBindSlot) Descriptor deprecated

Deprecated: Use Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup_EmdiBindSlots_EmdiBindSlot.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup_EmdiBindSlots_EmdiBindSlot) GetBindSlot

func (*Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup_EmdiBindSlots_EmdiBindSlot) ProtoMessage

func (*Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup_EmdiBindSlots_EmdiBindSlot) ProtoReflect

func (*Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup_EmdiBindSlots_EmdiBindSlot) Reset

func (*Emdi_EmdiEnable_EmdiLpuGroups_EmdiLpuGroup_EmdiBindSlots_EmdiBindSlot) String

type Emdi_EmdiEnable_OutboundChannelGroupBindLpuGroups

type Emdi_EmdiEnable_OutboundChannelGroupBindLpuGroups struct {
	OutboundChannelGroupBindLpuGroup []*Emdi_EmdiEnable_OutboundChannelGroupBindLpuGroups_OutboundChannelGroupBindLpuGroup `` /* 170-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Emdi_EmdiEnable_OutboundChannelGroupBindLpuGroups) Descriptor deprecated

Deprecated: Use Emdi_EmdiEnable_OutboundChannelGroupBindLpuGroups.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiEnable_OutboundChannelGroupBindLpuGroups) GetOutboundChannelGroupBindLpuGroup

func (*Emdi_EmdiEnable_OutboundChannelGroupBindLpuGroups) ProtoMessage

func (*Emdi_EmdiEnable_OutboundChannelGroupBindLpuGroups) ProtoReflect

func (*Emdi_EmdiEnable_OutboundChannelGroupBindLpuGroups) Reset

func (*Emdi_EmdiEnable_OutboundChannelGroupBindLpuGroups) String

type Emdi_EmdiEnable_OutboundChannelGroupBindLpuGroups_OutboundChannelGroupBindLpuGroup

type Emdi_EmdiEnable_OutboundChannelGroupBindLpuGroups_OutboundChannelGroupBindLpuGroup struct {
	LpuGroupName     string `protobuf:"bytes,1,opt,name=lpu_group_name,json=lpu-group-name,proto3" json:"lpu_group_name,omitempty"`
	ChannelGroupName string `protobuf:"bytes,2,opt,name=channel_group_name,json=channel-group-name,proto3" json:"channel_group_name,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_EmdiEnable_OutboundChannelGroupBindLpuGroups_OutboundChannelGroupBindLpuGroup) Descriptor deprecated

Deprecated: Use Emdi_EmdiEnable_OutboundChannelGroupBindLpuGroups_OutboundChannelGroupBindLpuGroup.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiEnable_OutboundChannelGroupBindLpuGroups_OutboundChannelGroupBindLpuGroup) GetChannelGroupName

func (*Emdi_EmdiEnable_OutboundChannelGroupBindLpuGroups_OutboundChannelGroupBindLpuGroup) GetLpuGroupName

func (*Emdi_EmdiEnable_OutboundChannelGroupBindLpuGroups_OutboundChannelGroupBindLpuGroup) ProtoMessage

func (*Emdi_EmdiEnable_OutboundChannelGroupBindLpuGroups_OutboundChannelGroupBindLpuGroup) ProtoReflect

func (*Emdi_EmdiEnable_OutboundChannelGroupBindLpuGroups_OutboundChannelGroupBindLpuGroup) Reset

func (*Emdi_EmdiEnable_OutboundChannelGroupBindLpuGroups_OutboundChannelGroupBindLpuGroup) String

type Emdi_EmdiHistoryRecords

type Emdi_EmdiHistoryRecords struct {
	EmdiHistoryRecord []*Emdi_EmdiHistoryRecords_EmdiHistoryRecord `protobuf:"bytes,1,rep,name=emdi_history_record,json=emdi-history-record,proto3" json:"emdi_history_record,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_EmdiHistoryRecords) Descriptor deprecated

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

Deprecated: Use Emdi_EmdiHistoryRecords.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiHistoryRecords) GetEmdiHistoryRecord

func (*Emdi_EmdiHistoryRecords) ProtoMessage

func (*Emdi_EmdiHistoryRecords) ProtoMessage()

func (*Emdi_EmdiHistoryRecords) ProtoReflect

func (x *Emdi_EmdiHistoryRecords) ProtoReflect() protoreflect.Message

func (*Emdi_EmdiHistoryRecords) Reset

func (x *Emdi_EmdiHistoryRecords) Reset()

func (*Emdi_EmdiHistoryRecords) String

func (x *Emdi_EmdiHistoryRecords) String() string

type Emdi_EmdiHistoryRecords_EmdiHistoryRecord

type Emdi_EmdiHistoryRecords_EmdiHistoryRecord struct {
	ChannelName    string                                                  `protobuf:"bytes,1,opt,name=channel_name,json=channel-name,proto3" json:"channel_name,omitempty"`
	RecordIndex    uint32                                                  `protobuf:"varint,2,opt,name=record_index,json=record-index,proto3" json:"record_index,omitempty"`
	Direction      Emdi_EmdiHistoryRecords_EmdiHistoryRecord_Direction     `` /* 146-byte string literal not displayed */
	RecordTime     string                                                  `protobuf:"bytes,4,opt,name=record_time,json=record-time,proto3" json:"record_time,omitempty"`
	MonitorPeriod  Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorPeriod `` /* 180-byte string literal not displayed */
	MonitorStatus  Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorStatus `` /* 180-byte string literal not displayed */
	ReceivePacket  uint64                                                  `protobuf:"varint,7,opt,name=receive_packet,json=receive-packet,proto3" json:"receive_packet,omitempty"`
	RatePps        uint64                                                  `protobuf:"varint,8,opt,name=rate_pps,json=rate-pps,proto3" json:"rate_pps,omitempty"`
	RateBps        uint64                                                  `protobuf:"varint,9,opt,name=rate_bps,json=rate-bps,proto3" json:"rate_bps,omitempty"`
	LostPacket     uint64                                                  `protobuf:"varint,10,opt,name=lost_packet,json=lost-packet,proto3" json:"lost_packet,omitempty"`
	DisorderPacket uint64                                                  `protobuf:"varint,11,opt,name=disorder_packet,json=disorder-packet,proto3" json:"disorder_packet,omitempty"`
	RtpLr          uint32                                                  `protobuf:"varint,12,opt,name=rtp_lr,json=rtp-lr,proto3" json:"rtp_lr,omitempty"`
	RtpSer         uint32                                                  `protobuf:"varint,13,opt,name=rtp_ser,json=rtp-ser,proto3" json:"rtp_ser,omitempty"`
	RtpJitter      string                                                  `protobuf:"bytes,14,opt,name=rtp_jitter,json=rtp-jitter,proto3" json:"rtp_jitter,omitempty"`
	SlotId         string                                                  `protobuf:"bytes,15,opt,name=slot_id,json=slot-id,proto3" json:"slot_id,omitempty"`
	InterfaceName  string                                                  `protobuf:"bytes,16,opt,name=interface_name,json=interface-name,proto3" json:"interface_name,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_EmdiHistoryRecords_EmdiHistoryRecord) Descriptor deprecated

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

Deprecated: Use Emdi_EmdiHistoryRecords_EmdiHistoryRecord.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiHistoryRecords_EmdiHistoryRecord) GetChannelName

func (*Emdi_EmdiHistoryRecords_EmdiHistoryRecord) GetDirection

func (*Emdi_EmdiHistoryRecords_EmdiHistoryRecord) GetDisorderPacket

func (x *Emdi_EmdiHistoryRecords_EmdiHistoryRecord) GetDisorderPacket() uint64

func (*Emdi_EmdiHistoryRecords_EmdiHistoryRecord) GetInterfaceName

func (x *Emdi_EmdiHistoryRecords_EmdiHistoryRecord) GetInterfaceName() string

func (*Emdi_EmdiHistoryRecords_EmdiHistoryRecord) GetLostPacket

func (*Emdi_EmdiHistoryRecords_EmdiHistoryRecord) GetMonitorPeriod

func (*Emdi_EmdiHistoryRecords_EmdiHistoryRecord) GetMonitorStatus

func (*Emdi_EmdiHistoryRecords_EmdiHistoryRecord) GetRateBps

func (*Emdi_EmdiHistoryRecords_EmdiHistoryRecord) GetRatePps

func (*Emdi_EmdiHistoryRecords_EmdiHistoryRecord) GetReceivePacket

func (x *Emdi_EmdiHistoryRecords_EmdiHistoryRecord) GetReceivePacket() uint64

func (*Emdi_EmdiHistoryRecords_EmdiHistoryRecord) GetRecordIndex

func (*Emdi_EmdiHistoryRecords_EmdiHistoryRecord) GetRecordTime

func (*Emdi_EmdiHistoryRecords_EmdiHistoryRecord) GetRtpJitter

func (*Emdi_EmdiHistoryRecords_EmdiHistoryRecord) GetRtpLr

func (*Emdi_EmdiHistoryRecords_EmdiHistoryRecord) GetRtpSer

func (*Emdi_EmdiHistoryRecords_EmdiHistoryRecord) GetSlotId

func (*Emdi_EmdiHistoryRecords_EmdiHistoryRecord) ProtoMessage

func (*Emdi_EmdiHistoryRecords_EmdiHistoryRecord) ProtoReflect

func (*Emdi_EmdiHistoryRecords_EmdiHistoryRecord) Reset

func (*Emdi_EmdiHistoryRecords_EmdiHistoryRecord) String

type Emdi_EmdiHistoryRecords_EmdiHistoryRecord_Direction

type Emdi_EmdiHistoryRecords_EmdiHistoryRecord_Direction int32
const (
	Emdi_EmdiHistoryRecords_EmdiHistoryRecord_Direction_INBOUND  Emdi_EmdiHistoryRecords_EmdiHistoryRecord_Direction = 0
	Emdi_EmdiHistoryRecords_EmdiHistoryRecord_Direction_OUTBOUND Emdi_EmdiHistoryRecords_EmdiHistoryRecord_Direction = 1
)

func (Emdi_EmdiHistoryRecords_EmdiHistoryRecord_Direction) Descriptor

func (Emdi_EmdiHistoryRecords_EmdiHistoryRecord_Direction) Enum

func (Emdi_EmdiHistoryRecords_EmdiHistoryRecord_Direction) EnumDescriptor deprecated

Deprecated: Use Emdi_EmdiHistoryRecords_EmdiHistoryRecord_Direction.Descriptor instead.

func (Emdi_EmdiHistoryRecords_EmdiHistoryRecord_Direction) Number

func (Emdi_EmdiHistoryRecords_EmdiHistoryRecord_Direction) String

func (Emdi_EmdiHistoryRecords_EmdiHistoryRecord_Direction) Type

type Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorPeriod

type Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorPeriod int32
const (
	Emdi_EmdiHistoryRecords_EmdiHistoryRecord_INVALID_ENUM_VALUE_MonitorPeriod Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorPeriod = 0
	Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorPeriod_SECONDX_10S        Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorPeriod = 10
	Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorPeriod_SECONDX_30S        Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorPeriod = 30
	Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorPeriod_SECONDX_60S        Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorPeriod = 60
)

func (Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorPeriod) Descriptor

func (Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorPeriod) Enum

func (Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorPeriod) EnumDescriptor deprecated

Deprecated: Use Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorPeriod.Descriptor instead.

func (Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorPeriod) Number

func (Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorPeriod) String

func (Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorPeriod) Type

type Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorStatus

type Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorStatus int32
const (
	Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorStatus_NORMAL     Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorStatus = 0
	Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorStatus_CARX_DROP  Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorStatus = 1
	Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorStatus_RATEX_ONLY Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorStatus = 2
)

func (Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorStatus) Descriptor

func (Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorStatus) Enum

func (Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorStatus) EnumDescriptor deprecated

Deprecated: Use Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorStatus.Descriptor instead.

func (Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorStatus) Number

func (Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorStatus) String

func (Emdi_EmdiHistoryRecords_EmdiHistoryRecord_MonitorStatus) Type

type Emdi_EmdiTelemReps

type Emdi_EmdiTelemReps struct {
	EmdiTelemRep []*Emdi_EmdiTelemReps_EmdiTelemRep `protobuf:"bytes,1,rep,name=emdi_telem_rep,json=emdi-telem-rep,proto3" json:"emdi_telem_rep,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_EmdiTelemReps) Descriptor deprecated

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

Deprecated: Use Emdi_EmdiTelemReps.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiTelemReps) GetEmdiTelemRep

func (x *Emdi_EmdiTelemReps) GetEmdiTelemRep() []*Emdi_EmdiTelemReps_EmdiTelemRep

func (*Emdi_EmdiTelemReps) ProtoMessage

func (*Emdi_EmdiTelemReps) ProtoMessage()

func (*Emdi_EmdiTelemReps) ProtoReflect

func (x *Emdi_EmdiTelemReps) ProtoReflect() protoreflect.Message

func (*Emdi_EmdiTelemReps) Reset

func (x *Emdi_EmdiTelemReps) Reset()

func (*Emdi_EmdiTelemReps) String

func (x *Emdi_EmdiTelemReps) String() string

type Emdi_EmdiTelemReps_EmdiTelemRep

type Emdi_EmdiTelemReps_EmdiTelemRep struct {
	VrId                  uint32 `protobuf:"varint,1,opt,name=vr_id,json=vr-id,proto3" json:"vr_id,omitempty"`
	ChannelName           string `protobuf:"bytes,2,opt,name=channel_name,json=channel-name,proto3" json:"channel_name,omitempty"`
	ChannelSourceAddress  string `protobuf:"bytes,3,opt,name=channel_source_address,json=channel-source-address,proto3" json:"channel_source_address,omitempty"`
	ChannelGroupAddress   string `protobuf:"bytes,4,opt,name=channel_group_address,json=channel-group-address,proto3" json:"channel_group_address,omitempty"`
	ChannelVpnType        uint32 `protobuf:"varint,5,opt,name=channel_vpn_type,json=channel-vpn-type,proto3" json:"channel_vpn_type,omitempty"`
	VpnName               string `protobuf:"bytes,6,opt,name=vpn_name,json=vpn-name,proto3" json:"vpn_name,omitempty"`
	VlanId                uint32 `protobuf:"varint,7,opt,name=vlan_id,json=vlan-id,proto3" json:"vlan_id,omitempty"`
	VsiName               string `protobuf:"bytes,8,opt,name=vsi_name,json=vsi-name,proto3" json:"vsi_name,omitempty"`
	BdId                  uint32 `protobuf:"varint,9,opt,name=bd_id,json=bd-id,proto3" json:"bd_id,omitempty"`
	ReportPeriod          uint32 `protobuf:"varint,10,opt,name=report_period,json=report-period,proto3" json:"report_period,omitempty"`
	ReportTime            uint64 `protobuf:"varint,11,opt,name=report_time,json=report-time,proto3" json:"report_time,omitempty"`
	TotalRecvPackets      uint64 `protobuf:"varint,12,opt,name=total_recv_packets,json=total-recv-packets,proto3" json:"total_recv_packets,omitempty"`
	TotalLossPackets      uint64 `protobuf:"varint,13,opt,name=total_loss_packets,json=total-loss-packets,proto3" json:"total_loss_packets,omitempty"`
	TotalDisorderdPackets uint64 `` /* 130-byte string literal not displayed */
	MonitorPeriod         uint32 `protobuf:"varint,15,opt,name=monitor_period,json=monitor-period,proto3" json:"monitor_period,omitempty"`
	MonitorTime           uint64 `protobuf:"varint,16,opt,name=monitor_time,json=monitor-time,proto3" json:"monitor_time,omitempty"`
	WorstRecvPackets      uint64 `protobuf:"varint,17,opt,name=worst_recv_packets,json=worst-recv-packets,proto3" json:"worst_recv_packets,omitempty"`
	WorstLossPackets      uint64 `protobuf:"varint,18,opt,name=worst_loss_packets,json=worst-loss-packets,proto3" json:"worst_loss_packets,omitempty"`
	WorstDisorderdPackets uint64 `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Emdi_EmdiTelemReps_EmdiTelemRep) Descriptor deprecated

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

Deprecated: Use Emdi_EmdiTelemReps_EmdiTelemRep.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiTelemReps_EmdiTelemRep) GetBdId

func (*Emdi_EmdiTelemReps_EmdiTelemRep) GetChannelGroupAddress

func (x *Emdi_EmdiTelemReps_EmdiTelemRep) GetChannelGroupAddress() string

func (*Emdi_EmdiTelemReps_EmdiTelemRep) GetChannelName

func (x *Emdi_EmdiTelemReps_EmdiTelemRep) GetChannelName() string

func (*Emdi_EmdiTelemReps_EmdiTelemRep) GetChannelSourceAddress

func (x *Emdi_EmdiTelemReps_EmdiTelemRep) GetChannelSourceAddress() string

func (*Emdi_EmdiTelemReps_EmdiTelemRep) GetChannelVpnType

func (x *Emdi_EmdiTelemReps_EmdiTelemRep) GetChannelVpnType() uint32

func (*Emdi_EmdiTelemReps_EmdiTelemRep) GetMonitorPeriod

func (x *Emdi_EmdiTelemReps_EmdiTelemRep) GetMonitorPeriod() uint32

func (*Emdi_EmdiTelemReps_EmdiTelemRep) GetMonitorTime

func (x *Emdi_EmdiTelemReps_EmdiTelemRep) GetMonitorTime() uint64

func (*Emdi_EmdiTelemReps_EmdiTelemRep) GetReportPeriod

func (x *Emdi_EmdiTelemReps_EmdiTelemRep) GetReportPeriod() uint32

func (*Emdi_EmdiTelemReps_EmdiTelemRep) GetReportTime

func (x *Emdi_EmdiTelemReps_EmdiTelemRep) GetReportTime() uint64

func (*Emdi_EmdiTelemReps_EmdiTelemRep) GetTotalDisorderdPackets

func (x *Emdi_EmdiTelemReps_EmdiTelemRep) GetTotalDisorderdPackets() uint64

func (*Emdi_EmdiTelemReps_EmdiTelemRep) GetTotalLossPackets

func (x *Emdi_EmdiTelemReps_EmdiTelemRep) GetTotalLossPackets() uint64

func (*Emdi_EmdiTelemReps_EmdiTelemRep) GetTotalRecvPackets

func (x *Emdi_EmdiTelemReps_EmdiTelemRep) GetTotalRecvPackets() uint64

func (*Emdi_EmdiTelemReps_EmdiTelemRep) GetVlanId

func (x *Emdi_EmdiTelemReps_EmdiTelemRep) GetVlanId() uint32

func (*Emdi_EmdiTelemReps_EmdiTelemRep) GetVpnName

func (x *Emdi_EmdiTelemReps_EmdiTelemRep) GetVpnName() string

func (*Emdi_EmdiTelemReps_EmdiTelemRep) GetVrId

func (*Emdi_EmdiTelemReps_EmdiTelemRep) GetVsiName

func (x *Emdi_EmdiTelemReps_EmdiTelemRep) GetVsiName() string

func (*Emdi_EmdiTelemReps_EmdiTelemRep) GetWorstDisorderdPackets

func (x *Emdi_EmdiTelemReps_EmdiTelemRep) GetWorstDisorderdPackets() uint64

func (*Emdi_EmdiTelemReps_EmdiTelemRep) GetWorstLossPackets

func (x *Emdi_EmdiTelemReps_EmdiTelemRep) GetWorstLossPackets() uint64

func (*Emdi_EmdiTelemReps_EmdiTelemRep) GetWorstRecvPackets

func (x *Emdi_EmdiTelemReps_EmdiTelemRep) GetWorstRecvPackets() uint64

func (*Emdi_EmdiTelemReps_EmdiTelemRep) ProtoMessage

func (*Emdi_EmdiTelemReps_EmdiTelemRep) ProtoMessage()

func (*Emdi_EmdiTelemReps_EmdiTelemRep) ProtoReflect

func (*Emdi_EmdiTelemReps_EmdiTelemRep) Reset

func (*Emdi_EmdiTelemReps_EmdiTelemRep) String

type Emdi_EmdiTelemRtps

type Emdi_EmdiTelemRtps struct {
	EmdiTelemRtp []*Emdi_EmdiTelemRtps_EmdiTelemRtp `protobuf:"bytes,1,rep,name=emdi_telem_rtp,json=emdi-telem-rtp,proto3" json:"emdi_telem_rtp,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_EmdiTelemRtps) Descriptor deprecated

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

Deprecated: Use Emdi_EmdiTelemRtps.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiTelemRtps) GetEmdiTelemRtp

func (x *Emdi_EmdiTelemRtps) GetEmdiTelemRtp() []*Emdi_EmdiTelemRtps_EmdiTelemRtp

func (*Emdi_EmdiTelemRtps) ProtoMessage

func (*Emdi_EmdiTelemRtps) ProtoMessage()

func (*Emdi_EmdiTelemRtps) ProtoReflect

func (x *Emdi_EmdiTelemRtps) ProtoReflect() protoreflect.Message

func (*Emdi_EmdiTelemRtps) Reset

func (x *Emdi_EmdiTelemRtps) Reset()

func (*Emdi_EmdiTelemRtps) String

func (x *Emdi_EmdiTelemRtps) String() string

type Emdi_EmdiTelemRtps_EmdiTelemRtp

type Emdi_EmdiTelemRtps_EmdiTelemRtp struct {
	VrId                 uint32 `protobuf:"varint,1,opt,name=vr_id,json=vr-id,proto3" json:"vr_id,omitempty"`
	ChannelName          string `protobuf:"bytes,2,opt,name=channel_name,json=channel-name,proto3" json:"channel_name,omitempty"`
	ChannelSourceAddress string `protobuf:"bytes,3,opt,name=channel_source_address,json=channel-source-address,proto3" json:"channel_source_address,omitempty"`
	ChannelGroupAddress  string `protobuf:"bytes,4,opt,name=channel_group_address,json=channel-group-address,proto3" json:"channel_group_address,omitempty"`
	ChannelVpnType       uint32 `protobuf:"varint,5,opt,name=channel_vpn_type,json=channel-vpn-type,proto3" json:"channel_vpn_type,omitempty"`
	VpnName              string `protobuf:"bytes,6,opt,name=vpn_name,json=vpn-name,proto3" json:"vpn_name,omitempty"`
	VlanId               uint32 `protobuf:"varint,7,opt,name=vlan_id,json=vlan-id,proto3" json:"vlan_id,omitempty"`
	VsiName              string `protobuf:"bytes,8,opt,name=vsi_name,json=vsi-name,proto3" json:"vsi_name,omitempty"`
	BdId                 uint32 `protobuf:"varint,9,opt,name=bd_id,json=bd-id,proto3" json:"bd_id,omitempty"`
	ReportPeriod         uint32 `protobuf:"varint,10,opt,name=report_period,json=report-period,proto3" json:"report_period,omitempty"`
	ReportTime           uint64 `protobuf:"varint,11,opt,name=report_time,json=report-time,proto3" json:"report_time,omitempty"`
	RecvPackets          uint64 `protobuf:"varint,12,opt,name=recv_packets,json=recv-packets,proto3" json:"recv_packets,omitempty"`
	LossPackets          uint64 `protobuf:"varint,13,opt,name=loss_packets,json=loss-packets,proto3" json:"loss_packets,omitempty"`
	DisorderdPackets     uint64 `protobuf:"varint,14,opt,name=disorderd_packets,json=disorderd-packets,proto3" json:"disorderd_packets,omitempty"`
	MonitorPeriod        uint32 `protobuf:"varint,15,opt,name=monitor_period,json=monitor-period,proto3" json:"monitor_period,omitempty"`
	MonitorTime          uint64 `protobuf:"varint,16,opt,name=monitor_time,json=monitor-time,proto3" json:"monitor_time,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_EmdiTelemRtps_EmdiTelemRtp) Descriptor deprecated

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

Deprecated: Use Emdi_EmdiTelemRtps_EmdiTelemRtp.ProtoReflect.Descriptor instead.

func (*Emdi_EmdiTelemRtps_EmdiTelemRtp) GetBdId

func (*Emdi_EmdiTelemRtps_EmdiTelemRtp) GetChannelGroupAddress

func (x *Emdi_EmdiTelemRtps_EmdiTelemRtp) GetChannelGroupAddress() string

func (*Emdi_EmdiTelemRtps_EmdiTelemRtp) GetChannelName

func (x *Emdi_EmdiTelemRtps_EmdiTelemRtp) GetChannelName() string

func (*Emdi_EmdiTelemRtps_EmdiTelemRtp) GetChannelSourceAddress

func (x *Emdi_EmdiTelemRtps_EmdiTelemRtp) GetChannelSourceAddress() string

func (*Emdi_EmdiTelemRtps_EmdiTelemRtp) GetChannelVpnType

func (x *Emdi_EmdiTelemRtps_EmdiTelemRtp) GetChannelVpnType() uint32

func (*Emdi_EmdiTelemRtps_EmdiTelemRtp) GetDisorderdPackets

func (x *Emdi_EmdiTelemRtps_EmdiTelemRtp) GetDisorderdPackets() uint64

func (*Emdi_EmdiTelemRtps_EmdiTelemRtp) GetLossPackets

func (x *Emdi_EmdiTelemRtps_EmdiTelemRtp) GetLossPackets() uint64

func (*Emdi_EmdiTelemRtps_EmdiTelemRtp) GetMonitorPeriod

func (x *Emdi_EmdiTelemRtps_EmdiTelemRtp) GetMonitorPeriod() uint32

func (*Emdi_EmdiTelemRtps_EmdiTelemRtp) GetMonitorTime

func (x *Emdi_EmdiTelemRtps_EmdiTelemRtp) GetMonitorTime() uint64

func (*Emdi_EmdiTelemRtps_EmdiTelemRtp) GetRecvPackets

func (x *Emdi_EmdiTelemRtps_EmdiTelemRtp) GetRecvPackets() uint64

func (*Emdi_EmdiTelemRtps_EmdiTelemRtp) GetReportPeriod

func (x *Emdi_EmdiTelemRtps_EmdiTelemRtp) GetReportPeriod() uint32

func (*Emdi_EmdiTelemRtps_EmdiTelemRtp) GetReportTime

func (x *Emdi_EmdiTelemRtps_EmdiTelemRtp) GetReportTime() uint64

func (*Emdi_EmdiTelemRtps_EmdiTelemRtp) GetVlanId

func (x *Emdi_EmdiTelemRtps_EmdiTelemRtp) GetVlanId() uint32

func (*Emdi_EmdiTelemRtps_EmdiTelemRtp) GetVpnName

func (x *Emdi_EmdiTelemRtps_EmdiTelemRtp) GetVpnName() string

func (*Emdi_EmdiTelemRtps_EmdiTelemRtp) GetVrId

func (*Emdi_EmdiTelemRtps_EmdiTelemRtp) GetVsiName

func (x *Emdi_EmdiTelemRtps_EmdiTelemRtp) GetVsiName() string

func (*Emdi_EmdiTelemRtps_EmdiTelemRtp) ProtoMessage

func (*Emdi_EmdiTelemRtps_EmdiTelemRtp) ProtoMessage()

func (*Emdi_EmdiTelemRtps_EmdiTelemRtp) ProtoReflect

func (*Emdi_EmdiTelemRtps_EmdiTelemRtp) Reset

func (*Emdi_EmdiTelemRtps_EmdiTelemRtp) String

type Emdi_OutTelemReps

type Emdi_OutTelemReps struct {
	OutTelemRep []*Emdi_OutTelemReps_OutTelemRep `protobuf:"bytes,1,rep,name=out_telem_rep,json=out-telem-rep,proto3" json:"out_telem_rep,omitempty"`
	// contains filtered or unexported fields
}

func (*Emdi_OutTelemReps) Descriptor deprecated

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

Deprecated: Use Emdi_OutTelemReps.ProtoReflect.Descriptor instead.

func (*Emdi_OutTelemReps) GetOutTelemRep

func (x *Emdi_OutTelemReps) GetOutTelemRep() []*Emdi_OutTelemReps_OutTelemRep

func (*Emdi_OutTelemReps) ProtoMessage

func (*Emdi_OutTelemReps) ProtoMessage()

func (*Emdi_OutTelemReps) ProtoReflect

func (x *Emdi_OutTelemReps) ProtoReflect() protoreflect.Message

func (*Emdi_OutTelemReps) Reset

func (x *Emdi_OutTelemReps) Reset()

func (*Emdi_OutTelemReps) String

func (x *Emdi_OutTelemReps) String() string

type Emdi_OutTelemReps_OutTelemRep

type Emdi_OutTelemReps_OutTelemRep struct {
	VrId                  uint32 `protobuf:"varint,1,opt,name=vr_id,json=vr-id,proto3" json:"vr_id,omitempty"`
	ChannelName           string `protobuf:"bytes,2,opt,name=channel_name,json=channel-name,proto3" json:"channel_name,omitempty"`
	SlotId                string `protobuf:"bytes,3,opt,name=slot_id,json=slot-id,proto3" json:"slot_id,omitempty"`
	ChannelSourceAddress  string `protobuf:"bytes,4,opt,name=channel_source_address,json=channel-source-address,proto3" json:"channel_source_address,omitempty"`
	ChannelGroupAddress   string `protobuf:"bytes,5,opt,name=channel_group_address,json=channel-group-address,proto3" json:"channel_group_address,omitempty"`
	ChannelVpnType        uint32 `protobuf:"varint,6,opt,name=channel_vpn_type,json=channel-vpn-type,proto3" json:"channel_vpn_type,omitempty"`
	VpnName               string `protobuf:"bytes,7,opt,name=vpn_name,json=vpn-name,proto3" json:"vpn_name,omitempty"`
	InterfaceName         string `protobuf:"bytes,8,opt,name=interface_name,json=interface-name,proto3" json:"interface_name,omitempty"`
	ReportPeriod          uint32 `protobuf:"varint,9,opt,name=report_period,json=report-period,proto3" json:"report_period,omitempty"`
	ReportTime            uint64 `protobuf:"varint,10,opt,name=report_time,json=report-time,proto3" json:"report_time,omitempty"`
	TotalRecvPackets      uint64 `protobuf:"varint,11,opt,name=total_recv_packets,json=total-recv-packets,proto3" json:"total_recv_packets,omitempty"`
	TotalLossPackets      uint64 `protobuf:"varint,12,opt,name=total_loss_packets,json=total-loss-packets,proto3" json:"total_loss_packets,omitempty"`
	TotalDisorderdPackets uint64 `` /* 130-byte string literal not displayed */
	MonitorPeriod         uint32 `protobuf:"varint,14,opt,name=monitor_period,json=monitor-period,proto3" json:"monitor_period,omitempty"`
	MonitorTime           uint64 `protobuf:"varint,15,opt,name=monitor_time,json=monitor-time,proto3" json:"monitor_time,omitempty"`
	WorstRecvPackets      uint64 `protobuf:"varint,16,opt,name=worst_recv_packets,json=worst-recv-packets,proto3" json:"worst_recv_packets,omitempty"`
	WorstLossPackets      uint64 `protobuf:"varint,17,opt,name=worst_loss_packets,json=worst-loss-packets,proto3" json:"worst_loss_packets,omitempty"`
	WorstDisorderdPackets uint64 `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Emdi_OutTelemReps_OutTelemRep) Descriptor deprecated

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

Deprecated: Use Emdi_OutTelemReps_OutTelemRep.ProtoReflect.Descriptor instead.

func (*Emdi_OutTelemReps_OutTelemRep) GetChannelGroupAddress

func (x *Emdi_OutTelemReps_OutTelemRep) GetChannelGroupAddress() string

func (*Emdi_OutTelemReps_OutTelemRep) GetChannelName

func (x *Emdi_OutTelemReps_OutTelemRep) GetChannelName() string

func (*Emdi_OutTelemReps_OutTelemRep) GetChannelSourceAddress

func (x *Emdi_OutTelemReps_OutTelemRep) GetChannelSourceAddress() string

func (*Emdi_OutTelemReps_OutTelemRep) GetChannelVpnType

func (x *Emdi_OutTelemReps_OutTelemRep) GetChannelVpnType() uint32

func (*Emdi_OutTelemReps_OutTelemRep) GetInterfaceName

func (x *Emdi_OutTelemReps_OutTelemRep) GetInterfaceName() string

func (*Emdi_OutTelemReps_OutTelemRep) GetMonitorPeriod

func (x *Emdi_OutTelemReps_OutTelemRep) GetMonitorPeriod() uint32

func (*Emdi_OutTelemReps_OutTelemRep) GetMonitorTime

func (x *Emdi_OutTelemReps_OutTelemRep) GetMonitorTime() uint64

func (*Emdi_OutTelemReps_OutTelemRep) GetReportPeriod

func (x *Emdi_OutTelemReps_OutTelemRep) GetReportPeriod() uint32

func (*Emdi_OutTelemReps_OutTelemRep) GetReportTime

func (x *Emdi_OutTelemReps_OutTelemRep) GetReportTime() uint64

func (*Emdi_OutTelemReps_OutTelemRep) GetSlotId

func (x *Emdi_OutTelemReps_OutTelemRep) GetSlotId() string

func (*Emdi_OutTelemReps_OutTelemRep) GetTotalDisorderdPackets

func (x *Emdi_OutTelemReps_OutTelemRep) GetTotalDisorderdPackets() uint64

func (*Emdi_OutTelemReps_OutTelemRep) GetTotalLossPackets

func (x *Emdi_OutTelemReps_OutTelemRep) GetTotalLossPackets() uint64

func (*Emdi_OutTelemReps_OutTelemRep) GetTotalRecvPackets

func (x *Emdi_OutTelemReps_OutTelemRep) GetTotalRecvPackets() uint64

func (*Emdi_OutTelemReps_OutTelemRep) GetVpnName

func (x *Emdi_OutTelemReps_OutTelemRep) GetVpnName() string

func (*Emdi_OutTelemReps_OutTelemRep) GetVrId

func (*Emdi_OutTelemReps_OutTelemRep) GetWorstDisorderdPackets

func (x *Emdi_OutTelemReps_OutTelemRep) GetWorstDisorderdPackets() uint64

func (*Emdi_OutTelemReps_OutTelemRep) GetWorstLossPackets

func (x *Emdi_OutTelemReps_OutTelemRep) GetWorstLossPackets() uint64

func (*Emdi_OutTelemReps_OutTelemRep) GetWorstRecvPackets

func (x *Emdi_OutTelemReps_OutTelemRep) GetWorstRecvPackets() uint64

func (*Emdi_OutTelemReps_OutTelemRep) ProtoMessage

func (*Emdi_OutTelemReps_OutTelemRep) ProtoMessage()

func (*Emdi_OutTelemReps_OutTelemRep) ProtoReflect

func (*Emdi_OutTelemReps_OutTelemRep) Reset

func (x *Emdi_OutTelemReps_OutTelemRep) Reset()

func (*Emdi_OutTelemReps_OutTelemRep) String

Jump to

Keyboard shortcuts

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