IntegrationRuntimeVNetPropertiesArgs

data class IntegrationRuntimeVNetPropertiesArgs(val publicIPs: Output<List<String>>? = null, val subnet: Output<String>? = null, val subnetId: Output<String>? = null, val vNetId: Output<String>? = null) : ConvertibleToJava<IntegrationRuntimeVNetPropertiesArgs>

VNet properties for managed integration runtime.

Constructors

Link copied to clipboard
constructor(publicIPs: Output<List<String>>? = null, subnet: Output<String>? = null, subnetId: Output<String>? = null, vNetId: Output<String>? = null)

Properties

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

Resource IDs of the public IP addresses that this integration runtime will use.

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

The name of the subnet this integration runtime will join.

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

The ID of subnet, to which this Azure-SSIS integration runtime will be joined.

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

The ID of the VNet that this integration runtime will join.

Functions

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