InputDestination

The settings for a PUSH type input.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ip: String?

The system-generated static IP address of endpoint. It remains fixed for the lifetime of the input.

Link copied to clipboard

The ID of the attached network.

Link copied to clipboard

If the push input has an input location of ON-PREM it's a requirement to specify what the route of the input is going to be on the customer local network.

Link copied to clipboard
val port: String?

The port number for the input.

Link copied to clipboard
val url: String?

This represents the endpoint that the customer stream will be pushed to.

Link copied to clipboard

The properties for a VPC type input destination.

Functions

Link copied to clipboard
inline fun copy(block: InputDestination.Builder.() -> Unit = {}): InputDestination
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String