NetworkIPUpdate

API: Stable

data class NetworkIPUpdate(
    val timestamp: Long?,
    val state: NetworkIPState?,
    val status: String?,
    val changeIpAddress: Boolean?,
    val newIpAddress: String?,
    val binding: JobBinding?,
)
Properties
timestamp: Long? A timestamp for when this update was registered by UCloud
state: NetworkIPState? The new state that the `NetworkIP` transitioned to (if any)
status: String? A new status message for the `NetworkIP` (if any)
changeIpAddress: Boolean?
newIpAddress: String?
binding: JobBinding?