cbdragonfly

package
v0.3.0-espresso Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2020 License: Apache-2.0 Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthCbdragonfly        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowCbdragonfly          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupCbdragonfly = fmt.Errorf("proto: unexpected end of group")
)

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,proto3" json:"cpu_speed" yaml:"cpu_speed"`
	Time                 string   `protobuf:"bytes,2,opt,name=time,proto3" json:"time" yaml:"time"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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) Marshal

func (m *CpuFreqInfo) Marshal() (dAtA []byte, err error)

func (*CpuFreqInfo) MarshalTo

func (m *CpuFreqInfo) MarshalTo(dAtA []byte) (int, error)

func (*CpuFreqInfo) MarshalToSizedBuffer

func (m *CpuFreqInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CpuFreqInfo) ProtoMessage

func (*CpuFreqInfo) ProtoMessage()

func (*CpuFreqInfo) Reset

func (m *CpuFreqInfo) Reset()

func (*CpuFreqInfo) Size

func (m *CpuFreqInfo) Size() (n int)

func (*CpuFreqInfo) String

func (m *CpuFreqInfo) String() string

func (*CpuFreqInfo) Unmarshal

func (m *CpuFreqInfo) Unmarshal(dAtA []byte) error

func (*CpuFreqInfo) XXX_DiscardUnknown

func (m *CpuFreqInfo) XXX_DiscardUnknown()

func (*CpuFreqInfo) XXX_Marshal

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

func (*CpuFreqInfo) XXX_Merge

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

func (*CpuFreqInfo) XXX_Size

func (m *CpuFreqInfo) XXX_Size() int

func (*CpuFreqInfo) XXX_Unmarshal

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

type CpuFreqInfoResponse

type CpuFreqInfoResponse struct {
	Name                 string         `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"`
	Tags                 *Tags          `protobuf:"bytes,2,opt,name=tags,proto3" json:"tags" yaml:"tags"`
	Values               []*CpuFreqInfo `protobuf:"bytes,3,rep,name=values,proto3" json:"values" yaml:"values"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

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) Marshal

func (m *CpuFreqInfoResponse) Marshal() (dAtA []byte, err error)

func (*CpuFreqInfoResponse) MarshalTo

func (m *CpuFreqInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*CpuFreqInfoResponse) MarshalToSizedBuffer

func (m *CpuFreqInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CpuFreqInfoResponse) ProtoMessage

func (*CpuFreqInfoResponse) ProtoMessage()

func (*CpuFreqInfoResponse) Reset

func (m *CpuFreqInfoResponse) Reset()

func (*CpuFreqInfoResponse) Size

func (m *CpuFreqInfoResponse) Size() (n int)

func (*CpuFreqInfoResponse) String

func (m *CpuFreqInfoResponse) String() string

func (*CpuFreqInfoResponse) Unmarshal

func (m *CpuFreqInfoResponse) Unmarshal(dAtA []byte) error

func (*CpuFreqInfoResponse) XXX_DiscardUnknown

func (m *CpuFreqInfoResponse) XXX_DiscardUnknown()

func (*CpuFreqInfoResponse) XXX_Marshal

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

func (*CpuFreqInfoResponse) XXX_Merge

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

func (*CpuFreqInfoResponse) XXX_Size

func (m *CpuFreqInfoResponse) XXX_Size() int

func (*CpuFreqInfoResponse) XXX_Unmarshal

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

type CpuFreqOnDemandInfo

type CpuFreqOnDemandInfo struct {
	CpuSpeed             float64  `protobuf:"fixed64,1,opt,name=cpu_speed,proto3" json:"cpu_speed" yaml:"cpu_speed"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CpuFreqOnDemandInfo) Descriptor

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

func (*CpuFreqOnDemandInfo) GetCpuSpeed

func (m *CpuFreqOnDemandInfo) GetCpuSpeed() float64

func (*CpuFreqOnDemandInfo) Marshal

func (m *CpuFreqOnDemandInfo) Marshal() (dAtA []byte, err error)

func (*CpuFreqOnDemandInfo) MarshalTo

func (m *CpuFreqOnDemandInfo) MarshalTo(dAtA []byte) (int, error)

func (*CpuFreqOnDemandInfo) MarshalToSizedBuffer

func (m *CpuFreqOnDemandInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CpuFreqOnDemandInfo) ProtoMessage

func (*CpuFreqOnDemandInfo) ProtoMessage()

func (*CpuFreqOnDemandInfo) Reset

func (m *CpuFreqOnDemandInfo) Reset()

func (*CpuFreqOnDemandInfo) Size

func (m *CpuFreqOnDemandInfo) Size() (n int)

func (*CpuFreqOnDemandInfo) String

func (m *CpuFreqOnDemandInfo) String() string

func (*CpuFreqOnDemandInfo) Unmarshal

func (m *CpuFreqOnDemandInfo) Unmarshal(dAtA []byte) error

func (*CpuFreqOnDemandInfo) XXX_DiscardUnknown

func (m *CpuFreqOnDemandInfo) XXX_DiscardUnknown()

func (*CpuFreqOnDemandInfo) XXX_Marshal

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

func (*CpuFreqOnDemandInfo) XXX_Merge

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

func (*CpuFreqOnDemandInfo) XXX_Size

func (m *CpuFreqOnDemandInfo) XXX_Size() int

func (*CpuFreqOnDemandInfo) XXX_Unmarshal

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

type CpuFreqOnDemandInfoResponse

