GetAppDedicatedIp

data class GetAppDedicatedIp(val id: String, val ip: String, val status: String) : ConvertibleToJava<GetAppDedicatedIp>

Constructors

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

Properties

Link copied to clipboard
val id: String

The ID of the dedicated egress IP.

Link copied to clipboard
val ip: String

The IP address of the dedicated egress IP.

Link copied to clipboard

The status of the dedicated egress IP.

Functions

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