Skip to content

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

@lolychee

Description

@lolychee

希望可以增加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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions