Documentation ¶
Index ¶
- func CaeClientBuilder() *http_client.HcHttpClientBuilder
- func GenReqDefForCreateAgency() *def.HttpRequestDef
- func GenReqDefForCreateApplication() *def.HttpRequestDef
- func GenReqDefForCreateCertificate() *def.HttpRequestDef
- func GenReqDefForCreateComponent() *def.HttpRequestDef
- func GenReqDefForCreateComponentConfiguration() *def.HttpRequestDef
- func GenReqDefForCreateDomain() *def.HttpRequestDef
- func GenReqDefForCreateEnvironment() *def.HttpRequestDef
- func GenReqDefForCreateTimerRule() *def.HttpRequestDef
- func GenReqDefForCreateVolume() *def.HttpRequestDef
- func GenReqDefForDeleteApplication() *def.HttpRequestDef
- func GenReqDefForDeleteCertificate() *def.HttpRequestDef
- func GenReqDefForDeleteComponent() *def.HttpRequestDef
- func GenReqDefForDeleteComponentConfiguration() *def.HttpRequestDef
- func GenReqDefForDeleteDomain() *def.HttpRequestDef
- func GenReqDefForDeleteEnvironment() *def.HttpRequestDef
- func GenReqDefForDeleteTimerRule() *def.HttpRequestDef
- func GenReqDefForDeleteVolume() *def.HttpRequestDef
- func GenReqDefForExecuteAction() *def.HttpRequestDef
- func GenReqDefForListAgencies() *def.HttpRequestDef
- func GenReqDefForListApplications() *def.HttpRequestDef
- func GenReqDefForListCertificates() *def.HttpRequestDef
- func GenReqDefForListComponentConfigurations() *def.HttpRequestDef
- func GenReqDefForListComponentEvents() *def.HttpRequestDef
- func GenReqDefForListComponentInstances() *def.HttpRequestDef
- func GenReqDefForListComponentSnapshots() *def.HttpRequestDef
- func GenReqDefForListComponents() *def.HttpRequestDef
- func GenReqDefForListDomains() *def.HttpRequestDef
- func GenReqDefForListEips() *def.HttpRequestDef
- func GenReqDefForListEnvironments() *def.HttpRequestDef
- func GenReqDefForListTimerRules() *def.HttpRequestDef
- func GenReqDefForListVolumes() *def.HttpRequestDef
- func GenReqDefForRetryJob() *def.HttpRequestDef
- func GenReqDefForShowApplication() *def.HttpRequestDef
- func GenReqDefForShowComponent() *def.HttpRequestDef
- func GenReqDefForShowExecutionResult() *def.HttpRequestDef
- func GenReqDefForShowJob() *def.HttpRequestDef
- func GenReqDefForUpdateCertificate() *def.HttpRequestDef
- func GenReqDefForUpdateComponent() *def.HttpRequestDef
- func GenReqDefForUpdateEip() *def.HttpRequestDef
- func GenReqDefForUpdateTimerRule() *def.HttpRequestDef
- type CaeClient
- func (c *CaeClient) CreateAgency(request *model.CreateAgencyRequest) (*model.CreateAgencyResponse, error)
- func (c *CaeClient) CreateAgencyInvoker(request *model.CreateAgencyRequest) *CreateAgencyInvoker
- func (c *CaeClient) CreateApplication(request *model.CreateApplicationRequest) (*model.CreateApplicationResponse, error)
- func (c *CaeClient) CreateApplicationInvoker(request *model.CreateApplicationRequest) *CreateApplicationInvoker
- func (c *CaeClient) CreateCertificate(request *model.CreateCertificateRequest) (*model.CreateCertificateResponse, error)
- func (c *CaeClient) CreateCertificateInvoker(request *model.CreateCertificateRequest) *CreateCertificateInvoker
- func (c *CaeClient) CreateComponent(request *model.CreateComponentRequest) (*model.CreateComponentResponse, error)
- func (c *CaeClient) CreateComponentConfiguration(request *model.CreateComponentConfigurationRequest) (*model.CreateComponentConfigurationResponse, error)
- func (c *CaeClient) CreateComponentConfigurationInvoker(request *model.CreateComponentConfigurationRequest) *CreateComponentConfigurationInvoker
- func (c *CaeClient) CreateComponentInvoker(request *model.CreateComponentRequest) *CreateComponentInvoker
- func (c *CaeClient) CreateDomain(request *model.CreateDomainRequest) (*model.CreateDomainResponse, error)
- func (c *CaeClient) CreateDomainInvoker(request *model.CreateDomainRequest) *CreateDomainInvoker
- func (c *CaeClient) CreateEnvironment(request *model.CreateEnvironmentRequest) (*model.CreateEnvironmentResponse, error)
- func (c *CaeClient) CreateEnvironmentInvoker(request *model.CreateEnvironmentRequest) *CreateEnvironmentInvoker
- func (c *CaeClient) CreateTimerRule(request *model.CreateTimerRuleRequest) (*model.CreateTimerRuleResponse, error)
- func (c *CaeClient) CreateTimerRuleInvoker(request *model.CreateTimerRuleRequest) *CreateTimerRuleInvoker
- func (c *CaeClient) CreateVolume(request *model.CreateVolumeRequest) (*model.CreateVolumeResponse, error)
- func (c *CaeClient) CreateVolumeInvoker(request *model.CreateVolumeRequest) *CreateVolumeInvoker
- func (c *CaeClient) DeleteApplication(request *model.DeleteApplicationRequest) (*model.DeleteApplicationResponse, error)
- func (c *CaeClient) DeleteApplicationInvoker(request *model.DeleteApplicationRequest) *DeleteApplicationInvoker
- func (c *CaeClient) DeleteCertificate(request *model.DeleteCertificateRequest) (*model.DeleteCertificateResponse, error)
- func (c *CaeClient) DeleteCertificateInvoker(request *model.DeleteCertificateRequest) *DeleteCertificateInvoker
- func (c *CaeClient) DeleteComponent(request *model.DeleteComponentRequest) (*model.DeleteComponentResponse, error)
- func (c *CaeClient) DeleteComponentConfiguration(request *model.DeleteComponentConfigurationRequest) (*model.DeleteComponentConfigurationResponse, error)
- func (c *CaeClient) DeleteComponentConfigurationInvoker(request *model.DeleteComponentConfigurationRequest) *DeleteComponentConfigurationInvoker
- func (c *CaeClient) DeleteComponentInvoker(request *model.DeleteComponentRequest) *DeleteComponentInvoker
- func (c *CaeClient) DeleteDomain(request *model.DeleteDomainRequest) (*model.DeleteDomainResponse, error)
- func (c *CaeClient) DeleteDomainInvoker(request *model.DeleteDomainRequest) *DeleteDomainInvoker
- func (c *CaeClient) DeleteEnvironment(request *model.DeleteEnvironmentRequest) (*model.DeleteEnvironmentResponse, error)
- func (c *CaeClient) DeleteEnvironmentInvoker(request *model.DeleteEnvironmentRequest) *DeleteEnvironmentInvoker
- func (c *CaeClient) DeleteTimerRule(request *model.DeleteTimerRuleRequest) (*model.DeleteTimerRuleResponse, error)
- func (c *CaeClient) DeleteTimerRuleInvoker(request *model.DeleteTimerRuleRequest) *DeleteTimerRuleInvoker
- func (c *CaeClient) DeleteVolume(request *model.DeleteVolumeRequest) (*model.DeleteVolumeResponse, error)
- func (c *CaeClient) DeleteVolumeInvoker(request *model.DeleteVolumeRequest) *DeleteVolumeInvoker
- func (c *CaeClient) ExecuteAction(request *model.ExecuteActionRequest) (*model.ExecuteActionResponse, error)
- func (c *CaeClient) ExecuteActionInvoker(request *model.ExecuteActionRequest) *ExecuteActionInvoker
- func (c *CaeClient) ListAgencies(request *model.ListAgenciesRequest) (*model.ListAgenciesResponse, error)
- func (c *CaeClient) ListAgenciesInvoker(request *model.ListAgenciesRequest) *ListAgenciesInvoker
- func (c *CaeClient) ListApplications(request *model.ListApplicationsRequest) (*model.ListApplicationsResponse, error)
- func (c *CaeClient) ListApplicationsInvoker(request *model.ListApplicationsRequest) *ListApplicationsInvoker
- func (c *CaeClient) ListCertificates(request *model.ListCertificatesRequest) (*model.ListCertificatesResponse, error)
- func (c *CaeClient) ListCertificatesInvoker(request *model.ListCertificatesRequest) *ListCertificatesInvoker
- func (c *CaeClient) ListComponentConfigurations(request *model.ListComponentConfigurationsRequest) (*model.ListComponentConfigurationsResponse, error)
- func (c *CaeClient) ListComponentConfigurationsInvoker(request *model.ListComponentConfigurationsRequest) *ListComponentConfigurationsInvoker
- func (c *CaeClient) ListComponentEvents(request *model.ListComponentEventsRequest) (*model.ListComponentEventsResponse, error)
- func (c *CaeClient) ListComponentEventsInvoker(request *model.ListComponentEventsRequest) *ListComponentEventsInvoker
- func (c *CaeClient) ListComponentInstances(request *model.ListComponentInstancesRequest) (*model.ListComponentInstancesResponse, error)
- func (c *CaeClient) ListComponentInstancesInvoker(request *model.ListComponentInstancesRequest) *ListComponentInstancesInvoker
- func (c *CaeClient) ListComponentSnapshots(request *model.ListComponentSnapshotsRequest) (*model.ListComponentSnapshotsResponse, error)
- func (c *CaeClient) ListComponentSnapshotsInvoker(request *model.ListComponentSnapshotsRequest) *ListComponentSnapshotsInvoker
- func (c *CaeClient) ListComponents(request *model.ListComponentsRequest) (*model.ListComponentsResponse, error)
- func (c *CaeClient) ListComponentsInvoker(request *model.ListComponentsRequest) *ListComponentsInvoker
- func (c *CaeClient) ListDomains(request *model.ListDomainsRequest) (*model.ListDomainsResponse, error)
- func (c *CaeClient) ListDomainsInvoker(request *model.ListDomainsRequest) *ListDomainsInvoker
- func (c *CaeClient) ListEips(request *model.ListEipsRequest) (*model.ListEipsResponse, error)
- func (c *CaeClient) ListEipsInvoker(request *model.ListEipsRequest) *ListEipsInvoker
- func (c *CaeClient) ListEnvironments(request *model.ListEnvironmentsRequest) (*model.ListEnvironmentsResponse, error)
- func (c *CaeClient) ListEnvironmentsInvoker(request *model.ListEnvironmentsRequest) *ListEnvironmentsInvoker
- func (c *CaeClient) ListTimerRules(request *model.ListTimerRulesRequest) (*model.ListTimerRulesResponse, error)
- func (c *CaeClient) ListTimerRulesInvoker(request *model.ListTimerRulesRequest) *ListTimerRulesInvoker
- func (c *CaeClient) ListVolumes(request *model.ListVolumesRequest) (*model.ListVolumesResponse, error)
- func (c *CaeClient) ListVolumesInvoker(request *model.ListVolumesRequest) *ListVolumesInvoker
- func (c *CaeClient) RetryJob(request *model.RetryJobRequest) (*model.RetryJobResponse, error)
- func (c *CaeClient) RetryJobInvoker(request *model.RetryJobRequest) *RetryJobInvoker
- func (c *CaeClient) ShowApplication(request *model.ShowApplicationRequest) (*model.ShowApplicationResponse, error)
- func (c *CaeClient) ShowApplicationInvoker(request *model.ShowApplicationRequest) *ShowApplicationInvoker
- func (c *CaeClient) ShowComponent(request *model.ShowComponentRequest) (*model.ShowComponentResponse, error)
- func (c *CaeClient) ShowComponentInvoker(request *model.ShowComponentRequest) *ShowComponentInvoker
- func (c *CaeClient) ShowExecutionResult(request *model.ShowExecutionResultRequest) (*model.ShowExecutionResultResponse, error)
- func (c *CaeClient) ShowExecutionResultInvoker(request *model.ShowExecutionResultRequest) *ShowExecutionResultInvoker
- func (c *CaeClient) ShowJob(request *model.ShowJobRequest) (*model.ShowJobResponse, error)
- func (c *CaeClient) ShowJobInvoker(request *model.ShowJobRequest) *ShowJobInvoker
- func (c *CaeClient) UpdateCertificate(request *model.UpdateCertificateRequest) (*model.UpdateCertificateResponse, error)
- func (c *CaeClient) UpdateCertificateInvoker(request *model.UpdateCertificateRequest) *UpdateCertificateInvoker
- func (c *CaeClient) UpdateComponent(request *model.UpdateComponentRequest) (*model.UpdateComponentResponse, error)
- func (c *CaeClient) UpdateComponentInvoker(request *model.UpdateComponentRequest) *UpdateComponentInvoker
- func (c *CaeClient) UpdateEip(request *model.UpdateEipRequest) (*model.UpdateEipResponse, error)
- func (c *CaeClient) UpdateEipInvoker(request *model.UpdateEipRequest) *UpdateEipInvoker
- func (c *CaeClient) UpdateTimerRule(request *model.UpdateTimerRuleRequest) (*model.UpdateTimerRuleResponse, error)
- func (c *CaeClient) UpdateTimerRuleInvoker(request *model.UpdateTimerRuleRequest) *UpdateTimerRuleInvoker
- type CreateAgencyInvoker
- type CreateApplicationInvoker
- type CreateCertificateInvoker
- type CreateComponentConfigurationInvoker
- type CreateComponentInvoker
- type CreateDomainInvoker
- type CreateEnvironmentInvoker
- type CreateTimerRuleInvoker
- type CreateVolumeInvoker
- type DeleteApplicationInvoker
- type DeleteCertificateInvoker
- type DeleteComponentConfigurationInvoker
- type DeleteComponentInvoker
- type DeleteDomainInvoker
- type DeleteEnvironmentInvoker
- type DeleteTimerRuleInvoker
- type DeleteVolumeInvoker
- type ExecuteActionInvoker
- type ListAgenciesInvoker
- type ListApplicationsInvoker
- type ListCertificatesInvoker
- type ListComponentConfigurationsInvoker
- type ListComponentEventsInvoker
- type ListComponentInstancesInvoker
- type ListComponentSnapshotsInvoker
- type ListComponentsInvoker
- type ListDomainsInvoker
- type ListEipsInvoker
- type ListEnvironmentsInvoker
- type ListTimerRulesInvoker
- type ListVolumesInvoker
- type RetryJobInvoker
- type ShowApplicationInvoker
- type ShowComponentInvoker
- type ShowExecutionResultInvoker
- type ShowJobInvoker
- type UpdateCertificateInvoker
- type UpdateComponentInvoker
- type UpdateEipInvoker
- type UpdateTimerRuleInvoker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CaeClientBuilder ¶
func CaeClientBuilder() *http_client.HcHttpClientBuilder
func GenReqDefForCreateAgency ¶
func GenReqDefForCreateAgency() *def.HttpRequestDef
func GenReqDefForCreateApplication ¶
func GenReqDefForCreateApplication() *def.HttpRequestDef
func GenReqDefForCreateCertificate ¶ added in v0.1.48
func GenReqDefForCreateCertificate() *def.HttpRequestDef
func GenReqDefForCreateComponent ¶
func GenReqDefForCreateComponent() *def.HttpRequestDef
func GenReqDefForCreateComponentConfiguration ¶
func GenReqDefForCreateComponentConfiguration() *def.HttpRequestDef
func GenReqDefForCreateDomain ¶ added in v0.1.48
func GenReqDefForCreateDomain() *def.HttpRequestDef
func GenReqDefForCreateEnvironment ¶
func GenReqDefForCreateEnvironment() *def.HttpRequestDef
func GenReqDefForCreateTimerRule ¶ added in v0.1.48
func GenReqDefForCreateTimerRule() *def.HttpRequestDef
func GenReqDefForCreateVolume ¶
func GenReqDefForCreateVolume() *def.HttpRequestDef
func GenReqDefForDeleteApplication ¶
func GenReqDefForDeleteApplication() *def.HttpRequestDef
func GenReqDefForDeleteCertificate ¶ added in v0.1.48
func GenReqDefForDeleteCertificate() *def.HttpRequestDef
func GenReqDefForDeleteComponent ¶
func GenReqDefForDeleteComponent() *def.HttpRequestDef
func GenReqDefForDeleteComponentConfiguration ¶
func GenReqDefForDeleteComponentConfiguration() *def.HttpRequestDef
func GenReqDefForDeleteDomain ¶ added in v0.1.48
func GenReqDefForDeleteDomain() *def.HttpRequestDef
func GenReqDefForDeleteEnvironment ¶
func GenReqDefForDeleteEnvironment() *def.HttpRequestDef
func GenReqDefForDeleteTimerRule ¶ added in v0.1.48
func GenReqDefForDeleteTimerRule() *def.HttpRequestDef
func GenReqDefForDeleteVolume ¶
func GenReqDefForDeleteVolume() *def.HttpRequestDef
func GenReqDefForExecuteAction ¶
func GenReqDefForExecuteAction() *def.HttpRequestDef
func GenReqDefForListAgencies ¶ added in v0.1.48
func GenReqDefForListAgencies() *def.HttpRequestDef
func GenReqDefForListApplications ¶
func GenReqDefForListApplications() *def.HttpRequestDef
func GenReqDefForListCertificates ¶ added in v0.1.48
func GenReqDefForListCertificates() *def.HttpRequestDef
func GenReqDefForListComponentConfigurations ¶ added in v0.1.48
func GenReqDefForListComponentConfigurations() *def.HttpRequestDef
func GenReqDefForListComponentEvents ¶ added in v0.1.48
func GenReqDefForListComponentEvents() *def.HttpRequestDef
func GenReqDefForListComponentInstances ¶ added in v0.1.48
func GenReqDefForListComponentInstances() *def.HttpRequestDef
func GenReqDefForListComponentSnapshots ¶
func GenReqDefForListComponentSnapshots() *def.HttpRequestDef
func GenReqDefForListComponents ¶
func GenReqDefForListComponents() *def.HttpRequestDef
func GenReqDefForListDomains ¶ added in v0.1.48
func GenReqDefForListDomains() *def.HttpRequestDef
func GenReqDefForListEips ¶ added in v0.1.58
func GenReqDefForListEips() *def.HttpRequestDef
func GenReqDefForListEnvironments ¶
func GenReqDefForListEnvironments() *def.HttpRequestDef
func GenReqDefForListTimerRules ¶ added in v0.1.48
func GenReqDefForListTimerRules() *def.HttpRequestDef
func GenReqDefForListVolumes ¶
func GenReqDefForListVolumes() *def.HttpRequestDef
func GenReqDefForRetryJob ¶
func GenReqDefForRetryJob() *def.HttpRequestDef
func GenReqDefForShowApplication ¶
func GenReqDefForShowApplication() *def.HttpRequestDef
func GenReqDefForShowComponent ¶
func GenReqDefForShowComponent() *def.HttpRequestDef
func GenReqDefForShowExecutionResult ¶ added in v0.1.48
func GenReqDefForShowExecutionResult() *def.HttpRequestDef
func GenReqDefForShowJob ¶
func GenReqDefForShowJob() *def.HttpRequestDef
func GenReqDefForUpdateCertificate ¶ added in v0.1.48
func GenReqDefForUpdateCertificate() *def.HttpRequestDef
func GenReqDefForUpdateComponent ¶
func GenReqDefForUpdateComponent() *def.HttpRequestDef
func GenReqDefForUpdateEip ¶ added in v0.1.58
func GenReqDefForUpdateEip() *def.HttpRequestDef
func GenReqDefForUpdateTimerRule ¶ added in v0.1.48
func GenReqDefForUpdateTimerRule() *def.HttpRequestDef
Types ¶
type CaeClient ¶
type CaeClient struct {
HcClient *http_client.HcHttpClient
}
func NewCaeClient ¶
func NewCaeClient(hcClient *http_client.HcHttpClient) *CaeClient
func (*CaeClient) CreateAgency ¶
func (c *CaeClient) CreateAgency(request *model.CreateAgencyRequest) (*model.CreateAgencyResponse, error)
CreateAgency 创建委托
创建委托。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) CreateAgencyInvoker ¶
func (c *CaeClient) CreateAgencyInvoker(request *model.CreateAgencyRequest) *CreateAgencyInvoker
CreateAgencyInvoker 创建委托
func (*CaeClient) CreateApplication ¶
func (c *CaeClient) CreateApplication(request *model.CreateApplicationRequest) (*model.CreateApplicationResponse, error)
CreateApplication 创建应用
创建应用。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) CreateApplicationInvoker ¶
func (c *CaeClient) CreateApplicationInvoker(request *model.CreateApplicationRequest) *CreateApplicationInvoker
CreateApplicationInvoker 创建应用
func (*CaeClient) CreateCertificate ¶ added in v0.1.48
func (c *CaeClient) CreateCertificate(request *model.CreateCertificateRequest) (*model.CreateCertificateResponse, error)
CreateCertificate 创建证书
创建证书。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) CreateCertificateInvoker ¶ added in v0.1.48
func (c *CaeClient) CreateCertificateInvoker(request *model.CreateCertificateRequest) *CreateCertificateInvoker
CreateCertificateInvoker 创建证书
func (*CaeClient) CreateComponent ¶
func (c *CaeClient) CreateComponent(request *model.CreateComponentRequest) (*model.CreateComponentResponse, error)
CreateComponent 创建组件
创建组件。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) CreateComponentConfiguration ¶
func (c *CaeClient) CreateComponentConfiguration(request *model.CreateComponentConfigurationRequest) (*model.CreateComponentConfigurationResponse, error)
CreateComponentConfiguration 创建组件配置
创建组件配置。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) CreateComponentConfigurationInvoker ¶
func (c *CaeClient) CreateComponentConfigurationInvoker(request *model.CreateComponentConfigurationRequest) *CreateComponentConfigurationInvoker
CreateComponentConfigurationInvoker 创建组件配置
func (*CaeClient) CreateComponentInvoker ¶
func (c *CaeClient) CreateComponentInvoker(request *model.CreateComponentRequest) *CreateComponentInvoker
CreateComponentInvoker 创建组件
func (*CaeClient) CreateDomain ¶ added in v0.1.48
func (c *CaeClient) CreateDomain(request *model.CreateDomainRequest) (*model.CreateDomainResponse, error)
CreateDomain 创建域名
创建域名。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) CreateDomainInvoker ¶ added in v0.1.48
func (c *CaeClient) CreateDomainInvoker(request *model.CreateDomainRequest) *CreateDomainInvoker
CreateDomainInvoker 创建域名
func (*CaeClient) CreateEnvironment ¶
func (c *CaeClient) CreateEnvironment(request *model.CreateEnvironmentRequest) (*model.CreateEnvironmentResponse, error)
CreateEnvironment 创建环境
创建环境。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) CreateEnvironmentInvoker ¶
func (c *CaeClient) CreateEnvironmentInvoker(request *model.CreateEnvironmentRequest) *CreateEnvironmentInvoker
CreateEnvironmentInvoker 创建环境
func (*CaeClient) CreateTimerRule ¶ added in v0.1.48
func (c *CaeClient) CreateTimerRule(request *model.CreateTimerRuleRequest) (*model.CreateTimerRuleResponse, error)
CreateTimerRule 创建定时启停规则
创建定时启停规则。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) CreateTimerRuleInvoker ¶ added in v0.1.48
func (c *CaeClient) CreateTimerRuleInvoker(request *model.CreateTimerRuleRequest) *CreateTimerRuleInvoker
CreateTimerRuleInvoker 创建定时启停规则
func (*CaeClient) CreateVolume ¶
func (c *CaeClient) CreateVolume(request *model.CreateVolumeRequest) (*model.CreateVolumeResponse, error)
CreateVolume 授权云存储
授权云存储。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) CreateVolumeInvoker ¶
func (c *CaeClient) CreateVolumeInvoker(request *model.CreateVolumeRequest) *CreateVolumeInvoker
CreateVolumeInvoker 授权云存储
func (*CaeClient) DeleteApplication ¶
func (c *CaeClient) DeleteApplication(request *model.DeleteApplicationRequest) (*model.DeleteApplicationResponse, error)
DeleteApplication 删除应用
删除应用。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) DeleteApplicationInvoker ¶
func (c *CaeClient) DeleteApplicationInvoker(request *model.DeleteApplicationRequest) *DeleteApplicationInvoker
DeleteApplicationInvoker 删除应用
func (*CaeClient) DeleteCertificate ¶ added in v0.1.48
func (c *CaeClient) DeleteCertificate(request *model.DeleteCertificateRequest) (*model.DeleteCertificateResponse, error)
DeleteCertificate 删除证书
删除证书。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) DeleteCertificateInvoker ¶ added in v0.1.48
func (c *CaeClient) DeleteCertificateInvoker(request *model.DeleteCertificateRequest) *DeleteCertificateInvoker
DeleteCertificateInvoker 删除证书
func (*CaeClient) DeleteComponent ¶
func (c *CaeClient) DeleteComponent(request *model.DeleteComponentRequest) (*model.DeleteComponentResponse, error)
DeleteComponent 删除组件
删除组件。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) DeleteComponentConfiguration ¶
func (c *CaeClient) DeleteComponentConfiguration(request *model.DeleteComponentConfigurationRequest) (*model.DeleteComponentConfigurationResponse, error)
DeleteComponentConfiguration 删除组件配置
删除组件配置。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) DeleteComponentConfigurationInvoker ¶
func (c *CaeClient) DeleteComponentConfigurationInvoker(request *model.DeleteComponentConfigurationRequest) *DeleteComponentConfigurationInvoker
DeleteComponentConfigurationInvoker 删除组件配置
func (*CaeClient) DeleteComponentInvoker ¶
func (c *CaeClient) DeleteComponentInvoker(request *model.DeleteComponentRequest) *DeleteComponentInvoker
DeleteComponentInvoker 删除组件
func (*CaeClient) DeleteDomain ¶ added in v0.1.48
func (c *CaeClient) DeleteDomain(request *model.DeleteDomainRequest) (*model.DeleteDomainResponse, error)
DeleteDomain 删除域名
删除域名。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) DeleteDomainInvoker ¶ added in v0.1.48
func (c *CaeClient) DeleteDomainInvoker(request *model.DeleteDomainRequest) *DeleteDomainInvoker
DeleteDomainInvoker 删除域名
func (*CaeClient) DeleteEnvironment ¶
func (c *CaeClient) DeleteEnvironment(request *model.DeleteEnvironmentRequest) (*model.DeleteEnvironmentResponse, error)
DeleteEnvironment 删除环境
删除环境。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) DeleteEnvironmentInvoker ¶
func (c *CaeClient) DeleteEnvironmentInvoker(request *model.DeleteEnvironmentRequest) *DeleteEnvironmentInvoker
DeleteEnvironmentInvoker 删除环境
func (*CaeClient) DeleteTimerRule ¶ added in v0.1.48
func (c *CaeClient) DeleteTimerRule(request *model.DeleteTimerRuleRequest) (*model.DeleteTimerRuleResponse, error)
DeleteTimerRule 删除定时启停规则
删除定时启停规则。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) DeleteTimerRuleInvoker ¶ added in v0.1.48
func (c *CaeClient) DeleteTimerRuleInvoker(request *model.DeleteTimerRuleRequest) *DeleteTimerRuleInvoker
DeleteTimerRuleInvoker 删除定时启停规则
func (*CaeClient) DeleteVolume ¶
func (c *CaeClient) DeleteVolume(request *model.DeleteVolumeRequest) (*model.DeleteVolumeResponse, error)
DeleteVolume 解绑云存储
解绑云存储。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) DeleteVolumeInvoker ¶
func (c *CaeClient) DeleteVolumeInvoker(request *model.DeleteVolumeRequest) *DeleteVolumeInvoker
DeleteVolumeInvoker 解绑云存储
func (*CaeClient) ExecuteAction ¶
func (c *CaeClient) ExecuteAction(request *model.ExecuteActionRequest) (*model.ExecuteActionResponse, error)
ExecuteAction 操作组件
对组件执行指定操作,如部署、升级、重启、停止、启动、伸缩、配置、回滚。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) ExecuteActionInvoker ¶
func (c *CaeClient) ExecuteActionInvoker(request *model.ExecuteActionRequest) *ExecuteActionInvoker
ExecuteActionInvoker 操作组件
func (*CaeClient) ListAgencies ¶ added in v0.1.48
func (c *CaeClient) ListAgencies(request *model.ListAgenciesRequest) (*model.ListAgenciesResponse, error)
ListAgencies 获取委托列表
获取委托列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) ListAgenciesInvoker ¶ added in v0.1.48
func (c *CaeClient) ListAgenciesInvoker(request *model.ListAgenciesRequest) *ListAgenciesInvoker
ListAgenciesInvoker 获取委托列表
func (*CaeClient) ListApplications ¶
func (c *CaeClient) ListApplications(request *model.ListApplicationsRequest) (*model.ListApplicationsResponse, error)
ListApplications 获取应用列表
获取应用列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) ListApplicationsInvoker ¶
func (c *CaeClient) ListApplicationsInvoker(request *model.ListApplicationsRequest) *ListApplicationsInvoker
ListApplicationsInvoker 获取应用列表
func (*CaeClient) ListCertificates ¶ added in v0.1.48
func (c *CaeClient) ListCertificates(request *model.ListCertificatesRequest) (*model.ListCertificatesResponse, error)
ListCertificates 获取证书列表
获取证书列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) ListCertificatesInvoker ¶ added in v0.1.48
func (c *CaeClient) ListCertificatesInvoker(request *model.ListCertificatesRequest) *ListCertificatesInvoker
ListCertificatesInvoker 获取证书列表
func (*CaeClient) ListComponentConfigurations ¶ added in v0.1.48
func (c *CaeClient) ListComponentConfigurations(request *model.ListComponentConfigurationsRequest) (*model.ListComponentConfigurationsResponse, error)
ListComponentConfigurations 获取组件配置列表
获取组件配置列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) ListComponentConfigurationsInvoker ¶ added in v0.1.48
func (c *CaeClient) ListComponentConfigurationsInvoker(request *model.ListComponentConfigurationsRequest) *ListComponentConfigurationsInvoker
ListComponentConfigurationsInvoker 获取组件配置列表
func (*CaeClient) ListComponentEvents ¶ added in v0.1.48
func (c *CaeClient) ListComponentEvents(request *model.ListComponentEventsRequest) (*model.ListComponentEventsResponse, error)
ListComponentEvents 获取组件事件列表
获取组件事件列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) ListComponentEventsInvoker ¶ added in v0.1.48
func (c *CaeClient) ListComponentEventsInvoker(request *model.ListComponentEventsRequest) *ListComponentEventsInvoker
ListComponentEventsInvoker 获取组件事件列表
func (*CaeClient) ListComponentInstances ¶ added in v0.1.48
func (c *CaeClient) ListComponentInstances(request *model.ListComponentInstancesRequest) (*model.ListComponentInstancesResponse, error)
ListComponentInstances 获取组件实例列表
获取组件实例列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) ListComponentInstancesInvoker ¶ added in v0.1.48
func (c *CaeClient) ListComponentInstancesInvoker(request *model.ListComponentInstancesRequest) *ListComponentInstancesInvoker
ListComponentInstancesInvoker 获取组件实例列表
func (*CaeClient) ListComponentSnapshots ¶
func (c *CaeClient) ListComponentSnapshots(request *model.ListComponentSnapshotsRequest) (*model.ListComponentSnapshotsResponse, error)
ListComponentSnapshots 获取组件快照列表
获取组件快照列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) ListComponentSnapshotsInvoker ¶
func (c *CaeClient) ListComponentSnapshotsInvoker(request *model.ListComponentSnapshotsRequest) *ListComponentSnapshotsInvoker
ListComponentSnapshotsInvoker 获取组件快照列表
func (*CaeClient) ListComponents ¶
func (c *CaeClient) ListComponents(request *model.ListComponentsRequest) (*model.ListComponentsResponse, error)
ListComponents 获取组件列表
获取组件列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) ListComponentsInvoker ¶
func (c *CaeClient) ListComponentsInvoker(request *model.ListComponentsRequest) *ListComponentsInvoker
ListComponentsInvoker 获取组件列表
func (*CaeClient) ListDomains ¶ added in v0.1.48
func (c *CaeClient) ListDomains(request *model.ListDomainsRequest) (*model.ListDomainsResponse, error)
ListDomains 获取域名列表
获取域名列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) ListDomainsInvoker ¶ added in v0.1.48
func (c *CaeClient) ListDomainsInvoker(request *model.ListDomainsRequest) *ListDomainsInvoker
ListDomainsInvoker 获取域名列表
func (*CaeClient) ListEips ¶ added in v0.1.58
func (c *CaeClient) ListEips(request *model.ListEipsRequest) (*model.ListEipsResponse, error)
ListEips 获取集群节点弹性公网IP列表
获取集群节点弹性公网IP列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) ListEipsInvoker ¶ added in v0.1.58
func (c *CaeClient) ListEipsInvoker(request *model.ListEipsRequest) *ListEipsInvoker
ListEipsInvoker 获取集群节点弹性公网IP列表
func (*CaeClient) ListEnvironments ¶
func (c *CaeClient) ListEnvironments(request *model.ListEnvironmentsRequest) (*model.ListEnvironmentsResponse, error)
ListEnvironments 获取环境列表
获取环境列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) ListEnvironmentsInvoker ¶
func (c *CaeClient) ListEnvironmentsInvoker(request *model.ListEnvironmentsRequest) *ListEnvironmentsInvoker
ListEnvironmentsInvoker 获取环境列表
func (*CaeClient) ListTimerRules ¶ added in v0.1.48
func (c *CaeClient) ListTimerRules(request *model.ListTimerRulesRequest) (*model.ListTimerRulesResponse, error)
ListTimerRules 获取定时启停规则列表
获取定时启停规则列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) ListTimerRulesInvoker ¶ added in v0.1.48
func (c *CaeClient) ListTimerRulesInvoker(request *model.ListTimerRulesRequest) *ListTimerRulesInvoker
ListTimerRulesInvoker 获取定时启停规则列表
func (*CaeClient) ListVolumes ¶
func (c *CaeClient) ListVolumes(request *model.ListVolumesRequest) (*model.ListVolumesResponse, error)
ListVolumes 获取云存储列表
获取云存储列表。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) ListVolumesInvoker ¶
func (c *CaeClient) ListVolumesInvoker(request *model.ListVolumesRequest) *ListVolumesInvoker
ListVolumesInvoker 获取云存储列表
func (*CaeClient) RetryJob ¶
func (c *CaeClient) RetryJob(request *model.RetryJobRequest) (*model.RetryJobResponse, error)
RetryJob 重试任务
重试任务。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) RetryJobInvoker ¶
func (c *CaeClient) RetryJobInvoker(request *model.RetryJobRequest) *RetryJobInvoker
RetryJobInvoker 重试任务
func (*CaeClient) ShowApplication ¶
func (c *CaeClient) ShowApplication(request *model.ShowApplicationRequest) (*model.ShowApplicationResponse, error)
ShowApplication 获取应用详情
获取应用详情。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) ShowApplicationInvoker ¶
func (c *CaeClient) ShowApplicationInvoker(request *model.ShowApplicationRequest) *ShowApplicationInvoker
ShowApplicationInvoker 获取应用详情
func (*CaeClient) ShowComponent ¶
func (c *CaeClient) ShowComponent(request *model.ShowComponentRequest) (*model.ShowComponentResponse, error)
ShowComponent 获取组件详情
获取组件详情。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) ShowComponentInvoker ¶
func (c *CaeClient) ShowComponentInvoker(request *model.ShowComponentRequest) *ShowComponentInvoker
ShowComponentInvoker 获取组件详情
func (*CaeClient) ShowExecutionResult ¶ added in v0.1.48
func (c *CaeClient) ShowExecutionResult(request *model.ShowExecutionResultRequest) (*model.ShowExecutionResultResponse, error)
ShowExecutionResult 获取上次定时启停规则的执行情况
获取上次定时启停规则的执行情况。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) ShowExecutionResultInvoker ¶ added in v0.1.48
func (c *CaeClient) ShowExecutionResultInvoker(request *model.ShowExecutionResultRequest) *ShowExecutionResultInvoker
ShowExecutionResultInvoker 获取上次定时启停规则的执行情况
func (*CaeClient) ShowJob ¶
func (c *CaeClient) ShowJob(request *model.ShowJobRequest) (*model.ShowJobResponse, error)
ShowJob 获取任务详情
获取任务详情。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) ShowJobInvoker ¶
func (c *CaeClient) ShowJobInvoker(request *model.ShowJobRequest) *ShowJobInvoker
ShowJobInvoker 获取任务详情
func (*CaeClient) UpdateCertificate ¶ added in v0.1.48
func (c *CaeClient) UpdateCertificate(request *model.UpdateCertificateRequest) (*model.UpdateCertificateResponse, error)
UpdateCertificate 修改证书
修改证书。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) UpdateCertificateInvoker ¶ added in v0.1.48
func (c *CaeClient) UpdateCertificateInvoker(request *model.UpdateCertificateRequest) *UpdateCertificateInvoker
UpdateCertificateInvoker 修改证书
func (*CaeClient) UpdateComponent ¶
func (c *CaeClient) UpdateComponent(request *model.UpdateComponentRequest) (*model.UpdateComponentResponse, error)
UpdateComponent 更新组件
更新组件。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) UpdateComponentInvoker ¶
func (c *CaeClient) UpdateComponentInvoker(request *model.UpdateComponentRequest) *UpdateComponentInvoker
UpdateComponentInvoker 更新组件
func (*CaeClient) UpdateEip ¶ added in v0.1.58
func (c *CaeClient) UpdateEip(request *model.UpdateEipRequest) (*model.UpdateEipResponse, error)
UpdateEip 修改带宽
修改带宽。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) UpdateEipInvoker ¶ added in v0.1.58
func (c *CaeClient) UpdateEipInvoker(request *model.UpdateEipRequest) *UpdateEipInvoker
UpdateEipInvoker 修改带宽
func (*CaeClient) UpdateTimerRule ¶ added in v0.1.48
func (c *CaeClient) UpdateTimerRule(request *model.UpdateTimerRuleRequest) (*model.UpdateTimerRuleResponse, error)
UpdateTimerRule 修改定时启停规则
修改定时启停规则。
Please refer to HUAWEI cloud API Explorer for details.
func (*CaeClient) UpdateTimerRuleInvoker ¶ added in v0.1.48
func (c *CaeClient) UpdateTimerRuleInvoker(request *model.UpdateTimerRuleRequest) *UpdateTimerRuleInvoker
UpdateTimerRuleInvoker 修改定时启停规则
type CreateAgencyInvoker ¶
type CreateAgencyInvoker struct {
*invoker.BaseInvoker
}
func (*CreateAgencyInvoker) Invoke ¶
func (i *CreateAgencyInvoker) Invoke() (*model.CreateAgencyResponse, error)
type CreateApplicationInvoker ¶
type CreateApplicationInvoker struct {
*invoker.BaseInvoker
}
func (*CreateApplicationInvoker) Invoke ¶
func (i *CreateApplicationInvoker) Invoke() (*model.CreateApplicationResponse, error)
type CreateCertificateInvoker ¶ added in v0.1.48
type CreateCertificateInvoker struct {
*invoker.BaseInvoker
}
func (*CreateCertificateInvoker) Invoke ¶ added in v0.1.48
func (i *CreateCertificateInvoker) Invoke() (*model.CreateCertificateResponse, error)
type CreateComponentConfigurationInvoker ¶
type CreateComponentConfigurationInvoker struct {
*invoker.BaseInvoker
}
func (*CreateComponentConfigurationInvoker) Invoke ¶
func (i *CreateComponentConfigurationInvoker) Invoke() (*model.CreateComponentConfigurationResponse, error)
type CreateComponentInvoker ¶
type CreateComponentInvoker struct {
*invoker.BaseInvoker
}
func (*CreateComponentInvoker) Invoke ¶
func (i *CreateComponentInvoker) Invoke() (*model.CreateComponentResponse, error)
type CreateDomainInvoker ¶ added in v0.1.48
type CreateDomainInvoker struct {
*invoker.BaseInvoker
}
func (*CreateDomainInvoker) Invoke ¶ added in v0.1.48
func (i *CreateDomainInvoker) Invoke() (*model.CreateDomainResponse, error)
type CreateEnvironmentInvoker ¶
type CreateEnvironmentInvoker struct {
*invoker.BaseInvoker
}
func (*CreateEnvironmentInvoker) Invoke ¶
func (i *CreateEnvironmentInvoker) Invoke() (*model.CreateEnvironmentResponse, error)
type CreateTimerRuleInvoker ¶ added in v0.1.48
type CreateTimerRuleInvoker struct {
*invoker.BaseInvoker
}
func (*CreateTimerRuleInvoker) Invoke ¶ added in v0.1.48
func (i *CreateTimerRuleInvoker) Invoke() (*model.CreateTimerRuleResponse, error)
type CreateVolumeInvoker ¶
type CreateVolumeInvoker struct {
*invoker.BaseInvoker
}
func (*CreateVolumeInvoker) Invoke ¶
func (i *CreateVolumeInvoker) Invoke() (*model.CreateVolumeResponse, error)
type DeleteApplicationInvoker ¶
type DeleteApplicationInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteApplicationInvoker) Invoke ¶
func (i *DeleteApplicationInvoker) Invoke() (*model.DeleteApplicationResponse, error)
type DeleteCertificateInvoker ¶ added in v0.1.48
type DeleteCertificateInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteCertificateInvoker) Invoke ¶ added in v0.1.48
func (i *DeleteCertificateInvoker) Invoke() (*model.DeleteCertificateResponse, error)
type DeleteComponentConfigurationInvoker ¶
type DeleteComponentConfigurationInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteComponentConfigurationInvoker) Invoke ¶
func (i *DeleteComponentConfigurationInvoker) Invoke() (*model.DeleteComponentConfigurationResponse, error)
type DeleteComponentInvoker ¶
type DeleteComponentInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteComponentInvoker) Invoke ¶
func (i *DeleteComponentInvoker) Invoke() (*model.DeleteComponentResponse, error)
type DeleteDomainInvoker ¶ added in v0.1.48
type DeleteDomainInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteDomainInvoker) Invoke ¶ added in v0.1.48
func (i *DeleteDomainInvoker) Invoke() (*model.DeleteDomainResponse, error)
type DeleteEnvironmentInvoker ¶
type DeleteEnvironmentInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteEnvironmentInvoker) Invoke ¶
func (i *DeleteEnvironmentInvoker) Invoke() (*model.DeleteEnvironmentResponse, error)
type DeleteTimerRuleInvoker ¶ added in v0.1.48
type DeleteTimerRuleInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteTimerRuleInvoker) Invoke ¶ added in v0.1.48
func (i *DeleteTimerRuleInvoker) Invoke() (*model.DeleteTimerRuleResponse, error)
type DeleteVolumeInvoker ¶
type DeleteVolumeInvoker struct {
*invoker.BaseInvoker
}
func (*DeleteVolumeInvoker) Invoke ¶
func (i *DeleteVolumeInvoker) Invoke() (*model.DeleteVolumeResponse, error)
type ExecuteActionInvoker ¶
type ExecuteActionInvoker struct {
*invoker.BaseInvoker
}
func (*ExecuteActionInvoker) Invoke ¶
func (i *ExecuteActionInvoker) Invoke() (*model.ExecuteActionResponse, error)
type ListAgenciesInvoker ¶ added in v0.1.48
type ListAgenciesInvoker struct {
*invoker.BaseInvoker
}
func (*ListAgenciesInvoker) Invoke ¶ added in v0.1.48
func (i *ListAgenciesInvoker) Invoke() (*model.ListAgenciesResponse, error)
type ListApplicationsInvoker ¶
type ListApplicationsInvoker struct {
*invoker.BaseInvoker
}
func (*ListApplicationsInvoker) Invoke ¶
func (i *ListApplicationsInvoker) Invoke() (*model.ListApplicationsResponse, error)
type ListCertificatesInvoker ¶ added in v0.1.48
type ListCertificatesInvoker struct {
*invoker.BaseInvoker
}
func (*ListCertificatesInvoker) Invoke ¶ added in v0.1.48
func (i *ListCertificatesInvoker) Invoke() (*model.ListCertificatesResponse, error)
type ListComponentConfigurationsInvoker ¶ added in v0.1.48
type ListComponentConfigurationsInvoker struct {
*invoker.BaseInvoker
}
func (*ListComponentConfigurationsInvoker) Invoke ¶ added in v0.1.48
func (i *ListComponentConfigurationsInvoker) Invoke() (*model.ListComponentConfigurationsResponse, error)
type ListComponentEventsInvoker ¶ added in v0.1.48
type ListComponentEventsInvoker struct {
*invoker.BaseInvoker
}
func (*ListComponentEventsInvoker) Invoke ¶ added in v0.1.48
func (i *ListComponentEventsInvoker) Invoke() (*model.ListComponentEventsResponse, error)
type ListComponentInstancesInvoker ¶ added in v0.1.48
type ListComponentInstancesInvoker struct {
*invoker.BaseInvoker
}
func (*ListComponentInstancesInvoker) Invoke ¶ added in v0.1.48
func (i *ListComponentInstancesInvoker) Invoke() (*model.ListComponentInstancesResponse, error)
type ListComponentSnapshotsInvoker ¶
type ListComponentSnapshotsInvoker struct {
*invoker.BaseInvoker
}
func (*ListComponentSnapshotsInvoker) Invoke ¶
func (i *ListComponentSnapshotsInvoker) Invoke() (*model.ListComponentSnapshotsResponse, error)
type ListComponentsInvoker ¶
type ListComponentsInvoker struct {
*invoker.BaseInvoker
}
func (*ListComponentsInvoker) Invoke ¶
func (i *ListComponentsInvoker) Invoke() (*model.ListComponentsResponse, error)
type ListDomainsInvoker ¶ added in v0.1.48
type ListDomainsInvoker struct {
*invoker.BaseInvoker
}
func (*ListDomainsInvoker) Invoke ¶ added in v0.1.48
func (i *ListDomainsInvoker) Invoke() (*model.ListDomainsResponse, error)
type ListEipsInvoker ¶ added in v0.1.58
type ListEipsInvoker struct {
*invoker.BaseInvoker
}
func (*ListEipsInvoker) Invoke ¶ added in v0.1.58
func (i *ListEipsInvoker) Invoke() (*model.ListEipsResponse, error)
type ListEnvironmentsInvoker ¶
type ListEnvironmentsInvoker struct {
*invoker.BaseInvoker
}
func (*ListEnvironmentsInvoker) Invoke ¶
func (i *ListEnvironmentsInvoker) Invoke() (*model.ListEnvironmentsResponse, error)
type ListTimerRulesInvoker ¶ added in v0.1.48
type ListTimerRulesInvoker struct {
*invoker.BaseInvoker
}
func (*ListTimerRulesInvoker) Invoke ¶ added in v0.1.48
func (i *ListTimerRulesInvoker) Invoke() (*model.ListTimerRulesResponse, error)
type ListVolumesInvoker ¶
type ListVolumesInvoker struct {
*invoker.BaseInvoker
}
func (*ListVolumesInvoker) Invoke ¶
func (i *ListVolumesInvoker) Invoke() (*model.ListVolumesResponse, error)
type RetryJobInvoker ¶
type RetryJobInvoker struct {
*invoker.BaseInvoker
}
func (*RetryJobInvoker) Invoke ¶
func (i *RetryJobInvoker) Invoke() (*model.RetryJobResponse, error)
type ShowApplicationInvoker ¶
type ShowApplicationInvoker struct {
*invoker.BaseInvoker
}
func (*ShowApplicationInvoker) Invoke ¶
func (i *ShowApplicationInvoker) Invoke() (*model.ShowApplicationResponse, error)
type ShowComponentInvoker ¶
type ShowComponentInvoker struct {
*invoker.BaseInvoker
}
func (*ShowComponentInvoker) Invoke ¶
func (i *ShowComponentInvoker) Invoke() (*model.ShowComponentResponse, error)
type ShowExecutionResultInvoker ¶ added in v0.1.48
type ShowExecutionResultInvoker struct {
*invoker.BaseInvoker
}
func (*ShowExecutionResultInvoker) Invoke ¶ added in v0.1.48
func (i *ShowExecutionResultInvoker) Invoke() (*model.ShowExecutionResultResponse, error)
type ShowJobInvoker ¶
type ShowJobInvoker struct {
*invoker.BaseInvoker
}
func (*ShowJobInvoker) Invoke ¶
func (i *ShowJobInvoker) Invoke() (*model.ShowJobResponse, error)
type UpdateCertificateInvoker ¶ added in v0.1.48
type UpdateCertificateInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateCertificateInvoker) Invoke ¶ added in v0.1.48
func (i *UpdateCertificateInvoker) Invoke() (*model.UpdateCertificateResponse, error)
type UpdateComponentInvoker ¶
type UpdateComponentInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateComponentInvoker) Invoke ¶
func (i *UpdateComponentInvoker) Invoke() (*model.UpdateComponentResponse, error)
type UpdateEipInvoker ¶ added in v0.1.58
type UpdateEipInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateEipInvoker) Invoke ¶ added in v0.1.58
func (i *UpdateEipInvoker) Invoke() (*model.UpdateEipResponse, error)
type UpdateTimerRuleInvoker ¶ added in v0.1.48
type UpdateTimerRuleInvoker struct {
*invoker.BaseInvoker
}
func (*UpdateTimerRuleInvoker) Invoke ¶ added in v0.1.48
func (i *UpdateTimerRuleInvoker) Invoke() (*model.UpdateTimerRuleResponse, error)