type CpuFreqOnDemandInfoResponse struct {
	Name                 string               `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"`
	Tags                 *Tags                `protobuf:"bytes,2,opt,name=tags,proto3" json:"tags" yaml:"tags"`
	Time                 string               `protobuf:"bytes,3,opt,name=time,proto3" json:"time" yaml:"time"`
	Values               *CpuFreqOnDemandInfo `protobuf:"bytes,4,opt,name=values,proto3" json:"values" yaml:"values"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

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) Marshal

func (m *CpuFreqOnDemandInfoResponse) Marshal() (dAtA []byte, err error)

func (*CpuFreqOnDemandInfoResponse) MarshalTo

func (m *CpuFreqOnDemandInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*CpuFreqOnDemandInfoResponse) MarshalToSizedBuffer

func (m *CpuFreqOnDemandInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CpuFreqOnDemandInfoResponse) ProtoMessage

func (*CpuFreqOnDemandInfoResponse) ProtoMessage()

func (*CpuFreqOnDemandInfoResponse) Reset

func (m *CpuFreqOnDemandInfoResponse) Reset()

func (*CpuFreqOnDemandInfoResponse) Size

func (m *CpuFreqOnDemandInfoResponse) Size() (n int)

func (*CpuFreqOnDemandInfoResponse) String

func (m *CpuFreqOnDemandInfoResponse) String() string

func (*CpuFreqOnDemandInfoResponse) Unmarshal

func (m *CpuFreqOnDemandInfoResponse) Unmarshal(dAtA []byte) error

func (*CpuFreqOnDemandInfoResponse) XXX_DiscardUnknown

func (m *CpuFreqOnDemandInfoResponse) XXX_DiscardUnknown()

func (*CpuFreqOnDemandInfoResponse) XXX_Marshal

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

func (*CpuFreqOnDemandInfoResponse) XXX_Merge

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

func (*CpuFreqOnDemandInfoResponse) XXX_Size

func (m *CpuFreqOnDemandInfoResponse) XXX_Size() int

func (*CpuFreqOnDemandInfoResponse) XXX_Unmarshal

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

type CpuInfo

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

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) Marshal

func (m *CpuInfo) Marshal() (dAtA []byte, err error)

func (*CpuInfo) MarshalTo

func (m *CpuInfo) MarshalTo(dAtA []byte) (int, error)

func (*CpuInfo) MarshalToSizedBuffer

func (m *CpuInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CpuInfo) ProtoMessage

func (*CpuInfo) ProtoMessage()

func (*CpuInfo) Reset

func (m *CpuInfo) Reset()

func (*CpuInfo) Size

func (m *CpuInfo) Size() (n int)

func (*CpuInfo) String

func (m *CpuInfo) String() string

func (*CpuInfo) Unmarshal

func (m *CpuInfo) Unmarshal(dAtA []byte) error

func (*CpuInfo) XXX_DiscardUnknown

func (m *CpuInfo) XXX_DiscardUnknown()

func (*CpuInfo) XXX_Marshal

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

func (*CpuInfo) XXX_Merge

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

func (*CpuInfo) XXX_Size

func (m *CpuInfo) XXX_Size() int

func (*CpuInfo) XXX_Unmarshal

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

type CpuInfoResponse

type CpuInfoResponse struct {
	Name                 string     `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"`
	Tags                 *Tags      `protobuf:"bytes,2,opt,name=tags,proto3" json:"tags" yaml:"tags"`
	Values               []*CpuInfo `protobuf:"bytes,3,rep,name=values,proto3" json:"values" yaml:"values"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

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) Marshal

func (m *CpuInfoResponse) Marshal() (dAtA []byte, err error)

func (*CpuInfoResponse) MarshalTo

func (m *CpuInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*CpuInfoResponse) MarshalToSizedBuffer

func (m *CpuInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CpuInfoResponse) ProtoMessage

func (*CpuInfoResponse) ProtoMessage()

func (*CpuInfoResponse) Reset

func (m *CpuInfoResponse) Reset()

func (*CpuInfoResponse) Size

func (m *CpuInfoResponse) Size() (n int)

func (*CpuInfoResponse) String

func (m *CpuInfoResponse) String() string

func (*CpuInfoResponse) Unmarshal

func (m *CpuInfoResponse) Unmarshal(dAtA []byte) error

func (*CpuInfoResponse) XXX_DiscardUnknown

func (m *CpuInfoResponse) XXX_DiscardUnknown()

func (*CpuInfoResponse) XXX_Marshal

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

func (*CpuInfoResponse) XXX_Merge

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

func (*CpuInfoResponse) XXX_Size

func (m *CpuInfoResponse) XXX_Size() int

func (*CpuInfoResponse) XXX_Unmarshal

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

type CpuOnDemandInfo

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

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) Marshal

func (m *CpuOnDemandInfo) Marshal() (dAtA []byte, err error)

func (*CpuOnDemandInfo) MarshalTo

func (m *CpuOnDemandInfo) MarshalTo(dAtA []byte) (int, error)

func (*CpuOnDemandInfo) MarshalToSizedBuffer

func (m *CpuOnDemandInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CpuOnDemandInfo) ProtoMessage

func (*CpuOnDemandInfo) ProtoMessage()

func (*CpuOnDemandInfo) Reset

func (m *CpuOnDemandInfo) Reset()

func (*CpuOnDemandInfo) Size

func (m *CpuOnDemandInfo) Size() (n int)

func (*CpuOnDemandInfo) String

func (m *CpuOnDemandInfo) String() string

func (*CpuOnDemandInfo) Unmarshal

func (m *CpuOnDemandInfo) Unmarshal(dAtA []byte) error

func (*CpuOnDemandInfo) XXX_DiscardUnknown

func (m *CpuOnDemandInfo) XXX_DiscardUnknown()

func (*CpuOnDemandInfo) XXX_Marshal

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

func (*CpuOnDemandInfo) XXX_Merge

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

func (*CpuOnDemandInfo) XXX_Size

func (m *CpuOnDemandInfo) XXX_Size() int

func (*CpuOnDemandInfo) XXX_Unmarshal

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

type CpuOnDemandInfoResponse

type CpuOnDemandInfoResponse struct {
	Name                 string           `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"`
	Tags                 *Tags            `protobuf:"bytes,2,opt,name=tags,proto3" json:"tags" yaml:"tags"`
	Time                 string           `protobuf:"bytes,3,opt,name=time,proto3" json:"time" yaml:"time"`
	Values               *CpuOnDemandInfo `protobuf:"bytes,4,opt,name=values,proto3" json:"values" yaml:"values"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

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) Marshal

func (m *CpuOnDemandInfoResponse) Marshal() (dAtA []byte, err error)

func (*CpuOnDemandInfoResponse) MarshalTo

func (m *CpuOnDemandInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*CpuOnDemandInfoResponse) MarshalToSizedBuffer

func (m *CpuOnDemandInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CpuOnDemandInfoResponse) ProtoMessage

func (*CpuOnDemandInfoResponse) ProtoMessage()

func (*CpuOnDemandInfoResponse) Reset

func (m *CpuOnDemandInfoResponse) Reset()

func (*CpuOnDemandInfoResponse) Size

func (m *CpuOnDemandInfoResponse) Size() (n int)

func (*CpuOnDemandInfoResponse) String

func (m *CpuOnDemandInfoResponse) String() string

func (*CpuOnDemandInfoResponse) Unmarshal

func (m *CpuOnDemandInfoResponse) Unmarshal(dAtA []byte) error

func (*CpuOnDemandInfoResponse) XXX_DiscardUnknown

func (m *CpuOnDemandInfoResponse) XXX_DiscardUnknown()

func (*CpuOnDemandInfoResponse) XXX_Marshal

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

func (*CpuOnDemandInfoResponse) XXX_Merge

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

func (*CpuOnDemandInfoResponse) XXX_Size

func (m *CpuOnDemandInfoResponse) XXX_Size() int

func (*CpuOnDemandInfoResponse) XXX_Unmarshal

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

type DiskInfo

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

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) Marshal

func (m *DiskInfo) Marshal() (dAtA []byte, err error)

func (*DiskInfo) MarshalTo

func (m *DiskInfo) MarshalTo(dAtA []byte) (int, error)

func (*DiskInfo) MarshalToSizedBuffer

func (m *DiskInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DiskInfo) ProtoMessage

func (*DiskInfo) ProtoMessage()

func (*DiskInfo) Reset

func (m *DiskInfo) Reset()

func (*DiskInfo) Size

func (m *DiskInfo) Size() (n int)

func (*DiskInfo) String

func (m *DiskInfo) String() string

func (*DiskInfo) Unmarshal

func (m *DiskInfo) Unmarshal(dAtA []byte) error

func (*DiskInfo) XXX_DiscardUnknown

func (m *DiskInfo) XXX_DiscardUnknown()

func (*DiskInfo) XXX_Marshal

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

func (*DiskInfo) XXX_Merge

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

func (*DiskInfo) XXX_Size

func (m *DiskInfo) XXX_Size() int

func (*DiskInfo) XXX_Unmarshal

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

type DiskInfoResponse

type DiskInfoResponse struct {
	Name                 string      `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"`
	Tags                 *Tags       `protobuf:"bytes,2,opt,name=tags,proto3" json:"tags" yaml:"tags"`
	Values               []*DiskInfo `protobuf:"bytes,3,rep,name=values,proto3" json:"values" yaml:"values"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

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) Marshal

func (m *DiskInfoResponse) Marshal() (dAtA []byte, err error)

func (*DiskInfoResponse) MarshalTo

func (m *DiskInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*DiskInfoResponse) MarshalToSizedBuffer

func (m *DiskInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DiskInfoResponse) ProtoMessage

func (*DiskInfoResponse) ProtoMessage()

func (*DiskInfoResponse) Reset

func (m *DiskInfoResponse) Reset()

func (*DiskInfoResponse) Size

func (m *DiskInfoResponse) Size() (n int)

func (*DiskInfoResponse) String

func (m *DiskInfoResponse) String() string

func (*DiskInfoResponse) Unmarshal

func (m *DiskInfoResponse) Unmarshal(dAtA []byte) error

func (*DiskInfoResponse) XXX_DiscardUnknown

func (m *DiskInfoResponse) XXX_DiscardUnknown()

func (*DiskInfoResponse) XXX_Marshal

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

func (*DiskInfoResponse) XXX_Merge

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

func (*DiskInfoResponse) XXX_Size

func (m *DiskInfoResponse) XXX_Size() int

func (*DiskInfoResponse) XXX_Unmarshal

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

type DiskOnDemandInfo

type DiskOnDemandInfo struct {
	DiskFree             float64  `protobuf:"fixed64,1,opt,name=disk_free,proto3" json:"disk_free" yaml:"disk_free"`
	DiskTotal            float64  `protobuf:"fixed64,2,opt,name=disk_total,proto3" json:"disk_total" yaml:"disk_total"`
	DiskUsed             float64  `protobuf:"fixed64,3,opt,name=disk_used,proto3" json:"disk_used" yaml:"disk_used"`
	DiskUtilization      float64  `protobuf:"fixed64,4,opt,name=disk_utilization,proto3" json:"disk_utilization" yaml:"disk_utilization"`
	KbRead               float64  `protobuf:"fixed64,5,opt,name=kb_read,proto3" json:"kb_read" yaml:"kb_read"`
	KbWritten            float64  `protobuf:"fixed64,6,opt,name=kb_written,proto3" json:"kb_written" yaml:"kb_written"`
	OpsRead              float64  `protobuf:"fixed64,7,opt,name=ops_read,proto3" json:"ops_read" yaml:"ops_read"`
	OpsWrite             float64  `protobuf:"fixed64,8,opt,name=ops_write,proto3" json:"ops_write" yaml:"ops_write"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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) Marshal

