PipelinePropertiesResponse

data class PipelinePropertiesResponse(val connections: List<PipelineConnectionResponse>, val displayName: String? = null, val flowTypes: List<String>? = null, val policies: List<String>? = null, val provisioningState: String, val remoteCloud: String, val subscribers: List<SubscriberResponse>? = null)

Properties of pipeline

Constructors

Link copied to clipboard
constructor(connections: List<PipelineConnectionResponse>, displayName: String? = null, flowTypes: List<String>? = null, policies: List<String>? = null, provisioningState: String, remoteCloud: String, subscribers: List<SubscriberResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Connections associated with pipeline

Link copied to clipboard
val displayName: String? = null

Display name of this pipeline

Link copied to clipboard
val flowTypes: List<String>? = null

The flow types allowed for this pipeline

Link copied to clipboard
val policies: List<String>? = null

The policies for this pipeline

Link copied to clipboard

Provisioning state of the pipeline

Link copied to clipboard

Remote cloud of the data to be transferred or received

Link copied to clipboard

Subscribers of this resource