cbdragonfly

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2023 License: Apache-2.0 Imports: 6 Imported by: 1

Documentation

Overview

Package cbdragonfly is a generated protocol buffer package.

It is generated from these files:

cbdragonfly/cbdragonfly.proto

It has these top-level messages:

Empty
MessageResponse
Tags
VMMonQryRequest
VMOnDemandMonQryRequest
VMMCISMonQryRequest
CpuOnDemandInfoResponse
CpuOnDemandInfo
CpuFreqOnDemandInfoResponse
CpuFreqOnDemandInfo
MemoryOnDemandInfoResponse
MemoryOnDemandInfo
DiskOnDemandInfoResponse
DiskOnDemandInfo
NetworkOnDemandInfoResponse
NetworkOnDemandInfo
MCISMonInfoResponse
CpuInfoResponse
CpuInfo
CpuFreqInfoResponse
CpuFreqInfo
MemoryInfoResponse
MemoryInfo
DiskInfoResponse
DiskInfo
NetworkInfoResponse
NetworkInfo
MonitoringConfigRequest
MonitoringConfigResponse
MonitoringConfigInfo
InstallAgentRequest

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterMONServer

func RegisterMONServer(s *grpc.Server, srv MONServer)

Types

type CpuFreqInfo

type CpuFreqInfo struct {
	CpuSpeed float64 `protobuf:"fixed64,1,opt,name=cpu_speed" json:"cpu_speed,omitempty"`
	Time     string  `protobuf:"bytes,2,opt,name=time" json:"time,omitempty"`
}

func (*CpuFreqInfo) Descriptor

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

func (*CpuFreqInfo) GetCpuSpeed

func (m *CpuFreqInfo) GetCpuSpeed() float64

func (*CpuFreqInfo) GetTime

func (m *CpuFreqInfo) GetTime() string

func (*CpuFreqInfo) ProtoMessage

func (*CpuFreqInfo) ProtoMessage()

func (*CpuFreqInfo) Reset

func (m *CpuFreqInfo) Reset()

func (*CpuFreqInfo) String

func (m *CpuFreqInfo) String() string

type CpuFreqInfoResponse

type CpuFreqInfoResponse struct {
	Name   string         `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Tags   *Tags          `protobuf:"bytes,2,opt,name=tags" json:"tags,omitempty"`
	Values []*CpuFreqInfo `protobuf:"bytes,3,rep,name=values" json:"values,omitempty"`
}

func (*CpuFreqInfoResponse) Descriptor

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

func (*CpuFreqInfoResponse) GetName

func (m *CpuFreqInfoResponse) GetName() string

func (*CpuFreqInfoResponse) GetTags

func (m *CpuFreqInfoResponse) GetTags() *Tags

func (*CpuFreqInfoResponse) GetValues

func (m *CpuFreqInfoResponse) GetValues() []*CpuFreqInfo

func (*CpuFreqInfoResponse) ProtoMessage

func (*CpuFreqInfoResponse) ProtoMessage()

func (*CpuFreqInfoResponse) Reset

func (m *CpuFreqInfoResponse) Reset()

func (*CpuFreqInfoResponse) String

func (m *CpuFreqInfoResponse) String() string

type CpuFreqOnDemandInfo

type CpuFreqOnDemandInfo struct {
	CpuSpeed float64 `protobuf:"fixed64,1,opt,name=cpu_speed" json:"cpu_speed,omitempty"`
}

func (*CpuFreqOnDemandInfo) Descriptor

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

func (*CpuFreqOnDemandInfo) GetCpuSpeed

func (m *CpuFreqOnDemandInfo) GetCpuSpeed() float64

func (*CpuFreqOnDemandInfo) ProtoMessage

func (*CpuFreqOnDemandInfo) ProtoMessage()

func (*CpuFreqOnDemandInfo) Reset

func (m *CpuFreqOnDemandInfo) Reset()

func (*CpuFreqOnDemandInfo) String

func (m *CpuFreqOnDemandInfo) String() string

type CpuFreqOnDemandInfoResponse

type CpuFreqOnDemandInfoResponse struct {
	Name   string               `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Tags   *Tags                `protobuf:"bytes,2,opt,name=tags" json:"tags,omitempty"`
	Time   string               `protobuf:"bytes,3,opt,name=time" json:"time,omitempty"`
	Values *CpuFreqOnDemandInfo `protobuf:"bytes,4,opt,name=values" json:"values,omitempty"`
}

func (*CpuFreqOnDemandInfoResponse) Descriptor

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

func (*CpuFreqOnDemandInfoResponse) GetName

func (m *CpuFreqOnDemandInfoResponse) GetName() string

func (*CpuFreqOnDemandInfoResponse) GetTags

func (m *CpuFreqOnDemandInfoResponse) GetTags() *Tags

func (*CpuFreqOnDemandInfoResponse) GetTime

func (m *CpuFreqOnDemandInfoResponse) GetTime() string

func (*CpuFreqOnDemandInfoResponse) GetValues

func (*CpuFreqOnDemandInfoResponse) ProtoMessage

func (*CpuFreqOnDemandInfoResponse) ProtoMessage()

func (*CpuFreqOnDemandInfoResponse) Reset

func (m *CpuFreqOnDemandInfoResponse) Reset()

func (*CpuFreqOnDemandInfoResponse) String

func (m *CpuFreqOnDemandInfoResponse) String() string

type CpuInfo

type CpuInfo struct {
	CpuUtilization float64 `protobuf:"fixed64,1,opt,name=cpu_utilization" json:"cpu_utilization,omitempty"`
	CpuSystem      float64 `protobuf:"fixed64,2,opt,name=cpu_system" json:"cpu_system,omitempty"`
	CpuIdle        float64 `protobuf:"fixed64,3,opt,name=cpu_idle" json:"cpu_idle,omitempty"`
	CpuIowait      float64 `protobuf:"fixed64,4,opt,name=cpu_iowait" json:"cpu_iowait,omitempty"`
	CpuHintr       float64 `protobuf:"fixed64,5,opt,name=cpu_hintr" json:"cpu_hintr,omitempty"`
	CpuSintr       float64 `protobuf:"fixed64,6,opt,name=cpu_sintr" json:"cpu_sintr,omitempty"`
	CpuUser        float64 `protobuf:"fixed64,7,opt,name=cpu_user" json:"cpu_user,omitempty"`
	CpuNice        float64 `protobuf:"fixed64,8,opt,name=cpu_nice" json:"cpu_nice,omitempty"`
	CpuSteal       float64 `protobuf:"fixed64,9,opt,name=cpu_steal" json:"cpu_steal,omitempty"`
	CpuGuest       float64 `protobuf:"fixed64,10,opt,name=cpu_guest" json:"cpu_guest,omitempty"`
	CpuGuestNice   float64 `protobuf:"fixed64,11,opt,name=cpu_guest_nice" json:"cpu_guest_nice,omitempty"`
	Time           string  `protobuf:"bytes,12,opt,name=time" json:"time,omitempty"`
}

