NetworkIPUpdate
¶
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
Long?
state
: NetworkIPState?
The new state that the `NetworkIP` transitioned to (if any)
NetworkIPState?
status
: String?
A new status message for the `NetworkIP` (if any)
String?
changeIpAddress
: Boolean?
Boolean?
newIpAddress
: String?
String?
binding
: JobBinding?
JobBinding?