Versions in this module Expand all Collapse all v0 v0.0.1 Dec 30, 2022 Changes in this version + type DeployRequest struct + BackendServiceType *string + BackendUrl *string + Description *string + Environment string + JdsfId *string + JdsfName *string + JdsfRegistryName *string + Revision string + SceneId int + func NewDeployRequest(sceneId int, revision string, environment string) *DeployRequest + func NewDeployRequestWithAllParams(sceneId int, revision string, environment string, backendServiceType *string, ...) *DeployRequest + func NewDeployRequestWithoutParam() *DeployRequest + func (r *DeployRequest) SetBackendServiceType(backendServiceType string) + func (r *DeployRequest) SetBackendUrl(backendUrl string) + func (r *DeployRequest) SetDescription(description string) + func (r *DeployRequest) SetEnvironment(environment string) + func (r *DeployRequest) SetJdsfId(jdsfId string) + func (r *DeployRequest) SetJdsfName(jdsfName string) + func (r *DeployRequest) SetJdsfRegistryName(jdsfRegistryName string) + func (r *DeployRequest) SetRevision(revision string) + func (r *DeployRequest) SetSceneId(sceneId int) + func (r DeployRequest) GetRegionId() string + type DeployResponse struct + Error core.ErrorResponse + RequestID string + Result DeployResult + type DeployResult struct + type DescribeDeploymentRequest struct + DeploymentId string + SceneId int + func NewDescribeDeploymentRequest(sceneId int, deploymentId string) *DescribeDeploymentRequest + func NewDescribeDeploymentRequestWithAllParams(sceneId int, deploymentId string) *DescribeDeploymentRequest + func NewDescribeDeploymentRequestWithoutParam() *DescribeDeploymentRequest + func (r *DescribeDeploymentRequest) SetDeploymentId(deploymentId string) + func (r *DescribeDeploymentRequest) SetSceneId(sceneId int) + func (r DescribeDeploymentRequest) GetRegionId() string + type DescribeDeploymentResponse struct + Error core.ErrorResponse + RequestID string + Result DescribeDeploymentResult + type DescribeDeploymentResult struct + BackendServiceType string + BackendUrl string + CreateTime int64 + DeploymentId string + Description string + Environment string + JdsfId string + JdsfName string + JdsfRegistryName string + Path string + Revision string + type EncryptRequest struct + Plaintext *string + func NewEncryptRequest() *EncryptRequest + func NewEncryptRequestWithAllParams(plaintext *string) *EncryptRequest + func NewEncryptRequestWithoutParam() *EncryptRequest + func (r *EncryptRequest) SetPlaintext(plaintext string) + func (r EncryptRequest) GetRegionId() string + type EncryptResponse struct + Error core.ErrorResponse + RequestID string + Result EncryptResult + type EncryptResult struct + Ciphertext string + type IsEncryptDataRequest struct + Cipher *string + func NewIsEncryptDataRequest() *IsEncryptDataRequest + func NewIsEncryptDataRequestWithAllParams(cipher *string) *IsEncryptDataRequest + func NewIsEncryptDataRequestWithoutParam() *IsEncryptDataRequest + func (r *IsEncryptDataRequest) SetCipher(cipher string) + func (r IsEncryptDataRequest) GetRegionId() string + type IsEncryptDataResponse struct + Error core.ErrorResponse + RequestID string + Result IsEncryptDataResult + type IsEncryptDataResult struct + EncryptData bool + type QueryAccessLogRequest struct + Access_key *string + Api_name *string + Call_pin *string + EndTime string + Host *string + PageNumber *int + PageSize *int + Response_status *string + StartTime string + func NewQueryAccessLogRequest(startTime string, endTime string) *QueryAccessLogRequest + func NewQueryAccessLogRequestWithAllParams(call_pin *string, response_status *string, api_name *string, ...) *QueryAccessLogRequest + func NewQueryAccessLogRequestWithoutParam() *QueryAccessLogRequest + func (r *QueryAccessLogRequest) SetAccess_key(access_key string) + func (r *QueryAccessLogRequest) SetApi_name(api_name string) + func (r *QueryAccessLogRequest) SetCall_pin(call_pin string) + func (r *QueryAccessLogRequest) SetEndTime(endTime string) + func (r *QueryAccessLogRequest) SetHost(host string) + func (r *QueryAccessLogRequest) SetPageNumber(pageNumber int) + func (r *QueryAccessLogRequest) SetPageSize(pageSize int) + func (r *QueryAccessLogRequest) SetResponse_status(response_status string) + func (r *QueryAccessLogRequest) SetStartTime(startTime string) + func (r QueryAccessLogRequest) GetRegionId() string + type QueryAccessLogResponse struct + Error core.ErrorResponse + RequestID string + Result QueryAccessLogResult + type QueryAccessLogResult struct + Data []hufu.AccessLog + Total int64