SnatEntry

Provides a snat resource.

Import

Snat Entry can be imported using the id, e.g.

$ pulumi import alicloud:vpc/snatEntry:SnatEntry foo stb-1aece3:snat-232ce2

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val snatEntryId: Output<String>

The id of the snat entry on the server.

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

The name of snat entry.

Link copied to clipboard
val snatIp: Output<String>

The SNAT ip address, the ip must along bandwidth package public ip which alicloud.vpc.NatGateway argument bandwidth_packages.

Link copied to clipboard
val snatTableId: Output<String>

The value can get from alicloud.vpc.NatGateway Attributes "snat_table_ids".

Link copied to clipboard
val sourceCidr: Output<String>

The private network segment of Ecs. This parameter and the source_vswitch_id parameter are mutually exclusive and cannot appear at the same time.

Link copied to clipboard
val sourceVswitchId: Output<String>

The vswitch ID.

Link copied to clipboard
val status: Output<String>

(Available in 1.119.1+) The status of snat entry.

Link copied to clipboard
val urn: Output<String>