func (*CpuInfo) Descriptor

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

func (*CpuInfo) GetCpuGuest

func (m *CpuInfo) GetCpuGuest() float64

func (*CpuInfo) GetCpuGuestNice

func (m *CpuInfo) GetCpuGuestNice() float64

func (*CpuInfo) GetCpuHintr

func (m *CpuInfo) GetCpuHintr() float64

func (*CpuInfo) GetCpuIdle

func (m *CpuInfo) GetCpuIdle() float64

func (*CpuInfo) GetCpuIowait

func (m *CpuInfo) GetCpuIowait() float64

func (*CpuInfo) GetCpuNice

func (m *CpuInfo) GetCpuNice() float64

func (*CpuInfo) GetCpuSintr

func (m *CpuInfo) GetCpuSintr() float64

func (*CpuInfo) GetCpuSteal

func (m *CpuInfo) GetCpuSteal() float64

func (*CpuInfo) GetCpuSystem

func (m *CpuInfo) GetCpuSystem() float64

func (*CpuInfo) GetCpuUser

func (m *CpuInfo) GetCpuUser() float64

func (*CpuInfo) GetCpuUtilization

func (m *CpuInfo) GetCpuUtilization() float64

func (*CpuInfo) GetTime

func (m *CpuInfo) GetTime() string

func (*CpuInfo) ProtoMessage

func (*CpuInfo) ProtoMessage()

func (*CpuInfo) Reset

func (m *CpuInfo) Reset()

func (*CpuInfo) String

func (m *CpuInfo) String() string

type CpuInfoResponse

type CpuInfoResponse struct {
	Name   string     `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Tags   *Tags      `protobuf:"bytes,2,opt,name=tags" json:"tags,omitempty"`
	Values []*CpuInfo `protobuf:"bytes,3,rep,name=values" json:"values,omitempty"`
}

func (*CpuInfoResponse) Descriptor

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

func (*CpuInfoResponse) GetName

func (m *CpuInfoResponse) GetName() string

func (*CpuInfoResponse) GetTags

func (m *CpuInfoResponse) GetTags() *Tags

func (*CpuInfoResponse) GetValues

func (m *CpuInfoResponse) GetValues() []*CpuInfo

func (*CpuInfoResponse) ProtoMessage

func (*CpuInfoResponse) ProtoMessage()

func (*CpuInfoResponse) Reset

func (m *CpuInfoResponse) Reset()

func (*CpuInfoResponse) String

func (m *CpuInfoResponse) String() string

type CpuOnDemandInfo

type CpuOnDemandInfo struct {
	CpuUtilization float64 `protobuf:"fixed64,1,opt,name=cpu_utilization" json:"cpu_utilization,omitempty"`
	CpuSystem      float64 `protobuf:"fixed64,2,opt,name=cpu_system" json:"cpu_system,omitempty"`
	CpuIdle        float64 `protobuf:"fixed64,3,opt,name=cpu_idle" json:"cpu_idle,omitempty"`
	CpuIowait      float64 `protobuf:"fixed64,4,opt,name=cpu_iowait" json:"cpu_iowait,omitempty"`
	CpuHintr       float64 `protobuf:"fixed64,5,opt,name=cpu_hintr" json:"cpu_hintr,omitempty"`
	CpuSintr       float64 `protobuf:"fixed64,6,opt,name=cpu_sintr" json:"cpu_sintr,omitempty"`
	CpuUser        float64 `protobuf:"fixed64,7,opt,name=cpu_user" json:"cpu_user,omitempty"`
	CpuNice        float64 `protobuf:"fixed64,8,opt,name=cpu_nice" json:"cpu_nice,omitempty"`
	CpuSteal       float64 `protobuf:"fixed64,9,opt,name=cpu_steal" json:"cpu_steal,omitempty"`
	CpuGuest       float64 `protobuf:"fixed64,10,opt,name=cpu_guest" json:"cpu_guest,omitempty"`
	CpuGuestNice   float64 `protobuf:"fixed64,11,opt,name=cpu_guest_nice" json:"cpu_guest_nice,omitempty"`
}

func (*CpuOnDemandInfo) Descriptor

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

func (*CpuOnDemandInfo) GetCpuGuest

func (m *CpuOnDemandInfo) GetCpuGuest() float64

func (*CpuOnDemandInfo) GetCpuGuestNice

func (m *CpuOnDemandInfo) GetCpuGuestNice() float64

func (*CpuOnDemandInfo) GetCpuHintr

func (m *CpuOnDemandInfo) GetCpuHintr() float64

func (*CpuOnDemandInfo) GetCpuIdle

func (m *CpuOnDemandInfo) GetCpuIdle() float64

func (*CpuOnDemandInfo) GetCpuIowait

func (m *CpuOnDemandInfo) GetCpuIowait() float64

func (*CpuOnDemandInfo) GetCpuNice

func (m *CpuOnDemandInfo) GetCpuNice() float64

func (*CpuOnDemandInfo) GetCpuSintr

func (m *CpuOnDemandInfo) GetCpuSintr() float64

func (*CpuOnDemandInfo) GetCpuSteal

func (m *CpuOnDemandInfo) GetCpuSteal() float64

func (*CpuOnDemandInfo) GetCpuSystem

func (m *CpuOnDemandInfo) GetCpuSystem() float64

func (*CpuOnDemandInfo) GetCpuUser

func (m *CpuOnDemandInfo) GetCpuUser() float64

func (*CpuOnDemandInfo) GetCpuUtilization

func (m *CpuOnDemandInfo) GetCpuUtilization() float64

func (*CpuOnDemandInfo) ProtoMessage

func (*CpuOnDemandInfo) ProtoMessage()

func (*CpuOnDemandInfo) Reset

func (m *CpuOnDemandInfo) Reset()

func (*CpuOnDemandInfo) String

func (m *CpuOnDemandInfo) String() string

type CpuOnDemandInfoResponse

type CpuOnDemandInfoResponse struct {
	Name   string           `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Tags   *Tags            `protobuf:"bytes,2,opt,name=tags" json:"tags,omitempty"`
	Time   string           `protobuf:"bytes,3,opt,name=time" json:"time,omitempty"`
	Values *CpuOnDemandInfo `protobuf:"bytes,4,opt,name=values" json:"values,omitempty"`
}

func (*CpuOnDemandInfoResponse) Descriptor

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

func (*CpuOnDemandInfoResponse) GetName