func (m *DiskOnDemandInfo) Marshal() (dAtA []byte, err error)

func (*DiskOnDemandInfo) MarshalTo

func (m *DiskOnDemandInfo) MarshalTo(dAtA []byte) (int, error)

func (*DiskOnDemandInfo) MarshalToSizedBuffer

func (m *DiskOnDemandInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DiskOnDemandInfo) ProtoMessage

func (*DiskOnDemandInfo) ProtoMessage()

func (*DiskOnDemandInfo) Reset

func (m *DiskOnDemandInfo) Reset()

func (*DiskOnDemandInfo) Size

func (m *DiskOnDemandInfo) Size() (n int)

func (*DiskOnDemandInfo) String

func (m *DiskOnDemandInfo) String() string

func (*DiskOnDemandInfo) Unmarshal

func (m *DiskOnDemandInfo) Unmarshal(dAtA []byte) error

func (*DiskOnDemandInfo) XXX_DiscardUnknown

func (m *DiskOnDemandInfo) XXX_DiscardUnknown()

func (*DiskOnDemandInfo) XXX_Marshal

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

func (*DiskOnDemandInfo) XXX_Merge

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

func (*DiskOnDemandInfo) XXX_Size

func (m *DiskOnDemandInfo) XXX_Size() int

func (*DiskOnDemandInfo) XXX_Unmarshal

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

type DiskOnDemandInfoResponse

type DiskOnDemandInfoResponse struct {
	Name                 string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"`
	Tags                 *Tags             `protobuf:"bytes,2,opt,name=tags,proto3" json:"tags" yaml:"tags"`
	Time                 string            `protobuf:"bytes,3,opt,name=time,proto3" json:"time" yaml:"time"`
	Values               *DiskOnDemandInfo `protobuf:"bytes,4,opt,name=values,proto3" json:"values" yaml:"values"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

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) Marshal

func (m *DiskOnDemandInfoResponse) Marshal() (dAtA []byte, err error)

func (*DiskOnDemandInfoResponse) MarshalTo

func (m *DiskOnDemandInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*DiskOnDemandInfoResponse) MarshalToSizedBuffer

func (m *DiskOnDemandInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*DiskOnDemandInfoResponse) ProtoMessage

func (*DiskOnDemandInfoResponse) ProtoMessage()

func (*DiskOnDemandInfoResponse) Reset

func (m *DiskOnDemandInfoResponse) Reset()

func (*DiskOnDemandInfoResponse) Size

func (m *DiskOnDemandInfoResponse) Size() (n int)

func (*DiskOnDemandInfoResponse) String

func (m *DiskOnDemandInfoResponse) String() string

func (*DiskOnDemandInfoResponse) Unmarshal

func (m *DiskOnDemandInfoResponse) Unmarshal(dAtA []byte) error

func (*DiskOnDemandInfoResponse) XXX_DiscardUnknown

func (m *DiskOnDemandInfoResponse) XXX_DiscardUnknown()

func (*DiskOnDemandInfoResponse) XXX_Marshal

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

func (*DiskOnDemandInfoResponse) XXX_Merge

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

func (*DiskOnDemandInfoResponse) XXX_Size

func (m *DiskOnDemandInfoResponse) XXX_Size() int

func (*DiskOnDemandInfoResponse) XXX_Unmarshal

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

type Empty

type Empty struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Empty 메시지 정의

func (*Empty) Descriptor

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

func (*Empty) Marshal

func (m *Empty) Marshal() (dAtA []byte, err error)

func (*Empty) MarshalTo

func (m *Empty) MarshalTo(dAtA []byte) (int, error)

func (*Empty) MarshalToSizedBuffer

func (m *Empty) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) Reset

func (m *Empty) Reset()

func (*Empty) Size

func (m *Empty) Size() (n int)

func (*Empty) String

func (m *Empty) String() string

func (*Empty) Unmarshal

func (m *Empty) Unmarshal(dAtA []byte) error

func (*Empty) XXX_DiscardUnknown

func (m *Empty) XXX_DiscardUnknown()

func (*Empty) XXX_Marshal

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

func (*Empty) XXX_Merge

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

func (*Empty) XXX_Size

func (m *Empty) XXX_Size() int

func (*Empty) XXX_Unmarshal

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

type InstallTelegrafRequest

type InstallTelegrafRequest struct {
	NsId                 string   `protobuf:"bytes,1,opt,name=ns_id,proto3" json:"ns_id" yaml:"ns_id"`
	McisId               string   `protobuf:"bytes,2,opt,name=mcis_id,proto3" json:"mcis_id" yaml:"mcis_id"`
	VmId                 string   `protobuf:"bytes,3,opt,name=vm_id,proto3" json:"vm_id" yaml:"vm_id"`
	PublicIp             string   `protobuf:"bytes,4,opt,name=public_ip,proto3" json:"public_ip" yaml:"public_ip"`
	UserName             string   `protobuf:"bytes,5,opt,name=user_name,proto3" json:"user_name" yaml:"user_name"`
	SshKey               string   `protobuf:"bytes,6,opt,name=ssh_key,proto3" json:"ssh_key" yaml:"ssh_key"`
	CspType              string   `protobuf:"bytes,7,opt,name=csp_type,proto3" json:"csp_type" yaml:"csp_type"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*InstallTelegrafRequest) Descriptor

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

