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) InstallAgentToMcis() (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 - 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) CreateMcisPolicy ¶ added in v0.3.7
func (r *MCISRequest) CreateMcisPolicy() (string, error)
CreateMcisPolicy - Policy 생성
func (*MCISRequest) CreateMcisVM ¶
func (r *MCISRequest) CreateMcisVM() (string, error)
CreateMcisVM -MCIS VM 생성
func (*MCISRequest) CreateMcisVMGroup ¶ added in v0.3.7
func (r *MCISRequest) CreateMcisVMGroup() (string, error)
CreateMcisVMGroup -MCIS VM 그룹 생성
func (*MCISRequest) DeleteAllMcis ¶
func (r *MCISRequest) DeleteAllMcis() (string, error)
DeleteAllMcis -MCIS 전체 삭제
func (*MCISRequest) DeleteAllMcisPolicy ¶ added in v0.3.7
func (r *MCISRequest) DeleteAllMcisPolicy() (string, error)
DeleteAllMcisPolicy - Policy 전체 삭제
func (*MCISRequest) DeleteMcis ¶
func (r *MCISRequest) DeleteMcis() (string, error)
DeleteMcis - MCIS 삭제
func (*MCISRequest) DeleteMcisPolicy ¶ added in v0.3.7
func (r *MCISRequest) DeleteMcisPolicy() (string, error)
DeleteMcisPolicy - Policy 삭제
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) GetMcisPolicy ¶ added in v0.3.7
func (r *MCISRequest) GetMcisPolicy() (string, error)
GetMcisPolicy - Policy 조회
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) 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 - Policy 목록
func (*MCISRequest) ListMcisStatus ¶ added in v0.3.7
func (r *MCISRequest) ListMcisStatus() (string, error)
ListMcisStatus - MCIS 상태 목록
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 - MCIS 추천
func (*MCISRequest) RecommendVM ¶ added in v0.3.8
func (r *MCISRequest) RecommendVM() (string, error)
RecommendVM - MCIS VM 추천