Documentation
¶
Index ¶
- type NSRequest
- type UTILITYRequest
- func (r *UTILITYRequest) CreateConfig() (string, error)
- func (r *UTILITYRequest) DeleteAllObject() (string, error)
- func (r *UTILITYRequest) DeleteObject() (string, error)
- func (r *UTILITYRequest) GetConfig() (string, error)
- func (r *UTILITYRequest) GetConnConfig() (string, error)
- func (r *UTILITYRequest) GetObject() (string, error)
- func (r *UTILITYRequest) GetRegion() (string, error)
- func (r *UTILITYRequest) InitAllConfig() (string, error)
- func (r *UTILITYRequest) InitConfig() (string, error)
- func (r *UTILITYRequest) InspectMcirResources() (string, error)
- func (r *UTILITYRequest) InspectVmResources() (string, error)
- func (r *UTILITYRequest) ListConfig() (string, error)
- func (r *UTILITYRequest) ListConnConfig() (string, error)
- func (r *UTILITYRequest) ListObject() (string, error)
- func (r *UTILITYRequest) ListRegion() (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NSRequest ¶
type NSRequest struct {
Client pb.NSClient
Timeout time.Duration
InType string
InData string
OutType string
}
NSRequest - Namespace 서비스 요청 구현
func (*NSRequest) DeleteAllNS ¶
DeleteAllNS - Namespace 전체 삭제
type UTILITYRequest ¶
type UTILITYRequest struct {
Client pb.UTILITYClient
Timeout time.Duration
InType string
InData string
OutType string
}
UTILITYRequest - Utility 서비스 요청 구현
func (*UTILITYRequest) CreateConfig ¶ added in v0.3.7
func (r *UTILITYRequest) CreateConfig() (string, error)
CreateConfig - Config 생성
func (*UTILITYRequest) DeleteAllObject ¶ added in v0.3.7
func (r *UTILITYRequest) DeleteAllObject() (string, error)
DeleteAllObject - 객체 전체 삭제
func (*UTILITYRequest) DeleteObject ¶ added in v0.3.7
func (r *UTILITYRequest) DeleteObject() (string, error)
DeleteObject - 객체 삭제
func (*UTILITYRequest) GetConfig ¶ added in v0.3.7
func (r *UTILITYRequest) GetConfig() (string, error)
GetConfig - Config 조회
func (*UTILITYRequest) GetConnConfig ¶
func (r *UTILITYRequest) GetConnConfig() (string, error)
GetConnConfig - Connection Config 조회
func (*UTILITYRequest) GetObject ¶ added in v0.3.7
func (r *UTILITYRequest) GetObject() (string, error)
GetObject - 객체 조회
func (*UTILITYRequest) GetRegion ¶
func (r *UTILITYRequest) GetRegion() (string, error)
GetRegion - Region 조회
func (*UTILITYRequest) InitAllConfig ¶ added in v0.3.9
func (r *UTILITYRequest) InitAllConfig() (string, error)
InitAllConfig - Config 전체 삭제
func (*UTILITYRequest) InitConfig ¶ added in v0.3.9
func (r *UTILITYRequest) InitConfig() (string, error)
InitConfig
func (*UTILITYRequest) InspectMcirResources ¶ added in v0.3.7
func (r *UTILITYRequest) InspectMcirResources() (string, error)
InspectMcirResources - MCIR 리소스 점검
func (*UTILITYRequest) InspectVmResources ¶ added in v0.3.7
func (r *UTILITYRequest) InspectVmResources() (string, error)
InspectVmResources - VM 리소스 점검
func (*UTILITYRequest) ListConfig ¶ added in v0.3.7
func (r *UTILITYRequest) ListConfig() (string, error)
ListConfig - Config 목록
func (*UTILITYRequest) ListConnConfig ¶
func (r *UTILITYRequest) ListConnConfig() (string, error)
ListConnConfig - Connection Config 목록
func (*UTILITYRequest) ListObject ¶ added in v0.3.7
func (r *UTILITYRequest) ListObject() (string, error)
ListObject - 객체 목록
func (*UTILITYRequest) ListRegion ¶
func (r *UTILITYRequest) ListRegion() (string, error)
ListRegion - Region 목록
Click to show internal directories.
Click to hide internal directories.