v1

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 CloudPondClientBuilder

func CloudPondClientBuilder() *httpclient.HcHttpClientBuilder

func GenReqDefForCreateEdgeSite

func GenReqDefForCreateEdgeSite() *def.HttpRequestDef

func GenReqDefForDeleteEdgeSite

func GenReqDefForDeleteEdgeSite() *def.HttpRequestDef

func GenReqDefForListEdgeSiteMetrics

func GenReqDefForListEdgeSiteMetrics() *def.HttpRequestDef

func GenReqDefForListEdgeSites

func GenReqDefForListEdgeSites() *def.HttpRequestDef

func GenReqDefForListQuotas

func GenReqDefForListQuotas() *def.HttpRequestDef

func GenReqDefForListRacks

func GenReqDefForListRacks() *def.HttpRequestDef

func GenReqDefForListStoragePools

func GenReqDefForListStoragePools() *def.HttpRequestDef

func GenReqDefForListSupportedRegions

func GenReqDefForListSupportedRegions() *def.HttpRequestDef

func GenReqDefForListSupportedZones added in v0.1.95

func GenReqDefForListSupportedZones() *def.HttpRequestDef

func GenReqDefForShowEdgeSite

func GenReqDefForShowEdgeSite() *def.HttpRequestDef

func GenReqDefForShowRack

func GenReqDefForShowRack() *def.HttpRequestDef

func GenReqDefForShowStoragePool

func GenReqDefForShowStoragePool() *def.HttpRequestDef

func GenReqDefForUpdateEdgeSite

func GenReqDefForUpdateEdgeSite() *def.HttpRequestDef

Types

type CloudPondClient

type CloudPondClient struct {
	HcClient *httpclient.HcHttpClient
}

func NewCloudPondClient

func NewCloudPondClient(hcClient *httpclient.HcHttpClient) *CloudPondClient

func (*CloudPondClient) CreateEdgeSite

CreateEdgeSite 创建边缘小站

创建边缘小站。 - 一个边缘小站关联一个华为云指定的区域。

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudPondClient) CreateEdgeSiteInvoker

func (c *CloudPondClient) CreateEdgeSiteInvoker(request *model.CreateEdgeSiteRequest) *CreateEdgeSiteInvoker

CreateEdgeSiteInvoker 创建边缘小站

func (*CloudPondClient) DeleteEdgeSite

DeleteEdgeSite 删除边缘小站

删除指定的边缘小站。

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudPondClient) DeleteEdgeSiteInvoker

func (c *CloudPondClient) DeleteEdgeSiteInvoker(request *model.DeleteEdgeSiteRequest) *DeleteEdgeSiteInvoker

DeleteEdgeSiteInvoker 删除边缘小站

func (*CloudPondClient) ListEdgeSiteMetrics

ListEdgeSiteMetrics 查看站点容量信息

查看站点容量信息。

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudPondClient) ListEdgeSiteMetricsInvoker

func (c *CloudPondClient) ListEdgeSiteMetricsInvoker(request *model.ListEdgeSiteMetricsRequest) *ListEdgeSiteMetricsInvoker

ListEdgeSiteMetricsInvoker 查看站点容量信息

func (*CloudPondClient) ListEdgeSites

ListEdgeSites 查询边缘小站列表

查询边缘小站列表。

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudPondClient) ListEdgeSitesInvoker

func (c *CloudPondClient) ListEdgeSitesInvoker(request *model.ListEdgeSitesRequest) *ListEdgeSitesInvoker

ListEdgeSitesInvoker 查询边缘小站列表

func (*CloudPondClient) ListQuotas

ListQuotas 查询配额

查询租户资源配额。

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudPondClient) ListQuotasInvoker

func (c *CloudPondClient) ListQuotasInvoker(request *model.ListQuotasRequest) *ListQuotasInvoker

ListQuotasInvoker 查询配额

func (*CloudPondClient) ListRacks

ListRacks 查询机柜列表

查询机柜列表。

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudPondClient) ListRacksInvoker

func (c *CloudPondClient) ListRacksInvoker(request *model.ListRacksRequest) *ListRacksInvoker

ListRacksInvoker 查询机柜列表

func (*CloudPondClient) ListStoragePools

ListStoragePools 查询存储池列表

查询存储池列表。

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudPondClient) ListStoragePoolsInvoker

func (c *CloudPondClient) ListStoragePoolsInvoker(request *model.ListStoragePoolsRequest) *ListStoragePoolsInvoker

ListStoragePoolsInvoker 查询存储池列表

func (*CloudPondClient) ListSupportedRegions

ListSupportedRegions 查询支持的区域列表