func (m *CpuOnDemandInfoResponse) GetName() string

func (*CpuOnDemandInfoResponse) GetTags

func (m *CpuOnDemandInfoResponse) GetTags() *Tags

func (*CpuOnDemandInfoResponse) GetTime

func (m *CpuOnDemandInfoResponse) GetTime() string

func (*CpuOnDemandInfoResponse) GetValues

func (m *CpuOnDemandInfoResponse) GetValues() *CpuOnDemandInfo

func (*CpuOnDemandInfoResponse) ProtoMessage

func (*CpuOnDemandInfoResponse) ProtoMessage()

func (*CpuOnDemandInfoResponse) Reset

func (m *CpuOnDemandInfoResponse) Reset()

func (*CpuOnDemandInfoResponse) String

func (m *CpuOnDemandInfoResponse) String() string

type DiskInfo

type DiskInfo struct {
	Free        float64 `protobuf:"fixed64,1,opt,name=free" json:"free,omitempty"`
	ReadBytes   float64 `protobuf:"fixed64,2,opt,name=read_bytes" json:"read_bytes,omitempty"`
	ReadTime    float64 `protobuf:"fixed64,3,opt,name=read_time" json:"read_time,omitempty"`
	Reads       float64 `protobuf:"fixed64,4,opt,name=reads" json:"reads,omitempty"`
	Total       float64 `protobuf:"fixed64,5,opt,name=total" json:"total,omitempty"`
	Used        float64 `protobuf:"fixed64,6,opt,name=used" json:"used,omitempty"`
	UsedPercent float64 `protobuf:"fixed64,7,opt,name=used_percent" json:"used_percent,omitempty"`
	WriteBytes  float64 `protobuf:"fixed64,8,opt,name=write_bytes" json:"write_bytes,omitempty"`
	WriteTime   float64 `protobuf:"fixed64,9,opt,name=write_time" json:"write_time,omitempty"`
	Writes      float64 `protobuf:"fixed64,10,opt,name=writes" json:"writes,omitempty"`
	Time        string  `protobuf:"bytes,11,opt,name=time" json:"time,omitempty"`
}

func (*DiskInfo) Descriptor

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

func (*DiskInfo) GetFree

func (m *DiskInfo) GetFree() float64

func (*DiskInfo) GetReadBytes

func (m *DiskInfo) GetReadBytes() float64

func (*DiskInfo) GetReadTime

func (m *DiskInfo) GetReadTime() float64

func (*DiskInfo) GetReads

func (m *DiskInfo) GetReads() float64

func (*DiskInfo) GetTime

func (m *DiskInfo) GetTime() string

func (*DiskInfo) GetTotal

func (m *DiskInfo) GetTotal() float64

func (*DiskInfo) GetUsed

func (m *DiskInfo) GetUsed() float64

func (*DiskInfo) GetUsedPercent

func (m *DiskInfo) GetUsedPercent() float64

func (*DiskInfo) GetWriteBytes

func (m *DiskInfo) GetWriteBytes() float64

func (*DiskInfo) GetWriteTime

func (m *DiskInfo) GetWriteTime() float64

func (*DiskInfo) GetWrites

func (m *DiskInfo) GetWrites() float64

func (*DiskInfo) ProtoMessage

func (*DiskInfo) ProtoMessage()

func (*DiskInfo) Reset

func (m *DiskInfo) Reset()

func (*DiskInfo) String

func (m *DiskInfo) String() string

type DiskInfoResponse

type DiskInfoResponse struct {
	Name   string      `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Tags   *Tags       `protobuf:"bytes,2,opt,name=tags" json:"tags,omitempty"`
	Values []*DiskInfo `protobuf:"bytes,3,rep,name=values" json:"values,omitempty"`
}

func (*DiskInfoResponse) Descriptor

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

func (*DiskInfoResponse) GetName

func (m *DiskInfoResponse) GetName() string

func (*DiskInfoResponse) GetTags

func (m *DiskInfoResponse) GetTags() *Tags

func (*DiskInfoResponse) GetValues

func (m *DiskInfoResponse) GetValues() []*DiskInfo

func (*DiskInfoResponse) ProtoMessage

func (*DiskInfoResponse) ProtoMessage()

func (*DiskInfoResponse) Reset

func (m *DiskInfoResponse) Reset()

func (*DiskInfoResponse) String

func (m *DiskInfoResponse) String() string

type DiskOnDemandInfo

type DiskOnDemandInfo struct {
	DiskFree        float64 `protobuf:"fixed64,1,opt,name=disk_free" json:"disk_free,omitempty"`
	DiskTotal       float64 `protobuf:"fixed64,2,opt,name=disk_total" json:"disk_total,omitempty"`
	DiskUsed        float64 `protobuf:"fixed64,3,opt,name=disk_used" json:"disk_used,omitempty"`
	DiskUtilization float64 `protobuf:"fixed64,4,opt,name=disk_utilization" json:"disk_utilization,omitempty"`
	KbRead          float64 `protobuf:"fixed64,5,opt,name=kb_read" json:"kb_read,omitempty"`
	KbWritten       float64 `protobuf:"fixed64,6,opt,name=kb_written" json:"kb_written,omitempty"`
	OpsRead         float64 `protobuf:"fixed64,7,opt,name=ops_read" json:"ops_read,omitempty"`
	OpsWrite        float64 `protobuf:"fixed64,8,opt,name=ops_write" json:"ops_write,omitempty"`
}

func (*DiskOnDemandInfo) Descriptor

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

func (*DiskOnDemandInfo) GetDiskFree

func (m *DiskOnDemandInfo) GetDiskFree() float64

func (*DiskOnDemandInfo) GetDiskTotal

func (m *DiskOnDemandInfo) GetDiskTotal() float64

func (*DiskOnDemandInfo) GetDiskUsed

func (m *DiskOnDemandInfo) GetDiskUsed() float64

func (*DiskOnDemandInfo) GetDiskUtilization

func (m *DiskOnDemandInfo) GetDiskUtilization() float64

func (*DiskOnDemandInfo) GetKbRead

func (m *DiskOnDemandInfo) GetKbRead() float64

func (*DiskOnDemandInfo) GetKbWritten

func (m *DiskOnDemandInfo) GetKbWritten() float64

func (*DiskOnDemandInfo) GetOpsRead

func (m *DiskOnDemandInfo) GetOpsRead() float64

func (*DiskOnDemandInfo) GetOpsWrite

func (m *DiskOnDemandInfo) GetOpsWrite() float64

func (*DiskOnDemandInfo) ProtoMessage

func (*DiskOnDemandInfo) ProtoMessage()

func (*DiskOnDemandInfo) Reset

func (m *DiskOnDemandInfo) Reset()

func (*DiskOnDemandInfo) String

func (m *DiskOnDemandInfo) String() string

type DiskOnDemandInfoResponse

type DiskOnDemandInfoResponse struct {
	Name   string            `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Tags   *Tags             `protobuf:"bytes,2,opt,name=tags" json:"tags,omitempty"`
	Time   string            `protobuf:"bytes,3,opt,name=time" json:"time,omitempty"`
	Values *DiskOnDemandInfo `protobuf:"bytes,4,opt,name=values" json:"values,omitempty"`
}

