AppDedicatedIp

data class AppDedicatedIp(val id: String? = null, val ip: String? = null, val status: String? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, ip: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ID of the app.

Link copied to clipboard
val ip: String? = null

The IP address of the dedicated egress IP.

Link copied to clipboard
val status: String? = null

The status of the dedicated egress IP: 'UNKNOWN', 'ASSIGNING', 'ASSIGNED', or 'REMOVED'