func (*InstallTelegrafRequest) GetCspType

func (m *InstallTelegrafRequest) GetCspType() string

func (*InstallTelegrafRequest) GetMcisId

func (m *InstallTelegrafRequest) GetMcisId() string

func (*InstallTelegrafRequest) GetNsId

func (m *InstallTelegrafRequest) GetNsId() string

func (*InstallTelegrafRequest) GetPublicIp

func (m *InstallTelegrafRequest) GetPublicIp() string

func (*InstallTelegrafRequest) GetSshKey

func (m *InstallTelegrafRequest) GetSshKey() string

func (*InstallTelegrafRequest) GetUserName

func (m *InstallTelegrafRequest) GetUserName() string

func (*InstallTelegrafRequest) GetVmId

func (m *InstallTelegrafRequest) GetVmId() string

func (*InstallTelegrafRequest) Marshal

func (m *InstallTelegrafRequest) Marshal() (dAtA []byte, err error)

func (*InstallTelegrafRequest) MarshalTo

func (m *InstallTelegrafRequest) MarshalTo(dAtA []byte) (int, error)

func (*InstallTelegrafRequest) MarshalToSizedBuffer

func (m *InstallTelegrafRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*InstallTelegrafRequest) ProtoMessage

func (*InstallTelegrafRequest) ProtoMessage()

func (*InstallTelegrafRequest) Reset

func (m *InstallTelegrafRequest) Reset()

func (*InstallTelegrafRequest) Size

func (m *InstallTelegrafRequest) Size() (n int)

func (*InstallTelegrafRequest) String

func (m *InstallTelegrafRequest) String() string

func (*InstallTelegrafRequest) Unmarshal

func (m *InstallTelegrafRequest) Unmarshal(dAtA []byte) error

func (*InstallTelegrafRequest) XXX_DiscardUnknown

func (m *InstallTelegrafRequest) XXX_DiscardUnknown()

func (*InstallTelegrafRequest) XXX_Marshal

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

func (*InstallTelegrafRequest) XXX_Merge

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

func (*InstallTelegrafRequest) XXX_Size

func (m *InstallTelegrafRequest) XXX_Size() int

func (*InstallTelegrafRequest) XXX_Unmarshal

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

type MCISMonInfoResponse

type MCISMonInfoResponse struct {
	Result               string   `protobuf:"bytes,1,opt,name=result,proto3" json:"result" yaml:"result"`
	Unit                 string   `protobuf:"bytes,2,opt,name=unit,proto3" json:"unit" yaml:"unit"`
	Desc                 string   `protobuf:"bytes,3,opt,name=desc,proto3" json:"desc" yaml:"desc"`
	Elapsed              string   `protobuf:"bytes,4,opt,name=elapsed,proto3" json:"elapsed" yaml:"elapsed"`
	SpecId               string   `protobuf:"bytes,5,opt,name=spec_id,json=specid,proto3" json:"specid" yaml:"specid"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

//////////////////////////////// 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) Marshal

func (m *MCISMonInfoResponse) Marshal() (dAtA []byte, err error)

func (*MCISMonInfoResponse) MarshalTo

func (m *MCISMonInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*MCISMonInfoResponse) MarshalToSizedBuffer

func (m *MCISMonInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MCISMonInfoResponse) ProtoMessage

func (*MCISMonInfoResponse) ProtoMessage()

func (*MCISMonInfoResponse) Reset

func (m *MCISMonInfoResponse) Reset()

func (*MCISMonInfoResponse) Size

func (m *MCISMonInfoResponse) Size() (n int)

func (*MCISMonInfoResponse) String

func (m *MCISMonInfoResponse) String() string

func (*MCISMonInfoResponse) Unmarshal

func (m *MCISMonInfoResponse) Unmarshal(dAtA []byte) error

func (*MCISMonInfoResponse) XXX_DiscardUnknown

func (m *MCISMonInfoResponse) XXX_DiscardUnknown()

func (*MCISMonInfoResponse) XXX_Marshal

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

func (*MCISMonInfoResponse) XXX_Merge

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

func (*MCISMonInfoResponse) XXX_Size

func (m *MCISMonInfoResponse) XXX_Size() int

func (*MCISMonInfoResponse) XXX_Unmarshal

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

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)
	InstallTelegraf(ctx context.Context, in *InstallTelegrafRequest, opts ...grpc.CallOption) (*MessageResponse, error)
}

MONClient is the client API for MON service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

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)
	InstallTelegraf(context.Context, *InstallTelegrafRequest) (*MessageResponse, error)
}

MONServer is the server API for MON service.

type MemoryInfo

type MemoryInfo struct {
	MemUtilization       float64  `protobuf:"fixed64,1,opt,name=mem_utilization,proto3" json:"mem_utilization" yaml:"mem_utilization"`
	MemTotal             float64  `protobuf:"fixed64,2,opt,name=mem_total,proto3" json:"mem_total" yaml:"mem_total"`
	MemUsed              float64  `protobuf:"fixed64,3,opt,name=mem_used,proto3" json:"mem_used" yaml:"mem_used"`
	MemFree              float64  `protobuf:"fixed64,4,opt,name=mem_free,proto3" json:"mem_free" yaml:"mem_free"`
	MemShared            float64  `protobuf:"fixed64,5,opt,name=mem_shared,proto3" json:"mem_shared" yaml:"mem_shared"`
	MemBuffers           float64  `protobuf:"fixed64,6,opt,name=mem_buffers,proto3" json:"mem_buffers" yaml:"mem_buffers"`
	MemCached            float64  `protobuf:"fixed64,7,opt,name=mem_cached,proto3" json:"mem_cached" yaml:"mem_cached"`
	Time                 string   `protobuf:"bytes,8,opt,name=time,proto3" json:"time" yaml:"time"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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) Marshal

func (m *MemoryInfo) Marshal() (dAtA []byte, err error)

func (*MemoryInfo) MarshalTo

func (m *MemoryInfo) MarshalTo(dAtA []byte) (int, error)

func (*MemoryInfo) MarshalToSizedBuffer

func (m *MemoryInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MemoryInfo) ProtoMessage

func (*MemoryInfo) ProtoMessage()

func (*MemoryInfo) Reset

func (m *MemoryInfo) Reset()

func (*MemoryInfo) Size

func (m *MemoryInfo) Size() (n int)

func (*MemoryInfo) String

func (m *MemoryInfo) String() string

func (*MemoryInfo) Unmarshal

func (m *MemoryInfo) Unmarshal(dAtA []byte) error

func (*MemoryInfo) XXX_DiscardUnknown

func (m *MemoryInfo) XXX_DiscardUnknown()

func (*MemoryInfo) XXX_Marshal

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

func (*MemoryInfo) XXX_Merge

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

func (*MemoryInfo) XXX_Size

func (m *MemoryInfo) XXX_Size() int

func (*MemoryInfo) XXX_Unmarshal

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

type MemoryInfoResponse