func (*DiskOnDemandInfoResponse) Descriptor

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

func (*DiskOnDemandInfoResponse) GetName

func (m *DiskOnDemandInfoResponse) GetName() string

func (*DiskOnDemandInfoResponse) GetTags

func (m *DiskOnDemandInfoResponse) GetTags() *Tags

func (*DiskOnDemandInfoResponse) GetTime

func (m *DiskOnDemandInfoResponse) GetTime() string

func (*DiskOnDemandInfoResponse) GetValues

func (*DiskOnDemandInfoResponse) ProtoMessage

func (*DiskOnDemandInfoResponse) ProtoMessage()

func (*DiskOnDemandInfoResponse) Reset

func (m *DiskOnDemandInfoResponse) Reset()

func (*DiskOnDemandInfoResponse) String

func (m *DiskOnDemandInfoResponse) String() string

type Empty

type Empty struct {
}

Empty 메시지 정의

func (*Empty) Descriptor

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

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) Reset

func (m *Empty) Reset()

func (*Empty) String

func (m *Empty) String() string

type InstallAgentRequest added in v0.4.2

type InstallAgentRequest struct {
	NsId         string `protobuf:"bytes,1,opt,name=ns_id" json:"ns_id,omitempty"`
	McisId       string `protobuf:"bytes,2,opt,name=mcis_id" json:"mcis_id,omitempty"`
	VmId         string `protobuf:"bytes,3,opt,name=vm_id" json:"vm_id,omitempty"`
	PublicIp     string `protobuf:"bytes,4,opt,name=public_ip" json:"public_ip,omitempty"`
	UserName     string `protobuf:"bytes,5,opt,name=user_name" json:"user_name,omitempty"`
	SshKey       string `protobuf:"bytes,6,opt,name=ssh_key" json:"ssh_key,omitempty"`
	CspType      string `protobuf:"bytes,7,opt,name=csp_type" json:"csp_type,omitempty"`
	Port         string `protobuf:"bytes,8,opt,name=port" json:"port,omitempty"`
	ServiceType  string `protobuf:"bytes,9,opt,name=service_type" json:"service_type,omitempty"`
	Mck8SId      string `protobuf:"bytes,10,opt,name=mck8s_id" json:"mck8s_id,omitempty"`
	ApiserverUrl string `protobuf:"bytes,11,opt,name=apiserver_url" json:"apiserver_url,omitempty"`
	ServerCa     string `protobuf:"bytes,12,opt,name=server_ca" json:"server_ca,omitempty"`
	ClientCa     string `protobuf:"bytes,13,opt,name=client_ca" json:"client_ca,omitempty"`
	ClientKey    string `protobuf:"bytes,14,opt,name=client_key" json:"client_key,omitempty"`
	ClientToken  string `protobuf:"bytes,15,opt,name=client_token" json:"client_token,omitempty"`
}

func (*InstallAgentRequest) Descriptor added in v0.4.2

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

func (*InstallAgentRequest) GetApiserverUrl added in v0.6.10

func (m *InstallAgentRequest) GetApiserverUrl() string

func (*InstallAgentRequest) GetClientCa added in v0.6.10

func (m *InstallAgentRequest) GetClientCa() string

func (*InstallAgentRequest) GetClientKey added in v0.6.10

func (m *InstallAgentRequest) GetClientKey() string

func (*InstallAgentRequest) GetClientToken added in v0.6.10

func (m *InstallAgentRequest) GetClientToken() string

func (*InstallAgentRequest) GetCspType added in v0.4.2

func (m *InstallAgentRequest) GetCspType() string

func (*InstallAgentRequest) GetMcisId added in v0.4.2

func (m *InstallAgentRequest) GetMcisId() string

func (*InstallAgentRequest) GetMck8SId added in v0.6.10

func (m *InstallAgentRequest) GetMck8SId() string

func (*InstallAgentRequest) GetNsId added in v0.4.2

func (m *InstallAgentRequest) GetNsId() string

func (*InstallAgentRequest) GetPort added in v0.4.2

func (m *InstallAgentRequest) GetPort() string

func (*InstallAgentRequest) GetPublicIp added in v0.4.2

func (m *InstallAgentRequest) GetPublicIp() string

func (*InstallAgentRequest) GetServerCa added in v0.6.10

func (m *InstallAgentRequest) GetServerCa() string

func (*InstallAgentRequest) GetServiceType added in v0.6.10

func (m *InstallAgentRequest) GetServiceType() string

func (*InstallAgentRequest) GetSshKey added in v0.4.2

func (m *InstallAgentRequest) GetSshKey() string

func (*InstallAgentRequest) GetUserName added in v0.4.2

func (m *InstallAgentRequest) GetUserName() string

func (*InstallAgentRequest) GetVmId added in v0.4.2

func (m *InstallAgentRequest) GetVmId() string

func (*InstallAgentRequest) ProtoMessage added in v0.4.2

func (*InstallAgentRequest) ProtoMessage()

func (*InstallAgentRequest) Reset added in v0.4.2

func (m *InstallAgentRequest) Reset()

func (*InstallAgentRequest) String added in v0.4.2

func (m *InstallAgentRequest) String() string

type MCISMonInfoResponse

