ServiceNetworkAclPublicNetworkArgs

data class ServiceNetworkAclPublicNetworkArgs(val allowedRequestTypes: Output<List<String>>? = null, val deniedRequestTypes: Output<List<String>>? = null) : ConvertibleToJava<ServiceNetworkAclPublicNetworkArgs>

Constructors

Link copied to clipboard
constructor(allowedRequestTypes: Output<List<String>>? = null, deniedRequestTypes: Output<List<String>>? = null)

Properties

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

The allowed request types for the public network. Possible values are ClientConnection, ServerConnection, RESTAPI and Trace.

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

The denied request types for the public network. Possible values are ClientConnection, ServerConnection, RESTAPI and Trace.

Functions

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