type MemoryInfoResponse struct {
	Name                 string        `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"`
	Tags                 *Tags         `protobuf:"bytes,2,opt,name=tags,proto3" json:"tags" yaml:"tags"`
	Values               []*MemoryInfo `protobuf:"bytes,3,rep,name=values,proto3" json:"values" yaml:"values"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

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) Marshal

func (m *MemoryInfoResponse) Marshal() (dAtA []byte, err error)

func (*MemoryInfoResponse) MarshalTo

func (m *MemoryInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*MemoryInfoResponse) MarshalToSizedBuffer

func (m *MemoryInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MemoryInfoResponse) ProtoMessage

func (*MemoryInfoResponse) ProtoMessage()

func (*MemoryInfoResponse) Reset

func (m *MemoryInfoResponse) Reset()

func (*MemoryInfoResponse) Size

func (m *MemoryInfoResponse) Size() (n int)

func (*MemoryInfoResponse) String

func (m *MemoryInfoResponse) String() string

func (*MemoryInfoResponse) Unmarshal

func (m *MemoryInfoResponse) Unmarshal(dAtA []byte) error

func (*MemoryInfoResponse) XXX_DiscardUnknown

func (m *MemoryInfoResponse) XXX_DiscardUnknown()

func (*MemoryInfoResponse) XXX_Marshal

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

func (*MemoryInfoResponse) XXX_Merge

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

func (*MemoryInfoResponse) XXX_Size

func (m *MemoryInfoResponse) XXX_Size() int

func (*MemoryInfoResponse) XXX_Unmarshal

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

type MemoryOnDemandInfo

type MemoryOnDemandInfo struct {
	MemUtilization       float64  `protobuf:"fixed64,1,opt,name=mem_utilization,proto3" json:"mem_utilization" yaml:"mem_utilization"`
	MemTotal             float64  `protobuf:"fixed64,2,opt,name=mem_total,proto3" json:"mem_total" yaml:"mem_total"`
	MemUsed              float64  `protobuf:"fixed64,3,opt,name=mem_used,proto3" json:"mem_used" yaml:"mem_used"`
	MemFree              float64  `protobuf:"fixed64,4,opt,name=mem_free,proto3" json:"mem_free" yaml:"mem_free"`
	MemShared            float64  `protobuf:"fixed64,5,opt,name=mem_shared,proto3" json:"mem_shared" yaml:"mem_shared"`
	MemBuffers           float64  `protobuf:"fixed64,6,opt,name=mem_buffers,proto3" json:"mem_buffers" yaml:"mem_buffers"`
	MemCached            float64  `protobuf:"fixed64,7,opt,name=mem_cached,proto3" json:"mem_cached" yaml:"mem_cached"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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) Marshal

func (m *MemoryOnDemandInfo) Marshal() (dAtA []byte, err error)

func (*MemoryOnDemandInfo) MarshalTo

func (m *MemoryOnDemandInfo) MarshalTo(dAtA []byte) (int, error)

func (*MemoryOnDemandInfo) MarshalToSizedBuffer

func (m *MemoryOnDemandInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MemoryOnDemandInfo) ProtoMessage

func (*MemoryOnDemandInfo) ProtoMessage()

func (*MemoryOnDemandInfo) Reset

func (m *MemoryOnDemandInfo) Reset()

func (*MemoryOnDemandInfo) Size

func (m *MemoryOnDemandInfo) Size() (n int)

func (*MemoryOnDemandInfo) String

func (m *MemoryOnDemandInfo) String() string

func (*MemoryOnDemandInfo) Unmarshal

func (m *MemoryOnDemandInfo) Unmarshal(dAtA []byte) error

func (*MemoryOnDemandInfo) XXX_DiscardUnknown

func (m *MemoryOnDemandInfo) XXX_DiscardUnknown()

func (*MemoryOnDemandInfo) XXX_Marshal

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

func (*MemoryOnDemandInfo) XXX_Merge

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

func (*MemoryOnDemandInfo) XXX_Size

func (m *MemoryOnDemandInfo) XXX_Size() int

func (*MemoryOnDemandInfo) XXX_Unmarshal

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

type MemoryOnDemandInfoResponse