type MCISMonInfoResponse struct {
	Result  string `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Unit    string `protobuf:"bytes,2,opt,name=unit" json:"unit,omitempty"`
	Desc    string `protobuf:"bytes,3,opt,name=desc" json:"desc,omitempty"`
	Elapsed string `protobuf:"bytes,4,opt,name=elapsed" json:"elapsed,omitempty"`
	SpecId  string `protobuf:"bytes,5,opt,name=spec_id,json=specid" json:"spec_id,omitempty"`
}

//////////////////////////////// MCIS 모니터링 메시지 정의 ////////////////////////////////

func (*MCISMonInfoResponse) Descriptor

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

func (*MCISMonInfoResponse) GetDesc

func (m *MCISMonInfoResponse) GetDesc() string

func (*MCISMonInfoResponse) GetElapsed

func (m *MCISMonInfoResponse) GetElapsed() string

func (*MCISMonInfoResponse) GetResult

func (m *MCISMonInfoResponse) GetResult() string

func (*MCISMonInfoResponse) GetSpecId

func (m *MCISMonInfoResponse) GetSpecId() string

func (*MCISMonInfoResponse) GetUnit

func (m *MCISMonInfoResponse) GetUnit() string

func (*MCISMonInfoResponse) ProtoMessage

func (*MCISMonInfoResponse) ProtoMessage()

func (*MCISMonInfoResponse) Reset

func (m *MCISMonInfoResponse) Reset()

func (*MCISMonInfoResponse) String

func (m *MCISMonInfoResponse) String() string

type MONClient

type MONClient interface {
	// TODO: MCIS 모니터링 조회
	GetMCISMonInfo(ctx context.Context, in *VMMCISMonQryRequest, opts ...grpc.CallOption) (*MCISMonInfoResponse, error)
	// VM 온디멘드 모니터링 조회
	GetVMOnDemandMonCpuInfo(ctx context.Context, in *VMOnDemandMonQryRequest, opts ...grpc.CallOption) (*CpuOnDemandInfoResponse, error)
	GetVMOnDemandMonCpuFreqInfo(ctx context.Context, in *VMOnDemandMonQryRequest, opts ...grpc.CallOption) (*CpuFreqOnDemandInfoResponse, error)
	GetVMOnDemandMonMemoryInfo(ctx context.Context, in *VMOnDemandMonQryRequest, opts ...grpc.CallOption) (*MemoryOnDemandInfoResponse, error)
	GetVMOnDemandMonDiskInfo(ctx context.Context, in *VMOnDemandMonQryRequest, opts ...grpc.CallOption) (*DiskOnDemandInfoResponse, error)
	GetVMOnDemandMonNetworkInfo(ctx context.Context, in *VMOnDemandMonQryRequest, opts ...grpc.CallOption) (*NetworkOnDemandInfoResponse, error)
	// VM 모니터링 조회
	GetVMMonCpuInfo(ctx context.Context, in *VMMonQryRequest, opts ...grpc.CallOption) (*CpuInfoResponse, error)
	GetVMMonCpuFreqInfo(ctx context.Context, in *VMMonQryRequest, opts ...grpc.CallOption) (*CpuFreqInfoResponse, error)
	GetVMMonMemoryInfo(ctx context.Context, in *VMMonQryRequest, opts ...grpc.CallOption) (*MemoryInfoResponse, error)
	GetVMMonDiskInfo(ctx context.Context, in *VMMonQryRequest, opts ...grpc.CallOption) (*DiskInfoResponse, error)
	GetVMMonNetworkInfo(ctx context.Context, in *VMMonQryRequest, opts ...grpc.CallOption) (*NetworkInfoResponse, error)
	SetMonConfig(ctx context.Context, in *MonitoringConfigRequest, opts ...grpc.CallOption) (*MonitoringConfigResponse, error)
	GetMonConfig(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*MonitoringConfigResponse, error)
	ResetMonConfig(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*MonitoringConfigResponse, error)
	InstallAgent(ctx context.Context, in *InstallAgentRequest, opts ...grpc.CallOption) (*MessageResponse, error)
}

func NewMONClient

func NewMONClient(cc *grpc.ClientConn) MONClient

type MONServer

type MONServer interface {
	// TODO: MCIS 모니터링 조회
	GetMCISMonInfo(context.Context, *VMMCISMonQryRequest) (*MCISMonInfoResponse, error)
	// VM 온디멘드 모니터링 조회
	GetVMOnDemandMonCpuInfo(context.Context, *VMOnDemandMonQryRequest) (*CpuOnDemandInfoResponse, error)
	GetVMOnDemandMonCpuFreqInfo(context.Context, *VMOnDemandMonQryRequest) (*CpuFreqOnDemandInfoResponse, error)
	GetVMOnDemandMonMemoryInfo(context.Context, *VMOnDemandMonQryRequest) (*MemoryOnDemandInfoResponse, error)
	GetVMOnDemandMonDiskInfo(context.Context, *VMOnDemandMonQryRequest) (*DiskOnDemandInfoResponse, error)
	GetVMOnDemandMonNetworkInfo(context.Context, *VMOnDemandMonQryRequest) (*NetworkOnDemandInfoResponse, error)
	// VM 모니터링 조회
	GetVMMonCpuInfo(context.Context, *VMMonQryRequest) (*CpuInfoResponse, error)
	GetVMMonCpuFreqInfo(context.Context, *VMMonQryRequest) (*CpuFreqInfoResponse, error)
	GetVMMonMemoryInfo(context.Context, *VMMonQryRequest) (*MemoryInfoResponse, error)
	GetVMMonDiskInfo(context.Context, *VMMonQryRequest) (*DiskInfoResponse, error)
	GetVMMonNetworkInfo(context.Context, *VMMonQryRequest) (*NetworkInfoResponse, error)
	SetMonConfig(context.Context, *MonitoringConfigRequest) (*MonitoringConfigResponse, error)
	GetMonConfig(context.Context, *Empty) (*MonitoringConfigResponse, error)
	ResetMonConfig(context.Context, *Empty) (*MonitoringConfigResponse, error)
	InstallAgent(context.Context, *InstallAgentRequest) (*MessageResponse, error)
}

type MemoryInfo

type MemoryInfo struct {
	MemUtilization float64 `protobuf:"fixed64,1,opt,name=mem_utilization" json:"mem_utilization,omitempty"`
	MemTotal       float64 `protobuf:"fixed64,2,opt,name=mem_total" json:"mem_total,omitempty"`
	MemUsed        float64 `protobuf:"fixed64,3,opt,name=mem_used" json:"mem_used,omitempty"`
	MemFree        float64 `protobuf:"fixed64,4,opt,name=mem_free" json:"mem_free,omitempty"`
	MemShared      float64 `protobuf:"fixed64,5,opt,name=mem_shared" json:"mem_shared,omitempty"`
	MemBuffers     float64 `protobuf:"fixed64,6,opt,name=mem_buffers" json:"mem_buffers,omitempty"`
	MemCached      float64 `protobuf:"fixed64,7,opt,name=mem_cached" json:"mem_cached,omitempty"`
	Time           string  `protobuf:"bytes,8,opt,name=time" json:"time,omitempty"`
}

func (*MemoryInfo) Descriptor

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

func (*MemoryInfo) GetMemBuffers

func (m *MemoryInfo) GetMemBuffers() float64

func (*MemoryInfo) GetMemCached

func (m *MemoryInfo) GetMemCached() float64

func (*MemoryInfo) GetMemFree

func (m *MemoryInfo) GetMemFree() float64

func (*MemoryInfo) GetMemShared

func (m *MemoryInfo) GetMemShared() float64

func (*MemoryInfo) GetMemTotal

func (m *MemoryInfo) GetMemTotal() float64

func (*MemoryInfo) GetMemUsed

func (m *MemoryInfo) GetMemUsed() float64

func (*MemoryInfo) GetMemUtilization

func (m *MemoryInfo) GetMemUtilization() float64

func (*MemoryInfo) GetTime

func (m *MemoryInfo) GetTime() string

func (*MemoryInfo) ProtoMessage

func (*MemoryInfo) ProtoMessage()

func (*MemoryInfo) Reset

func (m *MemoryInfo) Reset()

func (*MemoryInfo) String

func (m *MemoryInfo) String() string

type MemoryInfoResponse

type MemoryInfoResponse struct {
	Name   string        `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Tags   *Tags         `protobuf:"bytes,2,opt,name=tags" json:"tags,omitempty"`
	Values []*MemoryInfo `protobuf:"bytes,3,rep,name=values" json:"values,omitempty"`
}

