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
constructor(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>)
Properties
Link copied to clipboard
Property to enable and disable new private endpoint connection creation on ASE
Link copied to clipboard
Link copied to clipboard
Property to enable and disable FTP on ASEV3
Link copied to clipboard
Customer provided Inbound IP Address. Only able to be set on Ase create.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Property to enable and disable Remote Debug on ASEV3
Link copied to clipboard