Network ACLArgs
data class NetworkACLArgs(val allow: Output<List<Either<String, SignalRRequestType>>>? = null, val deny: Output<List<Either<String, SignalRRequestType>>>? = null) : ConvertibleToJava<NetworkACLArgs>
Network ACL
Constructors
Link copied to clipboard
constructor(allow: Output<List<Either<String, SignalRRequestType>>>? = null, deny: Output<List<Either<String, SignalRRequestType>>>? = null)