addressType

val addressType: Output<String>

The network type of the SLB instance. Valid values: "internet", "intranet". If load balancer launched in VPC, this value must be intranet.

  • internet: After an Internet SLB instance is created, the system allocates a public IP address so that the instance can forward requests from the Internet.

  • intranet: After an intranet SLB instance is created, the system allocates an intranet IP address so that the instance can only forward intranet requests.