func (*MemoryInfoResponse) Descriptor

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

func (*MemoryInfoResponse) GetName

func (m *MemoryInfoResponse) GetName() string

func (*MemoryInfoResponse) GetTags

func (m *MemoryInfoResponse) GetTags() *Tags

func (*MemoryInfoResponse) GetValues

func (m *MemoryInfoResponse) GetValues() []*MemoryInfo

func (*MemoryInfoResponse) ProtoMessage

func (*MemoryInfoResponse) ProtoMessage()

func (*MemoryInfoResponse) Reset

func (m *MemoryInfoResponse) Reset()

func (*MemoryInfoResponse) String

func (m *MemoryInfoResponse) String() string

type MemoryOnDemandInfo

type MemoryOnDemandInfo struct {
	MemUtilization float64 `protobuf:"fixed64,1,opt,name=mem_utilization" json:"mem_utilization,omitempty"`
	MemTotal       float64 `protobuf:"fixed64,2,opt,name=mem_total" json:"mem_total,omitempty"`
	MemUsed        float64 `protobuf:"fixed64,3,opt,name=mem_used" json:"mem_used,omitempty"`
	MemFree        float64 `protobuf:"fixed64,4,opt,name=mem_free" json:"mem_free,omitempty"`
	MemShared      float64 `protobuf:"fixed64,5,opt,name=mem_shared" json:"mem_shared,omitempty"`
	MemBuffers     float64 `protobuf:"fixed64,6,opt,name=mem_buffers" json:"mem_buffers,omitempty"`
	MemCached      float64 `protobuf:"fixed64,7,opt,name=mem_cached" json:"mem_cached,omitempty"`
}

func (*MemoryOnDemandInfo) Descriptor

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

func (*MemoryOnDemandInfo) GetMemBuffers

func (m *MemoryOnDemandInfo) GetMemBuffers() float64

func (*MemoryOnDemandInfo) GetMemCached

func (m *MemoryOnDemandInfo) GetMemCached() float64

func (*MemoryOnDemandInfo) GetMemFree

func (m *MemoryOnDemandInfo) GetMemFree() float64

func (*MemoryOnDemandInfo) GetMemShared

func (m *MemoryOnDemandInfo) GetMemShared() float64

func (*MemoryOnDemandInfo) GetMemTotal

func (m *MemoryOnDemandInfo) GetMemTotal() float64

func (*MemoryOnDemandInfo) GetMemUsed

func (m *MemoryOnDemandInfo) GetMemUsed() float64

func (*MemoryOnDemandInfo) GetMemUtilization

func (m *MemoryOnDemandInfo) GetMemUtilization() float64

func (*MemoryOnDemandInfo) ProtoMessage

func (*MemoryOnDemandInfo) ProtoMessage()

func (*MemoryOnDemandInfo) Reset

func (m *MemoryOnDemandInfo) Reset()

func (*MemoryOnDemandInfo) String

func (m *MemoryOnDemandInfo) String() string

type MemoryOnDemandInfoResponse

