Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidubce/bce-sdk-go
/ functions
Functions
8,554 in github.com/baidubce/bce-sdk-go
⨍
Functions
8,554
◇
Types & classes
4,811
↓ 2 callers
Function
RebuildInstance
RebuildInstance - rebuild a specified instance PARAMS: - cli: the client agent which can perform sending request - instanceId: id of the instance to
services/bcc/api/instance.go:668
↓ 2 callers
Method
Recall
Recall searches memories via POST /recall.
services/cloudmemory/api/memory.go:39
↓ 2 callers
Method
RecommitEtChannel
RecommitEtChannel - recommit et channel PARAMS: - args: the arguments to recommit et channel RETURNS: - error: nil if success otherwise the specific
services/et/et.go:64
↓ 2 callers
Method
Reflect
Reflect synthesises an answer via POST /reflect.
services/cloudmemory/api/memory.go:45
↓ 2 callers
Method
RefreshMentalModel
RefreshMentalModel triggers refresh via POST /banks/{bankId}/mental-models/{modelId}/refresh.
services/cloudmemory/api/mental_models.go:69
↓ 2 callers
Method
RefundEip
RefundEip - refund prepay EIP with the specific parameters PARAMS: - eip: the specific EIP - clientToken: the specific client token RETURNS: - error
services/eip/eip.go:438
↓ 2 callers
Method
RefundEipGroup
RefundEipGroup - refund prepay EIP_GROUP with the specific parameters PARAMS: - id: the eipGroup's id - clientToken: optional parameter, an Idempoten
services/eip/eipgroup.go:272
↓ 2 callers
Method
RefundPeerConn
RefundPeerConn - refund the specific prepaid peer connection PARAMS: - peerConnId: the id of the specific peer connection - clientToken: the idempote
services/vpc/peerconn.go:270
↓ 2 callers
Method
RejectEipTransfer
RejectEipTransfer - reject eip transfer PARAMS: - request: the arguments to RejectEipTransfer RETURNS: - error: nil if success otherwise the specifi
services/eip/eip.go:681
↓ 2 callers
Method
RemoveBackendServers
RemoveBackendServers - remove backend servers PARAMS: - blbId: LoadBalancer's ID - args: parameters to remove backend servers, a backend server list
services/blb/backendserver.go:149
↓ 2 callers
Method
RemoveEtChannelRoutes
RemoveEtChannelRoutes - remove routes from et channel PARAMS: - args: the arguments to remove routes RETURNS: - error: nil if success otherwise the
services/et/et.go:485
↓ 2 callers
Method
RemoveEtChannelUsers
RemoveEtChannelUsers - remove users from et channel PARAMS: - args: the arguments to remove users RETURNS: - error: nil if success otherwise the spe
services/et/et.go:445
↓ 2 callers
Method
RenameEipGroup
RenameEipGroup - rename EIP_GROUP's name with the specific parameters PARAMS: - id: the eipGroup's id - args: the arguments to rename EIP_GROUP RETUR
services/eip/eipgroup.go:123
↓ 2 callers
Method
RenewLbdc
RenewLbdc - renew LBDC with the specific parameters PARAMS: - args: the arguments to renew LBDC RETURNS: - error: nil if success otherwise the specif
services/lbdc/lbdc.go:75
↓ 2 callers
Method
RenewNatGateway
RenewNatGateway - renew nat gateway with the specific parameters PARAMS: - natId: the id of the specific nat gateway - args: the arguments to renew n
services/vpc/nat.go:268
↓ 2 callers
Method
RenewPeerConn
RenewPeerConn - renew the specific peer connection PARAMS: - peerConnId: the id of the specific peer connection - args: the arguments to renew the pe
services/vpc/peerconn.go:203
↓ 2 callers
Method
RenewRBAC
RenewRBAC 重置 RBAC kubeconfig
services/cce/v2/rbac.go:36
↓ 2 callers
Method
RenewReservedInstances
(args *api.RenewReservedInstancesArgs)
services/bcc/client.go:2630
↓ 2 callers
Method
RenewVpnGateway
RenewVpnGateway - renew vpn gateway with the specific parameters PARAMS: - vpnId: the id of the specific vpn gateway - args: the arguments to renew v
services/vpn/vpn.go:201
↓ 2 callers
Method
Request
(method, uri string, body interface{})
services/rds/rds.go:2289
↓ 2 callers
Method
ResizeCsnBp
ResizeCsnBp - 带宽包的带宽升降级。 PARAMS: - csnBpId: 带宽包的ID - clientToken: 幂等性Token,是一个长度不超过64位的ASCII字符串 - body: body参数 RETURNS: - error: the return error if
services/csn/client.go:468
↓ 2 callers
Method
ResizeEip
ResizeEip - resize an EIP with the specific parameters PARAMS: - eip: the specific EIP - args: the arguments to resize an EIP RETURNS: - error: nil
services/eip/eip.go:95
↓ 2 callers
Method
ResizeEipBp
ResizeEIpBp - resize an EIP BP with the specific parameters PARAMS: - id: the id of EIP BP - args: the arguments to resize an EIP BP RETURNS: - erro
services/eip/eipbp.go:58
↓ 2 callers
Method
ResizeEipGroupBandWidth
ResizeEipGroupBandWidth - resize an EIP_GROUP with the specific parameters PARAMS: - id: the eipGroup's id - args: the arguments to resize an EIP_GRO
services/eip/eipgroup.go:60
↓ 2 callers
Method
ResizeInstance
ResizeInstance - resize a specific instance PARAMS: - instanceId: the specific instance ID - args: the arguments to resize a specific instance RETUR
services/bcc/client.go:389
↓ 2 callers
Method
ResizeLoadBalancer
ResizeLoadBalancer - Resize the specified loadBalancer PARAMS: - blbId: LoadBalancer's ID - args: parameters to resize LoadBalancer RETURNS: - error
services/blb/blb.go:270
↓ 2 callers
Method
ResizePeerConn
ResizePeerConn - resize the specific peer connection PARAMS: - peerConnId: the id of the specific peer connection - args: the arguments to resize the
services/vpc/peerconn.go:181
↓ 2 callers
Method
RestoreRecycleEip
RestoreRecycleEip - restore the specific EIP in the recycle bin PARAMS: - eip: the specific EIP - clientToken: optional parameter, an Idempotent Toke
services/eip/eip.go:260
↓ 2 callers
Method
Retain
Retain synchronously writes a memory via POST /memories/retain. The upstream API is keyed by bankId on the path; pass the same bank in req.
services/cloudmemory/api/memory.go:24
↓ 2 callers
Method
RetainAsync
RetainAsync asynchronously writes a memory. Hindsight exposes a single RetainMemories endpoint; async is selected via the request body. This wrapper s
services/cloudmemory/api/memory.go:33
↓ 2 callers
Method
RevokeSecurityGroupRule
RevokeSecurityGroupRule - revoke a security group rule PARAMS: - securityGroupId: the specific securityGroup ID - args: the arguments to revoke secur
services/bcc/client.go:1208
↓ 2 callers
Method
ScaleService
(args *ScaleServiceArgs)
services/aihc/inference/v2/type.go:9
↓ 2 callers
Function
SendCustomRequest
SendCustomRequest - send a HTTP request, and response data or error, it use the default times for retrying PARAMS: - cli: the client agent which can
services/eo/api/util.go:25
↓ 2 callers
Function
SendCustomRequest
SendCustomRequest - send a HTTP request, and response data or error, it use the default times for retrying PARAMS: - cli: the client agent which can
services/cdn/abroad/api/util.go:25
↓ 2 callers
Function
SendCustomRequest
SendCustomRequest - send a HTTP request, and response data or error, it use the default times for retrying PARAMS: - cli: the client agent which can
services/cdn/api/util.go:24
↓ 2 callers
Method
SendRequestFromBytes
(*BceRequest, *BceResponse, []byte)
bce/client.go:59
↓ 2 callers
Method
ServiceAction
ServiceAction - operate service with the specific parameters PARAMS: - serviceId: the service id - action: operate action RETURNS: - *ServiceActionRe
services/bec/service.go:124
↓ 2 callers
Method
ServiceDetails
(args *ServiceDetailsArgs)
services/aihc/inference/v2/type.go:7
↓ 2 callers
Method
SetBurstAt
SetBurstAt sets a new burst size for the limiter.
rate/rate.go:323
↓ 2 callers
Method
SetClientError
(err *BceClientError)
bce/request.go:375
↓ 2 callers
Method
SetContentMD5
(md5Str string)
bce/request.go:56
↓ 2 callers
Function
SetDomainOrigin
SetDomainOrigin - set the origin setting for the new For details, please refer https://cloud.baidu.com/doc/CDN-ABROAD/s/Gkbstcgaa PARAMS: - cli: the
services/cdn/abroad/api/domain_config.go:114
↓ 2 callers
Method
SetHTTPSConfig
SetHTTPSConfig - enable or disable HTTPS. For details, please refer https://cloud.baidu.com/doc/CDN-ABROAD/s/ckb0fx9ea PARAMS: - domain: the specifie
services/cdn/abroad/client.go:483
↓ 2 callers
Function
SetHTTPSConfigWithOptions
SetHTTPSConfigWithOptions - enable or disable HTTPS. For details, please refer https://cloud.baidu.com/doc/CDN-ABROAD/s/ckb0fx9ea PARAMS: - cli: the
services/cdn/abroad/api/domain_config.go:331
↓ 2 callers
Method
SetHTTPSConfigWithOptions
SetHTTPSConfigWithOptions - enable or disable HTTPS. For details, please refer https://cloud.baidu.com/doc/CDN-ABROAD/s/ckb0fx9ea PARAMS: - domain: t
services/cdn/abroad/client.go:470
↓ 2 callers
Method
SetIpACL
SetIpACL - set a rule for filter some HTTP request, blackList and whiteList only one can be set For details, please refer https://cloud.baidu.com/doc/
services/cdn/client.go:466
↓ 2 callers
Method
SetLength
(l int64)
http/request.go:229
↓ 2 callers
Method
SetRefererACL
SetRefererACL - set a rule for filter some HTTP request, blackList and whiteList only one can be set For details, please refer https://cloud.baidu.com
services/cdn/client.go:439
↓ 2 callers
Method
SetRequestId
(val string)
bce/request.go:371
↓ 2 callers
Function
SetRequestTime
(value time.Duration)
util/test_utils.go:83
↓ 2 callers
Function
SetSingleLogShipperStatus
SetSingleLogShipperStatus - set logShipper status by id PARAMS: - cli: the client agent which can perform sending request - logShipperID: logShipper
services/bls/api/logshipper.go:262
↓ 2 callers
Method
SetSize
(size int64)
bce/request.go:52
↓ 2 callers
Method
SetStream
(stream io.ReadCloser)
bce/request.go:44
↓ 2 callers
Method
SetUaACL
SetUaACL - set a rule for filter the specified HTTP header named "User-Agent" For details, please refer https://cloud.baidu.com/doc/CDN/s/uk88i2a86 P
services/cdn/client.go:494
↓ 2 callers
Method
ShutdownRelay
ShutdownRelay Shutdown VPC relay service param: updateVpcRelayArgs: the vpc id to shut down vpc's relay service return: error: Return error messag
services/vpc/vpc.go:305
↓ 2 callers
Method
Sign
Sign the given Request with the Credentials and SignOptions
auth/signer.go:45
↓ 2 callers
Method
SimpleAppendObjectFromFile
SimpleAppendObjectFromFile - the simple interface of appending an object from a file PARAMS: - bucket: the name of the bucket - object: the name of t
services/bos/client.go:1839
↓ 2 callers
Method
StartDevInstance
(*StartDevInstanceArgs)
services/aihc/dev/type.go:8
↓ 2 callers
Method
StatusCode
()
bce/response.go:44
↓ 2 callers
Method
StopDevInstance
(*StopDevInstanceArgs)
services/aihc/dev/type.go:9
↓ 2 callers
Function
StopInstance
StopInstance - stop a specified instance PARAMS: - cli: the client agent which can perform sending request - instanceId: id of the instance to be sto
services/bcc/api/instance.go:726
↓ 2 callers
Method
StopJob
(options *v1.StopAIJobOptions)
services/aihc/resource/type.go:17
↓ 2 callers
Method
String
()
bce/request.go:408
↓ 2 callers
Method
SupplyVpcInfo
(newArgs *CreateInstanceArgs, args *CreateRdsArgs)
services/ddc/ddc.go:147
↓ 2 callers
Method
TimedStopDevInstance
(*TimedStopDevInstanceArgs)
services/aihc/dev/type.go:11
↓ 2 callers
Method
TokensAt
TokensAt returns the number of tokens available at time t.
rate/rate.go:86
↓ 2 callers
Method
UnBindDnatEips
UnBindDnatEips - unbind dnatEips for the specific nat gateway PARAMS: - natId: the id of the specific nat gateway - args: the arguments to unbind dna
services/vpc/nat.go:190
↓ 2 callers
Method
UnBindEips
UnBindEips - unbind eips for the specific nat gateway PARAMS: - natId: the id of the specific nat gateway - args: the arguments to unbind eips RETURN
services/vpc/nat.go:148
↓ 2 callers
Method
UnBindEniPublicIp
UnBindEniPublicIp - eni unbind public ip PARAMS: - args: the arguments to unbind public ip RETURNS: - error: nil if success otherwise the specific er
services/eni/eni.go:330
↓ 2 callers
Method
UnBindEt
UnBindEt - unbind the Et PARAMS: - args: the arguments to unbind the Et RETURNS: - error: nil if success otherwise the specific error
services/etGateway/etGateway.go:128
↓ 2 callers
Method
UnDefaultVpcInfo
(newArgs *CreateInstanceArgs, args *CreateRdsArgs)
services/ddc/ddc.go:248
↓ 2 callers
Method
UnDefaultVpcInfo
(newArgs *CreateInstanceArgs, args *CreateRdsArgs)
services/ddc/v2/ddc.go:253
↓ 2 callers
Method
UnDirectEip
UnDirectEip - turn off EIP pass through with the specific parameters PARAMS: - eip: the specific EIP RETURNS: - error: nil if success otherwise the
services/eip/eip.go:421
↓ 2 callers
Method
UnbindCsnBp
UnbindCsnBp - 带宽包解绑云智能网。 PARAMS: - csnBpId: 带宽包的ID - clientToken: 幂等性Token,是一个长度不超过64位的ASCII字符串 - body: body参数 RETURNS: - error: the return error if
services/csn/client.go:481
↓ 2 callers
Method
UnbindInstanceToTagsByResourceType
(args *api.TagsOperationRequest)
services/bcc/client.go:1859
↓ 2 callers
Method
UnbindVpc
UnbindVpc - PARAMS: - clientToken: 幂等性Token,是一个长度不超过64位的ASCII字符串 - body: body参数 RETURNS: - error: the return error if any occurs
services/localDns/client.go:196
↓ 2 callers
Method
UpdateAccountDesc
UpdateAccountDesc - update a account desc with the specific parameters PARAMS: - instanceId: the specific instanceId - accountName: the specific acco
services/ddc/v2/ddc.go:1530
↓ 2 callers
Method
UpdateAccountPassword
UpdateAccountPassword - update account's password PARAMS: - instanceId: the specific instanceId - args: the arguments to update account's password R
services/mongodb/mongodb.go:508
↓ 2 callers
Method
UpdateAccountPassword
UpdateAccountPassword - update a account password with the specific parameters PARAMS: - instanceId: the specific instanceId - accountName: the speci
services/ddc/v2/ddc.go:1503
↓ 2 callers
Method
UpdateAccountPrivileges
UpdateAccountPrivileges - update a account privileges with the specific parameters PARAMS: - instanceId: the specific instanceId - accountName: the s
services/ddc/v2/ddc.go:1557
↓ 2 callers
Method
UpdateAclRule
UpdateAclRule - udpate acl rule with the specific parameters PARAMS: - aclRuleId: the id of the specific acl rule - args: the arguments to update acl
services/vpc/acl.go:96
↓ 2 callers
Method
UpdateAppHTTPListener
UpdateAppHTTPListener - update a HTTP Listener PARAMS: - blbId: LoadBalancer's ID - args: parameters to update HTTP Listener RETURNS: - error: nil i
services/appblb/listener.go:236
↓ 2 callers
Method
UpdateAppHTTPSListener
UpdateAppHTTPSListener - update a HTTPS Listener PARAMS: - blbId: LoadBalancer's ID - args: parameters to update HTTPS Listener RETURNS: - error: ni
services/appblb/listener.go:262
↓ 2 callers
Method
UpdateAppIpGroup
UpdateAppIpGroup - update an ip group PARAMS: - blbId: LoadBalancer's ID - args: parameters to update an ip group RETURNS: - error: nil if ok otherwi
services/appblb/appipgroup.go:59
↓ 2 callers
Method
UpdateAppIpGroupBackendPolicy
UpdateAppIpGroupBackendPolicy - update ip group backend policy PARAMS: - blbId: LoadBalancer's ID - args: parameters to update ip group backend polic
services/appblb/appipgroup.go:162
↓ 2 callers
Method
UpdateAppIpGroupMember
UpdateAppIpGroupMember - update ip group members PARAMS: - blbId: LoadBalancer's ID - args: parameters to update ip group members RETURNS: - error: n
services/appblb/appipgroup.go:227
↓ 2 callers
Method
UpdateAppSSLListener
UpdateAppSSLListener - update a SSL Listener PARAMS: - blbId: LoadBalancer's ID - args: parameters to update SSL Listener RETURNS: - error: nil if o
services/appblb/listener.go:292
↓ 2 callers
Method
UpdateAppServerGroup
UpdateAppServerGroup - update a server group PARAMS: - blbId: LoadBalancer's ID - args: parameters to update a server group RETURNS: - error: nil if
services/appblb/appservergroup.go:59
↓ 2 callers
Method
UpdateAppServerGroupPort
UpdateAppServerGroupPort - update server group port PARAMS: - blbId: LoadBalancer's ID - args: parameters to update server group port RETURNS: - erro
services/appblb/appservergroup.go:167
↓ 2 callers
Method
UpdateAppTCPListener
UpdateAppTCPListener - update a TCP Listener PARAMS: - blbId: LoadBalancer's ID - args: parameters to update TCP Listener RETURNS: - error: nil if o
services/appblb/listener.go:188
↓ 2 callers
Method
UpdateAppUDPListener
UpdateAppUDPListener - update a UDP Listener PARAMS: - blbId: LoadBalancer's ID - args: parameters to update UDP Listener RETURNS: - error: nil if o
services/appblb/listener.go:210
↓ 2 callers
Method
UpdateBackendServers
UpdateBackendServers - update backend servers PARAMS: - blbId: LoadBalancer's ID - args: parameters to update backend servers RETURNS: - error: nil i
services/blb/backendserver.go:61
↓ 2 callers
Method
UpdateBankConfig
UpdateBankConfig patches a bank's config via PATCH /banks/{bankId}/config.
services/cloudmemory/api/banks.go:46
↓ 2 callers
Method
UpdateBlbRs
UpdateBlbRs - update backend servers PARAMS: - blbId: LoadBalancer's ID - args: parameters to update backend servers RETURNS: - error: nil if ok othe
services/appblb/appservergroup.go:228
↓ 2 callers
Method
UpdateClusterForbidDelete
(args *UpdateClusterForbidDeleteArgs)
services/cce/v2/ccev2.go:106
↓ 2 callers
Method
UpdateCsn
UpdateCsn - 更新云智能网。 更新云智能网的名称和描述。 PARAMS: - csnId: 云智能网ID - clientToken: 幂等性Token,是一个长度不超过64位的ASCII字符串,详见ClientToken幂等性 - body: body参数 RETURNS: - e
services/csn/client.go:494
↓ 2 callers
Method
UpdateCsnBp
UpdateCsnBp - 更新带宽包的名称信息。 PARAMS: - csnBpId: 带宽包的ID - clientToken: 幂等性Token,是一个长度不超过64位的ASCII字符串 - body: body参数 RETURNS: - error: the return error i
services/csn/client.go:507
↓ 2 callers
Method
UpdateCsnBpLimit
UpdateCsnBpLimit - 更新带宽包中两个地域间的地域带宽。 PARAMS: - csnBpId: 带宽包的ID - clientToken: 幂等性Token,是一个长度不超过64位的ASCII字符串 - body: body参数 RETURNS: - error: the ret
services/csn/client.go:520
↓ 2 callers
Method
UpdateDashboardWidget
UpdateDashboardWidget 用于更新指定用户的指定仪表盘页面的指定小控件。 req 表示更新小控件请求的 DashboardRequest 结构体指针。 返回更新小控件请求的 DashboardResponse 结构体指针和 error。
services/bcm/bcm.go:1692
↓ 2 callers
Method
UpdateDatabaseRemark
UpdateDatabaseRemark - update a database remark with the specific parameters PARAMS: - instanceId: the specific instanceId - dbName: the specific acc
services/ddc/v2/ddc.go:1269
← previous
next →
1,401–1,500 of 8,554, ranked by callers