IntegrationRuntimeSsisVnetIntegrationArgs

data class IntegrationRuntimeSsisVnetIntegrationArgs(val publicIps: Output<List<String>>? = null, val subnetId: Output<String>? = null, val subnetName: Output<String>? = null, val vnetId: Output<String>? = null) : ConvertibleToJava<IntegrationRuntimeSsisVnetIntegrationArgs>

Constructors

constructor(publicIps: Output<List<String>>? = null, subnetId: Output<String>? = null, subnetName: Output<String>? = null, vnetId: Output<String>? = null)

Properties

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

Static public IP addresses for the Azure-SSIS Integration Runtime. The size must be 2.

Link copied to clipboard
val subnetId: Output<String>? = null

id of the subnet to which the nodes of the Azure-SSIS Integration Runtime will be added.

Link copied to clipboard
val subnetName: Output<String>? = null

Name of the subnet to which the nodes of the Azure-SSIS Integration Runtime will be added.

Link copied to clipboard
val vnetId: Output<String>? = null

ID of the virtual network to which the nodes of the Azure-SSIS Integration Runtime will be added.

Functions

Link copied to clipboard
open override fun toJava(): IntegrationRuntimeSsisVnetIntegrationArgs