查询支持智能边缘小站接入的华为云区域(region)列表。

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudPondClient) ListSupportedRegionsInvoker

func (c *CloudPondClient) ListSupportedRegionsInvoker(request *model.ListSupportedRegionsRequest) *ListSupportedRegionsInvoker

ListSupportedRegionsInvoker 查询支持的区域列表

func (*CloudPondClient) ListSupportedZones added in v0.1.95

ListSupportedZones 查询支持的地区列表

查询支持智能边缘小站接入的华为云地区列表。 - 该接口支持企业项目细粒度权限的校验,具体细粒度请参见 ies:zone:list

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudPondClient) ListSupportedZonesInvoker added in v0.1.95

func (c *CloudPondClient) ListSupportedZonesInvoker(request *model.ListSupportedZonesRequest) *ListSupportedZonesInvoker

ListSupportedZonesInvoker 查询支持的地区列表

func (*CloudPondClient) ShowEdgeSite

ShowEdgeSite 查询边缘小站详情

查询边缘小站详情。

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudPondClient) ShowEdgeSiteInvoker

func (c *CloudPondClient) ShowEdgeSiteInvoker(request *model.ShowEdgeSiteRequest) *ShowEdgeSiteInvoker

ShowEdgeSiteInvoker 查询边缘小站详情

func (*CloudPondClient) ShowRack

ShowRack 查询机柜详情

查询机柜详情。

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudPondClient) ShowRackInvoker

func (c *CloudPondClient) ShowRackInvoker(request *model.ShowRackRequest) *ShowRackInvoker

ShowRackInvoker 查询机柜详情

func (*CloudPondClient) ShowStoragePool

ShowStoragePool 查询存储池详情

查询存储池详情。

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudPondClient) ShowStoragePoolInvoker

func (c *CloudPondClient) ShowStoragePoolInvoker(request *model.ShowStoragePoolRequest) *ShowStoragePoolInvoker

ShowStoragePoolInvoker 查询存储池详情

func (*CloudPondClient) UpdateEdgeSite

UpdateEdgeSite 更新边缘小站

更新边缘小站。 - 允许更新边缘小站描述或场地信息。

Please refer to HUAWEI cloud API Explorer for details.

func (*CloudPondClient) UpdateEdgeSiteInvoker

func (c *CloudPondClient) UpdateEdgeSiteInvoker(request *model.UpdateEdgeSiteRequest) *UpdateEdgeSiteInvoker

UpdateEdgeSiteInvoker 更新边缘小站

type CreateEdgeSiteInvoker

type CreateEdgeSiteInvoker struct {
	*invoker.BaseInvoker
}

func (*CreateEdgeSiteInvoker) Invoke

type DeleteEdgeSiteInvoker

type DeleteEdgeSiteInvoker struct {
	*invoker.BaseInvoker
}

func (*DeleteEdgeSiteInvoker) Invoke

type ListEdgeSiteMetricsInvoker

type ListEdgeSiteMetricsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListEdgeSiteMetricsInvoker) Invoke

type ListEdgeSitesInvoker

type ListEdgeSitesInvoker struct {
	*invoker.BaseInvoker
}

func (*ListEdgeSitesInvoker) Invoke

type ListQuotasInvoker

type ListQuotasInvoker struct {
	*invoker.BaseInvoker
}

func (*ListQuotasInvoker) Invoke

type ListRacksInvoker

type ListRacksInvoker struct {
	*invoker.BaseInvoker
}

func (*ListRacksInvoker) Invoke

type ListStoragePoolsInvoker

type ListStoragePoolsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListStoragePoolsInvoker) Invoke

type ListSupportedRegionsInvoker

type ListSupportedRegionsInvoker struct {
	*invoker.BaseInvoker
}

func (*ListSupportedRegionsInvoker) Invoke

type ListSupportedZonesInvoker added in v0.1.95

type ListSupportedZonesInvoker struct {
	*invoker.BaseInvoker
}

func (*ListSupportedZonesInvoker) Invoke added in v0.1.95

type ShowEdgeSiteInvoker

type ShowEdgeSiteInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowEdgeSiteInvoker) Invoke

type ShowRackInvoker

type ShowRackInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowRackInvoker) Invoke

func (i *ShowRackInvoker) Invoke() (*model.ShowRackResponse, error)

type ShowStoragePoolInvoker

type ShowStoragePoolInvoker struct {
	*invoker.BaseInvoker
}

func (*ShowStoragePoolInvoker) Invoke

type UpdateEdgeSiteInvoker

type UpdateEdgeSiteInvoker struct {
	*invoker.BaseInvoker
}

func (*UpdateEdgeSiteInvoker) Invoke

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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