mtrv1alpha1

package
v0.0.0-...-fbf6923 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_eyeroute_mtr_v1alpha1_mtr_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ExecuteMtrRequest

type ExecuteMtrRequest struct {

	// 宛先 IP アドレス
	IpAddress string `protobuf:"bytes,1,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"`
	// 実行回数
	// mtr の -c, --report-cycles に該当
	ReportCycles int32 `protobuf:"varint,2,opt,name=report_cycles,json=reportCycles,proto3" json:"report_cycles,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecuteMtrRequest) Descriptor deprecated

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

Deprecated: Use ExecuteMtrRequest.ProtoReflect.Descriptor instead.

func (*ExecuteMtrRequest) GetIpAddress

func (x *ExecuteMtrRequest) GetIpAddress() string

func (*ExecuteMtrRequest) GetReportCycles

func (x *ExecuteMtrRequest) GetReportCycles() int32

func (*ExecuteMtrRequest) ProtoMessage

func (*ExecuteMtrRequest) ProtoMessage()

func (*ExecuteMtrRequest) ProtoReflect

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

func (*ExecuteMtrRequest) Reset

func (x *ExecuteMtrRequest) Reset()

func (*ExecuteMtrRequest) String

func (x *ExecuteMtrRequest) String() string

type ExecuteMtrResponse

type ExecuteMtrResponse struct {
	Hubs []*ReportHub `protobuf:"bytes,1,rep,name=hubs,proto3" json:"hubs,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecuteMtrResponse) Descriptor deprecated

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

Deprecated: Use ExecuteMtrResponse.ProtoReflect.Descriptor instead.

func (*ExecuteMtrResponse) GetHubs

func (x *ExecuteMtrResponse) GetHubs() []*ReportHub

func (*ExecuteMtrResponse) ProtoMessage

func (*ExecuteMtrResponse) ProtoMessage()

func (*ExecuteMtrResponse) ProtoReflect

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

func (*ExecuteMtrResponse) Reset

func (x *ExecuteMtrResponse) Reset()

func (*ExecuteMtrResponse) String

func (x *ExecuteMtrResponse) String() string

type ReportHub

type ReportHub struct {
	Count int32   `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Host  string  `protobuf:"bytes,2,opt,name=host,proto3" json:"host,omitempty"`
	Loss  float32 `protobuf:"fixed32,3,opt,name=loss,proto3" json:"loss,omitempty"`
	Sent  int32   `protobuf:"varint,4,opt,name=sent,proto3" json:"sent,omitempty"`
	Last  float32 `protobuf:"fixed32,5,opt,name=last,proto3" json:"last,omitempty"`
	Avg   float32 `protobuf:"fixed32,6,opt,name=avg,proto3" json:"avg,omitempty"`
	Best  float32 `protobuf:"fixed32,7,opt,name=best,proto3" json:"best,omitempty"`
	Worst float32 `protobuf:"fixed32,8,opt,name=worst,proto3" json:"worst,omitempty"`
	Stdev float32 `protobuf:"fixed32,9,opt,name=stdev,proto3" json:"stdev,omitempty"`
	// contains filtered or unexported fields
}

func (*ReportHub) Descriptor deprecated

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

Deprecated: Use ReportHub.ProtoReflect.Descriptor instead.

func (*ReportHub) GetAvg

func (x *ReportHub) GetAvg() float32

func (*ReportHub) GetBest

func (x *ReportHub) GetBest() float32

func (*ReportHub) GetCount

func (x *ReportHub) GetCount() int32

func (*ReportHub) GetHost

func (x *ReportHub) GetHost() string

func (*ReportHub) GetLast

func (x *ReportHub) GetLast() float32

func (*ReportHub) GetLoss

func (x *ReportHub) GetLoss() float32

func (*ReportHub) GetSent

func (x *ReportHub) GetSent() int32

func (*ReportHub) GetStdev

func (x *ReportHub) GetStdev() float32

func (*ReportHub) GetWorst

func (x *ReportHub) GetWorst() float32

func (*ReportHub) ProtoMessage

func (*ReportHub) ProtoMessage()

func (*ReportHub) ProtoReflect

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

func (*ReportHub) Reset

func (x *ReportHub) Reset()

func (*ReportHub) String

func (x *ReportHub) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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