Gateway

class Gateway : KotlinCustomResource

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>

Properties

Link copied to clipboard
val backupVswitchId: Output<String>?

The backup vswitch id.

Link copied to clipboard
val deleteSlb: Output<Boolean>?

Whether to delete the SLB purchased on behalf of the gateway at the same time.

Link copied to clipboard

Whether the enterprise security group type.

Link copied to clipboard
val gatewayName: Output<String>?

The name of the Gateway .

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val internetSlbSpec: Output<String>?

Public network SLB specifications.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val replica: Output<Int>

Number of Gateway Nodes.

Link copied to clipboard

A list of gateway Slb.

Link copied to clipboard
val slbSpec: Output<String>?

Private network SLB specifications.

Link copied to clipboard
val spec: Output<String>

Gateway Node Specifications. Valid values: MSE_GTW_2_4_200_c, MSE_GTW_4_8_200_c, MSE_GTW_8_16_200_c, MSE_GTW_16_32_200_c.

Link copied to clipboard
val status: Output<String>

The status of the gateway.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpcId: Output<String>

The ID of the vpc.

Link copied to clipboard
val vswitchId: Output<String>

The ID of the vswitch.