Documentation
¶
Index ¶
- type MCISRequest
- func (r *MCISRequest) CheckMcis() (string, error)
- func (r *MCISRequest) CheckVm() (string, error)
- func (r *MCISRequest) CmdMcis() (string, error)
- func (r *MCISRequest) CmdMcisVm() (string, error)
- func (r *MCISRequest) ControlMcis() (string, error)
- func (r *MCISRequest) ControlMcisVM() (string, error)
- func (r *MCISRequest) CreateMcis() (string, error)
- func (r *MCISRequest) CreateMcisPolicy() (string, error)
- func (r *MCISRequest) CreateMcisVM() (string, error)
- func (r *MCISRequest) CreateMcisVMGroup() (string, error)
- func (r *MCISRequest) DeleteAllMcis() (string, error)
- func (r *MCISRequest) DeleteAllMcisPolicy() (string, error)
- func (r *MCISRequest) DeleteMcis() (string, error)
- func (r *MCISRequest) DeleteMcisPolicy() (string, error)
- func (r *MCISRequest) DeleteMcisVM() (string, error)
- func (r *MCISRequest) GetAllBenchmark() (string, error)
- func (r *MCISRequest) GetBenchmark() (string, error)
- func (r *MCISRequest) GetMcisInfo() (string, error)
- func (r *MCISRequest) GetMcisPolicy() (string, error)
- func (r *MCISRequest) GetMcisStatus() (string, error)
- func (r *MCISRequest) GetMcisVMInfo() (string, error)
- func (r *MCISRequest) GetMcisVMStatus() (string, error)
- func (r *MCISRequest) GetMonitorData() (string, error)
- func (r *MCISRequest) InstallBenchmarkAgentToMcis() (string, error)
- func (r *MCISRequest) InstallMonitorAgentToMcis() (string, error)
- func (r *MCISRequest) ListMcis() (string, error)
- func (r *MCISRequest) ListMcisId() (string, error)
- func (r *MCISRequest) ListMcisPolicy() (string, error)
- func (r *MCISRequest) ListMcisStatus() (string, error)
- func (r *MCISRequest) ListMcisVmId() (string, error)
- func (r *MCISRequest) RecommendMcis() (string, error)
- func (r *MCISRequest) RecommendVM() (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MCISRequest ¶
type MCISRequest struct { Client pb.MCISClient Timeout time.Duration InType string InData string OutType string }
MCISRequest is for MCIS 서비스 요청 구현
func (*MCISRequest) CheckMcis ¶
func (r *MCISRequest) CheckMcis() (string, error)
CheckMcis is to Check whether MCIS exists or not
func (*MCISRequest) CheckVm ¶
func (r *MCISRequest) CheckVm() (string, error)
CheckVm is to Check whether MCIS VM exists or not
func (*MCISRequest) CmdMcis ¶
func (r *MCISRequest) CmdMcis() (string, error)
CmdMcis is to Send a command to execute to MCIS
func (*MCISRequest) CmdMcisVm ¶
func (r *MCISRequest) CmdMcisVm() (string, error)
CmdMcisVm is to Send a command to execute to MCIS VM
func (*MCISRequest) ControlMcis ¶
func (r *MCISRequest) ControlMcis() (string, error)
ControlMcis is to Control MCIS's lifecycle
func (*MCISRequest) ControlMcisVM ¶
func (r *MCISRequest) ControlMcisVM() (string, error)
ControlMcisVM is to Control MCIS VM's lifecycle
func (*MCISRequest) CreateMcisPolicy ¶ added in v0.3.7
func (r *MCISRequest) CreateMcisPolicy() (string, error)
CreateMcisPolicy
func (*MCISRequest) CreateMcisVM ¶
func (r *MCISRequest) CreateMcisVM() (string, error)
CreateMcisVM
func (*MCISRequest) CreateMcisVMGroup ¶ added in v0.3.7
func (r *MCISRequest) CreateMcisVMGroup() (string, error)
CreateMcisVMGroup
func (*MCISRequest) DeleteAllMcis ¶
func (r *MCISRequest) DeleteAllMcis() (string, error)
DeleteAllMcis
func (*MCISRequest) DeleteAllMcisPolicy ¶ added in v0.3.7
func (r *MCISRequest) DeleteAllMcisPolicy() (string, error)
DeleteAllMcisPolicy
func (*MCISRequest) DeleteMcisPolicy ¶ added in v0.3.7
func (r *MCISRequest) DeleteMcisPolicy() (string, error)
DeleteMcisPolicy
func (*MCISRequest) DeleteMcisVM ¶
func (r *MCISRequest) DeleteMcisVM() (string, error)
DeleteMcisVM
func (*MCISRequest) GetAllBenchmark ¶
func (r *MCISRequest) GetAllBenchmark() (string, error)
GetAllBenchmark is to List benchmark results
func (*MCISRequest) GetBenchmark ¶
func (r *MCISRequest) GetBenchmark() (string, error)
GetBenchmark is to Get benchmark result
func (*MCISRequest) GetMcisPolicy ¶ added in v0.3.7
func (r *MCISRequest) GetMcisPolicy() (string, error)
GetMcisPolicy
func (*MCISRequest) GetMcisStatus ¶
func (r *MCISRequest) GetMcisStatus() (string, error)
GetMcisStatus
func (*MCISRequest) GetMcisVMInfo ¶
func (r *MCISRequest) GetMcisVMInfo() (string, error)
GetMcisVMInfo
func (*MCISRequest) GetMcisVMStatus ¶
func (r *MCISRequest) GetMcisVMStatus() (string, error)
GetMcisVMStatus
func (*MCISRequest) GetMonitorData ¶
func (r *MCISRequest) GetMonitorData() (string, error)
GetMonitorData
func (*MCISRequest) InstallBenchmarkAgentToMcis ¶ added in v0.4.9
func (r *MCISRequest) InstallBenchmarkAgentToMcis() (string, error)
InstallBenchmarkAgentToMcis is to Install CB-Tumblebug benchmarking agent (cb-milkyway), which will be deprecated
func (*MCISRequest) InstallMonitorAgentToMcis ¶
func (r *MCISRequest) InstallMonitorAgentToMcis() (string, error)
InstallMonitorAgentToMcis
func (*MCISRequest) ListMcisId ¶ added in v0.3.10
func (r *MCISRequest) ListMcisId() (string, error)
ListMcisId
func (*MCISRequest) ListMcisPolicy ¶ added in v0.3.7
func (r *MCISRequest) ListMcisPolicy() (string, error)
ListMcisPolicy
func (*MCISRequest) ListMcisStatus ¶ added in v0.3.7
func (r *MCISRequest) ListMcisStatus() (string, error)
ListMcisStatus
func (*MCISRequest) ListMcisVmId ¶ added in v0.3.10
func (r *MCISRequest) ListMcisVmId() (string, error)
ListMcisVmId
func (*MCISRequest) RecommendMcis ¶ added in v0.3.8
func (r *MCISRequest) RecommendMcis() (string, error)
RecommendMcis
func (*MCISRequest) RecommendVM ¶ added in v0.3.8
func (r *MCISRequest) RecommendVM() (string, error)
RecommendVM