NetworkConfigurationArgs

data class NetworkConfigurationArgs(val accessEndpoint: Output<IntegrationServiceEnvironmentAccessEndpointArgs>? = null, val subnets: Output<List<ResourceReferenceArgs>>? = null, val virtualNetworkAddressSpace: Output<String>? = null) : ConvertibleToJava<NetworkConfigurationArgs>

The network configuration.

Constructors

Link copied to clipboard
constructor(accessEndpoint: Output<IntegrationServiceEnvironmentAccessEndpointArgs>? = null, subnets: Output<List<ResourceReferenceArgs>>? = null, virtualNetworkAddressSpace: Output<String>? = null)

Properties

Link copied to clipboard

The access endpoint.

Link copied to clipboard
val subnets: Output<List<ResourceReferenceArgs>>? = null

The subnets.

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

Gets the virtual network address space.

Functions

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