Get Snat Entries Plain Args
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.
Properties
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The name of snat entry.
Link copied to clipboard
The ID of the Snat table.
Link copied to clipboard
The source CIDR block of the Snat Entry.
Link copied to clipboard
The source vswitch ID.