v3

package
v0.1.112 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2024 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenReqDefForApplyCertificate added in v0.1.90

func GenReqDefForApplyCertificate() *def.HttpRequestDef

func GenReqDefForBatchPushCertificate added in v0.1.65

func GenReqDefForBatchPushCertificate() *def.HttpRequestDef

func GenReqDefForDeleteCertificate

func GenReqDefForDeleteCertificate() *def.HttpRequestDef

func GenReqDefForDeployCertificate added in v0.1.68

func GenReqDefForDeployCertificate() *def.HttpRequestDef

func GenReqDefForExportCertificate

func GenReqDefForExportCertificate() *def.HttpRequestDef

func GenReqDefForImportCertificate

func GenReqDefForImportCertificate() *def.HttpRequestDef

func GenReqDefForListCertificates

func GenReqDefForListCertificates() *def.HttpRequestDef

func GenReqDefForListDeployedResources added in v0.1.90

func GenReqDefForListDeployedResources() *def.HttpRequestDef

func GenReqDefForPushCertificate

func GenReqDefForPushCertificate() *def.HttpRequestDef

func GenReqDefForShowCertificate

func GenReqDefForShowCertificate() *def.HttpRequestDef

func GenReqDefForSubscribeCertificate added in v0.1.90

func GenReqDefForSubscribeCertificate() *def.HttpRequestDef

func GenReqDefForUnsubscribeCertificate added in v0.1.90

func GenReqDefForUnsubscribeCertificate() *def.HttpRequestDef

func ScmClientBuilder

func ScmClientBuilder() *httpclient.HcHttpClientBuilder

Types

type ApplyCertificateInvoker added in v0.1.90

type ApplyCertificateInvoker struct {
	*invoker.BaseInvoker
}

func (*ApplyCertificateInvoker) Invoke added in v0.1.90

type BatchPushCertificateInvoker added in v0.1.65

type BatchPushCertificateInvoker struct {
	*invoker.BaseInvoker
}

func (*BatchPushCertificateInvoker) Invoke added in v0.1.65

type DeleteCertificateInvoker added in v0.0.90

type DeleteCertificateInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteCertificateInvoker) Invoke added in v0.0.90

type DeployCertificateInvoker added in v0.1.68

type DeployCertificateInvoker struct {
	*invoker.BaseInvoker
}

func (*DeployCertificateInvoker) Invoke added in v0.1.68

type ExportCertificateInvoker added in v0.0.90

type ExportCertificateInvoker struct {
	*invoker.BaseInvoker
}

func (*ExportCertificateInvoker) Invoke added in v0.0.90

type ImportCertificateInvoker added in v0.0.90

type ImportCertificateInvoker struct {
	*invoker.BaseInvoker
}

func (*ImportCertificateInvoker) Invoke added in v0.0.90

type ListCertificatesInvoker added in v0.0.90

type ListCertificatesInvoker struct {
	*invoker.BaseInvoker
}

func (*ListCertificatesInvoker) Invoke added in v0.0.90

type ListDeployedResourcesInvoker added in v0.1.90

type ListDeployedResourcesInvoker struct {
	*invoker.BaseInvoker
}

func (*ListDeployedResourcesInvoker) Invoke added in v0.1.90

type PushCertificateInvoker added in v0.0.90

type PushCertificateInvoker struct {
	*invoker.BaseInvoker
}

func (*PushCertificateInvoker) Invoke added in v0.0.90

type ScmClient

type ScmClient struct {
	HcClient *httpclient.HcHttpClient
}

func NewScmClient

func NewScmClient(hcClient *httpclient.HcHttpClient) *ScmClient

func (*ScmClient) ApplyCertificate added in v0.1.90

func (c *ScmClient) ApplyCertificate(request *model.ApplyCertificateRequest) (*model.ApplyCertificateResponse, error)

ApplyCertificate 申请证书

申请证书。

Please refer to HUAWEI cloud API Explorer for details.

func (*ScmClient) ApplyCertificateInvoker added in v0.1.90

func (c *ScmClient) ApplyCertificateInvoker(request *model.ApplyCertificateRequest) *ApplyCertificateInvoker

ApplyCertificateInvoker 申请证书

func (*ScmClient) BatchPushCertificate added in v0.1.65

BatchPushCertificate 批量推送证书

批量推送SSL证书到弹性负载均衡(Elastic Load Balance,简称ELB)、Web应用防火墙(Web Application Firewall,WAF)、CDN(Content Delivery Network,内容分发网络)等其它华为云产品中。

Please refer to HUAWEI cloud API Explorer for details.

func (*ScmClient) BatchPushCertificateInvoker added in v0.1.65

func (c *ScmClient) BatchPushCertificateInvoker(request *model.BatchPushCertificateRequest) *BatchPushCertificateInvoker

BatchPushCertificateInvoker 批量推送证书

func (*ScmClient) DeleteCertificate

func (c *ScmClient) DeleteCertificate(request *model.DeleteCertificateRequest) (*model.DeleteCertificateResponse, error)

DeleteCertificate 删除证书

删除证书实例,即将证书资源从系统中删除。

Please refer to HUAWEI cloud API Explorer for details.

func (*ScmClient) DeleteCertificateInvoker added in v0.0.90

func (c *ScmClient) DeleteCertificateInvoker(request *model.DeleteCertificateRequest) *DeleteCertificateInvoker

DeleteCertificateInvoker 删除证书

func (*ScmClient) DeployCertificate added in v0.1.68

