GetSnatEntriesEntry

data class GetSnatEntriesEntry(val id: String, val snatEntryId: String, val snatEntryName: String, val snatIp: String, val sourceCidr: String, val sourceVswitchId: String, val status: String)

Constructors

Link copied to clipboard
constructor(id: String, snatEntryId: String, snatEntryName: String, snatIp: String, sourceCidr: String, sourceVswitchId: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of the Snat Entry.

Link copied to clipboard

The ID of snat entry.

Link copied to clipboard

The name of snat entry.

Link copied to clipboard

The public IP of the Snat Entry.

Link copied to clipboard

The source CIDR block of the Snat Entry.

Link copied to clipboard

The source vswitch ID.

Link copied to clipboard

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