type MemoryOnDemandInfoResponse struct {
	Name                 string              `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"`
	Tags                 *Tags               `protobuf:"bytes,2,opt,name=tags,proto3" json:"tags" yaml:"tags"`
	Time                 string              `protobuf:"bytes,3,opt,name=time,proto3" json:"time" yaml:"time"`
	Values               *MemoryOnDemandInfo `protobuf:"bytes,4,opt,name=values,proto3" json:"values" yaml:"values"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

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) Marshal

func (m *MemoryOnDemandInfoResponse) Marshal() (dAtA []byte, err error)

func (*MemoryOnDemandInfoResponse) MarshalTo

func (m *MemoryOnDemandInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*MemoryOnDemandInfoResponse) MarshalToSizedBuffer

func (m *MemoryOnDemandInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MemoryOnDemandInfoResponse) ProtoMessage

func (*MemoryOnDemandInfoResponse) ProtoMessage()

func (*MemoryOnDemandInfoResponse) Reset

func (m *MemoryOnDemandInfoResponse) Reset()

func (*MemoryOnDemandInfoResponse) Size

func (m *MemoryOnDemandInfoResponse) Size() (n int)

func (*MemoryOnDemandInfoResponse) String

func (m *MemoryOnDemandInfoResponse) String() string

func (*MemoryOnDemandInfoResponse) Unmarshal

func (m *MemoryOnDemandInfoResponse) Unmarshal(dAtA []byte) error

func (*MemoryOnDemandInfoResponse) XXX_DiscardUnknown

func (m *MemoryOnDemandInfoResponse) XXX_DiscardUnknown()

func (*MemoryOnDemandInfoResponse) XXX_Marshal

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

func (*MemoryOnDemandInfoResponse) XXX_Merge

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

func (*MemoryOnDemandInfoResponse) XXX_Size

func (m *MemoryOnDemandInfoResponse) XXX_Size() int

func (*MemoryOnDemandInfoResponse) XXX_Unmarshal

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

type MessageResponse

type MessageResponse struct {
	Message              string   `protobuf:"bytes,1,opt,name=message,proto3" json:"message" yaml:"message"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

MessageResponse 응답 메시지 정의

func (*MessageResponse) Descriptor

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

func (*MessageResponse) GetMessage

func (m *MessageResponse) GetMessage() string

func (*MessageResponse) Marshal

func (m *MessageResponse) Marshal() (dAtA []byte, err error)

func (*MessageResponse) MarshalTo

func (m *MessageResponse) MarshalTo(dAtA []byte) (int, error)

func (*MessageResponse) MarshalToSizedBuffer

func (m *MessageResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MessageResponse) ProtoMessage

func (*MessageResponse) ProtoMessage()

func (*MessageResponse) Reset

func (m *MessageResponse) Reset()

func (*MessageResponse) Size

func (m *MessageResponse) Size() (n int)

func (*MessageResponse) String

func (m *MessageResponse) String() string

func (*MessageResponse) Unmarshal

func (m *MessageResponse) Unmarshal(dAtA []byte) error

func (*MessageResponse) XXX_DiscardUnknown

func (m *MessageResponse) XXX_DiscardUnknown()

func (*MessageResponse) XXX_Marshal

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

func (*MessageResponse) XXX_Merge

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

func (*MessageResponse) XXX_Size

func (m *MessageResponse) XXX_Size() int

func (*MessageResponse) XXX_Unmarshal

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

type MonitoringConfigInfo

type MonitoringConfigInfo struct {
	AgentInterval        int32    `protobuf:"varint,1,opt,name=agent_interval,proto3" json:"agent_interval" yaml:"agent_interval"`
	CollectorInterval    int32    `protobuf:"varint,2,opt,name=collector_interval,proto3" json:"collector_interval" yaml:"collector_interval"`
	MaxHostCount         int32    `protobuf:"varint,4,opt,name=max_host_count,proto3" json:"max_host_count" yaml:"max_host_count"`
	MonitoringPolicy     string   `protobuf:"bytes,5,opt,name=monitoring_policy,proto3" json:"monitoring_policy" yaml:"monitoring_policy"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*MonitoringConfigInfo) Descriptor

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

func (*MonitoringConfigInfo) GetAgentInterval

func (m *MonitoringConfigInfo) GetAgentInterval() int32

func (*MonitoringConfigInfo) GetCollectorInterval

func (m *MonitoringConfigInfo) GetCollectorInterval() int32

func (*MonitoringConfigInfo) GetMaxHostCount

func (m *MonitoringConfigInfo) GetMaxHostCount() int32

func (*MonitoringConfigInfo) GetMonitoringPolicy

func (m *MonitoringConfigInfo) GetMonitoringPolicy() string

func (*MonitoringConfigInfo) Marshal

func (m *MonitoringConfigInfo) Marshal() (dAtA []byte, err error)

func (*MonitoringConfigInfo) MarshalTo

func (m *MonitoringConfigInfo) MarshalTo(dAtA []byte) (int, error)

func (*MonitoringConfigInfo) MarshalToSizedBuffer

func (m *MonitoringConfigInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MonitoringConfigInfo) ProtoMessage

func (*MonitoringConfigInfo) ProtoMessage()

func (*MonitoringConfigInfo) Reset

func (m *MonitoringConfigInfo) Reset()

func (*MonitoringConfigInfo) Size

func (m *MonitoringConfigInfo) Size() (n int)

func (*MonitoringConfigInfo) String

func (m *MonitoringConfigInfo) String() string

func (*MonitoringConfigInfo) Unmarshal

func (m *MonitoringConfigInfo) Unmarshal(dAtA []byte) error

func (*MonitoringConfigInfo) XXX_DiscardUnknown

func (m *MonitoringConfigInfo) XXX_DiscardUnknown()

func (*MonitoringConfigInfo) XXX_Marshal

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

func (*MonitoringConfigInfo) XXX_Merge

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

func (*MonitoringConfigInfo) XXX_Size

func (m *MonitoringConfigInfo) XXX_Size() int

func (*MonitoringConfigInfo) XXX_Unmarshal

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

type MonitoringConfigRequest

type MonitoringConfigRequest struct {
	Item                 *MonitoringConfigInfo `protobuf:"bytes,1,opt,name=item,json=common,proto3" json:"common" yaml:"common"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*MonitoringConfigRequest) Descriptor

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

func (*MonitoringConfigRequest) GetItem

func (*MonitoringConfigRequest) Marshal

func (m *MonitoringConfigRequest) Marshal() (dAtA []byte, err error)

func (*MonitoringConfigRequest) MarshalTo

func (m *MonitoringConfigRequest) MarshalTo(dAtA []byte) (int, error)

func (*MonitoringConfigRequest) MarshalToSizedBuffer

func (m *MonitoringConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MonitoringConfigRequest) ProtoMessage

func (*MonitoringConfigRequest) ProtoMessage()

func (*MonitoringConfigRequest) Reset

func (m *MonitoringConfigRequest) Reset()

func (*MonitoringConfigRequest) Size

func (m *MonitoringConfigRequest) Size() (n int)

func (*MonitoringConfigRequest) String

func (m *MonitoringConfigRequest) String() string

func (*MonitoringConfigRequest) Unmarshal

func (m *MonitoringConfigRequest) Unmarshal(dAtA []byte) error

func (*MonitoringConfigRequest) XXX_DiscardUnknown

func (m *MonitoringConfigRequest) XXX_DiscardUnknown()

func (*MonitoringConfigRequest) XXX_Marshal

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

func (*MonitoringConfigRequest) XXX_Merge

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

func (*MonitoringConfigRequest) XXX_Size

func (m *MonitoringConfigRequest) XXX_Size() int

func (*MonitoringConfigRequest) XXX_Unmarshal

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

type MonitoringConfigResponse

type MonitoringConfigResponse struct {
	Item                 *MonitoringConfigInfo `protobuf:"bytes,1,opt,name=item,json=common,proto3" json:"common" yaml:"common"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*MonitoringConfigResponse) Descriptor

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

func (*MonitoringConfigResponse) GetItem

func (*MonitoringConfigResponse) Marshal

func (m *MonitoringConfigResponse) Marshal() (dAtA []byte, err error)

func (*MonitoringConfigResponse) MarshalTo

func (m *MonitoringConfigResponse) MarshalTo(dAtA []byte) (int, error)

func (*MonitoringConfigResponse) MarshalToSizedBuffer

func (m *MonitoringConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*MonitoringConfigResponse) ProtoMessage

func (*MonitoringConfigResponse) ProtoMessage()

func (*MonitoringConfigResponse) Reset

func (m *MonitoringConfigResponse) Reset()

func (*MonitoringConfigResponse) Size

func (m *MonitoringConfigResponse) Size() (n int)

func (*MonitoringConfigResponse) String

func (m *MonitoringConfigResponse) String() string

func (*MonitoringConfigResponse) Unmarshal

func (m *MonitoringConfigResponse) Unmarshal(dAtA []byte) error

func (*MonitoringConfigResponse) XXX_DiscardUnknown

func (m *MonitoringConfigResponse) XXX_DiscardUnknown()

func (*MonitoringConfigResponse) XXX_Marshal

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

func (*MonitoringConfigResponse) XXX_Merge

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

func (*MonitoringConfigResponse) XXX_Size

func (m *MonitoringConfigResponse) XXX_Size() int

func (*MonitoringConfigResponse) XXX_Unmarshal

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

type NetworkInfo

type NetworkInfo struct {
	BytesIn              float64  `protobuf:"fixed64,1,opt,name=bytes_in,proto3" json:"bytes_in" yaml:"bytes_in"`
	BytesOut             float64  `protobuf:"fixed64,2,opt,name=bytes_out,proto3" json:"bytes_out" yaml:"bytes_out"`
	PktsIn               float64  `protobuf:"fixed64,3,opt,name=pkts_in,proto3" json:"pkts_in" yaml:"pkts_in"`
	PktsOut              float64  `protobuf:"fixed64,4,opt,name=pkts_out,proto3" json:"pkts_out" yaml:"pkts_out"`
	Time                 string   `protobuf:"bytes,5,opt,name=time,proto3" json:"time" yaml:"time"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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) Marshal

func (m *NetworkInfo) Marshal() (dAtA []byte, err error)

func (*NetworkInfo) MarshalTo

func (m *NetworkInfo) MarshalTo(dAtA []byte) (int, error)

func (*NetworkInfo) MarshalToSizedBuffer

func (m *NetworkInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkInfo) ProtoMessage

func (*NetworkInfo) ProtoMessage()

func (*NetworkInfo) Reset

func (m *NetworkInfo) Reset()

func (*NetworkInfo) Size

func (m *NetworkInfo) Size() (n int)

func (*NetworkInfo) String

func (m *NetworkInfo) String() string

func (*NetworkInfo) Unmarshal

func (m *NetworkInfo) Unmarshal(dAtA []byte) error

func (*NetworkInfo) XXX_DiscardUnknown

func (m *NetworkInfo) XXX_DiscardUnknown()

func (*NetworkInfo) XXX_Marshal

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

func (*NetworkInfo) XXX_Merge

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

func (*NetworkInfo) XXX_Size

func (m *NetworkInfo) XXX_Size() int

func (*NetworkInfo) XXX_Unmarshal

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

type NetworkInfoResponse

type NetworkInfoResponse struct {
	Name                 string         `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"`
	Tags                 *Tags          `protobuf:"bytes,2,opt,name=tags,proto3" json:"tags" yaml:"tags"`
	Values               []*NetworkInfo `protobuf:"bytes,3,rep,name=values,proto3" json:"values" yaml:"values"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

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) Marshal

func (m *NetworkInfoResponse) Marshal() (dAtA []byte, err error)

func (*NetworkInfoResponse) MarshalTo

func (m *NetworkInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*NetworkInfoResponse) MarshalToSizedBuffer

func (m *NetworkInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkInfoResponse) ProtoMessage

func (*NetworkInfoResponse) ProtoMessage()

func (*NetworkInfoResponse) Reset

func (m *NetworkInfoResponse) Reset()

func (*NetworkInfoResponse) Size

func (m *NetworkInfoResponse) Size() (n int)

func (*NetworkInfoResponse) String

func (m *NetworkInfoResponse) String() string

func (*NetworkInfoResponse) Unmarshal

func (m *NetworkInfoResponse) Unmarshal(dAtA []byte) error

func (*NetworkInfoResponse) XXX_DiscardUnknown

func (m *NetworkInfoResponse) XXX_DiscardUnknown()

func (*NetworkInfoResponse) XXX_Marshal

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

func (*NetworkInfoResponse) XXX_Merge

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

func (*NetworkInfoResponse) XXX_Size

func (m *NetworkInfoResponse) XXX_Size() int

func (*NetworkInfoResponse) XXX_Unmarshal

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

type NetworkOnDemandInfo

type NetworkOnDemandInfo struct {
	BytesIn              float64  `protobuf:"fixed64,1,opt,name=bytes_in,proto3" json:"bytes_in" yaml:"bytes_in"`
	BytesOut             float64  `protobuf:"fixed64,2,opt,name=bytes_out,proto3" json:"bytes_out" yaml:"bytes_out"`
	PktsIn               float64  `protobuf:"fixed64,3,opt,name=pkts_in,proto3" json:"pkts_in" yaml:"pkts_in"`
	PktsOut              float64  `protobuf:"fixed64,4,opt,name=pkts_out,proto3" json:"pkts_out" yaml:"pkts_out"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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) Marshal

func (m *NetworkOnDemandInfo) Marshal() (dAtA []byte, err error)

func (*NetworkOnDemandInfo) MarshalTo

func (m *NetworkOnDemandInfo) MarshalTo(dAtA []byte) (int, error)

func (*NetworkOnDemandInfo) MarshalToSizedBuffer

func (m *NetworkOnDemandInfo) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkOnDemandInfo) ProtoMessage

