Gateway Args
data class GatewayArgs(val backupVswitchId: Output<String>? = null, val deleteSlb: Output<Boolean>? = null, val enterpriseSecurityGroup: Output<Boolean>? = null, val gatewayName: Output<String>? = null, val internetSlbSpec: Output<String>? = null, val replica: Output<Int>? = null, val slbSpec: Output<String>? = null, val spec: Output<String>? = null, val vpcId: Output<String>? = null, val vswitchId: Output<String>? = null) : ConvertibleToJava<GatewayArgs>
Provides a Microservice Engine (MSE) Gateway resource. For information about Microservice Engine (MSE) Gateway and how to use it, see What is Gateway.
NOTE: Available since v1.157.0.
Import
Microservice Engine (MSE) Gateway can be imported using the id, e.g.
$ pulumi import alicloud:mse/gateway:Gateway example <id>
Content copied to clipboard
Constructors
Link copied to clipboard
constructor(backupVswitchId: Output<String>? = null, deleteSlb: Output<Boolean>? = null, enterpriseSecurityGroup: Output<Boolean>? = null, gatewayName: Output<String>? = null, internetSlbSpec: Output<String>? = null, replica: Output<Int>? = null, slbSpec: Output<String>? = null, spec: Output<String>? = null, vpcId: Output<String>? = null, vswitchId: Output<String>? = null)