type MemoryOnDemandInfoResponse struct {
	Name   string              `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Tags   *Tags               `protobuf:"bytes,2,opt,name=tags" json:"tags,omitempty"`
	Time   string              `protobuf:"bytes,3,opt,name=time" json:"time,omitempty"`
	Values *MemoryOnDemandInfo `protobuf:"bytes,4,opt,name=values" json:"values,omitempty"`
}

func (*MemoryOnDemandInfoResponse) Descriptor

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

func (*MemoryOnDemandInfoResponse) GetName

func (m *MemoryOnDemandInfoResponse) GetName() string

func (*MemoryOnDemandInfoResponse) GetTags

func (m *MemoryOnDemandInfoResponse) GetTags() *Tags

func (*MemoryOnDemandInfoResponse) GetTime

func (m *MemoryOnDemandInfoResponse) GetTime() string

func (*MemoryOnDemandInfoResponse) GetValues

func (*MemoryOnDemandInfoResponse) ProtoMessage

func (*MemoryOnDemandInfoResponse) ProtoMessage()

func (*MemoryOnDemandInfoResponse) Reset

func (m *MemoryOnDemandInfoResponse) Reset()

func (*MemoryOnDemandInfoResponse) String

func (m *MemoryOnDemandInfoResponse) String() string

type MessageResponse

type MessageResponse struct {
	Message string `protobuf:"bytes,1,opt,name=message" json:"message,omitempty"`
}

MessageResponse 응답 메시지 정의

func (*MessageResponse) Descriptor

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

func (*MessageResponse) GetMessage

func (m *MessageResponse) GetMessage() string

func (*MessageResponse) ProtoMessage

func (*MessageResponse) ProtoMessage()

func (*MessageResponse) Reset

func (m *MessageResponse) Reset()

func (*MessageResponse) String

func (m *MessageResponse) String() string

type MonitoringConfigInfo

type MonitoringConfigInfo struct {
	// 	MCISAgentInterval
	McisAgentInterval int32 `protobuf:"varint,1,opt,name=mcis_agent_interval" json:"mcis_agent_interval,omitempty"`
	// 	MCISCollectorInterval
	McisCollectorInterval int32  `protobuf:"varint,2,opt,name=mcis_collector_interval" json:"mcis_collector_interval,omitempty"`
	MaxHostCount          int32  `protobuf:"varint,3,opt,name=max_host_count" json:"max_host_count,omitempty"`
	MonitoringPolicy      string `protobuf:"bytes,4,opt,name=monitoring_policy" json:"monitoring_policy,omitempty"`
}

func (*MonitoringConfigInfo) Descriptor

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

func (*MonitoringConfigInfo) GetMaxHostCount

func (m *MonitoringConfigInfo) GetMaxHostCount() int32

func (*MonitoringConfigInfo) GetMcisAgentInterval added in v0.6.10

func (m *MonitoringConfigInfo) GetMcisAgentInterval() int32

func (*MonitoringConfigInfo) GetMcisCollectorInterval added in v0.6.10

func (m *MonitoringConfigInfo) GetMcisCollectorInterval() int32

func (*MonitoringConfigInfo) GetMonitoringPolicy

func (m *MonitoringConfigInfo) GetMonitoringPolicy() string

func (*MonitoringConfigInfo) ProtoMessage

func (*MonitoringConfigInfo) ProtoMessage()

func (*MonitoringConfigInfo) Reset

func (m *MonitoringConfigInfo) Reset()

func (*MonitoringConfigInfo) String

func (m *MonitoringConfigInfo) String() string

type MonitoringConfigRequest

type MonitoringConfigRequest struct {
	Item *MonitoringConfigInfo `protobuf:"bytes,1,opt,name=item,json=common" json:"item,omitempty"`
}

func (*MonitoringConfigRequest) Descriptor

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

func (*MonitoringConfigRequest) GetItem

func (*MonitoringConfigRequest) ProtoMessage

func (*MonitoringConfigRequest) ProtoMessage()

func (*MonitoringConfigRequest) Reset

func (m *MonitoringConfigRequest) Reset()

func (*MonitoringConfigRequest) String

func (m *MonitoringConfigRequest) String() string

type MonitoringConfigResponse

type MonitoringConfigResponse struct {
	Item *MonitoringConfigInfo `protobuf:"bytes,1,opt,name=item,json=common" json:"item,omitempty"`
}

func (*MonitoringConfigResponse) Descriptor

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

func (*MonitoringConfigResponse) GetItem

func (*MonitoringConfigResponse) ProtoMessage

func (*MonitoringConfigResponse) ProtoMessage()

func (*MonitoringConfigResponse) Reset

func (m *MonitoringConfigResponse) Reset()

func (*MonitoringConfigResponse) String

func (m *MonitoringConfigResponse) String() string

type NetworkInfo

type NetworkInfo struct {
	BytesIn  float64 `protobuf:"fixed64,1,opt,name=bytes_in" json:"bytes_in,omitempty"`
	BytesOut float64 `protobuf:"fixed64,2,opt,name=bytes_out" json:"bytes_out,omitempty"`
	PktsIn   float64 `protobuf:"fixed64,3,opt,name=pkts_in" json:"pkts_in,omitempty"`
	PktsOut  float64 `protobuf:"fixed64,4,opt,name=pkts_out" json:"pkts_out,omitempty"`
	Time     string  `protobuf:"bytes,5,opt,name=time" json:"time,omitempty"`
}

func (*NetworkInfo) Descriptor

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

func (*NetworkInfo) GetBytesIn

func (m *NetworkInfo) GetBytesIn() float64

func (*NetworkInfo) GetBytesOut

func (m *NetworkInfo) GetBytesOut() float64

func (*NetworkInfo) GetPktsIn

func (m *NetworkInfo) GetPktsIn() float64

func (*NetworkInfo) GetPktsOut

func (m *NetworkInfo) GetPktsOut() float64

func (*NetworkInfo) GetTime

func (m *NetworkInfo) GetTime() string

func (*NetworkInfo) ProtoMessage

func (*NetworkInfo) ProtoMessage()

func (*NetworkInfo) Reset

func (m *NetworkInfo) Reset()

func (*NetworkInfo) String

func (m *NetworkInfo) String() string

type NetworkInfoResponse

type NetworkInfoResponse struct {
	Name   string         `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Tags   *Tags          `protobuf:"bytes,2,opt,name=tags" json:"tags,omitempty"`
	Values []*NetworkInfo `protobuf:"bytes,3,rep,name=values" json:"values,omitempty"`
}

func (*NetworkInfoResponse) Descriptor

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

func (*NetworkInfoResponse) GetName

func (m *NetworkInfoResponse) GetName() string

func (*NetworkInfoResponse) GetTags

func (m *NetworkInfoResponse) GetTags() *Tags

func (*NetworkInfoResponse) GetValues

func (m *NetworkInfoResponse) GetValues() []*NetworkInfo

func (*NetworkInfoResponse) ProtoMessage

func (*NetworkInfoResponse) ProtoMessage()

func (*NetworkInfoResponse) Reset

func (m *NetworkInfoResponse) Reset()

func (*NetworkInfoResponse) String

func (m *NetworkInfoResponse) String() string

type NetworkOnDemandInfo

type NetworkOnDemandInfo struct {
	BytesIn  float64 `protobuf:"fixed64,1,opt,name=bytes_in" json:"bytes_in,omitempty"`
	BytesOut float64 `protobuf:"fixed64,2,opt,name=bytes_out" json:"bytes_out,omitempty"`
	PktsIn   float64 `protobuf:"fixed64,3,opt,name=pkts_in" json:"pkts_in,omitempty"`
	PktsOut  float64 `protobuf:"fixed64,4,opt,name=pkts_out" json:"pkts_out,omitempty"`
}

func (*NetworkOnDemandInfo) Descriptor

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

func (*NetworkOnDemandInfo) GetBytesIn

func (m *NetworkOnDemandInfo) GetBytesIn() float64

func (*NetworkOnDemandInfo) GetBytesOut

func (m *NetworkOnDemandInfo) GetBytesOut() float64

func (*NetworkOnDemandInfo) GetPktsIn

func (m *NetworkOnDemandInfo) GetPktsIn() float64

func (*NetworkOnDemandInfo) GetPktsOut

func (m *NetworkOnDemandInfo) GetPktsOut() float64

func (*NetworkOnDemandInfo) ProtoMessage

func (*NetworkOnDemandInfo) ProtoMessage()

func (*NetworkOnDemandInfo) Reset

func (m *NetworkOnDemandInfo) Reset()

func (*NetworkOnDemandInfo) String

func (m *NetworkOnDemandInfo) String() string

type NetworkOnDemandInfoResponse

