» vthunder_virtual_server
vthunder_virtual_server
provides details about configuring virtual server on device
» Example Usage
provider "vthunder" {
address = "129.213.82.65"
username = "admin"
password = "admin"
}
resource "vthunder_virtual_server" "vs9" {
name="vs9"
ip_address="10.0.2.10"
port_list {
auto=1
port_number=8080
protocol="tcp"
service_group="sg9"
snat_on_vip=1
}
}
» Argument Reference
name
- Name of virtual serverip_address
- IP addressauto
- Configure auto NAT for the vportport_number
- Port numberprotocol
- protocolservice_group
- Service group namesnat_on_vip
- Enable source NAT traffic against VIP