/// <summary>
 /// Initializes a new instance of the <see cref="GatewayUpdateProducerMSSQLOutput" /> class.
 /// </summary>
 /// <param name="producerDetails">producerDetails.</param>
 public GatewayUpdateProducerMSSQLOutput(DSProducerDetails producerDetails = default(DSProducerDetails))
 {
     this.ProducerDetails = producerDetails;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="GatewayUpdateProducerCassandraOutput" /> class.
 /// </summary>
 /// <param name="producerDetails">producerDetails.</param>
 public GatewayUpdateProducerCassandraOutput(DSProducerDetails producerDetails = default(DSProducerDetails))
 {
     this.ProducerDetails = producerDetails;
 }
Exemple #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GatewayCreateProducerLdapOutput" /> class.
 /// </summary>
 /// <param name="producerDetails">producerDetails.</param>
 public GatewayCreateProducerLdapOutput(DSProducerDetails producerDetails = default(DSProducerDetails))
 {
     this.ProducerDetails = producerDetails;
 }
Exemple #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GatewayUpdateProducerArtifactoryOutput" /> class.
 /// </summary>
 /// <param name="producerDetails">producerDetails.</param>
 public GatewayUpdateProducerArtifactoryOutput(DSProducerDetails producerDetails = default(DSProducerDetails))
 {
     this.ProducerDetails = producerDetails;
 }
Exemple #5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GatewayUpdateProducerRedshiftOutput" /> class.
 /// </summary>
 /// <param name="producerDetails">producerDetails.</param>
 public GatewayUpdateProducerRedshiftOutput(DSProducerDetails producerDetails = default(DSProducerDetails))
 {
     this.ProducerDetails = producerDetails;
 }
Exemple #6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GatewayUpdateProducerSnowflakeOutput" /> class.
 /// </summary>
 /// <param name="producerDetails">producerDetails.</param>
 public GatewayUpdateProducerSnowflakeOutput(DSProducerDetails producerDetails = default(DSProducerDetails))
 {
     this.ProducerDetails = producerDetails;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="GatewayUpdateProducerRabbitMQOutput" /> class.
 /// </summary>
 /// <param name="producerDetails">producerDetails.</param>
 public GatewayUpdateProducerRabbitMQOutput(DSProducerDetails producerDetails = default(DSProducerDetails))
 {
     this.ProducerDetails = producerDetails;
 }
Exemple #8
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GatewayUpdateProducerOracleDbOutput" /> class.
 /// </summary>
 /// <param name="producerDetails">producerDetails.</param>
 public GatewayUpdateProducerOracleDbOutput(DSProducerDetails producerDetails = default(DSProducerDetails))
 {
     this.ProducerDetails = producerDetails;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="GatewayUpdateProducerCertificateAutomationOutput" /> class.
 /// </summary>
 /// <param name="producerDetails">producerDetails.</param>
 public GatewayUpdateProducerCertificateAutomationOutput(DSProducerDetails producerDetails = default(DSProducerDetails))
 {
     this.ProducerDetails = producerDetails;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="GatewayUpdateProducerNativeK8SOutput" /> class.
 /// </summary>
 /// <param name="producerDetails">producerDetails.</param>
 public GatewayUpdateProducerNativeK8SOutput(DSProducerDetails producerDetails = default(DSProducerDetails))
 {
     this.ProducerDetails = producerDetails;
 }
Exemple #11
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GatewayUpdateProducerDockerhubOutput" /> class.
 /// </summary>
 /// <param name="producerDetails">producerDetails.</param>
 public GatewayUpdateProducerDockerhubOutput(DSProducerDetails producerDetails = default(DSProducerDetails))
 {
     this.ProducerDetails = producerDetails;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="GatewayCreateProducerPostgreSQLOutput" /> class.
 /// </summary>
 /// <param name="producerDetails">producerDetails.</param>
 public GatewayCreateProducerPostgreSQLOutput(DSProducerDetails producerDetails = default(DSProducerDetails))
 {
     this.ProducerDetails = producerDetails;
 }