type NetworkOnDemandInfoResponse struct {
	Name   string               `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Tags   *Tags                `protobuf:"bytes,2,opt,name=tags" json:"tags,omitempty"`
	Time   string               `protobuf:"bytes,3,opt,name=time" json:"time,omitempty"`
	Values *NetworkOnDemandInfo `protobuf:"bytes,4,opt,name=values" json:"values,omitempty"`
}

func (*NetworkOnDemandInfoResponse) Descriptor

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

func (*NetworkOnDemandInfoResponse) GetName

func (m *NetworkOnDemandInfoResponse) GetName() string

func (*NetworkOnDemandInfoResponse) GetTags

func (m *NetworkOnDemandInfoResponse) GetTags() *Tags

func (*NetworkOnDemandInfoResponse) GetTime

func (m *NetworkOnDemandInfoResponse) GetTime() string

func (*NetworkOnDemandInfoResponse) GetValues

func (*NetworkOnDemandInfoResponse) ProtoMessage

func (*NetworkOnDemandInfoResponse) ProtoMessage()

func (*NetworkOnDemandInfoResponse) Reset

func (m *NetworkOnDemandInfoResponse) Reset()

func (*NetworkOnDemandInfoResponse) String

func (m *NetworkOnDemandInfoResponse) String() string

type Tags

type Tags struct {
	// 	string host_id = 1 [json_name="hostId", (gogoproto.jsontag) = "hostId", (gogoproto.moretags) = "yaml:\"hostId\""];
	NsId   string `protobuf:"bytes,1,opt,name=ns_id,json=nsId" json:"ns_id,omitempty"`
	McisId string `protobuf:"bytes,2,opt,name=mcis_id,json=mcisId" json:"mcis_id,omitempty"`
	VmId   string `protobuf:"bytes,3,opt,name=vm_id,json=vmId" json:"vm_id,omitempty"`
}

func (*Tags) Descriptor

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

func (*Tags) GetMcisId

func (m *Tags) GetMcisId() string

func (*Tags) GetNsId

func (m *Tags) GetNsId() string

func (*Tags) GetVmId

func (m *Tags) GetVmId() string

func (*Tags) ProtoMessage

func (*Tags) ProtoMessage()

func (*Tags) Reset

func (m *Tags) Reset()

func (*Tags) String

func (m *Tags) String() string

type VMMCISMonQryRequest

type VMMCISMonQryRequest struct {
	NsId       string `protobuf:"bytes,1,opt,name=ns_id" json:"ns_id,omitempty"`
	McisId     string `protobuf:"bytes,2,opt,name=mcis_id" json:"mcis_id,omitempty"`
	VmId       string `protobuf:"bytes,3,opt,name=vm_id" json:"vm_id,omitempty"`
	AgentIp    string `protobuf:"bytes,4,opt,name=agent_ip" json:"agent_ip,omitempty"`
	MetricName string `protobuf:"bytes,5,opt,name=metric_name" json:"metric_name,omitempty"`
}

func (*VMMCISMonQryRequest) Descriptor

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

func (*VMMCISMonQryRequest) GetAgentIp

func (m *VMMCISMonQryRequest) GetAgentIp() string

func (*VMMCISMonQryRequest) GetMcisId

func (m *VMMCISMonQryRequest) GetMcisId() string

func (*VMMCISMonQryRequest) GetMetricName

func (m *VMMCISMonQryRequest) GetMetricName() string

func (*VMMCISMonQryRequest) GetNsId

func (m *VMMCISMonQryRequest) GetNsId() string

func (*VMMCISMonQryRequest) GetVmId

func (m *VMMCISMonQryRequest) GetVmId() string

func (*VMMCISMonQryRequest) ProtoMessage

func (*VMMCISMonQryRequest) ProtoMessage()

func (*VMMCISMonQryRequest) Reset

func (m *VMMCISMonQryRequest) Reset()

func (*VMMCISMonQryRequest) String

func (m *VMMCISMonQryRequest) String() string

type VMMonQryRequest

type VMMonQryRequest struct {
	NsId               string `protobuf:"bytes,1,opt,name=ns_id" json:"ns_id,omitempty"`
	McisId             string `protobuf:"bytes,2,opt,name=mcis_id" json:"mcis_id,omitempty"`
	VmId               string `protobuf:"bytes,3,opt,name=vm_id" json:"vm_id,omitempty"`
	PeriodType         string `protobuf:"bytes,4,opt,name=period_type,json=periodType" json:"period_type,omitempty"`
	StatisticsCriteria string `protobuf:"bytes,5,opt,name=statistics_criteria,json=statisticsCriteria" json:"statistics_criteria,omitempty"`
	Duration           string `protobuf:"bytes,6,opt,name=duration" json:"duration,omitempty"`
	ServiceType        string `protobuf:"bytes,7,opt,name=service_type,json=duration" json:"service_type,omitempty"`
}

func (*VMMonQryRequest) Descriptor

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

func (*VMMonQryRequest) GetDuration

func (m *VMMonQryRequest) GetDuration() string

func (*VMMonQryRequest) GetMcisId

func (m *VMMonQryRequest) GetMcisId() string

func (*VMMonQryRequest) GetNsId

func (m *VMMonQryRequest) GetNsId() string

func (*VMMonQryRequest) GetPeriodType

func (m *VMMonQryRequest) GetPeriodType() string

func (*VMMonQryRequest) GetServiceType added in v0.6.10

func (m *VMMonQryRequest) GetServiceType() string

func (*VMMonQryRequest) GetStatisticsCriteria

func (m *VMMonQryRequest) GetStatisticsCriteria() string

func (*VMMonQryRequest) GetVmId

func (m *VMMonQryRequest) GetVmId() string

func (*VMMonQryRequest) ProtoMessage

func (*VMMonQryRequest) ProtoMessage()

func (*VMMonQryRequest) Reset

func (m *VMMonQryRequest) Reset()

func (*VMMonQryRequest) String

func (m *VMMonQryRequest) String() string

type VMOnDemandMonQryRequest

type VMOnDemandMonQryRequest struct {
	NsId    string `protobuf:"bytes,1,opt,name=ns_id" json:"ns_id,omitempty"`
	McisId  string `protobuf:"bytes,2,opt,name=mcis_id" json:"mcis_id,omitempty"`
	VmId    string `protobuf:"bytes,3,opt,name=vm_id" json:"vm_id,omitempty"`
	AgentIp string `protobuf:"bytes,4,opt,name=agent_ip" json:"agent_ip,omitempty"`
}

func (*VMOnDemandMonQryRequest) Descriptor

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

func (*VMOnDemandMonQryRequest) GetAgentIp

func (m *VMOnDemandMonQryRequest) GetAgentIp() string

func (*VMOnDemandMonQryRequest) GetMcisId

func (m *VMOnDemandMonQryRequest) GetMcisId() string

func (*VMOnDemandMonQryRequest) GetNsId

func (m *VMOnDemandMonQryRequest) GetNsId() string

func (*VMOnDemandMonQryRequest) GetVmId

func (m *VMOnDemandMonQryRequest) GetVmId() string

func (*VMOnDemandMonQryRequest) ProtoMessage

func (*VMOnDemandMonQryRequest) ProtoMessage()

func (*VMOnDemandMonQryRequest) Reset

func (m *VMOnDemandMonQryRequest) Reset()

func (*VMOnDemandMonQryRequest) String

func (m *VMOnDemandMonQryRequest) String() string

Jump to

Keyboard shortcuts

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