GetSnatEntriesPlainArgs

data class GetSnatEntriesPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val snatEntryName: String? = null, val snatIp: String? = null, val snatTableId: String, val sourceCidr: String? = null, val sourceVswitchId: String? = null, val status: String? = null) : ConvertibleToJava<GetSnatEntriesPlainArgs>

A collection of arguments for invoking getSnatEntries.

Constructors

Link copied to clipboard
constructor(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, snatEntryName: String? = null, snatIp: String? = null, snatTableId: String, sourceCidr: String? = null, sourceVswitchId: String? = null, status: String? = null)

Properties

Link copied to clipboard
val ids: List<String>? = null

A list of Snat Entries IDs.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by the resource name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val snatEntryName: String? = null

The name of snat entry.

Link copied to clipboard
val snatIp: String? = null

The public IP of the Snat Entry.

Link copied to clipboard

The ID of the Snat table.

Link copied to clipboard
val sourceCidr: String? = null

The source CIDR block of the Snat Entry.

Link copied to clipboard
val sourceVswitchId: String? = null

The source vswitch ID.

Link copied to clipboard
val status: String? = null

The status of the Snat Entry. Valid values: Available, Deleting and Pending.

Functions

Link copied to clipboard
open override fun toJava(): GetSnatEntriesPlainArgs