-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
腾讯云资源同步信息太少 #7416
Labels
feature
需求,标记分类
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
type Instance struct {
InstanceId string
json:"bk_cloud_inst_id" bson:"bk_cloud_inst_id"
PrivateIp string
json:"bk_host_innerip" bson:"bk_host_innerip"
PublicIp string
json:"bk_host_outerip" bson:"bk_host_outerip"
InstanceState string
json:"bk_cloud_host_status" bson:"bk_cloud_host_status"
VpcId string
json:"bk_vpc_id" bson:"bk_vpc_id"
}
https://github.com/TencentBlueKing/bk-cmdb/blob/53fa5996b3ddff2ec8e9dba039452ce46ce26dca/src/scene_server/cloud_server/cloudvendor/tencent_cloud.go#L175C1-L181C6
腾讯云的实例信息这么多, 为啥才同步这几个信息呢?
搞不懂做这个的时候是什么心态。
这个有人在用吗?
仅吐槽。
The text was updated successfully, but these errors were encountered: