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) CreateMcisVM() (string, error)
- func (r *MCISRequest) DeleteAllMcis() (string, error)
- func (r *MCISRequest) DeleteMcis() (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) GetMcisStatus() (string, error)
- func (r *MCISRequest) GetMcisVMInfo() (string, error)
- func (r *MCISRequest) GetMcisVMStatus() (string, error)
- func (r *MCISRequest) GetMonitorData() (string, error)
- func (r *MCISRequest) InstallAgentToMcis() (string, error)
- func (r *MCISRequest) InstallMonitorAgentToMcis() (string, error)
- func (r *MCISRequest) ListMcis() (string, error)
- func (r *MCISRequest) RecommandMcis() (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 - MCIS 서비스 요청 구현
func (*MCISRequest) CheckMcis ¶
func (r *MCISRequest) CheckMcis() (string, error)
CheckMcis - MCIS 체크
func (*MCISRequest) CmdMcisVm ¶
func (r *MCISRequest) CmdMcisVm() (string, error)
CmdMcisVm - MCIS VM 명령 실행
func (*MCISRequest) ControlMcis ¶
func (r *MCISRequest) ControlMcis() (string, error)
ControlMcis - MCIS 제어
func (*MCISRequest) ControlMcisVM ¶
func (r *MCISRequest) ControlMcisVM() (string, error)
ControlMcisVM - MCIS VM 제어
func (*MCISRequest) CreateMcis ¶
func (r *MCISRequest) CreateMcis() (string, error)
CreateMcis - MCIS 생성
func (*MCISRequest) CreateMcisVM ¶
func (r *MCISRequest) CreateMcisVM() (string, error)
CreateMcisVM -MCIS VM 생성
func (*MCISRequest) DeleteAllMcis ¶
func (r *MCISRequest) DeleteAllMcis() (string, error)
DeleteAllMcis -MCIS 전체 삭제
func (*MCISRequest) DeleteMcis ¶
func (r *MCISRequest) DeleteMcis() (string, error)
DeleteMcis - MCIS 삭제
func (*MCISRequest) DeleteMcisVM ¶
func (r *MCISRequest) DeleteMcisVM() (string, error)
DeleteMcisVM - MCIS VM 삭제
func (*MCISRequest) GetAllBenchmark ¶
func (r *MCISRequest) GetAllBenchmark() (string, error)
GetAllBenchmark - Benchmark 목록
func (*MCISRequest) GetBenchmark ¶
func (r *MCISRequest) GetBenchmark() (string, error)
GetBenchmark - Benchmark 조회
func (*MCISRequest) GetMcisInfo ¶
func (r *MCISRequest) GetMcisInfo() (string, error)
GetMcisInfo - MCIS 정보 조회
func (*MCISRequest) GetMcisStatus ¶
func (r *MCISRequest) GetMcisStatus() (string, error)
GetMcisStatus - MCIS 상태 조회
func (*MCISRequest) GetMcisVMInfo ¶
func (r *MCISRequest) GetMcisVMInfo() (string, error)
GetMcisVMInfo - MCIS VM 정보 조회
func (*MCISRequest) GetMcisVMStatus ¶
func (r *MCISRequest) GetMcisVMStatus() (string, error)
GetMcisVMStatus - MCIS VM 상태 조회
func (*MCISRequest) GetMonitorData ¶
func (r *MCISRequest) GetMonitorData() (string, error)
GetMonitorData - MCIS Monitor 정보 조회
func (*MCISRequest) InstallAgentToMcis ¶
func (r *MCISRequest) InstallAgentToMcis() (string, error)
InstallAgentToMcis - MCIS Agent 설치
func (*MCISRequest) InstallMonitorAgentToMcis ¶
func (r *MCISRequest) InstallMonitorAgentToMcis() (string, error)
InstallMonitorAgentToMcis - MCIS Monitor Agent 설치
func (*MCISRequest) RecommandMcis ¶
func (r *MCISRequest) RecommandMcis() (string, error)
RecommandMcis - MCIS 추천
Click to show internal directories.
Click to hide internal directories.