Skip to content

Commit 991fda5

Browse files
sync upstream
1 parent 3898a07 commit 991fda5

File tree

12 files changed

+1099
-33
lines changed

12 files changed

+1099
-33
lines changed

connectionmanager.go

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
package ycsdk
2+
3+
import (
4+
"github.com/yandex-cloud/go-sdk/gen/connectionmanager"
5+
)
6+
7+
const (
8+
ConnectionManagerID Endpoint = "connection-manager"
9+
)
10+
11+
func (sdk *SDK) ConnectionManager() *connectionmanager.ConnectionManager {
12+
return connectionmanager.NewConnectionManager(sdk.getConn(ConnectionManagerID))
13+
}

gen/compute/compute_group.go

Lines changed: 37 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/compute/maintenance.go

Lines changed: 156 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)