func (*NetworkOnDemandInfo) ProtoMessage()

func (*NetworkOnDemandInfo) Reset

func (m *NetworkOnDemandInfo) Reset()

func (*NetworkOnDemandInfo) Size

func (m *NetworkOnDemandInfo) Size() (n int)

func (*NetworkOnDemandInfo) String

func (m *NetworkOnDemandInfo) String() string

func (*NetworkOnDemandInfo) Unmarshal

func (m *NetworkOnDemandInfo) Unmarshal(dAtA []byte) error

func (*NetworkOnDemandInfo) XXX_DiscardUnknown

func (m *NetworkOnDemandInfo) XXX_DiscardUnknown()

func (*NetworkOnDemandInfo) XXX_Marshal

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

func (*NetworkOnDemandInfo) XXX_Merge

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

func (*NetworkOnDemandInfo) XXX_Size

func (m *NetworkOnDemandInfo) XXX_Size() int

func (*NetworkOnDemandInfo) XXX_Unmarshal

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

type NetworkOnDemandInfoResponse

type NetworkOnDemandInfoResponse struct {
	Name                 string               `protobuf:"bytes,1,opt,name=name,proto3" json:"name" yaml:"name"`
	Tags                 *Tags                `protobuf:"bytes,2,opt,name=tags,proto3" json:"tags" yaml:"tags"`
	Time                 string               `protobuf:"bytes,3,opt,name=time,proto3" json:"time" yaml:"time"`
	Values               *NetworkOnDemandInfo `protobuf:"bytes,4,opt,name=values,proto3" json:"values" yaml:"values"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

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) Marshal

func (m *NetworkOnDemandInfoResponse) Marshal() (dAtA []byte, err error)

func (*NetworkOnDemandInfoResponse) MarshalTo

func (m *NetworkOnDemandInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*NetworkOnDemandInfoResponse) MarshalToSizedBuffer

func (m *NetworkOnDemandInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*NetworkOnDemandInfoResponse) ProtoMessage

func (*NetworkOnDemandInfoResponse) ProtoMessage()

func (*NetworkOnDemandInfoResponse) Reset

func (m *NetworkOnDemandInfoResponse) Reset()

func (*NetworkOnDemandInfoResponse) Size

func (m *NetworkOnDemandInfoResponse) Size() (n int)

func (*NetworkOnDemandInfoResponse) String

func (m *NetworkOnDemandInfoResponse) String() string

func (*NetworkOnDemandInfoResponse) Unmarshal

func (m *NetworkOnDemandInfoResponse) Unmarshal(dAtA []byte) error

func (*NetworkOnDemandInfoResponse) XXX_DiscardUnknown

func (m *NetworkOnDemandInfoResponse) XXX_DiscardUnknown()

func (*NetworkOnDemandInfoResponse) XXX_Marshal

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

func (*NetworkOnDemandInfoResponse) XXX_Merge

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

func (*NetworkOnDemandInfoResponse) XXX_Size

func (m *NetworkOnDemandInfoResponse) XXX_Size() int

func (*NetworkOnDemandInfoResponse) XXX_Unmarshal

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

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,proto3" json:"nsId" yaml:"nsId"`
	McisId               string   `protobuf:"bytes,2,opt,name=mcis_id,json=mcisId,proto3" json:"mcisId" yaml:"mcisId"`
	VmId                 string   `protobuf:"bytes,3,opt,name=vm_id,json=vmId,proto3" json:"vmId" yaml:"vmId"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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) Marshal

func (m *Tags) Marshal() (dAtA []byte, err error)

func (*Tags) MarshalTo

func (m *Tags) MarshalTo(dAtA []byte) (int, error)

func (*Tags) MarshalToSizedBuffer

func (m *Tags) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Tags) ProtoMessage

func (*Tags) ProtoMessage()

func (*Tags) Reset

func (m *Tags) Reset()

func (*Tags) Size

func (m *Tags) Size() (n int)

func (*Tags) String

func (m *Tags) String() string

func (*Tags) Unmarshal

func (m *Tags) Unmarshal(dAtA []byte) error

func (*Tags) XXX_DiscardUnknown

func (m *Tags) XXX_DiscardUnknown()

func (*Tags) XXX_Marshal

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

func (*Tags) XXX_Merge

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

func (*Tags) XXX_Size

func (m *Tags) XXX_Size() int

func (*Tags) XXX_Unmarshal

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

type UnimplementedMONServer

type UnimplementedMONServer struct {
}

UnimplementedMONServer can be embedded to have forward compatible implementations.

func (*UnimplementedMONServer) GetMCISMonInfo

func (*UnimplementedMONServer) GetMonConfig

func (*UnimplementedMONServer) GetVMMonCpuFreqInfo

func (*UnimplementedMONServer) GetVMMonCpuFreqInfo(ctx context.Context, req *VMMonQryRequest) (*CpuFreqInfoResponse, error)

func (*UnimplementedMONServer) GetVMMonCpuInfo

func (*UnimplementedMONServer) GetVMMonDiskInfo

func (*UnimplementedMONServer) GetVMMonMemoryInfo

func (*UnimplementedMONServer) GetVMMonNetworkInfo

func (*UnimplementedMONServer) GetVMMonNetworkInfo(ctx context.Context, req *VMMonQryRequest) (*NetworkInfoResponse, error)

func (*UnimplementedMONServer) GetVMOnDemandMonCpuFreqInfo

func (*UnimplementedMONServer) GetVMOnDemandMonCpuInfo

func (*UnimplementedMONServer) GetVMOnDemandMonDiskInfo

func (*UnimplementedMONServer) GetVMOnDemandMonMemoryInfo

func (*UnimplementedMONServer) GetVMOnDemandMonNetworkInfo

func (*UnimplementedMONServer) InstallTelegraf

func (*UnimplementedMONServer) ResetMonConfig

func (*UnimplementedMONServer) SetMonConfig

type VMMCISMonQryRequest

type VMMCISMonQryRequest struct {
	NsId                 string   `protobuf:"bytes,1,opt,name=ns_id,proto3" json:"ns_id" yaml:"ns_id"`
	McisId               string   `protobuf:"bytes,2,opt,name=mcis_id,proto3" json:"mcis_id" yaml:"mcis_id"`
	VmId                 string   `protobuf:"bytes,3,opt,name=vm_id,proto3" json:"vm_id" yaml:"vm_id"`
	AgentIp              string   `protobuf:"bytes,4,opt,name=agent_ip,proto3" json:"agent_ip" yaml:"agent_ip"`
	MetricName           string   `protobuf:"bytes,5,opt,name=metric_name,proto3" json:"metric_name" yaml:"metric_name"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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) Marshal

