Skip to content
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

Feature Request: 让vxnet支持managerIP参数 #181

Open
lolychee opened this issue Aug 30, 2020 · 1 comment
Open

Feature Request: 让vxnet支持managerIP参数 #181

lolychee opened this issue Aug 30, 2020 · 1 comment

Comments

@lolychee
Copy link

希望可以增加manager_ip参数来自定义默认网关地址

Terraform Configuration Files

resource "qingcloud_vxnet" "private_network"{
  name = "private_network"
  type = 1
  vpc_id = "${qingcloud_vpc.vpc.id}"
  ip_network = "172.22.1.0/24"
  manager_ip = "172.22.1.2"
}

https://github.com/yunify/qingcloud-sdk-go/blob/master/service/router.go#L886

@lolychee lolychee changed the title Request: 让vxnet支持managerIP参数 Feature Request: 让vxnet支持managerIP参数 Aug 31, 2020
@xibolun
Copy link
Contributor

xibolun commented Oct 22, 2020

qingcloud api not support this parameter: https://docs.qingcloud.com/product/api/action/vxnet/create_vxnets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants