Ase V3Networking Configuration Response
data class AseV3NetworkingConfigurationResponse(val allowNewPrivateEndpointConnections: Boolean? = null, val externalInboundIpAddresses: List<String>, val ftpEnabled: Boolean? = null, val id: String, val inboundIpAddressOverride: String? = null, val internalInboundIpAddresses: List<String>, val kind: String? = null, val linuxOutboundIpAddresses: List<String>, val name: String, val remoteDebugEnabled: Boolean? = null, val type: String, val windowsOutboundIpAddresses: List<String>)
Full view of networking configuration for an ASE.
Constructors
Link copied to clipboard
fun AseV3NetworkingConfigurationResponse(allowNewPrivateEndpointConnections: Boolean? = null, externalInboundIpAddresses: List<String>, ftpEnabled: Boolean? = null, id: String, inboundIpAddressOverride: String? = null, internalInboundIpAddresses: List<String>, kind: String? = null, linuxOutboundIpAddresses: List<String>, name: String, remoteDebugEnabled: Boolean? = null, type: String, windowsOutboundIpAddresses: List<String>)