func (m *VMMCISMonQryRequest) Marshal() (dAtA []byte, err error)

func (*VMMCISMonQryRequest) MarshalTo

func (m *VMMCISMonQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*VMMCISMonQryRequest) MarshalToSizedBuffer

func (m *VMMCISMonQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VMMCISMonQryRequest) ProtoMessage

func (*VMMCISMonQryRequest) ProtoMessage()

func (*VMMCISMonQryRequest) Reset

func (m *VMMCISMonQryRequest) Reset()

func (*VMMCISMonQryRequest) Size

func (m *VMMCISMonQryRequest) Size() (n int)

func (*VMMCISMonQryRequest) String

func (m *VMMCISMonQryRequest) String() string

func (*VMMCISMonQryRequest) Unmarshal

func (m *VMMCISMonQryRequest) Unmarshal(dAtA []byte) error

func (*VMMCISMonQryRequest) XXX_DiscardUnknown

func (m *VMMCISMonQryRequest) XXX_DiscardUnknown()

func (*VMMCISMonQryRequest) XXX_Marshal

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

func (*VMMCISMonQryRequest) XXX_Merge

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

func (*VMMCISMonQryRequest) XXX_Size

func (m *VMMCISMonQryRequest) XXX_Size() int

func (*VMMCISMonQryRequest) XXX_Unmarshal

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

type VMMonQryRequest

type VMMonQryRequest struct {
	NsId                 string   `protobuf:"bytes,1,opt,name=ns_id,proto3" json:"ns_id" yaml:"ns_id"`
	McisId               string   `protobuf:"bytes,2,opt,name=mcis_id,proto3" json:"mcis_id" yaml:"mcis_id"`
	VmId                 string   `protobuf:"bytes,3,opt,name=vm_id,proto3" json:"vm_id" yaml:"vm_id"`
	PeriodType           string   `protobuf:"bytes,4,opt,name=period_type,json=periodType,proto3" json:"periodType" yaml:"periodType"`
	StatisticsCriteria   string   `` /* 130-byte string literal not displayed */
	Duration             string   `protobuf:"bytes,6,opt,name=duration,proto3" json:"duration" yaml:"duration"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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) GetStatisticsCriteria

func (m *VMMonQryRequest) GetStatisticsCriteria() string

func (*VMMonQryRequest) GetVmId

func (m *VMMonQryRequest) GetVmId() string

func (*VMMonQryRequest) Marshal

func (m *VMMonQryRequest) Marshal() (dAtA []byte, err error)

func (*VMMonQryRequest) MarshalTo

func (m *VMMonQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*VMMonQryRequest) MarshalToSizedBuffer

func (m *VMMonQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VMMonQryRequest) ProtoMessage

func (*VMMonQryRequest) ProtoMessage()

func (*VMMonQryRequest) Reset

func (m *VMMonQryRequest) Reset()

func (*VMMonQryRequest) Size

func (m *VMMonQryRequest) Size() (n int)

func (*VMMonQryRequest) String

func (m *VMMonQryRequest) String() string

func (*VMMonQryRequest) Unmarshal

func (m *VMMonQryRequest) Unmarshal(dAtA []byte) error

func (*VMMonQryRequest) XXX_DiscardUnknown

func (m *VMMonQryRequest) XXX_DiscardUnknown()

func (*VMMonQryRequest) XXX_Marshal

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

func (*VMMonQryRequest) XXX_Merge

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

func (*VMMonQryRequest) XXX_Size

func (m *VMMonQryRequest) XXX_Size() int

func (*VMMonQryRequest) XXX_Unmarshal

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

type VMOnDemandMonQryRequest

type VMOnDemandMonQryRequest struct {
	NsId                 string   `protobuf:"bytes,1,opt,name=ns_id,proto3" json:"ns_id" yaml:"ns_id"`
	McisId               string   `protobuf:"bytes,2,opt,name=mcis_id,proto3" json:"mcis_id" yaml:"mcis_id"`
	VmId                 string   `protobuf:"bytes,3,opt,name=vm_id,proto3" json:"vm_id" yaml:"vm_id"`
	AgentIp              string   `protobuf:"bytes,4,opt,name=agent_ip,proto3" json:"agent_ip" yaml:"agent_ip"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

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) Marshal

func (m *VMOnDemandMonQryRequest) Marshal() (dAtA []byte, err error)

func (*VMOnDemandMonQryRequest) MarshalTo

func (m *VMOnDemandMonQryRequest) MarshalTo(dAtA []byte) (int, error)

func (*VMOnDemandMonQryRequest) MarshalToSizedBuffer

func (m *VMOnDemandMonQryRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*VMOnDemandMonQryRequest) ProtoMessage

func (*VMOnDemandMonQryRequest) ProtoMessage()

func (*VMOnDemandMonQryRequest) Reset

func (m *VMOnDemandMonQryRequest) Reset()

func (*VMOnDemandMonQryRequest) Size

func (m *VMOnDemandMonQryRequest) Size() (n int)

func (*VMOnDemandMonQryRequest) String

func (m *VMOnDemandMonQryRequest) String() string

func (*VMOnDemandMonQryRequest) Unmarshal

func (m *VMOnDemandMonQryRequest) Unmarshal(dAtA []byte) error

func (*VMOnDemandMonQryRequest) XXX_DiscardUnknown

func (m *VMOnDemandMonQryRequest) XXX_DiscardUnknown()

func (*VMOnDemandMonQryRequest) XXX_Marshal

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

func (*VMOnDemandMonQryRequest) XXX_Merge

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

func (*VMOnDemandMonQryRequest) XXX_Size

func (m *VMOnDemandMonQryRequest) XXX_Size() int

func (*VMOnDemandMonQryRequest) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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