Get Snat Entries Result
data class GetSnatEntriesResult(val entries: List<GetSnatEntriesEntry>, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, 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)
A collection of values returned by getSnatEntries.
Constructors
Link copied to clipboard
constructor(entries: List<GetSnatEntriesEntry>, id: String, ids: List<String>, nameRegex: String? = null, names: List<String>, 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
A list of Snat Entries. Each element contains the following attributes:
Link copied to clipboard
Link copied to clipboard
The name of snat entry.
Link copied to clipboard
Link copied to clipboard
The source CIDR block of the Snat Entry.
Link copied to clipboard
The source vswitch ID.