AseV3NetworkingConfigurationArgs

data class AseV3NetworkingConfigurationArgs(val allowNewPrivateEndpointConnections: Output<Boolean>? = null, val ftpEnabled: Output<Boolean>? = null, val inboundIpAddressOverride: Output<String>? = null, val kind: Output<String>? = null, val remoteDebugEnabled: Output<Boolean>? = null) : ConvertibleToJava<AseV3NetworkingConfigurationArgs>

Full view of networking configuration for an ASE.

Constructors

Link copied to clipboard
constructor(allowNewPrivateEndpointConnections: Output<Boolean>? = null, ftpEnabled: Output<Boolean>? = null, inboundIpAddressOverride: Output<String>? = null, kind: Output<String>? = null, remoteDebugEnabled: Output<Boolean>? = null)

Properties

Link copied to clipboard

Property to enable and disable new private endpoint connection creation on ASE

Link copied to clipboard
val ftpEnabled: Output<Boolean>? = null

Property to enable and disable FTP on ASEV3

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

Customer provided Inbound IP Address. Only able to be set on Ase create.

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

Kind of resource.

Link copied to clipboard
val remoteDebugEnabled: Output<Boolean>? = null

Property to enable and disable Remote Debug on ASEV3

Functions

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