Skip to content

Commit

Permalink
Support API AssignLeniPrivateIpAddress.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Jan 10, 2025
1 parent f3bebef commit 3f06bff
Show file tree
Hide file tree
Showing 6 changed files with 21,055 additions and 5,723 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# OS
.DS_Store

# IDE
.idea
.settings
.cache/
.vscode/
.project
.history/

# Go build directory
bin/
pkg/

# Unit test / coverage reports
coverage.*

*.sh
80 changes: 80 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,83 @@
2025-01-10 Version: v2.0.0
- Support API AssignLeniPrivateIpAddress.
- Support API AssociateVpdCidrBlock.
- Support API AttachElasticNetworkInterface.
- Support API CreateElasticNetworkInterface.
- Support API DeleteElasticNetworkInterface.
- Support API DetachElasticNetworkInterface.
- Support API GetDestinationCidrBlock.
- Support API GetElasticNetworkInterface.
- Support API GetFabricTopology.
- Support API GetLeniPrivateIpAddress.
- Support API GetNodeInfoForPod.
- Support API ListElasticNetworkInterfaces.
- Support API ListInstancesByNcd.
- Support API ListLeniPrivateIpAddresses.
- Support API ListNodeInfosForPod.
- Support API ListVccFlowInfos.
- Support API QueryInstanceNcd.
- Support API RefundVcc.
- Support API RetryVcc.
- Support API UnAssociateVpdCidrBlock.
- Support API UnassignLeniPrivateIpAddress.
- Support API UpdateElasticNetworkInterface.
- Support API UpdateLeniPrivateIpAddress.
- Update API AssignPrivateIpAddress: add param ClientToken.
- Update API AssignPrivateIpAddress: add param Description.
- Update API CreateEr: add param ResourceGroupId.
- Update API CreateVcc: add param BgpAsn.
- Update API CreateVcc: add param CenOwnerId.
- Update API DeleteVpdGrantRule: update param ErId.
- Update API DescribeSlr: update response param.
- Update API GetEr: update response param.
- Update API GetErAttachment: update response param.
- Update API GetErRouteEntry: update response param.
- Update API GetErRouteMap: update response param.
- Update API GetLniPrivateIpAddress: update response param.
- Update API GetNetworkInterface: update response param.
- Update API GetSubnet: update response param.
- Update API GetVcc: add param ClientToken.
- Update API GetVcc: update param EnablePage.
- Update API GetVcc: update param PageNumber.
- Update API GetVcc: update param PageSize.
- Update API GetVcc: update param VccId.
- Update API GetVcc: update response param.
- Update API GetVccGrantRule: update response param.
- Update API GetVccRouteEntry: update response param.
- Update API GetVpd: update response param.
- Update API GetVpdGrantRule: update response param.
- Update API GetVpdRouteEntry: update response param.
- Update API InitializeVcc: update response param.
- Update API ListErAttachments: add param ResourceGroupId.
- Update API ListErAttachments: update response param.
- Update API ListErRouteEntries: add param IgnoreDetailedRouteEntry.
- Update API ListErRouteEntries: add param ResourceGroupId.
- Update API ListErRouteEntries: update response param.
- Update API ListErRouteMaps: add param ResourceGroupId.
- Update API ListErRouteMaps: update response param.
- Update API ListErs: add param ResourceGroupId.
- Update API ListErs: update response param.
- Update API ListLniPrivateIpAddress: add param Description.
- Update API ListLniPrivateIpAddress: update response param.
- Update API ListNetworkInterfaces: update param Ip.
- Update API ListNetworkInterfaces: update response param.
- Update API ListSubnets: update response param.
- Update API ListVccGrantRules: add param ResourceGroupId.
- Update API ListVccGrantRules: update response param.
- Update API ListVccRouteEntries: add param IgnoreDetailedRouteEntry.
- Update API ListVccRouteEntries: add param ResourceGroupId.
- Update API ListVccRouteEntries: update response param.
- Update API ListVccs: update param Tag.
- Update API ListVccs: update response param.
- Update API ListVpdGrantRules: add param ResourceGroupId.
- Update API ListVpdGrantRules: update response param.
- Update API ListVpdRouteEntries: add param IgnoreDetailedRouteEntry.
- Update API ListVpdRouteEntries: add param ResourceGroupId.
- Update API ListVpdRouteEntries: update response param.
- Update API ListVpds: update response param.
- Update API UnAssignPrivateIpAddress: add param ClientToken.


2023-04-26 Version: v1.0.1
- Update for lingjunnetworkinterface.

Expand Down
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## 安装
你可以使用 `go mod` 来管理你的依赖,
```sh
go get github.com/alibabacloud-go/eflo-20220530
go get github.com/alibabacloud-go/eflo-20220530/v2
```

## 问题
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ English | [简体中文](README-CN.md)
If you use `go mod` to manage your dependence, you can use the following command:

```sh
$ go get github.com/alibabacloud-go/eflo-20220530
$ go get github.com/alibabacloud-go/eflo-20220530/v2
```

## Issues
Expand Down
Loading

0 comments on commit 3f06bff

Please sign in to comment.