Documentation ¶
Index ¶
- func GenReqDefForListEvents() *def.HttpRequestDef
- func GenReqDefForListHosts() *def.HttpRequestDef
- func HssClientBuilder() *http_client.HcHttpClientBuilder
- type HssClient
- func (c *HssClient) ListEvents(request *model.ListEventsRequest) (*model.ListEventsResponse, error)
- func (c *HssClient) ListEventsInvoker(request *model.ListEventsRequest) *ListEventsInvoker
- func (c *HssClient) ListHosts(request *model.ListHostsRequest) (*model.ListHostsResponse, error)
- func (c *HssClient) ListHostsInvoker(request *model.ListHostsRequest) *ListHostsInvoker
- type ListEventsInvoker
- type ListHostsInvoker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenReqDefForListEvents ¶ added in v0.0.53
func GenReqDefForListEvents() *def.HttpRequestDef
func GenReqDefForListHosts ¶
func GenReqDefForListHosts() *def.HttpRequestDef
func HssClientBuilder ¶
func HssClientBuilder() *http_client.HcHttpClientBuilder
Types ¶
type HssClient ¶
type HssClient struct {
HcClient *http_client.HcHttpClient
}
func NewHssClient ¶
func NewHssClient(hcClient *http_client.HcHttpClient) *HssClient
func (*HssClient) ListEvents ¶ added in v0.0.53
func (c *HssClient) ListEvents(request *model.ListEventsRequest) (*model.ListEventsResponse, error)
ListEvents 查入侵事件列表
查入侵事件列表
Please refer to HUAWEI cloud API Explorer for details.
func (*HssClient) ListEventsInvoker ¶ added in v0.0.90
func (c *HssClient) ListEventsInvoker(request *model.ListEventsRequest) *ListEventsInvoker
ListEventsInvoker 查入侵事件列表
func (*HssClient) ListHosts ¶
func (c *HssClient) ListHosts(request *model.ListHostsRequest) (*model.ListHostsResponse, error)
ListHosts 查询弹性云服务器状态列表
查询弹性云服务器状态列表
Please refer to HUAWEI cloud API Explorer for details.
func (*HssClient) ListHostsInvoker ¶ added in v0.0.90
func (c *HssClient) ListHostsInvoker(request *model.ListHostsRequest) *ListHostsInvoker
ListHostsInvoker 查询弹性云服务器状态列表
type ListEventsInvoker ¶ added in v0.0.90
type ListEventsInvoker struct {
*invoker.BaseInvoker
}
func (*ListEventsInvoker) Invoke ¶ added in v0.0.90
func (i *ListEventsInvoker) Invoke() (*model.ListEventsResponse, error)
type ListHostsInvoker ¶ added in v0.0.90
type ListHostsInvoker struct {
*invoker.BaseInvoker
}
func (*ListHostsInvoker) Invoke ¶ added in v0.0.90
func (i *ListHostsInvoker) Invoke() (*model.ListHostsResponse, error)
Click to show internal directories.
Click to hide internal directories.