Documentation ¶
Index ¶
- type GACSClient
- func (c *GACSClient) DisableLogger()
- func (c *GACSClient) FindHostImage(request *apis.HostFindImageRequest) (*apis.QueryResponse, error)
- func (c *GACSClient) QueryHostAll(request *apis.QueryHostAllRequest) (*apis.QueryHostAllResponse, error)
- func (c *GACSClient) QueryHostList(request *apis.QueryHostListRequest) (*apis.QueryHostListResponse, error)
- func (c *GACSClient) ReStartHost(request *apis.HostRestartRequest) (*apis.QueryResponse, error)
- func (c *GACSClient) StartHost(request *apis.HostStartRequest) (*apis.QueryResponse, error)
- func (c *GACSClient) StopHost(request *apis.HostStopRequest) (*apis.QueryResponse, error)
- func (c *GACSClient) UpdateHostPassword(request *apis.HostUpdatePasswordRequest) (*apis.QueryResponse, error)
- func (c *GACSClient) UpdateHostSystem(request *apis.HostUpdateSystemRequest) (*apis.QueryResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GACSClient ¶
type GACSClient struct {
core.NCloudClient
}
func NewGACSClient ¶
func NewGACSClient(credential *core.Credential) *GACSClient
func (*GACSClient) DisableLogger ¶
func (c *GACSClient) DisableLogger()
func (*GACSClient) FindHostImage ¶
func (c *GACSClient) FindHostImage(request *apis.HostFindImageRequest) (*apis.QueryResponse, error)
func (*GACSClient) QueryHostAll ¶
func (c *GACSClient) QueryHostAll(request *apis.QueryHostAllRequest) (*apis.QueryHostAllResponse, error)
func (*GACSClient) QueryHostList ¶
func (c *GACSClient) QueryHostList(request *apis.QueryHostListRequest) (*apis.QueryHostListResponse, error)
func (*GACSClient) ReStartHost ¶
func (c *GACSClient) ReStartHost(request *apis.HostRestartRequest) (*apis.QueryResponse, error)
func (*GACSClient) StartHost ¶
func (c *GACSClient) StartHost(request *apis.HostStartRequest) (*apis.QueryResponse, error)
func (*GACSClient) StopHost ¶
func (c *GACSClient) StopHost(request *apis.HostStopRequest) (*apis.QueryResponse, error)
func (*GACSClient) UpdateHostPassword ¶
func (c *GACSClient) UpdateHostPassword(request *apis.HostUpdatePasswordRequest) (*apis.QueryResponse, error)
func (*GACSClient) UpdateHostSystem ¶
func (c *GACSClient) UpdateHostSystem(request *apis.HostUpdateSystemRequest) (*apis.QueryResponse, error)
Click to show internal directories.
Click to hide internal directories.