func (c *ScmClient) DeployCertificate(request *model.DeployCertificateRequest) (*model.DeployCertificateResponse, error)

DeployCertificate 部署证书

部署SSL证书到弹性负载均衡(Elastic Load Balance,简称ELB)、Web应用防火墙(Web Application Firewall,WAF)、CDN(Content Delivery Network,内容分发网络)等其它华为云产品中。

Please refer to HUAWEI cloud API Explorer for details.

func (*ScmClient) DeployCertificateInvoker added in v0.1.68

func (c *ScmClient) DeployCertificateInvoker(request *model.DeployCertificateRequest) *DeployCertificateInvoker

DeployCertificateInvoker 部署证书

func (*ScmClient) ExportCertificate

func (c *ScmClient) ExportCertificate(request *model.ExportCertificateRequest) (*model.ExportCertificateResponse, error)

ExportCertificate 导出证书

导出证书。

Please refer to HUAWEI cloud API Explorer for details.

func (*ScmClient) ExportCertificateInvoker added in v0.0.90

func (c *ScmClient) ExportCertificateInvoker(request *model.ExportCertificateRequest) *ExportCertificateInvoker

ExportCertificateInvoker 导出证书

func (*ScmClient) ImportCertificate

func (c *ScmClient) ImportCertificate(request *model.ImportCertificateRequest) (*model.ImportCertificateResponse, error)

ImportCertificate 导入证书

导入证书到SCM服务管理。

Please refer to HUAWEI cloud API Explorer for details.

func (*ScmClient) ImportCertificateInvoker added in v0.0.90

func (c *ScmClient) ImportCertificateInvoker(request *model.ImportCertificateRequest) *ImportCertificateInvoker

ImportCertificateInvoker 导入证书

func (*ScmClient) ListCertificates

func (c *ScmClient) ListCertificates(request *model.ListCertificatesRequest) (*model.ListCertificatesResponse, error)

ListCertificates 查询证书列表

根据证书名称或绑定域名查询证书列表。

Please refer to HUAWEI cloud API Explorer for details.

func (*ScmClient) ListCertificatesInvoker added in v0.0.90

func (c *ScmClient) ListCertificatesInvoker(request *model.ListCertificatesRequest) *ListCertificatesInvoker

ListCertificatesInvoker 查询证书列表

func (*ScmClient) ListDeployedResources added in v0.1.90

ListDeployedResources 查询已部署资源

查询证书已部署的具体资源。针对已签发和上传的非国密证书

Please refer to HUAWEI cloud API Explorer for details.

func (*ScmClient) ListDeployedResourcesInvoker added in v0.1.90

func (c *ScmClient) ListDeployedResourcesInvoker(request *model.ListDeployedResourcesRequest) *ListDeployedResourcesInvoker

ListDeployedResourcesInvoker 查询已部署资源

func (*ScmClient) PushCertificate

func (c *ScmClient) PushCertificate(request *model.PushCertificateRequest) (*model.PushCertificateResponse, error)

PushCertificate 推送证书

推送SSL证书到弹性负载均衡(Elastic Load Balance,简称ELB)、Web应用防火墙(Web Application Firewall,WAF)、CDN(Content Delivery Network,内容分发网络)等其它华为云产品中。

Please refer to HUAWEI cloud API Explorer for details.

func (*ScmClient) PushCertificateInvoker added in v0.0.90

func (c *ScmClient) PushCertificateInvoker(request *model.PushCertificateRequest) *PushCertificateInvoker

PushCertificateInvoker 推送证书

func (*ScmClient) ShowCertificate

func (c *ScmClient) ShowCertificate(request *model.ShowCertificateRequest) (*model.ShowCertificateResponse, error)

ShowCertificate 获取证书详情

查询某张证书的详细信息。

Please refer to HUAWEI cloud API Explorer for details.

func (*ScmClient) ShowCertificateInvoker added in v0.0.90

func (c *ScmClient) ShowCertificateInvoker(request *model.ShowCertificateRequest) *ShowCertificateInvoker

ShowCertificateInvoker 获取证书详情

func (*ScmClient) SubscribeCertificate added in v0.1.90

SubscribeCertificate 购买SSL证书

购买SSL证书。

Please refer to HUAWEI cloud API Explorer for details.

func (*ScmClient) SubscribeCertificateInvoker added in v0.1.90

func (c *ScmClient) SubscribeCertificateInvoker(request *model.SubscribeCertificateRequest) *SubscribeCertificateInvoker

SubscribeCertificateInvoker 购买SSL证书

func (*ScmClient) UnsubscribeCertificate added in v0.1.90

UnsubscribeCertificate 退订证书

退订证书。

Please refer to HUAWEI cloud API Explorer for details.

func (*ScmClient) UnsubscribeCertificateInvoker added in v0.1.90

func (c *ScmClient) UnsubscribeCertificateInvoker(request *model.UnsubscribeCertificateRequest) *UnsubscribeCertificateInvoker

UnsubscribeCertificateInvoker 退订证书

type ShowCertificateInvoker added in v0.0.90

type ShowCertificateInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowCertificateInvoker) Invoke added in v0.0.90

type SubscribeCertificateInvoker added in v0.1.90

type SubscribeCertificateInvoker struct {
	*invoker.BaseInvoker
}

func (*SubscribeCertificateInvoker) Invoke added in v0.1.90

type UnsubscribeCertificateInvoker added in v0.1.90

type UnsubscribeCertificateInvoker struct {
	*invoker.BaseInvoker
}

func (*UnsubscribeCertificateInvoker) Invoke added in v0.1.90

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL