AppDedicatedIpArgs

data class AppDedicatedIpArgs(val id: Output<String>? = null, val ip: Output<String>? = null, val status: Output<String>? = null) : ConvertibleToJava<AppDedicatedIpArgs>

Constructors

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

Properties

Link copied to clipboard
val id: Output<String>? = null

The ID of the app.

Link copied to clipboard
val ip: Output<String>? = null

The IP address of the dedicated egress IP.

Link copied to clipboard
val status: Output<String>? = null

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

Functions

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