v3

package
v0.0.82 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2022 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CcClientBuilder

func CcClientBuilder() *http_client.HcHttpClientBuilder

func GenReqDefForCreateCloudConnection

func GenReqDefForCreateCloudConnection() *def.HttpRequestDef

func GenReqDefForCreateNetworkInstance

func GenReqDefForCreateNetworkInstance() *def.HttpRequestDef

func GenReqDefForDeleteCloudConnection

func GenReqDefForDeleteCloudConnection() *def.HttpRequestDef

func GenReqDefForDeleteNetworkInstance

func GenReqDefForDeleteNetworkInstance() *def.HttpRequestDef

func GenReqDefForListCloudConnectionRoutes

func GenReqDefForListCloudConnectionRoutes() *def.HttpRequestDef

func GenReqDefForListCloudConnections

func GenReqDefForListCloudConnections() *def.HttpRequestDef

func GenReqDefForListNetworkInstances

func GenReqDefForListNetworkInstances() *def.HttpRequestDef

func GenReqDefForShowCloudConnection

func GenReqDefForShowCloudConnection() *def.HttpRequestDef

func GenReqDefForShowCloudConnectionRoutes

func GenReqDefForShowCloudConnectionRoutes() *def.HttpRequestDef

func GenReqDefForShowNetworkInstance

func GenReqDefForShowNetworkInstance() *def.HttpRequestDef

func GenReqDefForUpdateCloudConnection

func GenReqDefForUpdateCloudConnection() *def.HttpRequestDef

func GenReqDefForUpdateNetworkInstance

func GenReqDefForUpdateNetworkInstance() *def.HttpRequestDef

Types

type CcClient

type CcClient struct {
	HcClient *http_client.HcHttpClient
}

func NewCcClient

func NewCcClient(hcClient *http_client.HcHttpClient) *CcClient

func (*CcClient) CreateCloudConnection

创建云连接实例。

func (*CcClient) CreateNetworkInstance

创建网络实例。

func (*CcClient) DeleteCloudConnection

删除云连接实例。

func (*CcClient) DeleteNetworkInstance

删除网络实例。

func (*CcClient) ListCloudConnectionRoutes

查询云连接路由条目列表。 分页查询使用的参数为marker、limit。marker和limit一起使用时才会生效,单独使用无效。

func (*CcClient) ListCloudConnections

func (c *CcClient) ListCloudConnections(request *model.ListCloudConnectionsRequest) (*model.ListCloudConnectionsResponse, error)

查询云连接列表。 分页查询使用的参数为marker、limit。marker和limit一起使用时才会生效,单独使用无效。

func (*CcClient) ListNetworkInstances

func (c *CcClient) ListNetworkInstances(request *model.ListNetworkInstancesRequest) (*model.ListNetworkInstancesResponse, error)

查询云连接列表。 分页查询使用的参数为marker、limit。marker和limit一起使用时才会生效,单独使用无效。

func (*CcClient) ShowCloudConnection

func (c *CcClient) ShowCloudConnection(request *model.ShowCloudConnectionRequest) (*model.ShowCloudConnectionResponse, error)

查询云连接实例。

func (*CcClient) ShowCloudConnectionRoutes

查询云连接路由条目列表。 分页查询使用的参数为marker、limit。marker和limit一起使用时才会生效,单独使用无效。

func (*CcClient) ShowNetworkInstance

func (c *CcClient) ShowNetworkInstance(request *model.ShowNetworkInstanceRequest) (*model.ShowNetworkInstanceResponse, error)

查询网络实例。

func (*CcClient) UpdateCloudConnection

更新云连接实例。

func (*CcClient) UpdateNetworkInstance

更新网络实例。

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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